On 3/11/2012 3:34 PM, Juan Alberto Regalado Galván wrote:
Hello Martins,
It seems like a speed problem:
[  186.450841] ehci_hcd 0000:00:1d.7: GetStatus port:2 status 001403 0
  ACK POWER sig=k CSC CONNECT
[  186.450854] hub 1-0:1.0: port 2, status 0501, change 0001, 480 Mb/s
...
[  186.605119] hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s
[  186.709035] hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms
status 0x301
[  186.811038] usb 2-2: new low speed USB device number 5 using uhci_hcd

Apparently the kernel can't decide between using UHCI (for USB 1.0) or
EHCI (for USB 2.0).
Is the OHCI HCD support activated in the kernel? (Which supports USB 1.1)
My guess will be to try with that.

Greetings,
Juan Alberto.
Hi Juan,
Thanks for the reply! I started with the config used for the ubuntu system running on my system and ran make oldconfig. Currently under USB support I have the following included:


Support for Host-side USB
   USB verbose debug messages
   USB announce new devices
  *** Miscellaneous USB options ***
            USB device filesystem (DEPRECATED)
      USB Monitor

*** USB Host Controller Drivers ***
        xHCI HCD (USB 3.0) support (EXPERIMENTAL)
        EHCI HCD (USB 2.0) support
          Root Hub Transaction Translators
          Improved Transaction Translator scheduling
        OXU210HP HCD support
        ISP 1760 HCD support
        OHCI HCD support
        UHCI HCD (most Intel and VIA) support

        *** USB Device Class drivers ***
        USB Printer support
        USB Mass Storage support
        The shared table of common (or usual) storage devices


Should I possibly not include some of this?

Martins



-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to