back to index

raspi multiple webcams
webcam microscope
      killall
      power cycle
      USB hub disconnects

raspi multiple webcams

see also sw_WebcamStreamAutorun



when on a hub that translates 1.1 to 2.0, lots of messages

Apr 20 01:05:54 LaserPi kernel: [ 1018.653032] Transfer to device 12 endpoint 0x1 frame 1608 failed - FIQ timed out. Data may have been lost.
Apr 20 01:05:54 LaserPi kernel: [ 1018.657032] Transfer to device 12 endpoint 0x1 frame 1612 failed - FIQ timed out. Data may have been lost.
Apr 20 01:05:54 LaserPi kernel: [ 1018.661031] Transfer to device 12 endpoint 0x1 frame 1616 failed - FIQ timed out. Data may have been lost.
Apr 20 01:05:54 LaserPi kernel: [ 1018.665031] Transfer to device 12 endpoint 0x1 frame 1620 failed - FIQ timed out. Data may have been lost.
Apr 20 01:05:54 LaserPi kernel: [ 1018.669032] Transfer to device 12 endpoint 0x1 frame 1624 failed - FIQ timed out. Data may have been lost.
Apr 20 01:05:54 LaserPi kernel: [ 1018.685033] Transfer to device 12 endpoint 0x1 frame 1640 failed - FIQ timed out. Data may have been lost.


will kernel option dwc_otg.fiq_fsm_mask=0x2 help?

raspi hates usb2.0 hubs? [ref]

https://raspberrypi.stackexchange.com/questions/1886/what-kernel-parameters-are-available-for-fixing-usb-problems
dwc_otg.speed -> 1 will limit USB speed to full speed 12Mbps (USB 1.1)
dwc_otg.lpm_enable -> 0 by default, it disalbes LPM support, never seen anyone with value 1 here but it's specified in default cmdline.txt
dwc_otg.fiq_fix_enable -> 1 (default now) give about 10% extra performance to ARM when USB is not busy by lowering the number of interrupts USB does
dwc_otg.microframe_schedule -> 1 (default now) This should fix the error when too many periodic endopoints are present
dwc_otg.nak_holdoff_enable -> 1 (default now) NAK holdoff schame, don't really know what it does
dwc_otg.fiq_fsm_enable=0, see here. – CrazyCoder May 14 '14 at 3:37
dwc_otg.nak_holdoff_enable=1 According to this it also reduces interrupts in certain cases. – Cerin Jan 20 '18 at 3:33

https://www.cl.cam.ac.uk/~atm26/ephemeral/rpi/dwc_otg/doc/html/module%20parameters.html


Apr 20 00:47:14 LaserPi kernel: [    0.691676] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xb6d04000 dma = 0xf6d04000 len=9024
Apr 20 00:47:14 LaserPi kernel: [    0.696371] FIQ FSM acceleration enabled for :
Apr 20 00:47:14 LaserPi kernel: [    0.696371] Non-periodic Split Transactions
Apr 20 00:47:14 LaserPi kernel: [    0.696371] Periodic Split Transactions
Apr 20 00:47:14 LaserPi kernel: [    0.696371] High-Speed Isochronous Endpoints
Apr 20 00:47:14 LaserPi kernel: [    0.696371] Interrupt/Control Split Transaction hack enabled
Apr 20 00:47:14 LaserPi kernel: [    0.707454] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e6a40
Apr 20 00:47:14 LaserPi kernel: [    0.709733] WARN::hcd_init_fiq:460: FIQ ASM at 0x805e6da8 length 36
Apr 20 00:47:14 LaserPi kernel: [    0.711993] WARN::hcd_init_fiq:486: MPHI regs_base at 0xb787e000
Apr 20 00:47:14 LaserPi kernel: [    0.714265] dwc_otg 3f980000.usb: DWC OTG Controller
Apr 20 00:47:14 LaserPi kernel: [    0.716580] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Apr 20 00:47:14 LaserPi kernel: [    0.718955] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000

Apr 20 01:37:00 LaserPi kernel: [ 2884.600075] uvcvideo: Non-zero status (-5) in status completion handler.




todo: try https://www.codepool.biz/raspberry-pi-live-streaming-usb-webcam.html



webcam microscope

keeps dis/reconnecting, weird

killall

killall /usr/src/mjpg-streamer/mjpg-streamer-experimental/mjpg_streamer

power cycle

(power up pin 3, aka SDA - 5/SCL used for wake/shutdown)
gpio mode 8 out
gpio write 8 0;sleep 2;gpio write 8 1


USB hub disconnects

