Jump to content

Recommended Posts

Posted

I only test on my OdroidC2 so this find may affect more.

As repeatedly mentioned, the C2 has usb detect issues.

For us, a main culprit not discussed yet is the default kernel config.

Having both:

CONFIG_USB_EHCI_TT_NEWSCHED=Y

CONFIG_USB_OHCI_HCD=Y

 

For USB1.1, these should be one or the other, never both.

Mainline has: CONFIG_USB_OHCI_HCD=Y and CONFIG_USB_EHCI_TT_NEWSCHED is not set.

For the OdroidC2, CONFIG_USB_OHCI_HCD=N is proper.
As it has no OHCI and USB2 handles that for us.

 

Forcing the USB power on state has helped workaround this issue, by keeping the driver tied to the device in the kernel.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines