View previous topic :: View next topic |
Author |
Message |
stig Apprentice
Joined: 03 Sep 2002 Posts: 289 Location: Bærum, Norway
|
Posted: Sun Nov 21, 2004 4:53 pm Post subject: USB working, but not external USB-HUB |
|
|
After my last Gentoo upgrade Code: | 2.6.9-gentoo-r1 #2 SMP Fri Oct 22 14:37:21 CEST 2004 x86_64 15 | I really can't get my USB-HUB working. All of the USB-connectors at the main board works fine when plugging stuff into them, but when I try to connect them through the HUB, dmesg stats this:
Code: | usb 1-6: new high speed USB device using address 8 <---- putting the HUB in
usb 1-6: control timeout on ep0out
usb 1-6: control timeout on ep0out
usb 1-6: device not accepting address 8, error -110 <---- putting a webcam into the HUB
usb 1-6: new high speed USB device using address 9
usb 1-6: control timeout on ep0out
usb 1-6: control timeout on ep0out
usb 1-6: device not accepting address 9, error -110 |
There is nothing wrong with the HUB. I had it working on my last computer, and it works on windows-systems at the present time.
Comments? _________________ Allting har en ende, pølsen den har to. |
|
Back to top |
|
|
CDLM Apprentice
Joined: 07 Jul 2003 Posts: 179 Location: Victoria, BC, Canada
|
Posted: Sun Nov 21, 2004 4:54 pm Post subject: |
|
|
is it a usb1 or usb2 hub?
are both ehci and uhci compiled into the kernel? |
|
Back to top |
|
|
stig Apprentice
Joined: 03 Sep 2002 Posts: 289 Location: Bærum, Norway
|
Posted: Sun Nov 21, 2004 5:13 pm Post subject: |
|
|
It is a USB 2.0 HUB
In my kernel I've got:
Code: | <*> EHCI HCD (USB 2.0) support
<*> OHCI HCD support
<M> UHCI HCD (most Intel and VIA) support |
I've modprobed the uchi-hcd module. I'm not sure of what use it is however. _________________ Allting har en ende, pølsen den har to. |
|
Back to top |
|
|
maschievano n00b
Joined: 18 Apr 2004 Posts: 41 Location: Padova (italy)
|
Posted: Sun Nov 21, 2004 6:04 pm Post subject: how can i |
|
|
recompile only the usb support on kernel to match the document on gentoo.org?
Code: |
USB Modules
To enable USB printer support, go to USB support and enable Support for USB and USB Printer support. Enabling them both as modules will install usbcore.o and printer.o in your modules directory. I suggest using modules because you won't have to restart your computer. Users of a 2.6 kernel will find these options under Device Drivers.
|
thank's _________________ Gentoo 2005.1 - windowmaker 0.91
I also write on Forum HTML
The avatar is a picture of me, when I was a baby - Pasquinelli '73 |
|
Back to top |
|
|
|