[158903.634545] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.634610] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.634633] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.634660] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.634700] usb 1-1.2-port1: cannot disable (err = -71)
[158903.634773] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.634797] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.634822] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.634866] hub 1-1.2:1.0: hub_ext_port_status failed (err = -71)
[158903.635585] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.635628] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.635666] NYET/NAK/ACK/other in non-error case, 0x00000002
[158903.710626] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[158903.710658] usb 1-1: USB disconnect, device number 113
[158903.710669] usb 1-1.1: USB disconnect, device number 114
[158903.711290] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[158903.711400] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158903.801277] usb 1-1.2: USB disconnect, device number 115
[158903.801295] usb 1-1.2.1: USB disconnect, device number 117
[158903.802109] usb 1-1.2.2: USB disconnect, device number 119
[158903.802861] usb 1-1.2.4: USB disconnect, device number 120
[158903.804284] usb 1-1.4: USB disconnect, device number 116
[158903.804658] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[158903.804715] ftdi_sio 1-1.4:1.0: device disconnected
[158903.805088] usb 1-1.5: USB disconnect, device number 118
[158903.805442] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[158903.805490] ch341 1-1.5:1.0: device disconnected
[158904.000654] Indeed it is in host mode hprt0 = 00001501
[158904.220470] usb 1-1: new high-speed USB device number 121 using dwc_otg
[158904.220561] Indeed it is in host mode hprt0 = 00001101
[158904.460707] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[158904.460717] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158904.461272] hub 1-1:1.0: USB hub found
[158904.461357] hub 1-1:1.0: 5 ports detected
[158904.780501] usb 1-1.1: new high-speed USB device number 122 using dwc_otg
[158904.910711] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[158904.910728] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158904.913551] smsc95xx v1.0.6
[158905.004153] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[158905.100539] usb 1-1.2: new high-speed USB device number 123 using dwc_otg
[158905.222586] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158905.223105] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[158905.250906] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[158905.250922] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[158905.250931] usb 1-1.2: Product: USB 2.0 Hub
[158905.251576] hub 1-1.2:1.0: USB hub found
[158905.251664] hub 1-1.2:1.0: 4 ports detected
[158905.350514] usb 1-1.4: new full-speed USB device number 124 using dwc_otg
[158905.502998] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[158905.503016] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[158905.503025] usb 1-1.4: Product: FT232R USB UART
[158905.503033] usb 1-1.4: Manufacturer: FTDI
[158905.503042] usb 1-1.4: SerialNumber: A91VAPDT
[158905.508729] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[158905.508882] usb 1-1.4: Detected FT232RL
[158905.512406] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[158905.580514] usb 1-1.2.1: new high-speed USB device number 125 using dwc_otg
[158905.725543] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[158905.725560] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[158905.725572] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[158905.725581] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[158905.754346] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[158905.757336] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[158905.757348] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[158905.757359] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[158905.757369] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[158905.757783] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input172
[158905.815591] usb 1-1.5: new full-speed USB device number 126 using dwc_otg
[158905.943591] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[158905.943600] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[158905.943605] usb 1-1.5: Product: USB2.0-Serial
[158905.944204] ch341 1-1.5:1.0: ch341-uart converter detected
[158905.945730] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[158906.040523] usb 1-1.2.2: new high-speed USB device number 127 using dwc_otg
[158906.171003] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[158906.171012] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158906.171017] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[158906.171021] usb 1-1.2.2: Manufacturer: Generic
[158906.175124] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[158906.175569] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[158906.175575] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[158906.175795] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input173
[158906.270472] usb 1-1.2.4: new high-speed USB device number 2 using dwc_otg
[158906.413607] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[158906.413616] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158906.413621] usb 1-1.2.4: Product: USB2.0 Camera
[158906.413625] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[158906.419118] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[158906.426089] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[158906.426100] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[158906.426105] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[158906.426331] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input174
[158906.664628] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[158906.665091] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[158913.925009] NYET/NAK/ACK/other in non-error case, 0x00000002
[158913.925037] NYET/NAK/ACK/other in non-error case, 0x00000002
[158913.925060] NYET/NAK/ACK/other in non-error case, 0x00000002
[158913.925111] uvcvideo: Failed to query (SET_CUR) UVC control 5 on unit 3: -71 (exp. 1).
[158913.932154] NYET/NAK/ACK/other in non-error case, 0x00000002
[158913.932188] NYET/NAK/ACK/other in non-error case, 0x00000002
[158913.932236] NYET/NAK/ACK/other in non-error case, 0x00000002
[158913.960606] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[158913.960635] usb 1-1: USB disconnect, device number 121
[158913.960647] usb 1-1.1: USB disconnect, device number 122
[158913.961266] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[158913.961364] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158914.031566] usb 1-1.2: USB disconnect, device number 123
[158914.031584] usb 1-1.2.1: USB disconnect, device number 125
[158914.033332] usb 1-1.2.2: USB disconnect, device number 127
[158914.045634] usb 1-1.2.4: USB disconnect, device number 2
[158914.048195] usb 1-1.4: USB disconnect, device number 124
[158914.048742] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[158914.048827] ftdi_sio 1-1.4:1.0: device disconnected
[158914.049512] usb 1-1.5: USB disconnect, device number 126
[158914.050224] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[158914.050304] ch341 1-1.5:1.0: device disconnected
[158914.270596] Indeed it is in host mode hprt0 = 00001501
[158914.480538] usb 1-1: new high-speed USB device number 3 using dwc_otg
[158914.480651] Indeed it is in host mode hprt0 = 00001101
[158914.720680] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[158914.720690] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158914.721118] hub 1-1:1.0: USB hub found
[158914.721166] hub 1-1:1.0: 5 ports detected
[158915.040510] usb 1-1.1: new high-speed USB device number 4 using dwc_otg
[158915.170735] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[158915.170752] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158915.173679] smsc95xx v1.0.6
[158915.264505] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[158915.360534] usb 1-1.2: new high-speed USB device number 5 using dwc_otg
[158915.462567] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158915.462846] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[158915.500996] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[158915.501011] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[158915.501021] usb 1-1.2: Product: USB 2.0 Hub
[158915.501874] hub 1-1.2:1.0: USB hub found
[158915.502013] hub 1-1.2:1.0: 4 ports detected
[158915.600512] usb 1-1.4: new full-speed USB device number 6 using dwc_otg
[158915.751866] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[158915.751882] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[158915.751914] usb 1-1.4: Product: FT232R USB UART
[158915.751923] usb 1-1.4: Manufacturer: FTDI
[158915.751932] usb 1-1.4: SerialNumber: A91VAPDT
[158915.757684] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[158915.757844] usb 1-1.4: Detected FT232RL
[158915.761182] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[158915.830555] usb 1-1.2.1: new high-speed USB device number 7 using dwc_otg
[158915.975622] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[158915.975640] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[158915.975650] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[158915.975659] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[158915.992782] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[158916.001777] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[158916.001795] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[158916.001807] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[158916.001817] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[158916.002233] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input175
[158916.060557] usb 1-1.5: new full-speed USB device number 8 using dwc_otg
[158916.193669] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[158916.193680] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[158916.193684] usb 1-1.5: Product: USB2.0-Serial
[158916.194283] ch341 1-1.5:1.0: ch341-uart converter detected
[158916.195920] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[158916.290510] usb 1-1.2.2: new high-speed USB device number 9 using dwc_otg
[158916.421126] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[158916.421135] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158916.421141] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[158916.421145] usb 1-1.2.2: Manufacturer: Generic
[158916.421766] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[158916.422214] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[158916.422224] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[158916.422470] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input176
[158916.520485] usb 1-1.2.4: new high-speed USB device number 10 using dwc_otg
[158916.663570] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[158916.663580] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158916.663585] usb 1-1.2.4: Product: USB2.0 Camera
[158916.663589] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[158916.669157] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[158916.676076] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[158916.676086] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[158916.676092] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[158916.676323] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input177
[158916.905451] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[158916.905884] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[158923.924773] NYET/NAK/ACK/other in non-error case, 0x00000002
[158923.924802] NYET/NAK/ACK/other in non-error case, 0x00000002
[158923.924829] NYET/NAK/ACK/other in non-error case, 0x00000002
[158923.924879] uvcvideo: Failed to query (SET_CUR) UVC control 5 on unit 3: -71 (exp. 1).
[158923.930671] NYET/NAK/ACK/other in non-error case, 0x00000002
[158923.930712] NYET/NAK/ACK/other in non-error case, 0x00000002
[158923.930755] NYET/NAK/ACK/other in non-error case, 0x00000002
[158923.960649] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[158923.960684] usb 1-1: USB disconnect, device number 3
[158923.960695] usb 1-1.1: USB disconnect, device number 4
[158923.961329] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[158923.961442] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158924.051453] usb 1-1.2: USB disconnect, device number 5
[158924.051473] usb 1-1.2.1: USB disconnect, device number 7
[158924.053009] usb 1-1.2.2: USB disconnect, device number 9
[158924.054755] usb 1-1.2.4: USB disconnect, device number 10
[158924.072920] usb 1-1.4: USB disconnect, device number 6
[158924.073486] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[158924.073577] ftdi_sio 1-1.4:1.0: device disconnected
[158924.074169] usb 1-1.5: USB disconnect, device number 8
[158924.074786] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[158924.074899] ch341 1-1.5:1.0: device disconnected
[158924.270586] Indeed it is in host mode hprt0 = 00001501
[158924.480563] usb 1-1: new high-speed USB device number 11 using dwc_otg
[158924.480680] Indeed it is in host mode hprt0 = 00001101
[158924.720678] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[158924.720688] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158924.721131] hub 1-1:1.0: USB hub found
[158924.721188] hub 1-1:1.0: 5 ports detected
[158925.040536] usb 1-1.1: new high-speed USB device number 12 using dwc_otg
[158925.170764] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[158925.170778] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158925.173677] smsc95xx v1.0.6
[158925.274603] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[158925.370602] usb 1-1.2: new high-speed USB device number 13 using dwc_otg
[158925.472901] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158925.473140] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[158925.500923] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[158925.500939] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[158925.500948] usb 1-1.2: Product: USB 2.0 Hub
[158925.501591] hub 1-1.2:1.0: USB hub found
[158925.501671] hub 1-1.2:1.0: 4 ports detected
[158925.610533] usb 1-1.4: new full-speed USB device number 14 using dwc_otg
[158925.761818] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[158925.761834] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[158925.761844] usb 1-1.4: Product: FT232R USB UART
[158925.761852] usb 1-1.4: Manufacturer: FTDI
[158925.761861] usb 1-1.4: SerialNumber: A91VAPDT
[158925.767669] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[158925.767848] usb 1-1.4: Detected FT232RL
[158925.771314] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[158925.840533] usb 1-1.2.1: new high-speed USB device number 15 using dwc_otg
[158925.995522] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[158925.995539] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[158925.995548] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[158925.995557] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[158926.012594] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[158926.021288] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[158926.021307] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[158926.021318] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[158926.021328] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[158926.021759] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input178
[158926.080646] usb 1-1.5: new full-speed USB device number 16 using dwc_otg
[158926.214058] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[158926.214076] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[158926.214081] usb 1-1.5: Product: USB2.0-Serial
[158926.214810] ch341 1-1.5:1.0: ch341-uart converter detected
[158926.216456] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[158926.310532] usb 1-1.2.2: new high-speed USB device number 17 using dwc_otg
[158926.441190] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[158926.441198] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158926.441203] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[158926.441207] usb 1-1.2.2: Manufacturer: Generic
[158926.443480] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[158926.443992] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[158926.443999] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[158926.444225] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input179
[158926.540514] usb 1-1.2.4: new high-speed USB device number 18 using dwc_otg
[158926.683638] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[158926.683648] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158926.683652] usb 1-1.2.4: Product: USB2.0 Camera
[158926.683657] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[158926.689266] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[158926.696196] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[158926.696208] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[158926.696214] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[158926.696472] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input180
[158926.923946] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[158926.924226] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[158934.960612] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[158934.960635] usb 1-1: USB disconnect, device number 11
[158934.960642] usb 1-1.1: USB disconnect, device number 12
[158934.960959] NYET/NAK/ACK/other in non-error case, 0x00000002
[158934.960974] NYET/NAK/ACK/other in non-error case, 0x00000002
[158934.960988] NYET/NAK/ACK/other in non-error case, 0x00000002
[158934.961008] NYET/NAK/ACK/other in non-error case, 0x00000002
[158934.961020] NYET/NAK/ACK/other in non-error case, 0x00000002
[158934.961033] NYET/NAK/ACK/other in non-error case, 0x00000002
[158934.961145] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[158934.961226] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158935.011070] usb 1-1.2: USB disconnect, device number 13
[158935.011083] usb 1-1.2.1: USB disconnect, device number 15
[158935.011955] usb 1-1.2.2: USB disconnect, device number 17
[158935.013119] usb 1-1.2.4: USB disconnect, device number 18
[158935.015139] usb 1-1.4: USB disconnect, device number 14
[158935.015787] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[158935.015845] ftdi_sio 1-1.4:1.0: device disconnected
[158935.016224] usb 1-1.5: USB disconnect, device number 16
[158935.016715] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[158935.016768] ch341 1-1.5:1.0: device disconnected
[158935.210584] Indeed it is in host mode hprt0 = 00001501
[158935.420595] usb 1-1: new high-speed USB device number 19 using dwc_otg
[158935.420758] Indeed it is in host mode hprt0 = 00001101
[158935.660665] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[158935.660675] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158935.661123] hub 1-1:1.0: USB hub found
[158935.661175] hub 1-1:1.0: 5 ports detected
[158935.980520] usb 1-1.1: new high-speed USB device number 20 using dwc_otg
[158936.110669] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[158936.110677] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[158936.113218] smsc95xx v1.0.6
[158936.204245] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[158936.300605] usb 1-1.2: new high-speed USB device number 21 using dwc_otg
[158936.402582] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[158936.402843] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[158936.431081] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[158936.431099] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[158936.431109] usb 1-1.2: Product: USB 2.0 Hub
[158936.431841] hub 1-1.2:1.0: USB hub found
[158936.431931] hub 1-1.2:1.0: 4 ports detected
[158936.530542] usb 1-1.4: new full-speed USB device number 22 using dwc_otg
[158936.681916] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[158936.681932] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[158936.681941] usb 1-1.4: Product: FT232R USB UART
[158936.681949] usb 1-1.4: Manufacturer: FTDI
[158936.681958] usb 1-1.4: SerialNumber: A91VAPDT
[158936.687648] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[158936.687801] usb 1-1.4: Detected FT232RL
[158936.691163] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[158936.760555] usb 1-1.2.1: new high-speed USB device number 23 using dwc_otg
[158936.905617] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[158936.905634] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[158936.905643] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[158936.905652] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[158936.922730] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[158936.931335] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[158936.931351] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[158936.931362] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[158936.931373] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[158936.931820] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input181
[158936.990571] usb 1-1.5: new full-speed USB device number 24 using dwc_otg
[158937.123648] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[158937.123660] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[158937.123665] usb 1-1.5: Product: USB2.0-Serial
[158937.124376] ch341 1-1.5:1.0: ch341-uart converter detected
[158937.125902] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[158937.220520] usb 1-1.2.2: new high-speed USB device number 25 using dwc_otg
[158937.350961] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[158937.350968] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158937.350973] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[158937.350977] usb 1-1.2.2: Manufacturer: Generic
[158937.351591] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[158937.352091] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[158937.352099] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[158937.352365] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input182
[158937.450536] usb 1-1.2.4: new high-speed USB device number 26 using dwc_otg
[158937.593615] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[158937.593625] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[158937.593630] usb 1-1.2.4: Product: USB2.0 Camera
[158937.593634] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[158937.599220] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[158937.606179] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[158937.606191] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[158937.606197] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[158937.606439] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input183
[158937.844883] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[158937.845415] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1

