modprobe ppa;modprobe -r ppa |-> Oops :(

Andrea Arcangeli (arcangeli@mbox.queen.it)
Sun, 8 Jun 1997 02:21:07 +0200 (CEST)


This script give me two Oops:

#!/bin/sh
while :; do
modprobe ppa
modprobe -r ppa
done

scsi_mod, parport and ppa are compiled as modules.

I think the bug isn' t in ppa code because if I run:

#!/bin/sh
insmod scsi_mod
insmod parport
while :; do
insmod ppa
rmmod ppa
done

all works fine.

Anybody has this problem too?

Andrea Arcangeli
arcangeli@mbox.queen.it