Results 1 to 2 of 2
Hello to all , I have 4 USB ports on my ARM board.i want to make 3 ports visible to ehci and one port visible to ohci.i succefully removed the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-28-2012 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 1
how to configure usb roothub to ohci controller in linux
Hello to all , I have 4 USB ports on my ARM board.i want to make 3 ports visible to ehci and one port visible to ohci.i succefully removed the code in linux for last port,now it is not detected by ehci.how to configure removable usb port to ohci controller.
It's not detecting to OHCI….Please help me on that….
- 08-29-2012 #2Linux Newbie
- Join Date
- Jun 2004
- Location
- Halesowen, West Midlands, UK
- Posts
- 100
Possibly the OHCI module hasn't been built.
# zcat /proc/config.gz | grep OHCI
# CONFIG_USB_ARCH_HAS_OHCI is not set
In that case you would need the kernel-source and kernel-headers packages.
Configure the kernel and select OHCI as a module
# make modules && make modules_install
Reboot.
If needed I can provide all the steps to do it tomorrow, sleep badly needed now.


Reply With Quote