[159138.710972] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159138.711003] usb 1-1: USB disconnect, device number 19
[159138.711014] usb 1-1.1: USB disconnect, device number 20
[159138.711530] NYET/NAK/ACK/other in non-error case, 0x00000002
[159138.711556] NYET/NAK/ACK/other in non-error case, 0x00000002
[159138.711582] NYET/NAK/ACK/other in non-error case, 0x00000002
[159138.711611] NYET/NAK/ACK/other in non-error case, 0x00000002
[159138.711633] NYET/NAK/ACK/other in non-error case, 0x00000002
[159138.711656] NYET/NAK/ACK/other in non-error case, 0x00000002
[159138.711838] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159138.711962] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159138.751815] usb 1-1.2: USB disconnect, device number 21
[159138.751835] usb 1-1.2.1: USB disconnect, device number 23
[159138.753278] usb 1-1.2.2: USB disconnect, device number 25
[159138.761580] usb 1-1.2.4: USB disconnect, device number 26
[159138.764406] usb 1-1.4: USB disconnect, device number 22
[159138.764982] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159138.765060] ftdi_sio 1-1.4:1.0: device disconnected
[159138.765554] usb 1-1.5: USB disconnect, device number 24
[159138.766084] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159138.766159] ch341 1-1.5:1.0: device disconnected
[159138.960956] Indeed it is in host mode hprt0 = 00001501
[159139.170907] usb 1-1: new high-speed USB device number 27 using dwc_otg
[159139.171053] Indeed it is in host mode hprt0 = 00001101
[159139.411081] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159139.411091] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159139.411591] hub 1-1:1.0: USB hub found
[159139.411649] hub 1-1:1.0: 5 ports detected
[159139.730894] usb 1-1.1: new high-speed USB device number 28 using dwc_otg
[159139.861054] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159139.861064] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159139.863741] smsc95xx v1.0.6


