Re: Please advice on insmod problem

1997-10-29 Thread Colin R. Telmer
On 29 Oct 1997, Carey Evans wrote: > "Robert J. Alexander" <[EMAIL PROTECTED]> writes: > > > insmod psaux > > > > which yields the following error message : > > > > /lib/modules/2.0.30/misc/psaux.o: unresolved symbol > > kill_fasync_R53d38e09 > > Presumably you need psaux for your PS/2 mouse.

Re: Please advice on insmod problem

1997-10-29 Thread Carey Evans
"Robert J. Alexander" <[EMAIL PROTECTED]> writes: > insmod psaux > > which yields the following error message : > > /lib/modules/2.0.30/misc/psaux.o: unresolved symbol > kill_fasync_R53d38e09 Presumably you need psaux for your PS/2 mouse. Try depmod -a, which probably won't work. Have you rec