PDA

View Full Version : USB mouse problems with 2.6.x ? maybe the fix for you


maxb
2004-03-18, 06:57 PM CST
All the tutorials mention uhci and ehci for usb gear, but what if you need ohci?

This was stumping me until i figured it out, a simple

lspci -v | grep HCI

will tell which modules you need, so in my /etc/modprobe.conf i needed

alias usb-controller ohci-hcd
alias usb-controller1 ehci-hcd

to get my mouse and other usb peripherals to work, maybe thats your problem too :)

regards max