[159139.953011] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159140.050912] usb 1-1.2: new high-speed USB device number 29 using dwc_otg
[159140.102023] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159140.102192] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159140.181162] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159140.181173] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159140.181178] usb 1-1.2: Product: USB 2.0 Hub
[159140.181596] hub 1-1.2:1.0: USB hub found
[159140.181655] hub 1-1.2:1.0: 4 ports detected
[159140.280881] usb 1-1.4: new full-speed USB device number 30 using dwc_otg
[159140.433305] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159140.433316] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159140.433321] usb 1-1.4: Product: FT232R USB UART
[159140.433325] usb 1-1.4: Manufacturer: FTDI
[159140.433330] usb 1-1.4: SerialNumber: A91VAPDT
[159140.438836] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159140.438939] usb 1-1.4: Detected FT232RL
[159140.442202] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159140.510857] usb 1-1.2.1: new high-speed USB device number 31 using dwc_otg
[159140.655677] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159140.655686] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159140.655691] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159140.655695] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159140.672466] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159140.681662] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159140.681672] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159140.681678] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159140.681684] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159140.681972] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input184
[159140.750865] usb 1-1.5: new full-speed USB device number 32 using dwc_otg
[159140.894048] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159140.894059] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159140.894063] usb 1-1.5: Product: USB2.0-Serial
[159140.894825] ch341 1-1.5:1.0: ch341-uart converter detected
[159140.896653] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159140.990940] usb 1-1.2.2: new high-speed USB device number 33 using dwc_otg
[159141.121405] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159141.121415] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159141.121419] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159141.121424] usb 1-1.2.2: Manufacturer: Generic
[159141.122150] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159141.122795] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159141.122807] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159141.123193] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input185
[159141.220925] usb 1-1.2.4: new high-speed USB device number 34 using dwc_otg
[159141.384120] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159141.384131] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159141.384136] usb 1-1.2.4: Product: USB2.0 Camera
[159141.384141] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159141.389893] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159141.396769] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159141.396781] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159141.396787] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159141.397021] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input186
[159141.552164] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159141.552668] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[159143.582084] NYET/NAK/ACK/other in non-error case, 0x00000002
[159143.582136] NYET/NAK/ACK/other in non-error case, 0x00000002
[159143.582159] NYET/NAK/ACK/other in non-error case, 0x00000002
[159143.582210] uvcvideo: Failed to query (SET_CUR) UVC control 5 on unit 3: -71 (exp. 1).
[159143.710997] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159143.711029] usb 1-1: USB disconnect, device number 27
[159143.711040] usb 1-1.1: USB disconnect, device number 28
[159143.711683] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159143.711781] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159143.781726] usb 1-1.2: USB disconnect, device number 29
[159143.781745] usb 1-1.2.1: USB disconnect, device number 31
[159143.783125] usb 1-1.2.2: USB disconnect, device number 33
[159143.784475] usb 1-1.2.4: USB disconnect, device number 34
[159143.792887] usb 1-1.4: USB disconnect, device number 30
[159143.793512] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159143.793598] ftdi_sio 1-1.4:1.0: device disconnected
[159143.800291] usb 1-1.5: USB disconnect, device number 32
[159143.810063] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159143.810171] ch341 1-1.5:1.0: device disconnected
[159144.010925] Indeed it is in host mode hprt0 = 00001501
[159144.220840] usb 1-1: new high-speed USB device number 35 using dwc_otg
[159144.220926] Indeed it is in host mode hprt0 = 00001101
[159144.460998] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159144.461006] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159144.461458] hub 1-1:1.0: USB hub found
[159144.461512] hub 1-1:1.0: 5 ports detected
[159144.780890] usb 1-1.1: new high-speed USB device number 36 using dwc_otg
[159144.911130] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159144.911146] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159144.924304] smsc95xx v1.0.6
[159145.014465] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159145.120895] usb 1-1.2: new high-speed USB device number 37 using dwc_otg
[159145.213035] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159145.213295] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159145.271411] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159145.271425] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159145.271434] usb 1-1.2: Product: USB 2.0 Hub
[159145.272154] hub 1-1.2:1.0: USB hub found
[159145.272266] hub 1-1.2:1.0: 4 ports detected
[159145.370858] usb 1-1.4: new full-speed USB device number 38 using dwc_otg
[159145.522095] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159145.522108] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159145.522117] usb 1-1.4: Product: FT232R USB UART
[159145.522125] usb 1-1.4: Manufacturer: FTDI
[159145.522134] usb 1-1.4: SerialNumber: A91VAPDT
[159145.527820] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159145.527974] usb 1-1.4: Detected FT232RL
[159145.531298] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159145.600907] usb 1-1.2.1: new high-speed USB device number 39 using dwc_otg
[159145.745833] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159145.745849] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159145.745858] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159145.745867] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159145.762891] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159145.771477] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159145.771493] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159145.771504] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159145.771514] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159145.771941] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input187
[159145.830964] usb 1-1.5: new full-speed USB device number 40 using dwc_otg
[159145.963941] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159145.963950] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159145.963955] usb 1-1.5: Product: USB2.0-Serial
[159145.964567] ch341 1-1.5:1.0: ch341-uart converter detected
[159145.966205] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159146.060857] usb 1-1.2.2: new high-speed USB device number 41 using dwc_otg
[159146.201324] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159146.201334] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159146.201339] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159146.201343] usb 1-1.2.2: Manufacturer: Generic
[159146.201951] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159146.202362] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159146.202368] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159146.202585] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input188
[159146.310846] usb 1-1.2.4: new high-speed USB device number 42 using dwc_otg
[159146.473863] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159146.473872] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159146.473877] usb 1-1.2.4: Product: USB2.0 Camera
[159146.473881] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159146.479406] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159146.486254] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159146.486265] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159146.486270] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159146.486508] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input189
[159146.662929] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159146.663507] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[159153.710985] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159153.711018] usb 1-1: USB disconnect, device number 35
[159153.711030] usb 1-1.1: USB disconnect, device number 36

[159155.400882] smsc95xx 1-1.1:1.0 eth0: Failed to read reg index 0x00000114: -19
[159155.400894] smsc95xx 1-1.1:1.0 eth0: Error reading MII_ACCESS
[159155.400904] smsc95xx 1-1.1:1.0 eth0: MII is busy in smsc95xx_mdio_read
[159155.400913] smsc95xx 1-1.1:1.0 eth0: Failed to read MII_BMSR

[159158.360958] NYET/NAK/ACK/other in non-error case, 0x00000002
[159158.361021] NYET/NAK/ACK/other in non-error case, 0x00000002
[159158.361060] NYET/NAK/ACK/other in non-error case, 0x00000002
[159158.361112] NYET/NAK/ACK/other in non-error case, 0x00000002
[159158.361150] NYET/NAK/ACK/other in non-error case, 0x00000002
[159158.361184] NYET/NAK/ACK/other in non-error case, 0x00000002
[159158.361584] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159158.361809] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159158.411831] usb 1-1.2: USB disconnect, device number 37
[159158.411851] usb 1-1.2.1: USB disconnect, device number 39
[159158.413733] usb 1-1.2.2: USB disconnect, device number 41
[159158.415658] usb 1-1.2.4: USB disconnect, device number 42
[159158.418435] usb 1-1.4: USB disconnect, device number 38
[159158.419083] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159158.419196] ftdi_sio 1-1.4:1.0: device disconnected
[159158.419765] usb 1-1.5: USB disconnect, device number 40
[159158.420312] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159158.420390] ch341 1-1.5:1.0: device disconnected
[159158.621014] Indeed it is in host mode hprt0 = 00001501
[159158.840899] usb 1-1: new high-speed USB device number 43 using dwc_otg
[159158.840991] Indeed it is in host mode hprt0 = 00001101
[159159.081070] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159159.081079] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159159.081534] hub 1-1:1.0: USB hub found
[159159.081587] hub 1-1:1.0: 5 ports detected
[159159.400892] usb 1-1.1: new high-speed USB device number 44 using dwc_otg
[159159.531088] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159159.531098] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159159.538174] smsc95xx v1.0.6
[159159.623188] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159159.720937] usb 1-1.2: new high-speed USB device number 45 using dwc_otg
[159159.772028] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159159.772343] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159159.851241] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159159.851251] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159159.851256] usb 1-1.2: Product: USB 2.0 Hub
[159159.851659] hub 1-1.2:1.0: USB hub found
[159159.851714] hub 1-1.2:1.0: 4 ports detected
[159159.960924] usb 1-1.4: new full-speed USB device number 46 using dwc_otg
[159160.110899] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159160.110909] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159160.110914] usb 1-1.4: Product: FT232R USB UART
[159160.110919] usb 1-1.4: Manufacturer: FTDI
[159160.110923] usb 1-1.4: SerialNumber: A91VAPDT
[159160.116398] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159160.116480] usb 1-1.4: Detected FT232RL
[159160.119872] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159160.200918] usb 1-1.2.1: new high-speed USB device number 47 using dwc_otg
[159160.355653] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159160.355662] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159160.355667] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159160.355671] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159160.372306] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159160.380591] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159160.380597] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159160.380603] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159160.380608] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159160.380882] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input190
[159160.440904] usb 1-1.5: new full-speed USB device number 48 using dwc_otg
[159160.574507] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159160.574517] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159160.574522] usb 1-1.5: Product: USB2.0-Serial
[159160.575116] ch341 1-1.5:1.0: ch341-uart converter detected
[159160.576635] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159160.670942] usb 1-1.2.2: new high-speed USB device number 49 using dwc_otg
[159160.801422] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159160.801432] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159160.801437] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159160.801442] usb 1-1.2.2: Manufacturer: Generic
[159160.802194] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159160.802689] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159160.802698] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159160.802932] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input191
[159160.900861] usb 1-1.2.4: new high-speed USB device number 50 using dwc_otg
[159161.044057] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159161.044066] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159161.044071] usb 1-1.2.4: Product: USB2.0 Camera
[159161.044075] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159161.049620] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159161.056492] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159161.056504] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159161.056510] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159161.056759] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input192
[159161.213995] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159161.214483] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[159254.961134] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159254.961163] usb 1-1: USB disconnect, device number 43
[159254.961175] usb 1-1.1: USB disconnect, device number 44
[159254.961668] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159254.961850] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159255.022125] usb 1-1.2: USB disconnect, device number 45
[159255.022157] usb 1-1.2.1: USB disconnect, device number 47
[159255.031678] usb 1-1.2.2: USB disconnect, device number 49
[159255.041471] usb 1-1.2.4: USB disconnect, device number 50
[159255.052882] usb 1-1.4: USB disconnect, device number 46
[159255.053497] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159255.053579] ftdi_sio 1-1.4:1.0: device disconnected
[159255.054168] usb 1-1.5: USB disconnect, device number 48
[159255.054736] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159255.054819] ch341 1-1.5:1.0: device disconnected
[159255.251158] Indeed it is in host mode hprt0 = 00001501
[159255.461094] usb 1-1: new high-speed USB device number 51 using dwc_otg
[159255.461203] Indeed it is in host mode hprt0 = 00001101
[159255.701243] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159255.701252] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159255.701685] hub 1-1:1.0: USB hub found
[159255.701734] hub 1-1:1.0: 5 ports detected
[159256.021009] usb 1-1.1: new high-speed USB device number 52 using dwc_otg
[159256.151168] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159256.151178] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159256.153717] smsc95xx v1.0.6
[159256.243162] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159256.341023] usb 1-1.2: new high-speed USB device number 53 using dwc_otg
[159256.382089] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159256.382229] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159256.481425] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159256.481440] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159256.481449] usb 1-1.2: Product: USB 2.0 Hub
[159256.482138] hub 1-1.2:1.0: USB hub found
[159256.482232] hub 1-1.2:1.0: 4 ports detected
[159256.581035] usb 1-1.4: new full-speed USB device number 54 using dwc_otg
[159256.732294] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159256.732313] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159256.732322] usb 1-1.4: Product: FT232R USB UART
[159256.732330] usb 1-1.4: Manufacturer: FTDI
[159256.732339] usb 1-1.4: SerialNumber: A91VAPDT
[159256.738136] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159256.738309] usb 1-1.4: Detected FT232RL
[159256.741809] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159256.811101] usb 1-1.2.1: new high-speed USB device number 55 using dwc_otg
[159256.955952] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159256.955968] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159256.955977] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159256.955986] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159256.972980] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159256.981573] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159256.981589] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159256.981599] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159256.981610] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159256.982092] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input193
[159257.041106] usb 1-1.5: new full-speed USB device number 56 using dwc_otg
[159257.184117] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159257.184127] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159257.184132] usb 1-1.5: Product: USB2.0-Serial
[159257.184725] ch341 1-1.5:1.0: ch341-uart converter detected
[159257.186303] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159257.291034] usb 1-1.2.2: new high-speed USB device number 57 using dwc_otg
[159257.431450] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159257.431461] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159257.431465] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159257.431470] usb 1-1.2.2: Manufacturer: Generic
[159257.432098] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159257.432514] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159257.432521] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159257.432743] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input194
[159257.531013] usb 1-1.2.4: new high-speed USB device number 58 using dwc_otg
[159257.674133] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159257.674143] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159257.674147] usb 1-1.2.4: Product: USB2.0 Camera
[159257.674152] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159257.679736] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159257.686621] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159257.686631] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159257.686637] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159257.686882] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input195
[159257.833194] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[159257.835107] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready


