You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After boot-up, an when activating a service that uses USB interface (Network UPS tools, as an example) xHCI interface crashs and the USB devices get disconnected. Recovery only possible after system reboot.
List of USB devices when the system boots up:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0463:ffff MGE UPS Systems UPS
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
After enabling a:
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
To reproduce
After system boot, start Network UPS tools (UPS connected through USB, having a poll frequency of 30 seconds), and the xHCI interface will crash shortly after, leading to all USB devices being disconnected.
[ 0.197545] usbcore: registered new interface driver usbfs
[ 0.197606] usbcore: registered new interface driver hub
[ 0.197718] usbcore: registered new device driver usb
[ 0.487955] usbcore: registered new interface driver r8152
[ 0.488025] usbcore: registered new interface driver lan78xx
[ 0.488474] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 0.495448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.495481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.495507] usb usb1: Product: xHCI Host Controller
[ 0.495528] usb usb1: Manufacturer: Linux 4.19.88-v8 xhci-hcd
[ 0.495549] usb usb1: SerialNumber: 0000:01:00.0
[ 0.496073] hub 1-0:1.0: USB hub found
[ 0.496671] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 0.496706] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 0.497145] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 0.497175] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.497200] usb usb2: Product: xHCI Host Controller
[ 0.497220] usb usb2: Manufacturer: Linux 4.19.88-v8 xhci-hcd
[ 0.497242] usb usb2: SerialNumber: 0000:01:00.0
[ 0.497711] hub 2-0:1.0: USB hub found
[ 0.499380] usbcore: registered new interface driver uas
[ 0.499478] usbcore: registered new interface driver usb-storage
[ 0.499601] usbcore: registered new interface driver usbserial_generic
[ 0.499647] usbserial: USB Serial support registered for generic
[ 0.507353] usbcore: registered new interface driver usbhid
[ 0.507361] usbhid: USB HID core driver
[ 0.830300] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 0.980982] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[ 0.981020] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 0.981041] usb 1-1: Product: USB2.0 Hub
[ 0.982796] hub 1-1:1.0: USB hub found
[ 1.278306] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
[ 1.615672] usbcore: registered new interface driver brcmfmac
[ 1.999992] usb 1-1.3: New USB device found, idVendor=0463, idProduct=ffff, bcdDevice= 0.01
[ 2.000016] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.000027] usb 1-1.3: Product: 5E
[ 2.000036] usb 1-1.3: Manufacturer: EATON
[ 3.967565] hid-generic 0003:0463:FFFF.0001: hiddev96,hidraw0: USB HID v1.10 Device [EATON 5E] on usb-0000:01:00.0-1.3/input0
[ 172.256228] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command.
[ 172.272306] xhci_hcd 0000:01:00.0: Host halt failed, -110
[ 172.272321] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
[ 172.272369] xhci_hcd 0000:01:00.0: HC died; cleaning up [ 172.272442] usb 1-1: USB disconnect, device number 2
[ 172.272467] usb 1-1.3: USB disconnect, device number 3
Additional context
This bug report was opened here because HassOS3.8 rus default raspbian Kernel.
This issue was initially reported here: home-assistant/operating-system#526
USB cable was replaced to ensure that it was not faulty.
Describe the bug
After boot-up, an when activating a service that uses USB interface (Network UPS tools, as an example) xHCI interface crashs and the USB devices get disconnected. Recovery only possible after system reboot.
List of USB devices when the system boots up:
After enabling a:
To reproduce
After system boot, start Network UPS tools (UPS connected through USB, having a poll frequency of 30 seconds), and the xHCI interface will crash shortly after, leading to all USB devices being disconnected.
System
Details:
Raspberry Pi 4 Model B Rev 1.1cat /etc/rpi-issue)? HassOS 3.8vcgencmd version)?uname -a)? Linux hassio 4.19.93-v8 var->green.length may be left uninitialized #1 SMP PREEMPT Sun Jan 12 18:33:10 UTC 2020 aarch64 Hassio/OSLogs
dmesg output:
Additional context
This bug report was opened here because HassOS3.8 rus default raspbian Kernel.
This issue was initially reported here:
home-assistant/operating-system#526
USB cable was replaced to ensure that it was not faulty.
If more logs are needed, please let me know