root wrote:
> 
> On Friday 27 July 2001 08:47, etharp wrote:
> > well, we can look at the logs, if you want, or we could create a new user
> > from the text prompt, and see how it logs in.
> 
> per this suggestion, I pulled /var/log/syslog and compared a failed login to
> a good one, and see one difference.  Below are the last few lines from a
> failed login.  I have more if we need them:
> 
> Jul 28 06:55:34 localhost modprobe: modprobe: Can't locate module char-major-4
> Jul 28 06:55:38 localhost last message repeated 35 times
> Jul 28 06:55:38 localhost modprobe: modprobe: Can't locate module
> char-major-180

[...]

[frans@localhost frans]$ cat /etc/modules.conf | grep 180
alias char-major-180 usb-ohci

so it seems to have something to do with USB. 

The "Can't locate module ..." means just that: modprobe cannot find 
the module, it does not exist or it's in the wrong place.

[frans@localhost frans]$ locate usb-ohci
/lib/modules/2.4.3-20mdk/kernel/drivers/usb/usb-ohci.o.gz

Note the kernel version in the path.

cat /proc/devices says char-major-4 is associated with ttyS.
Maybe something with the keyboard?

Sorry I have no solution just information.

    -Frans

Reply via email to