** Reply to message from Turley Jeff <[EMAIL PROTECTED]> on Sun, 15 Dec 2002 16:05:25 
-0600


> I am having trouble getting my USB mouse to work after a kernel recompile,
> Iam using kernel 2.4.18-18.8.0 which I downloaded through up2date.
<snip> 
> For the kernel that works I had the following referring modules for the
> input module [mousedev keybdev hid] for the kernel that dose not work I had
> this list of referring modules for the input module [mousedev keybdev] for
> some reason when the input module is loading it is not connecting to the hid
> module.  Any ideas on how to fix this?

My guess is that you don't have the necessary hid driver loaded. From runlevel 3, try:

/sbin/modprobe usb-uhci

or

/sbin/modprobe uhci

The latest mainline kernels use just uhci for this module but I think RH
still uses usb-uhci.

If that works, put the modprobe line in your /etc/rc.local

jb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to