...solved... usb works fine! the reason: Modul axp20x_i2c isn't loaded during boot. the solution: vi /etc/modules-load.d/arm.conf axp20x_i2c Regards Stefan -------- Weitergeleitete Nachricht -------- Von: Stefan Mack <mack.stefan@web.de> An: Andreas Färber <afaerber@suse.de>, opensuse-arm@opensuse.org Betreff: Re: [opensuse-arm] BananaPi - usb out of function Datum: Wed, 02 Nov 2016 20:04:31 +0100 Hello Andreas, I just opened a Bugzilla ticket and CC to you. I hope everything is o.k. I did. With the actual banana-image (kernel 4.8.4) it usb dosn't work either. Thanks and regards Stefan -------- Weitergeleitete Nachricht -------- Von: Stefan Mack <mack.stefan@web.de> An: Andreas Färber <afaerber@suse.de>, opensuse-arm@opensuse.org Betreff: Re: [opensuse-arm] BananaPi - usb out of function Datum: Mon, 24 Oct 2016 19:32:18 +0200 Hello Andreas, today I installed a fresh JeOS-bananapi-image-Tumbleweed on my banana (SD-card). The results are: bananavdr:/home/stefan # dmesg |grep usb [ 0.391001] reg-fixed-voltage usb0-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_vbus_pin@0, defe rring probe [ 0.391068] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, defe rring probe [ 0.391105] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, defe rring probe [ 4.618572] usb0-vbus: disabling [ 4.618581] usb1-vbus: disabling [ 4.618594] usb2-vbus: disabling [ 10.227698] usbcore: registered new interface driver usbfs [ 10.227805] usbcore: registered new interface driver hub [ 10.235037] usbcore: registered new device driver usb bananavdr:/home/stefan # lsusb bananavdr:/home/stefan # -> NOTHING bananavdr:/home/stefan # uname -a Linux bananavdr 4.7.6-1-default #1 SMP PREEMPT Fri Sep 30 12:22:14 UTC 2016 (fb37fcc) armv7l armv7l armv7l GNU/Linux The same result with kernel-lpae - no difference to the kernel-default. Where can I open a Bugzilla ticket? Is this the correct account and I need an acount? https://login.microfocus.com/nidp/idff/sso?id=132&sid=2&option=credenti al&sid=2&target=https://esp.microfocus.com/LAGBroker?%22https://bugzill a.opensuse.org/accessmanagerlogin.cgi?target=enter_bug.cgi?product%3Dop enSUSE%2520Tumbleweed%26format%3Dguided%22 Sorry for the delay and thank you very much! bananavdr:/home/stefan # lsmod | grep usb musb_hdrc 131072 1 sunxi udc_core 24576 1 musb_hdrc phy_sun4i_usb 16384 1 sunxi extcon 24576 2 sunxi,phy_sun4i_usb usbcore 253952 5 musb_hdrc,ohci_platform,ohci_hcd,ehci_hcd,ehci_platform usb_common 16384 4 sunxi,musb_hdrc,udc_core,usbcore Regards Stefan -------- Weitergeleitete Nachricht -------- Von: Andreas Färber <afaerber@suse.de> An: Stefan Mack <mack.stefan@web.de>, opensuse-arm@opensuse.org Betreff: Re: [opensuse-arm] BananaPi - usb out of function Datum: Sat, 15 Oct 2016 18:17:46 +0200 Hi Stefan, Am 10.10.2016 um 18:59 schrieb Stefan Mack:
I have an original Banana Pi and I'm using the JeOS-bananapi-image from the link you've posted.
Network and sata are working fine. After the boot I log in per ssh and can copy the sd-image to the ssd. All is fine except usb. I use the original power-in and not the OTG.
Only keyboard, mouse or usb sticks aren't recogniced in the log and don't work.
Is the log enough?
Unfortunately no. I understood you boot from SD, can login via ssh and then USB doesn't work in the SD-booted running system? Nothing to do with the SSD yet? If that is the case, please do open a Bugzilla ticket and CC me on it, so that we can track this. The full dmesg including kernel version and command line as well as lsusb output would be useful as a start. On my A20 based Cubietruck with kernel-lpae 4.8.0 it looks like this: andreas@lastwagen:~> dmesg | grep usb [ 0.695769] reg-fixed-voltage usb0-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_vbus_pin@0, deferring probe [ 0.695808] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe [ 0.695843] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe [ 7.215472] usb0-vbus: disabling [ 7.218702] usb1-vbus: disabling [ 7.221930] usb2-vbus: disabling [ 10.404986] usbcore: registered new interface driver usbfs [ 10.410634] usbcore: registered new interface driver hub [ 10.424817] usbcore: registered new device driver usb [ 28.772266] ohci-platform 1c14400.usb: Generic Platform OHCI controller [ 28.854799] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 1 [ 28.948835] ohci-platform 1c14400.usb: irq 31, io mem 0x01c14400 [...] andreas@lastwagen:~> lsusb Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub The connected USB UART adapter (third line) works just fine. kernel-lpae 4.7.6 or 4.7.4 worked equally well last time I checked. I note that the bananapi image uses kernel-default. Have you tried installing kernel-lpae and rebooting? Regards, Andreas -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org