[159264.711245] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159264.711282] usb 1-1: USB disconnect, device number 51
[159264.711293] usb 1-1.1: USB disconnect, device number 52
[159264.711833] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159264.711866] NYET/NAK/ACK/other in non-error case, 0x00000002
[159264.711893] NYET/NAK/ACK/other in non-error case, 0x00000002
[159264.711915] NYET/NAK/ACK/other in non-error case, 0x00000002
[159264.712024] smsc95xx 1-1.1:1.0 eth0: Failed to read reg index 0x00000114: -71
[159264.712034] smsc95xx 1-1.1:1.0 eth0: Error reading MII_ACCESS
[159264.712044] smsc95xx 1-1.1:1.0 eth0: MII is busy in smsc95xx_mdio_read
[159264.712053] smsc95xx 1-1.1:1.0 eth0: Failed to read MII_BMSR
[159264.712170] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159264.771973] usb 1-1.2: USB disconnect, device number 53
[159264.771996] usb 1-1.2.1: USB disconnect, device number 55
[159264.773594] usb 1-1.2.2: USB disconnect, device number 57
[159264.775417] usb 1-1.2.4: USB disconnect, device number 58
[159264.792604] usb 1-1.4: USB disconnect, device number 54
[159264.793216] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159264.793300] ftdi_sio 1-1.4:1.0: device disconnected
[159264.793848] usb 1-1.5: USB disconnect, device number 56
[159264.794428] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159264.794526] ch341 1-1.5:1.0: device disconnected
[159265.001087] Indeed it is in host mode hprt0 = 00001501
[159265.211081] usb 1-1: new high-speed USB device number 59 using dwc_otg
[159265.211200] Indeed it is in host mode hprt0 = 00001101
[159265.451220] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159265.451231] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159265.453397] hub 1-1:1.0: USB hub found
[159265.453467] hub 1-1:1.0: 5 ports detected
[159265.771060] usb 1-1.1: new high-speed USB device number 60 using dwc_otg
[159265.901326] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159265.901342] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159265.904259] smsc95xx v1.0.6
[159265.996489] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159266.091080] usb 1-1.2: new high-speed USB device number 61 using dwc_otg
[159266.213758] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159266.214274] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159266.231487] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159266.231504] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159266.231513] usb 1-1.2: Product: USB 2.0 Hub
[159266.232152] hub 1-1.2:1.0: USB hub found
[159266.232256] hub 1-1.2:1.0: 4 ports detected
[159266.331048] usb 1-1.4: new full-speed USB device number 62 using dwc_otg
[159266.482329] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159266.482345] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159266.482354] usb 1-1.4: Product: FT232R USB UART
[159266.482363] usb 1-1.4: Manufacturer: FTDI
[159266.482371] usb 1-1.4: SerialNumber: A91VAPDT
[159266.488059] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159266.488217] usb 1-1.4: Detected FT232RL
[159266.491608] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159266.561061] usb 1-1.2.1: new high-speed USB device number 63 using dwc_otg
[159266.706138] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159266.706155] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159266.706164] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159266.706173] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159266.723171] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159266.731811] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159266.731825] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159266.731836] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159266.731847] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159266.732278] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input196
[159266.801108] usb 1-1.5: new full-speed USB device number 64 using dwc_otg
[159266.944176] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159266.944185] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159266.944189] usb 1-1.5: Product: USB2.0-Serial
[159266.945032] ch341 1-1.5:1.0: ch341-uart converter detected
[159266.946561] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159267.041038] usb 1-1.2.2: new high-speed USB device number 65 using dwc_otg
[159267.181480] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159267.181489] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159267.181494] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159267.181498] usb 1-1.2.2: Manufacturer: Generic
[159267.182124] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159267.182565] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159267.182572] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159267.182809] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input197
[159267.291048] usb 1-1.2.4: new high-speed USB device number 66 using dwc_otg
[159267.434091] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159267.434102] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159267.434106] usb 1-1.2.4: Product: USB2.0 Camera
[159267.434111] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159267.439632] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159267.446543] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159267.446554] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159267.446560] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159267.446808] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input198
[159267.657220] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[159267.657455] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready


[159274.711082] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159274.711100] usb 1-1: USB disconnect, device number 59
[159274.711106] usb 1-1.1: USB disconnect, device number 60
[159274.711385] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159274.711504] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159274.751575] usb 1-1.2: USB disconnect, device number 61
[159274.751586] usb 1-1.2.1: USB disconnect, device number 63
[159274.752313] usb 1-1.2.2: USB disconnect, device number 65
[159274.761419] usb 1-1.2.4: USB disconnect, device number 66
[159274.763180] usb 1-1.4: USB disconnect, device number 62
[159274.763528] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159274.763574] ftdi_sio 1-1.4:1.0: device disconnected
[159274.763884] usb 1-1.5: USB disconnect, device number 64
[159274.764322] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159274.764383] ch341 1-1.5:1.0: device disconnected
[159274.961205] Indeed it is in host mode hprt0 = 00001501
[159275.171111] usb 1-1: new high-speed USB device number 67 using dwc_otg
[159275.171276] Indeed it is in host mode hprt0 = 00001101
[159275.411428] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159275.411445] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159275.428835] hub 1-1:1.0: USB hub found
[159275.428995] hub 1-1:1.0: 5 ports detected
[159275.741110] usb 1-1.1: new high-speed USB device number 68 using dwc_otg
[159275.871309] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159275.871324] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159275.874246] smsc95xx v1.0.6
[159275.964662] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159276.061100] usb 1-1.2: new high-speed USB device number 69 using dwc_otg
[159276.162990] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159276.163265] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159276.201466] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159276.201482] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159276.201491] usb 1-1.2: Product: USB 2.0 Hub
[159276.202138] hub 1-1.2:1.0: USB hub found
[159276.202229] hub 1-1.2:1.0: 4 ports detected
[159276.301066] usb 1-1.4: new full-speed USB device number 70 using dwc_otg
[159276.452281] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159276.452295] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159276.452304] usb 1-1.4: Product: FT232R USB UART
[159276.452312] usb 1-1.4: Manufacturer: FTDI
[159276.452321] usb 1-1.4: SerialNumber: A91VAPDT
[159276.458108] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159276.458282] usb 1-1.4: Detected FT232RL
[159276.461691] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159276.531069] usb 1-1.2.1: new high-speed USB device number 71 using dwc_otg
[159276.676082] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159276.676101] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159276.676110] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159276.676119] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159276.698074] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159276.706658] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159276.706675] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159276.706687] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159276.706697] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159276.707119] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input199
[159276.761117] usb 1-1.5: new full-speed USB device number 72 using dwc_otg
[159276.904455] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159276.904467] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159276.904472] usb 1-1.5: Product: USB2.0-Serial
[159276.905449] ch341 1-1.5:1.0: ch341-uart converter detected
[159276.907064] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159277.001051] usb 1-1.2.2: new high-speed USB device number 73 using dwc_otg
[159277.131494] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159277.131503] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159277.131508] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159277.131512] usb 1-1.2.2: Manufacturer: Generic
[159277.132118] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159277.132527] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159277.132534] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159277.132761] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input200
[159277.241051] usb 1-1.2.4: new high-speed USB device number 74 using dwc_otg
[159277.384107] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159277.384116] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159277.384121] usb 1-1.2.4: Product: USB2.0 Camera
[159277.384125] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159277.389658] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159277.396511] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159277.396521] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159277.396526] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159277.396803] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input201
[159277.605387] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159277.605915] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[159285.211208] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159285.211243] usb 1-1: USB disconnect, device number 67
[159285.211255] usb 1-1.1: USB disconnect, device number 68
[159285.211778] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159285.212028] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159285.272138] usb 1-1.2: USB disconnect, device number 69
[159285.272157] usb 1-1.2.1: USB disconnect, device number 71
[159285.273639] usb 1-1.2.2: USB disconnect, device number 73
[159285.285182] usb 1-1.2.4: USB disconnect, device number 74
[159285.287151] usb 1-1.4: USB disconnect, device number 70
[159285.287860] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159285.287954] ftdi_sio 1-1.4:1.0: device disconnected
[159285.288393] usb 1-1.5: USB disconnect, device number 72
[159285.289063] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159285.289135] ch341 1-1.5:1.0: device disconnected
[159285.481233] Indeed it is in host mode hprt0 = 00001501
[159285.691071] usb 1-1: new high-speed USB device number 75 using dwc_otg
[159285.691171] Indeed it is in host mode hprt0 = 00001101
[159285.931208] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159285.931217] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159285.931643] hub 1-1:1.0: USB hub found
[159285.931696] hub 1-1:1.0: 5 ports detected
[159286.251095] usb 1-1.1: new high-speed USB device number 76 using dwc_otg
[159286.381515] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159286.381534] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159286.384494] smsc95xx v1.0.6
[159286.474835] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159286.571125] usb 1-1.2: new high-speed USB device number 77 using dwc_otg
[159286.683087] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159286.683340] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159286.706339] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159286.706358] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159286.706367] usb 1-1.2: Product: USB 2.0 Hub
[159286.707217] hub 1-1.2:1.0: USB hub found
[159286.707364] hub 1-1.2:1.0: 4 ports detected
[159286.801085] usb 1-1.4: new full-speed USB device number 78 using dwc_otg
[159286.952337] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159286.952353] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159286.952362] usb 1-1.4: Product: FT232R USB UART
[159286.952371] usb 1-1.4: Manufacturer: FTDI
[159286.952379] usb 1-1.4: SerialNumber: A91VAPDT
[159286.958051] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159286.958210] usb 1-1.4: Detected FT232RL
[159286.962191] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159287.031101] usb 1-1.2.1: new high-speed USB device number 79 using dwc_otg
[159287.176031] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159287.176045] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159287.176054] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159287.176064] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159287.193062] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159287.201706] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159287.201723] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159287.201734] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159287.201744] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159287.202161] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input202
[159287.261129] usb 1-1.5: new full-speed USB device number 80 using dwc_otg
[159287.394188] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159287.394197] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159287.394202] usb 1-1.5: Product: USB2.0-Serial
[159287.394790] ch341 1-1.5:1.0: ch341-uart converter detected
[159287.396324] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159287.491071] usb 1-1.2.2: new high-speed USB device number 81 using dwc_otg
[159287.631512] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159287.631521] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159287.631526] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159287.631531] usb 1-1.2.2: Manufacturer: Generic
[159287.632159] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159287.632568] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159287.632574] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159287.632807] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input203
[159287.731079] usb 1-1.2.4: new high-speed USB device number 82 using dwc_otg
[159287.874161] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159287.874170] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159287.874175] usb 1-1.2.4: Product: USB2.0 Camera
[159287.874179] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159287.879735] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159287.886644] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159287.886656] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159287.886662] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159287.886915] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input204
[159288.125195] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159288.125832] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[159293.644726] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.644768] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.644804] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.644867] uvcvideo: Failed to query (SET_CUR) UVC control 5 on unit 3: -71 (exp. 1).
[159293.644870] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.644894] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.644916] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.644968] hub 1-1.2:1.0: hub_ext_port_status failed (err = -71)
[159293.645004] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645025] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645047] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645105] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645126] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645148] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645185] usb 1-1.2-port1: cannot disable (err = -71)
[159293.645277] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645301] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645323] NYET/NAK/ACK/other in non-error case, 0x00000002
[159293.645385] hub 1-1.2:1.0: hub_ext_port_status failed (err = -71)
[159293.711224] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159293.711256] usb 1-1: USB disconnect, device number 75
[159293.711268] usb 1-1.1: USB disconnect, device number 76
[159293.711767] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159293.711985] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159293.782091] usb 1-1.2: USB disconnect, device number 77
[159293.782110] usb 1-1.2.1: USB disconnect, device number 79
[159293.783335] usb 1-1.2.2: USB disconnect, device number 81
[159293.784757] usb 1-1.2.4: USB disconnect, device number 82
[159293.803143] usb 1-1.4: USB disconnect, device number 78
[159293.803799] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159293.803957] ftdi_sio 1-1.4:1.0: device disconnected
[159293.806669] usb 1-1.5: USB disconnect, device number 80
[159293.807351] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159293.807438] ch341 1-1.5:1.0: device disconnected
[159294.011205] Indeed it is in host mode hprt0 = 00001501
[159294.221092] usb 1-1: new high-speed USB device number 83 using dwc_otg
[159294.221307] Indeed it is in host mode hprt0 = 00001101
[159294.461294] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159294.461304] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159294.463442] hub 1-1:1.0: USB hub found
[159294.463520] hub 1-1:1.0: 5 ports detected
[159294.781114] usb 1-1.1: new high-speed USB device number 84 using dwc_otg
[159294.911343] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159294.911357] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159294.914290] smsc95xx v1.0.6
[159295.005327] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159295.101171] usb 1-1.2: new high-speed USB device number 85 using dwc_otg
[159295.203151] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159295.203403] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159295.231508] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159295.231525] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159295.231534] usb 1-1.2: Product: USB 2.0 Hub
[159295.232172] hub 1-1.2:1.0: USB hub found
[159295.232262] hub 1-1.2:1.0: 4 ports detected
[159295.331131] usb 1-1.4: new full-speed USB device number 86 using dwc_otg
[159295.482401] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159295.482416] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159295.482425] usb 1-1.4: Product: FT232R USB UART
[159295.482434] usb 1-1.4: Manufacturer: FTDI
[159295.482442] usb 1-1.4: SerialNumber: A91VAPDT
[159295.488118] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159295.488269] usb 1-1.4: Detected FT232RL
[159295.491644] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159295.561141] usb 1-1.2.1: new high-speed USB device number 87 using dwc_otg
[159295.706114] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159295.706130] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159295.706139] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159295.706148] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159295.734849] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159295.737795] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159295.737808] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159295.737819] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159295.737829] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159295.738257] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input205
[159295.791116] usb 1-1.5: new full-speed USB device number 88 using dwc_otg
[159295.924246] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159295.924256] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159295.924260] usb 1-1.5: Product: USB2.0-Serial
[159295.924981] ch341 1-1.5:1.0: ch341-uart converter detected
[159295.926516] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159296.021126] usb 1-1.2.2: new high-speed USB device number 89 using dwc_otg
[159296.151848] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159296.151856] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159296.151861] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159296.151865] usb 1-1.2.2: Manufacturer: Generic
[159296.152475] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159296.152908] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159296.152914] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159296.153173] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input206
[159296.251065] usb 1-1.2.4: new high-speed USB device number 90 using dwc_otg
[159296.394416] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159296.394426] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159296.394430] usb 1-1.2.4: Product: USB2.0 Camera
[159296.394435] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159296.399988] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159296.406854] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159296.406864] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159296.406870] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159296.407116] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input207
[159296.645410] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159296.645954] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[159303.965243] NYET/NAK/ACK/other in non-error case, 0x00000002
[159303.965302] NYET/NAK/ACK/other in non-error case, 0x00000002
[159303.965331] NYET/NAK/ACK/other in non-error case, 0x00000002
[159303.965386] uvcvideo: Failed to query (SET_CUR) UVC control 5 on unit 3: -71 (exp. 1).
[159304.211215] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159304.211245] usb 1-1: USB disconnect, device number 83
[159304.211256] usb 1-1.1: USB disconnect, device number 84
[159304.211757] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159304.211945] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159304.262132] usb 1-1.2: USB disconnect, device number 85
[159304.262150] usb 1-1.2.1: USB disconnect, device number 87
[159304.263999] usb 1-1.2.2: USB disconnect, device number 89
[159304.265851] usb 1-1.2.4: USB disconnect, device number 90
[159304.269119] usb 1-1.4: USB disconnect, device number 86
[159304.269841] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159304.269928] ftdi_sio 1-1.4:1.0: device disconnected
[159304.270483] usb 1-1.5: USB disconnect, device number 88
[159304.271231] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159304.271319] ch341 1-1.5:1.0: device disconnected
[159304.471134] Indeed it is in host mode hprt0 = 00001501
[159304.691076] usb 1-1: new high-speed USB device number 91 using dwc_otg
[159304.691168] Indeed it is in host mode hprt0 = 00001101
[159304.931219] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159304.931228] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159304.933400] hub 1-1:1.0: USB hub found
[159304.933475] hub 1-1:1.0: 5 ports detected
[159305.251107] usb 1-1.1: new high-speed USB device number 92 using dwc_otg
[159305.381375] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159305.381391] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159305.393658] smsc95xx v1.0.6
[159305.485966] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159305.581146] usb 1-1.2: new high-speed USB device number 93 using dwc_otg
[159305.693206] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159305.693466] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159305.711548] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159305.711564] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159305.711573] usb 1-1.2: Product: USB 2.0 Hub
[159305.712201] hub 1-1.2:1.0: USB hub found
[159305.712302] hub 1-1.2:1.0: 4 ports detected
[159305.811117] usb 1-1.4: new full-speed USB device number 94 using dwc_otg
[159305.962349] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159305.962365] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159305.962374] usb 1-1.4: Product: FT232R USB UART
[159305.962383] usb 1-1.4: Manufacturer: FTDI
[159305.962391] usb 1-1.4: SerialNumber: A91VAPDT
[159305.968130] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159305.968285] usb 1-1.4: Detected FT232RL
[159305.971927] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159306.041121] usb 1-1.2.1: new high-speed USB device number 95 using dwc_otg
[159306.185866] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159306.185875] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159306.185880] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159306.185884] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159306.202520] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159306.210850] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159306.210860] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159306.210865] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159306.210871] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159306.211174] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input208
[159306.271165] usb 1-1.5: new full-speed USB device number 96 using dwc_otg
[159306.414197] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159306.414206] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159306.414211] usb 1-1.5: Product: USB2.0-Serial
[159306.414802] ch341 1-1.5:1.0: ch341-uart converter detected
[159306.416313] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159306.521139] usb 1-1.2.2: new high-speed USB device number 97 using dwc_otg
[159306.661553] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159306.661560] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159306.661565] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159306.661569] usb 1-1.2.2: Manufacturer: Generic
[159306.662191] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159306.663535] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159306.663546] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159306.664042] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input209
[159306.761142] usb 1-1.2.4: new high-speed USB device number 98 using dwc_otg
[159306.904277] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159306.904286] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159306.904291] usb 1-1.2.4: Product: USB2.0 Camera
[159306.904295] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159306.909857] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159306.916868] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159306.916879] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159306.916884] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159306.917134] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input210
[159307.127196] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159307.127728] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[159314.711152] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[159314.711172] usb 1-1: USB disconnect, device number 91
[159314.711178] usb 1-1.1: USB disconnect, device number 92
[159314.711467] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[159314.711580] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159314.761671] usb 1-1.2: USB disconnect, device number 93
[159314.761683] usb 1-1.2.1: USB disconnect, device number 95
[159314.762384] usb 1-1.2.2: USB disconnect, device number 97
[159314.773402] usb 1-1.2.4: USB disconnect, device number 98
[159314.774903] usb 1-1.4: USB disconnect, device number 94
[159314.775227] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[159314.775283] ftdi_sio 1-1.4:1.0: device disconnected
[159314.775634] usb 1-1.5: USB disconnect, device number 96
[159314.776096] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[159314.776146] ch341 1-1.5:1.0: device disconnected
[159314.971192] Indeed it is in host mode hprt0 = 00001501
[159315.181122] usb 1-1: new high-speed USB device number 99 using dwc_otg
[159315.181246] Indeed it is in host mode hprt0 = 00001101
[159315.421361] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[159315.421374] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159315.422048] hub 1-1:1.0: USB hub found
[159315.422132] hub 1-1:1.0: 5 ports detected
[159315.741114] usb 1-1.1: new high-speed USB device number 100 using dwc_otg
[159315.871366] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[159315.871381] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[159315.874232] smsc95xx v1.0.6
[159315.964707] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[159316.061178] usb 1-1.2: new high-speed USB device number 101 using dwc_otg
[159316.153054] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[159316.153302] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[159316.191537] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[159316.191553] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[159316.191562] usb 1-1.2: Product: USB 2.0 Hub
[159316.192188] hub 1-1.2:1.0: USB hub found
[159316.192275] hub 1-1.2:1.0: 4 ports detected
[159316.291123] usb 1-1.4: new full-speed USB device number 102 using dwc_otg
[159316.442387] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[159316.442400] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[159316.442409] usb 1-1.4: Product: FT232R USB UART
[159316.442417] usb 1-1.4: Manufacturer: FTDI
[159316.442426] usb 1-1.4: SerialNumber: A91VAPDT
[159316.448113] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[159316.448273] usb 1-1.4: Detected FT232RL
[159316.451636] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[159316.521125] usb 1-1.2.1: new high-speed USB device number 103 using dwc_otg
[159316.666037] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[159316.666051] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[159316.666060] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[159316.666069] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[159316.683042] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[159316.686001] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[159316.686013] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[159316.686024] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[159316.686034] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[159316.686452] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input211
[159316.751164] usb 1-1.5: new full-speed USB device number 104 using dwc_otg
[159316.894259] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[159316.894276] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[159316.894285] usb 1-1.5: Product: USB2.0-Serial
[159316.895213] ch341 1-1.5:1.0: ch341-uart converter detected
[159316.897233] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[159316.991107] usb 1-1.2.2: new high-speed USB device number 105 using dwc_otg
[159317.121585] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[159317.121595] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159317.121599] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[159317.121604] usb 1-1.2.2: Manufacturer: Generic
[159317.122182] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[159317.122607] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[159317.122613] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[159317.122937] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input212
[159317.221103] usb 1-1.2.4: new high-speed USB device number 106 using dwc_otg
[159317.364153] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[159317.364162] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[159317.364167] usb 1-1.2.4: Product: USB2.0 Camera
[159317.364172] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[159317.369683] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[159317.376552] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[159317.376564] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[159317.376570] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[159317.376813] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input213
[159317.595355] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[159317.595864] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1


