Skip to content

Instantly share code, notes, and snippets.

@KenwoodFox
Created August 6, 2022 16:52
Show Gist options
  • Save KenwoodFox/8f59aacf325817ebd809519d15cad882 to your computer and use it in GitHub Desktop.
Save KenwoodFox/8f59aacf325817ebd809519d15cad882 to your computer and use it in GitHub Desktop.
# Plugging into the rear
```
...
[ 276.791396] usb 1-5: can't set config #1, error -71
[ 276.791495] usb 1-5: USB disconnect, device number 98
[ 277.328923] usb 1-5: new high-speed USB device number 99 using xhci_hcd
[ 277.782024] usb 1-5: New USB device found, idVendor=6e30, idProduct=fef0, bcdDevice= 4.09
[ 277.782027] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 277.782028] usb 1-5: Product: OBSBOT Tiny
[ 277.782030] usb 1-5: Manufacturer: Remo Tech Co., Ltd.
[ 277.795550] usb 1-5: can't set config #1, error -71
[ 277.795614] usb 1-5: USB disconnect, device number 99
[ 278.888978] usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
[ 279.495599] usb 1-5: new high-speed USB device number 101 using xhci_hcd
[ 280.462264] usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
[ 280.465351] usb usb1-port5: attempt power cycle
[ 280.932735] usb 1-5: new high-speed USB device number 102 using xhci_hcd
[ 280.933111] usb 1-5: Device not responding to setup address.
[ 281.142621] usb 1-5: Device not responding to setup address.
[ 281.352259] usb 1-5: device not accepting address 102, error -71
[ 282.312283] usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
[ 282.315316] usb usb1-port5: unable to enumerate USB device
...
```
Plugging into the front
```
...
[ 303.108837] usb 1-9.1: new high-speed USB device number 104 using xhci_hcd
[ 303.245354] usb 1-9.1: New USB device found, idVendor=6e30, idProduct=fef0, bcdDevice= 4.09
[ 303.245361] usb 1-9.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 303.245363] usb 1-9.1: Product: OBSBOT Tiny
[ 303.245365] usb 1-9.1: Manufacturer: Remo Tech Co., Ltd.
[ 303.267369] usb 1-9.1: Found UVC 1.10 device OBSBOT Tiny (6e30:fef0)
[ 303.381592] input: OBSBOT Tiny: OBSBOT Tiny Camera as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-9/1-9.1/1-9.1:1.0/input/input109
[ 303.478382] usb 1-9.1: Warning! Unlikely big volume range (=7680), cval->res is probably wrong.
[ 303.478388] usb 1-9.1: [5] FU [Volume control & mute Capture Volume] ch = 1, val = 5120/12800/1
...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment