dmitryp Posted February 19, 2020 Posted February 19, 2020 Armbianmonitor: http://ix.io/2c9X I recently updated from very old Armbian image. The update was not smooth so I had to re-image my device with the newest version. After that USB devices cannot be detected at all. I tried USB keyboard and 3D printer (is should looks like generic serial device). Keyboard works perfectly during u-boot but stops working as soon as kernel starts. lsusb doesn't show any devices: $ lsusb -t /: Bus 09.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M /: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M So it seems like some generic issue with USB support. Now I'm using kernel 5.4.20-sunxi, also tried 4.19.104-sunxi and some other available in armbian-config - all give the same result. Any help with making it work again is very appreciated.
Igor Posted February 19, 2020 Posted February 19, 2020 12 minutes ago, dmitryp said: Any help with making it work again is very appreciated. When updating from legacy kernels, you need to manually (from armbian-config) update boot loader. If this doesn't help ... no idea. Is USB on clean image working well?
dmitryp Posted February 19, 2020 Author Posted February 19, 2020 14 minutes ago, Igor said: When updating from legacy kernels, you need to manually (from armbian-config) update boot loader. If this doesn't help ... no idea. Is USB on clean image working well? I did boot loader update several times when I tried to fix problems after OS update. Now I did it one more time and rebooted the device - still no USB devices detected. When I boot from SD card with current Armbian image there is the same issue with non-functional USB keyboard. With Orange Pi OS image from Orange Pi site there is no problem with USB devices but it is very old :(
Igor Posted February 19, 2020 Posted February 19, 2020 1 minute ago, dmitryp said: When I boot from SD card with current Armbian image there is the same issue with non-functional USB keyboard. Just your USB keyboard (low priority problem which you can also solve) is not working or not a single USB device (higher priority problem)? Did you tried all ports? Did you try to enable all USB ports in armbian-config -> system -> hardware ? Perhaps there was a change in upstream DT configuration that slipped by without notice. I am sure USB ports were working on this board last time I tried but can't double check for this particular build since I have no access to hardware until next week. I hope some other Opi 2e owner will be able to do that.
martinayotte Posted February 19, 2020 Posted February 19, 2020 3 minutes ago, Igor said: I hope some other Opi 2e owner will be able to do that. I've just tested with USB Storage on my OPi2E running DEV 5.5.0, it is working. BTW, on the OPi2E, all USBs are enabled by default directly in Main DT ...
dmitryp Posted February 19, 2020 Author Posted February 19, 2020 2 minutes ago, Igor said: Just your USB keyboard (low priority problem which you can also solve) is not working or not a single USB device (higher priority problem)? Did you tried all ports? Did you try to enable all USB ports in armbian-config -> system -> hardware ? Perhaps there was a change in upstream DT configuration that slipped by without notice. I am sure USB ports were working on this board last time I tried but can't double check for this particular build since I have no access to hardware until next week. I hope some other Opi 2e owner will be able to do that. It is not only keyboard, it seems that no USB devices can be detected. I tried all 4 ports and following devices: keyboard, mouse, SD card reader and 3D printer - lsusb shows no devices at all, only root hub as in my first message. When I try to "armbian-config -> system -> hardware", I see lots of errors from grep like: Usage: grep [OPTION]... PATTERN [FILE]... Try 'grep --help' for more information. Usage: grep [OPTION]... PATTERN [FILE]... Try 'grep --help' for more information. ... After that I see full screen of empty "[]", see picture attached. 9 minutes ago, martinayotte said: I've just tested with USB Storage on my OPi2E running DEV 5.5.0, it is working. BTW, on the OPi2E, all USBs are enabled by default directly in Main DT ... I don't understand why I see so different picture with Bionic current image fresh install
Igor Posted February 19, 2020 Posted February 19, 2020 1 minute ago, dmitryp said: When I try to "armbian-config -> system -> hardware", I see lots of errors from grep like: At least this can be explainable - it happens sometimes - don't have a fix https://github.com/armbian/config/issues/33
dmitryp Posted February 19, 2020 Author Posted February 19, 2020 My bad I found what was wrong in my case. I was using image for "Orange Pi +2E" but my board is "Orange Pi+ 2". Just tried correct image and now I see USB devices and problem with "armbian-config -> system -> hardware" has gone also. I'm so sorry for the false alarm 2
Recommended Posts