I’m having some trouble with a number of USB devices on the Apalis TK1.
When connecting a mouse to the USB4 port (pins 100 and 98), I’m getting the following dmesg
information:
[ 3711.141535] usb 1-3: new full-speed USB device number 14 using tegra-xhci
[ 3711.161926] usb 1-3: Device not responding to set address.
[ 3711.372627] usb 1-3: Device not responding to set address.
[ 3711.581975] usb 1-3: device not accepting address 14, error -71
[ 3711.701966] usb 1-3: new full-speed USB device number 15 using tegra-xhci
[ 3711.720386] usb 1-3: Device not responding to set address.
[ 3711.934660] usb 1-3: Device not responding to set address.
[ 3712.148967] usb 1-3: device not accepting address 15, error -71
[ 3712.269385] usb 1-3: new full-speed USB device number 16 using tegra-xhci
[ 3712.288018] usb 1-3: Device not responding to set address.
[ 3712.502782] usb 1-3: Device not responding to set address.
[ 3712.719958] usb 1-3: device not accepting address 16, error -71
[ 3712.842867] usb 1-3: new full-speed USB device number 17 using tegra-xhci
[ 3712.858145] usb 1-3: Device not responding to set address.
[ 3713.075893] usb 1-3: Device not responding to set address.
[ 3713.292339] usb 1-3: device not accepting address 17, error -71
[ 3713.308477] hub 1-0:1.0: unable to enumerate USB device on port 3
When I perform an lsusb
, I get the following:
root@apalis-tk1:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
And lspci
:
root@apalis-tk1:~# lspci
00:00.0 PCI bridge: NVIDIA Corporation TegraK1 PCIe x4 Bridge (rev a1)
01:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)
02:00.0 PCI bridge: NVIDIA Corporation TegraK1 PCIe x1 Bridge (rev a1)
03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
If I attempt to connect an alternative USB device (for example, an FTDI device), the same thing happens:
[ 4122.124608] usb 1-3: new low-speed USB device number 18 using tegra-xhci
[ 4122.144084] usb 1-3: Device not responding to set address.
[ 4122.362573] usb 1-3: Device not responding to set address.
[ 4122.579275] usb 1-3: device not accepting address 18, error -71
[ 4122.703892] usb 1-3: new low-speed USB device number 19 using tegra-xhci
[ 4122.722339] usb 1-3: Device not responding to set address.
[ 4122.938841] usb 1-3: Device not responding to set address.
[ 4123.154559] usb 1-3: device not accepting address 19, error -71
[ 4123.282855] usb 1-3: new low-speed USB device number 20 using tegra-xhci
[ 4123.292973] usb 1-3: Device not responding to set address.
[ 4123.502684] usb 1-3: Device not responding to set address.
[ 4123.717840] usb 1-3: device not accepting address 20, error -71
[ 4123.839714] usb 1-3: new low-speed USB device number 21 using tegra-xhci
[ 4123.858314] usb 1-3: Device not responding to set address.
[ 4124.070588] usb 1-3: Device not responding to set address.
[ 4124.286134] usb 1-3: device not accepting address 21, error -71
[ 4124.301967] hub 1-0:1.0: unable to enumerate USB device on port 3
Would this indicate a hardware error on one of the USB signals?