-
Notifications
You must be signed in to change notification settings - Fork 25
Orange PI PC: Only one USB works #52
Comments
I don't have my build vm to test this but it might be related to this: This is missing from the build options:
Armbian is actually using this in their build config: |
Did you build image for yourself? If you did, did you use new build command? If you didn't, you have actually OPi2 image and this issue is perfectly explainable. You can check this by typing command "cat /proc/cmdline" and check which value board variable have. |
Actually I've built the image myself. However I was using flag DEVICE=xxx which was wrong. After checking this thread I've saw the flags: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=1077 SYSTEM=opi2 Cross information is bad practice, I've reported this in issue #43. Orange PI forum seems to be much faster now (don't know if they changed their connectivity), but I'm in Europe with optical fiber connection and it was almost impossible to access their website. As of today it is working fine. EDIT: I will rebuild the image with this flag and check it. |
Why it would be cross information? It is always in FAQ topic in Orange Pi forums. Everywhere else is not guaranteed to be up to date and it is copied just for convenience. Until this is OrangePi specific, I see no need to move information. |
If the Orange PI forum go down, have any issue, we github users cannot access any piece of information. Orange PI forum is also not a open space (needs account approval from staff). This issue is fixed. Thanks. |
Only one USB port works, suspecting it is related to the fex. CONFIG_USB_SUNXI_OHCI0, CONFIG_USB_SUNXI_OHCI1, CONFIG_USB_SUNXI_OHCI2 are defined to y so that is fine.
The text was updated successfully, but these errors were encountered: