LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Very strange problem with my front USB ports (https://www.linuxquestions.org/questions/linux-hardware-18/very-strange-problem-with-my-front-usb-ports-574005/)

boris-78 08-01-2007 03:29 PM

Very strange problem with my front USB ports
 
Hi there,
I'm running slackware 12.0
Yesterday, I plugged my USb key into the front USB ports of my box. Slackware didn't recognize it and the icon of the flash key didn't pop up in the "System/Mass Storage" window on KDE. This seemed quite crazy to me. I unplugged the the flash key and plugged it into one USb ports on the rear of the box, and there the key worked fine.
A bit surprised, I rebooted the PC and loaded windows (yes, I'm still dual booting...:p) The flash key worked fine there both in the front and in the back USB ports. Only, a small popup told me that the front port were 1.1 ports, and the device would achieve better transfer rates if I plugged it into a 2.0 port.
I know this problem is quite weird, but has anyone out there experienced it, and found a solution?
Thank you in advance,
Boris

Brian1 08-01-2007 03:53 PM

Seen this before on machines with front and rear USB ports. They usually use one on a 2.0 USB controller and the other on a 1.0-1.1v USB controller. Why who knows. But for USB one uses the ehci-hcd module for 2.0 USB controllers. On 1.0 -1.1 ones there are two choices based on the chipset. Either ohci-hcd or uhci-hcd. You could run the command ' /sbin/lspci -v ' and see what is said about the controller. Then run the command ' /sbin/lsmod ' and see what modules are loaded. It could have chose the wrong one. But in my experience there are some 1.0-1.1 USB controllers that just don't work even if the correct module for the chipset is selected.

Brian

boris-78 08-02-2007 07:36 AM

Quote:

Originally Posted by Brian1
But in my experience there are some 1.0-1.1 USB controllers that just don't work even if the correct module for the chipset is selected.

This seems to be my case. I typed lspci and lsmod...and I found out my USB controller should use uhci, and the uhci module is loaded. I will try loading ohci module anyway and see what happens.
Thanks,
Boris

Brian1 08-02-2007 03:44 PM

Glad to be of help.

Brian


All times are GMT -5. The time now is 05:51 AM.