You are not logged in.

#1 2024-09-15 06:41:57

Strykar
Member
Registered: 2018-02-17
Posts: 56
Website

Help identify failing USB

Logs show issues with usb 3-4-port1, but I cannot figure out if this is an onboard USB controller or one of the two hubs I have connected.
I've tried to troubleshoot this by disconnecting each of the two hubs connected one by one, no cigar.

$ sudo dmesg | grep -i "usb 3-4-port1"
[    6.088032] usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
[    7.408002] usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
[    7.413522] usb 3-4-port1: attempt power cycle
[    8.950975] usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
[   10.060953] usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
[   10.067364] usb 3-4-port1: unable to enumerate USB device
[ 1373.167685] usb 3-4-port1: attempt power cycle
[ 1484.145607] usb 3-4-port1: attempt power cycle
[ 1485.398596] usb 3-4-port1: attempt power cycle
[strykar@r912 ~]$ sudo journalctl -k | grep -i "usb 3-4-port1"
Sep 15 10:45:18 archlinux kernel: usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
Sep 15 10:45:19 archlinux kernel: usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
Sep 15 10:45:19 archlinux kernel: usb 3-4-port1: attempt power cycle
Sep 15 10:45:20 archlinux kernel: usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
Sep 15 10:45:21 archlinux kernel: usb 3-4-port1: Cannot enable. Maybe the USB cable is bad?
Sep 15 10:45:22 archlinux kernel: usb 3-4-port1: unable to enumerate USB device
Sep 15 11:08:05 r912 kernel: usb 3-4-port1: attempt power cycle
Sep 15 11:09:56 r912 kernel: usb 3-4-port1: attempt power cycle
Sep 15 11:09:57 r912 kernel: usb 3-4-port1: attempt power cycle

I then reconnected each USB cable and device attached to the motherboard.
Full dmesg - https://gist.github.com/Strykar/9d1b1cc … 41b1b1421c

$ usb-devices | awk '/^T:.*Port=04/{flag=1; next} /^T:/{flag=0} flag'
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=214b ProdID=7250 Rev=01.00
S:  Product=USB2.0 HUB
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

D:  Ver= 2.10 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=05e3 ProdID=0610 Rev=70.31
S:  Manufacturer=GenesysLogic
S:  Product=USB2.1 Hub
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

D:  Ver= 3.20 Cls=09(hub  ) Sub=00 Prot=03 MxPS= 9 #Cfgs=  1
P:  Vendor=05e3 ProdID=0625 Rev=70.31
S:  Manufacturer=GenesysLogic
S:  Product=USB3.2 Hub
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=83(I) Atr=13(Int.) MxPS=   2 Ivl=16ms

Full lsusb - https://gist.github.com/Strykar/9ac42a0 … 634ea2bcbb

I can't figure out if this error is from the (brand new) motherboard's onboard USB controller that's failing or its really one of the connected USB cables.

Last edited by Strykar (2024-09-15 06:48:45)

Offline

#2 2024-09-15 15:11:57

seth
Member
Registered: 2012-09-03
Posts: 60,406

Re: Help identify failing USB

It eventually shows up

[ 1402.906485] usb 3-4: Product: USB2.0 HUB
[ 1403.248878] usb 3-4.1: new high-speed USB device number 30 using xhci_hcd
[ 1403.372477] usb 3-4.1: New USB device found, idVendor=0bda, idProduct=2838, bcdDevice= 1.00
[ 1403.372481] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1403.372483] usb 3-4.1: Product: RTL2838UHIDIR
[ 1403.372485] usb 3-4.1: Manufacturer: Realtek
[ 1403.372486] usb 3-4.1: SerialNumber: 00000002
[ 1403.488877] usb 3-4.2: new high-speed USB device number 31 using xhci_hcd
[ 1403.610461] usb 3-4.2: New USB device found, idVendor=1df7, idProduct=3010, bcdDevice= 2.07
[ 1403.610464] usb 3-4.2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 1403.610466] usb 3-4.2: SerialNumber: 1707065E10
[ 1405.021460] usb 3-4.1: USB disconnect, device number 30
[ 1405.325527] usb 3-4.1: new high-speed USB device number 32 using xhci_hcd
[ 1405.452449] usb 3-4.1: New USB device found, idVendor=0bda, idProduct=2838, bcdDevice= 1.00
[ 1405.452452] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1405.452453] usb 3-4.1: Product: RTL2838UHIDIR
[ 1405.452454] usb 3-4.1: Manufacturer: Realtek
[ 1405.452455] usb 3-4.1: SerialNumber: 00000002

and then flickers like crazy - google says that's some radio chip, perhaps a dongle, wifi/bt/dvb - that kind of stuff.

Online

Board footer

Powered by FluxBB