[161773.485564] usb 1-1.2.2: reset high-speed USB device number 105 using dwc_otg


[171032.986458] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[171032.986489] usb 1-1: USB disconnect, device number 99
[171032.986500] usb 1-1.1: USB disconnect, device number 100
[171032.987030] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet
[171032.987034] NYET/NAK/ACK/other in non-error case, 0x00000002
[171032.987060] NYET/NAK/ACK/other in non-error case, 0x00000002
[171032.987084] NYET/NAK/ACK/other in non-error case, 0x00000002
[171032.987165] uvcvideo: Failed to query (SET_CUR) UVC control 5 on unit 2: -71 (exp. 1).
[171032.992887] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[171033.047204] usb 1-1.2: USB disconnect, device number 101
[171033.047223] usb 1-1.2.1: USB disconnect, device number 103
[171033.048860] usb 1-1.2.2: USB disconnect, device number 105
[171033.050680] usb 1-1.2.4: USB disconnect, device number 106
[171033.068101] usb 1-1.4: USB disconnect, device number 102
[171033.068583] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[171033.068629] ftdi_sio 1-1.4:1.0: device disconnected
[171033.068940] usb 1-1.5: USB disconnect, device number 104
[171033.069151] usb 1-1.5: failed to send control message: -19
[171033.069337] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
[171033.069374] ch341 1-1.5:1.0: device disconnected
[171033.266441] Indeed it is in host mode hprt0 = 00001501
[171033.476351] usb 1-1: new high-speed USB device number 107 using dwc_otg
[171033.476441] Indeed it is in host mode hprt0 = 00001101
[171033.716484] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[171033.716493] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[171033.716916] hub 1-1:1.0: USB hub found
[171033.716965] hub 1-1:1.0: 5 ports detected
[171034.036387] usb 1-1.1: new high-speed USB device number 108 using dwc_otg
[171034.166720] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[171034.166736] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[171034.169633] smsc95xx v1.0.6
[171034.269985] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:c2:17:1c
[171034.366410] usb 1-1.2: new high-speed USB device number 109 using dwc_otg
[171034.468310] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[171034.468574] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[171034.496768] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[171034.496784] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[171034.496792] usb 1-1.2: Product: USB 2.0 Hub
[171034.497430] hub 1-1.2:1.0: USB hub found
[171034.497524] hub 1-1.2:1.0: 4 ports detected
[171034.596378] usb 1-1.4: new full-speed USB device number 110 using dwc_otg
[171034.748859] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
[171034.748877] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[171034.748886] usb 1-1.4: Product: FT232R USB UART
[171034.748895] usb 1-1.4: Manufacturer: FTDI
[171034.748903] usb 1-1.4: SerialNumber: A91VAPDT
[171034.754700] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[171034.754844] usb 1-1.4: Detected FT232RL
[171034.757114] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[171034.826389] usb 1-1.2.1: new high-speed USB device number 111 using dwc_otg
[171034.971300] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[171034.971314] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[171034.971323] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[171034.971332] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[171034.988344] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[171035.004284] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[171035.004302] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[171035.004313] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[171035.004323] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[171035.004759] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input214
[171035.056453] usb 1-1.5: new full-speed USB device number 112 using dwc_otg
[171035.190055] usb 1-1.5: New USB device found, idVendor=1a86, idProduct=7523
[171035.190071] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[171035.190080] usb 1-1.5: Product: USB2.0-Serial
[171035.191034] ch341 1-1.5:1.0: ch341-uart converter detected
[171035.192913] usb 1-1.5: ch341-uart converter now attached to ttyUSB1
[171035.286474] usb 1-1.2.2: new high-speed USB device number 113 using dwc_otg
[171035.417046] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[171035.417056] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[171035.417061] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[171035.417066] usb 1-1.2.2: Manufacturer: Generic
[171035.417857] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[171035.418379] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[171035.418388] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[171035.418800] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input215
[171035.516349] usb 1-1.2.4: new high-speed USB device number 114 using dwc_otg
[171035.659539] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[171035.659549] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[171035.659554] usb 1-1.2.4: Product: USB2.0 Camera
[171035.659554] usb 1-1.2.4: Product: USB2.0 Camera
[171035.659558] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[171035.665115] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[171035.672089] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[171035.672099] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[171035.672105] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[171035.672339] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input216
[171035.918480] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[171035.919022] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1

