maxb
19th March 2004, 01:57 AM
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
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