On Wed, 12 Oct 2005 09:31:13 +1300 Robert Fisher wrote: > On Wed, 12 Oct 2005 09:23, Robert Fisher wrote: > > > I had to do... > > mknod /dev/kqemu c 250 0 > > to create the device again. (and now I still have the same problem.) > > > Sorted now (thanks Nick) > I also had to remove kqemu from modules.autoload then do > modprobe kqemu major=0 > > and now it is fine as user. > > (my kernel does not support rmmod)
I know its supposed to give problems on some occasions, but I always enable module removal, otherwise it is such a apain if you want to fiddle with options on a new piece of hardware or new module. Put the entry back into the autoload file (isn't it /etc/modules.autoload.d/kernel-2.6) with the major=0 bit after it, and run update-modules -- Nick Rout <[EMAIL PROTECTED]>