[171265.049264] uvcvideo: Failed to resubmit video URB (-1).


[171442.644613] usb 1-1.2: USB disconnect, device number 109
[171442.644627] usb 1-1.2.1: USB disconnect, device number 111
[171442.645990] usb 1-1.2.2: USB disconnect, device number 113
[171442.647148] usb 1-1.2.4: USB disconnect, device number 114
[171444.987374] usb 1-1.2: new high-speed USB device number 115 using dwc_otg
[171445.118002] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[171445.118015] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[171445.118024] usb 1-1.2: Product: USB 2.0 Hub
[171445.118703] hub 1-1.2:1.0: USB hub found
[171445.118839] hub 1-1.2:1.0: 4 ports detected
[171445.437377] usb 1-1.2.1: new high-speed USB device number 116 using dwc_otg
[171445.582428] usb 1-1.2.1: New USB device found, idVendor=1871, idProduct=7670
[171445.582441] usb 1-1.2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[171445.582450] usb 1-1.2.1: Product: USB2.0 UVC PC Camera
[171445.582459] usb 1-1.2.1: Manufacturer: GenesysLogic Technology Co., Ltd.
[171445.629112] uvcvideo: Found UVC 1.00 device USB2.0 UVC PC Camera (1871:7670)
[171445.680207] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 2 was not initialized!
[171445.680225] uvcvideo 1-1.2.1:1.0: Entity type for entity Extension 5 was not initialized!
[171445.680236] uvcvideo 1-1.2.1:1.0: Entity type for entity Processing 3 was not initialized!
[171445.680247] uvcvideo 1-1.2.1:1.0: Entity type for entity Camera 1 was not initialized!
[171445.680686] input: USB2.0 UVC PC Camera: USB2.0 UV as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input217
[171445.777492] usb 1-1.2.2: new high-speed USB device number 117 using dwc_otg
[171445.908541] usb 1-1.2.2: New USB device found, idVendor=1908, idProduct=2311
[171445.908561] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[171445.908570] usb 1-1.2.2: Product: USB2.0 PC CAMERA
[171445.908578] usb 1-1.2.2: Manufacturer: Generic
[171445.909681] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2311)
[171445.910480] uvcvideo 1-1.2.2:1.0: Entity type for entity Processing 2 was not initialized!
[171445.910492] uvcvideo 1-1.2.2:1.0: Entity type for entity Camera 1 was not initialized!
[171445.910911] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input218
[171446.007391] usb 1-1.2.4: new high-speed USB device number 118 using dwc_otg
[171446.756295] usb 1-1.2.4: New USB device found, idVendor=1e4e, idProduct=0110
[171446.756309] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[171446.756318] usb 1-1.2.4: Product: USB2.0 Camera
[171446.756326] usb 1-1.2.4: Manufacturer: Etron Technology, Inc.
[171446.762543] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0110)
[171446.767832] uvcvideo 1-1.2.4:1.0: Entity type for entity Extension 4 was not initialized!
[171446.767849] uvcvideo 1-1.2.4:1.0: Entity type for entity Processing 3 was not initialized!
[171446.767860] uvcvideo 1-1.2.4:1.0: Entity type for entity Camera 1 was not initialized!
[171446.768300] input: USB2.0 Camera: USB2.0 Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input219


[172370.415559] uvcvideo: Failed to set UVC probe control : -71 (exp. 26).
[172370.419034] uvcvideo: Failed to set UVC probe control : -71 (exp. 26).
[172382.819224] usb 1-1.2.4: reset high-speed USB device number 118 using dwc_otg
[172382.963942] restoring control 00000000-0000-0000-0000-000000000101/10/5






If you have any comments or questions about the topic, please let me know here:
Your name:
Your email:
Spambait
Leave this empty!
Only spambots enter stuff here.
Feedback: