Running into some new and strange USB behavior using the USB 3.0 E-Consystems See3Cam_130 UVC Camera.
I am recieving inconsistent and intermittent and V4L2 errors like:
- Could not read from recource
- Could not identify device
- No such file or directory
- Failed to allocate required memory
This particular camera and Nano have worked together for several weeks until today when these errors began coming up randomly at different times when using Gstreamer and other tools utilizing V4L2.
The system will recover from some of these error states, seemingly reinitializing the USB device. At which point the video device/address changes (ie from /dev/video0 to /dev/video1 and vice-versa at times).
Other errors seem to require a full system reboot to recover.
Power cycling the entire system seems to recover from all errors, but only temporarily.
lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 5000M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
|__ Port 4: Dev 4, If 0, Class=Video, Driver=uvcvideo, 5000M
|__ Port 4: Dev 4, If 1, Class=Video, Driver=uvcvideo, 5000M
|__ Port 4: Dev 4, If 2, Class=Human Interface Device, Driver=usbhid, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/5p, 480M
|__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 1: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 1: Dev 3, If 2, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 2: Dev 4, If 0, Class=Vendor Specific Class, Driver=rtl8821au, 480M
|__ Port 3: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 3: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 12M
During this dmesg session I started/stopped the camera several times using Gstreamer. Notice that it seems to reset the See3CAM_130 (2560:c0d0) several times with varying success rates:
sudo dmesg:
... truncated for post size ...
[ 7.731251] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[ 7.731258] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[ 7.903546] random: crng init done
[ 7.908175] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.058943] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 8.093575] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[ 8.093582] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.093586] usb 2-1: Product: 4-Port USB 3.1 Hub
[ 8.093589] usb 2-1: Manufacturer: Generic
[ 8.099408] hub 2-1:1.0: USB hub found
[ 8.100852] hub 2-1:1.0: 4 ports detected
[ 8.339570] Mass Storage Function, version: 2009/09/11
[ 8.339576] LUN: removable file: (no medium)
[ 8.345361] using random self ethernet address
[ 8.357863] using random host ethernet address
[ 8.390383] usb 2-1.4: new SuperSpeed USB device number 3 using tegra-xusb
[ 8.410676] usb 2-1.4: LPM exit latency is zeroed, disabling LPM.
[ 8.411552] usb 2-1.4: New USB device found, idVendor=2560, idProduct=c0d0
[ 8.411557] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.411561] usb 2-1.4: Product: See3CAM_130
[ 8.411564] usb 2-1.4: Manufacturer: e-con systems
[ 8.411567] usb 2-1.4: SerialNumber: 1825D001
[ 8.414423] hid-generic 0003:2560:C0D0.0006: hidraw2: USB HID v1.11 Device [e-con systems See3CAM_130] on usb-70090000.xusb-1.4/input2
[ 8.596024] rndis0: HOST MAC 3e:ae:f8:bb:9f:7c
[ 8.596499] rndis0: MAC 3e:ae:f8:bb:9f:7d
[ 8.597069] usb0: HOST MAC 3e:ae:f8:bb:9f:7e
[ 8.597097] usb0: MAC 3e:ae:f8:bb:9f:7f
[ 8.597119] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 8.597973] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 8.597989] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[ 8.598016] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 8.598276] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 8.598527] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 8.599039] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 8.599059] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 8.599335] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 8.603841] l4tbr0: port 1(rndis0) entered blocking state
[ 8.603847] l4tbr0: port 1(rndis0) entered disabled state
[ 8.604088] device rndis0 entered promiscuous mode
[ 8.611941] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 8.617874] l4tbr0: port 2(usb0) entered blocking state
[ 8.617880] l4tbr0: port 2(usb0) entered disabled state
[ 8.618594] device usb0 entered promiscuous mode
[ 8.634193] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 8.690999] logitech-djreceiver 0003:046D:C52B.0003: hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-70090000.xusb-2.1/input2
[ 9.130220] RTW: module init start
[ 9.130225] RTW: rtl8821au v5.8.2.1_34817.20190826_COEX20190509-6d6f
[ 9.130228] RTW: build time: Dec 9 2019 22:45:04
[ 9.130230] RTW: rtl8821au BT-Coex version = COEX20190509-6d6f
[ 9.130263] RTW: rtw_inetaddr_notifier_register
[ 9.130335] RTW:
usb_endpoint_descriptor(0):
[ 9.130338] RTW: bLength=7
[ 9.130340] RTW: bDescriptorType=5
[ 9.130342] RTW: bEndpointAddress=84
[ 9.130344] RTW: wMaxPacketSize=512
[ 9.130346] RTW: bInterval=0
[ 9.130348] RTW: RT_usb_endpoint_is_bulk_in = 4
[ 9.130350] RTW:
usb_endpoint_descriptor(1):
[ 9.130352] RTW: bLength=7
[ 9.130354] RTW: bDescriptorType=5
[ 9.130356] RTW: bEndpointAddress=5
[ 9.130358] RTW: wMaxPacketSize=512
[ 9.130359] RTW: bInterval=0
[ 9.130361] RTW: RT_usb_endpoint_is_bulk_out = 5
[ 9.130363] RTW:
usb_endpoint_descriptor(2):
[ 9.130365] RTW: bLength=7
[ 9.130367] RTW: bDescriptorType=5
[ 9.130369] RTW: bEndpointAddress=6
[ 9.130370] RTW: wMaxPacketSize=512
[ 9.130372] RTW: bInterval=0
[ 9.130374] RTW: RT_usb_endpoint_is_bulk_out = 6
[ 9.130376] RTW:
usb_endpoint_descriptor(3):
[ 9.130377] RTW: bLength=7
[ 9.130379] RTW: bDescriptorType=5
[ 9.130381] RTW: bEndpointAddress=87
[ 9.130383] RTW: wMaxPacketSize=64
[ 9.130384] RTW: bInterval=3
[ 9.130386] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3
[ 9.130388] RTW:
usb_endpoint_descriptor(4):
[ 9.130390] RTW: bLength=7
[ 9.130392] RTW: bDescriptorType=5
[ 9.130393] RTW: bEndpointAddress=8
[ 9.130395] RTW: wMaxPacketSize=512
[ 9.130397] RTW: bInterval=0
[ 9.130399] RTW: RT_usb_endpoint_is_bulk_out = 8
[ 9.130400] RTW:
usb_endpoint_descriptor(5):
[ 9.130402] RTW: bLength=7
[ 9.130404] RTW: bDescriptorType=5
[ 9.130406] RTW: bEndpointAddress=9
[ 9.130407] RTW: wMaxPacketSize=512
[ 9.130409] RTW: bInterval=0
[ 9.130411] RTW: RT_usb_endpoint_is_bulk_out = 9
[ 9.130414] RTW: nr_endpoint=6, in_num=2, out_num=4
[ 9.130415] RTW: USB_SPEED_HIGH
[ 9.130419] RTW: CHIP TYPE: RTL8811AU or RTL8821U
[ 9.130439] RTW: loadparam, Select P2P interface: iface_id:1
[ 9.135251] RTW: read_chip_version_8812a SYS_CFG(0xF0)=0x04411535
[ 9.135901] RTW: Chip Version Info: CHIP_8821_T2_1T1R_RomVer(0)
[ 9.135906] RTW: _ConfigChipOutEP_8812 OutEpQueueSel(0x0f), OutEpNumber(4)
[ 9.137845] RTW: Boot from EFUSE, Autoload OK !
[ 9.262666] RTW: Hal_EfuseReadEFuse8812A: eFuse_Addr offset(0xa3) !!
[ 9.262770] RTW: HW EFUSE
[ 9.262776] RTW: 0x000: 29 81 00 7C 01 00 01 00 4C 00 04 00 10 00 00 00
[ 9.262807] RTW: 0x010: 28 28 28 29 29 29 30 30 30 31 31 12 FF FF FF FF
[ 9.262836] RTW: 0x020: FF FF 2D 2B 2B 2C 32 33 34 30 30 31 2F 31 30 2F
[ 9.262864] RTW: 0x030: E0 FF FF FF FF FF 00 FF FF FF FF FF FF FF FF FF
[ 9.262892] RTW: 0x040: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.262920] RTW: 0x050: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.262948] RTW: 0x060: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.262975] RTW: 0x070: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263003] RTW: 0x080: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263030] RTW: 0x090: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263058] RTW: 0x0A0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263086] RTW: 0x0B0: FF FF FF FF FF FF FF FF 7F 25 1A 00 00 00 FF 00
[ 9.263115] RTW: 0x0C0: FF 09 00 FF 00 00 00 55 00 FF FF FF FF FF FF FF
[ 9.263143] RTW: 0x0D0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263171] RTW: 0x0E0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263198] RTW: 0x0F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263226] RTW: 0x100: DA 0B 11 A8 FF FF 03 00 0F 00 31 99 CB 0A 03 52
[ 9.263254] RTW: 0x110: 65 61 6C 74 65 6B 20 18 03 38 30 32 2E 31 31 61
[ 9.263282] RTW: 0x120: 63 20 57 4C 41 4E 20 41 64 61 70 74 65 72 20 00
[ 9.263310] RTW: 0x130: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263337] RTW: 0x140: FF FF FF FF FF FF FF 0F FF FF FF FF FF FF FF FF
[ 9.263365] RTW: 0x150: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263393] RTW: 0x160: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263422] RTW: 0x170: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263450] RTW: 0x180: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263477] RTW: 0x190: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263505] RTW: 0x1A0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263533] RTW: 0x1B0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263560] RTW: 0x1C0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263588] RTW: 0x1D0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263617] RTW: 0x1E0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263644] RTW: 0x1F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
[ 9.263675] RTW: EEPROM ID=0x8129
[ 9.263678] RTW: VID = 0x0BDA, PID = 0xA811
[ 9.263680] RTW: Customer ID: 0x00, SubCustomer ID: 0xCD
[ 9.263684] RTW: EEPROMRegulatory = 0x1
[ 9.263685] RTW: Board Type: 0x 0
[ 9.263772] RTW: Hal_EfuseParseBTCoexistInfo8812A: BTCoexist=Disable, AntNum=1, AntPath=0
[ 9.263777] RTW: hal_com_config_channel_plan chplan:0x7F
[ 9.263779] RTW: crystal_cap: 0x25
[ 9.263781] RTW: ThermalMeter = 0x1a
[ 9.263783] RTW: Hal_ReadRemoteWakeup_8812A...bSupportRemoteWakeup(1)
[ 9.263786] RTW: pHalData->PAType_2G is 0x0, pHalData->ExternalPA_2G = 0
[ 9.263788] RTW: pHalData->PAType_5G is 0x0, pHalData->external_pa_5g = 0
[ 9.263790] RTW: pHalData->LNAType_2G is 0x0, pHalData->ExternalLNA_2G = 0
[ 9.263792] RTW: pHalData->LNAType_5G is 0x0, pHalData->external_lna_5g = 0
[ 9.263794] RTW: Usb Switch: 0
[ 9.263797] RTW: PID= 0xa811, VID= bda
[ 9.263799] RTW: PID= 0xa811, VID= bda
[ 9.263801] RTW: Customer ID: 0x 0
[ 9.273288] RTW: hal_ReadUsbType_8812AU: antenna=7, wmode=3
[ 9.273296] RTW: rtw_hal_read_chip_info in 136 ms
[ 9.273313] RTW: init_channel_set((null)) ChannelPlan ID:0x7f, ch num:37
[ 9.273322] RTW: [RF_PATH] IC's RF PATH:RF_1T1R, max_tx_cnt:1
[ 9.273324] RTW: [RF_PATH] PG's trx_path_bmp:0x00, max_tx_cnt:0
[ 9.273326] RTW: [RF_PATH] Registry's RF PATH:UNKNOWN
[ 9.273329] RTW: [RF_PATH] HALDATA's trx_path_bmp:0x11, max_tx_cnt:1
[ 9.273331] RTW: [RF_PATH] HALDATA's RF PATH:RF_1T1R
[ 9.273333] RTW: [RF_PATH] NumTotalRFPath:1
[ 9.273336] RTW: rtw_hal_rfpath_init trx_path_bmp:0x11(RF_1T1R), NumTotalRFPath:1, max_tx_cnt:1
[ 9.273338] RTW: [TRX_Nss] HALSPEC - tx_nss :1, rx_nss:1
[ 9.273340] RTW: [TRX_Nss] Registry - tx_nss :0, rx_nss:0
[ 9.273342] RTW: [TRX_Nss] HALDATA - tx_nss :1, rx_nss:1
[ 9.273345] RTW: rtw_hal_trxnss_init tx_nss:1, rx_nss:1
[ 9.273473] RTW: init_mlme_default_rate_set: support CCK
[ 9.273475] RTW: init_mlme_default_rate_set: support OFDM
[ 9.273682] RTW: NR_RECVBUFF: 8
[ 9.273684] RTW: MAX_RECVBUF_SZ: 32768
[ 9.273689] RTW: NR_PREALLOC_RECV_SKB: 8
[ 9.273834] RTW: rtw_alloc_macid((null)) if1, mac_addr:ff:ff:ff:ff:ff:ff macid:1
[ 9.273838] RTW: rtw_init_pwrctrl_priv: IPS_mode=1, LPS_mode=2, LPS_level=0
[ 9.273848] RTW: IQK FW offload:enable
[ 9.273888] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[ 9.299692] RTW: phy_ConfigBBWithPgParaFile(): No File PHY_REG_PG.txt, Load from HWImg Array!
[ 9.299706] RTW: default power by rate loaded
[ 9.299743] RTW: pwrctrlpriv.bSupportRemoteWakeup~~~~~~
[ 9.299746] RTW: pwrctrlpriv.bSupportRemoteWakeup~~~[1]~~~
[ 9.299749] RTW: can't get autopm:
[ 9.299755] RTW: rtw_macaddr_cfg mac addr:00:0f:00:31:99:cb
[ 9.299759] RTW: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[ 9.299776] RTW: loadparam, Select P2P interface: iface_id:1
[ 9.299920] RTW: init_mlme_default_rate_set: support CCK
[ 9.299923] RTW: init_mlme_default_rate_set: support OFDM
[ 9.300199] RTW: NR_RECVBUFF: 8
[ 9.300202] RTW: MAX_RECVBUF_SZ: 32768
[ 9.300206] RTW: NR_PREALLOC_RECV_SKB: 8
[ 9.300317] RTW: rtw_alloc_macid((null)) if2, mac_addr:ff:ff:ff:ff:ff:ff macid:1
[ 9.300326] RTW: rtw_drv_add_vir_if if2 mac_addr : 02:0f:00:31:99:cb
[ 9.300340] RTW: rtw_wiphy_alloc(phy0)
[ 9.300354] RTW: rtw_wdev_alloc(padapter=ffffff800a3d1000)
[ 9.300357] RTW: rtw_wiphy_register(phy0)
[ 9.300360] RTW: Register RTW cfg80211 vendor cmd(0x67) interface
[ 9.300537] RTW: rtw_reg_notifier: NL80211_REGDOM_SET_BY_CORE
[ 9.300776] RTW: rtw_ndev_init(wlan0) if1 mac_addr=00:0f:00:31:99:cb
[ 9.301012] RTW: rtw_ndev_notifier_call(wlan0) state:16
[ 9.301604] RTW: cfg80211_rtw_get_txpower
[ 9.301619] RTW: rtw_ndev_notifier_call(wlan0) state:5
[ 9.301835] usbcore: registered new interface driver rtl8821au
[ 9.301839] RTW: module init ret=0
[ 9.524877] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.525912] eth0: 0xffffff800a39e000, 00:04:4b:e6:3a:78, IRQ 406
[ 9.593013] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.608656] RTW: cfg80211_rtw_get_txpower
[ 9.660051] zram: Added device: zram0
[ 9.666403] zram: Added device: zram1
[ 9.673203] zram: Added device: zram2
[ 9.675949] zram: Added device: zram3
[ 9.708632] zram0: detected capacity change from 0 to 519139328
[ 9.761201] Adding 506968k swap on /dev/zram0. Priority:5 extents:1 across:506968k SS
[ 9.764929] zram1: detected capacity change from 0 to 519139328
[ 9.784907] Adding 506968k swap on /dev/zram1. Priority:5 extents:1 across:506968k SS
[ 9.789744] zram2: detected capacity change from 0 to 519139328
[ 9.803372] Adding 506968k swap on /dev/zram2. Priority:5 extents:1 across:506968k SS
[ 9.807467] zram3: detected capacity change from 0 to 519139328
[ 9.828321] Adding 506968k swap on /dev/zram3. Priority:5 extents:1 across:506968k SS
[ 9.997753] input: Logitech K400 Plus as /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.2/0003:046D:C52B.0003/0003:046D:404D.0007/input/input4
[ 9.999304] logitech-hidpp-device 0003:046D:404D.0007: input,hidraw4: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-70090000.xusb-2.1:1
[ 10.051561] uvcvideo: Found UVC 1.00 device See3CAM_130 (2560:c0d0)
[ 10.053714] uvcvideo 2-1.4:1.0: Entity type for entity Extension 3 was not initialized!
[ 10.063658] uvcvideo 2-1.4:1.0: Entity type for entity Processing 2 was not initialized!
[ 10.078153] uvcvideo 2-1.4:1.0: Entity type for entity Camera 1 was not initialized!
[ 10.091445] input: See3CAM_130 as /devices/70090000.xusb/usb2/2-1/2-1.4/2-1.4:1.0/input/input5
[ 10.091674] usbcore: registered new interface driver uvcvideo
[ 10.091678] USB Video Class driver (1.1.1)
[ 10.119811] RTW: rtw_reg_notifier: NL80211_REGDOM_SET_BY_CORE
[ 10.236547] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 10.236691] RTW: rtw_ndev_notifier_call(wlan0) state:13
[ 10.236697] RTW: _netdev_open(wlan0) , bup=0
[ 10.239529] RTW: power-on :REG_SYS_CLKR 0x09=0x30. REG_CR 0x100=0xea.
[ 10.239533] RTW: MAC has not been powered on yet.
[ 10.244437] RTW: SetHwReg: bMacPwrCtrlOn=1
[ 10.277569] RTW: FirmwareDownload8812 fw source from Header
[ 10.277575] RTW: FirmwareDownload8812 fw:NIC, size: 30880
[ 10.277579] RTW: FirmwareDownload8812: fw_ver=42 fw_subver=4 sig=0x2101
[ 10.319319] RTW: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00070305
[ 10.320712] RTW: =====> _8051Reset8812(): 8051 reset success .
[ 10.349238] RTW: _FWFreeToGo8812: Polling FW ready OK! (331, 28ms), REG_MCUFWDL:0x000706c6
[ 10.349243] RTW: FWDL success. write_fw:1, 72ms
[ 10.349317] RTW: rtl8812au_hal_init: Download Firmware Success!!
[ 10.540776] RTW: HW_VAR_BASIC_RATE: 0x15f->0x15f->0x15f
[ 10.554329] RTW: txpath=0x1, rxpath=0x1
[ 10.554333] RTW: txpath_1ss:0x1, num:1
[ 10.625922] RTW: rtl8812a_combo_card_WifiOnlyHwInit !
[ 10.626261] RTW: rtl8812au_hal_init in 392ms
[ 10.626269] RTW: rtw_hal_set_macaddr_port wlan0- hw port(0) mac_addr =00:0f:00:31:99:cb
[ 10.626638] RTW: rtw_hal_set_macaddr_port (null)- hw port(1) mac_addr =02:0f:00:31:99:cb
[ 10.627177] RTW: [HW_VAR_ENABLE_RX_BAR] 0x6A2=0x520
[ 10.633172] RTW: rtw_hal_set_macaddr_port wlan0- hw port(0) mac_addr =00:0f:00:31:99:cb
[ 10.633695] RTW: hw_var_set_opmode()-3857 mode = 2
[ 10.634337] RTW: MAC Address = 00:0f:00:31:99:cb
[ 10.634341] RTW: rtw_start_drv_threads(wlan0) enter
[ 10.634343] RTW: rtw_start_drv_threads(wlan0) start RTW_CMD_THREAD
[ 10.634692] RTW: rtw_cfg80211_init_wiphy:rf_type=0
[ 10.634696] RTW: [HT] HAL Support LDPC = 0x02
[ 10.634699] RTW: [HT] HAL Support STBC = 0x01
[ 10.634702] RTW: [HT] HAL Support LDPC = 0x02
[ 10.634704] RTW: [HT] HAL Support STBC = 0x01
[ 10.634707] RTW: [VHT] Support LDPC = 0x02
[ 10.634709] RTW: [VHT] Support STBC = 0x01
[ 10.634711] RTW: [VHT] Support Beamformee
[ 10.634715] RTW: rtw_build_vht_cap_ie, line810, Set MAX MPDU len = 11454 bytes
[ 10.634717] RTW: [VHT] Declare supporting SGI 80MHz
[ 10.634720] RTW: [VHT] Declare supporting RX STBC = 1
[ 10.634721] RTW: [VHT] Declare supporting SU Bfee
[ 10.634729] RTW: -871x_drv - drv_open, bup=1
[ 10.634798] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 10.634807] RTW: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1
[ 10.634810] RTW: rtw_ndev_notifier_call(wlan0) state:1
[ 10.635207] RTW: cfg80211_rtw_get_txpower
[ 10.642267] RTW: cfg80211_rtw_get_txpower
[ 10.642321] RTW: cfg80211_rtw_get_txpower
[ 10.642606] RTW: cfg80211_rtw_get_txpower
[ 10.642657] RTW: cfg80211_rtw_get_txpower
[ 10.647278] RTW: cfg80211_rtw_get_txpower
[ 10.647354] RTW: rtw_ndev_notifier_call(wlan0) state:4
[ 10.662444] RTW: cfg80211_rtw_flush_pmksa(wlan0)
[ 10.686068] RTW: cfg80211_rtw_add_virtual_intf(phy0) name:p2p-dev-wlan0, type:10
[ 10.686076] RTW: rtw_pd_iface_alloc(phy0) pd_wdev:ffffffc0ec446400, addr=00:0f:00:31:99:cb added
[ 10.686080] RTW: cfg80211_rtw_add_virtual_intf(phy0) wdev:ffffffc0ec446400, ret:0
[ 10.686085] RTW: cfg80211_rtw_get_txpower
[ 10.686088] RTW: cfg80211_rtw_get_txpower
[ 10.692038] RTW: cfg80211_rtw_get_txpower
[ 10.692419] RTW: cfg80211_rtw_get_txpower
[ 10.692470] RTW: cfg80211_rtw_get_txpower
[ 10.692634] RTW: cfg80211_rtw_get_txpower
[ 10.693484] RTW: cfg80211_rtw_get_txpower
[ 10.693996] RTW: cfg80211_rtw_get_txpower
[ 10.694131] RTW: cfg80211_rtw_start_p2p_device(phy0) wdev=ffffffc0ec446400
[ 10.711615] RTW: rtw_ndev_notifier_call(wlan0) state:4
[ 10.711987] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 10.714661] RTW: cfg80211_rtw_scan(wlan0)
[ 10.714928] RTW: SetHwReg8812A:(HW_VAR_CHECK_TXBUF)TXBUF Empty(1) in 0 ms
[ 10.715056] RTW: wlan0 sleep m0=0x00000002, ori reg_0x4d4=0x00000000
[ 11.396583] tegradc tegradc.0: blank - powerdown
[ 11.453736] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 11.453738] Extcon AUX1(HDMI) disable
[ 11.473555] tegradc tegradc.0: unblank
[ 11.484141] tegradc tegradc.0: nominal-pclk:97750000 parent:97748437 div:1.0 pclk:97748437 96772500~106547500
[ 11.484233] tegradc tegradc.0: hdmi: tmds rate:97750K prod-setting:prod_c_hdmi_75m_150m
[ 11.485434] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 11.485442] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 11.520585] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 11.520587] Extcon AUX1(HDMI) enable
[ 11.525470] tegradc tegradc.0: unblank
[ 11.525479] tegradc tegradc.1: blank - powerdown
[ 13.002302] usb 2-1.4: usb_suspend_both: status 0
[ 13.050065] usb 2-1: usb_suspend_both: status 0
[ 13.050230] usb usb2: usb_suspend_both: status 0
[ 14.658986] RTW: wlan0 wakeup m0=0x00000002, ori reg_0x4d4=0x00000002
[ 14.659051] RTW: survey done event(53) band:0 for wlan0
[ 14.659185] RTW: rtw_indicate_scan_done(wlan0)
[ 14.667995] RTW: ==>rtw_ps_processor .fw_state(8)
[ 14.668000] RTW: ==>ips_enter cnts:1
[ 14.668002] RTW: nolinked power save enter
[ 14.668005] RTW: ===> rtw_ips_pwr_down...................
[ 14.668007] RTW: ====> rtw_ips_dev_unload...
[ 14.678446] RTW: usb_read_port_cancel
[ 14.678684] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.678919] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.679153] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.679388] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.679755] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.680318] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.680557] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.680801] RTW: usb_read_port_complete() RX Warning! bDriverStopped(False) OR bSurpriseRemoved(False)
[ 14.680816] RTW: usb_write_port_cancel
[ 14.680955] RTW: ==> rtl8812au_hal_deinit
[ 14.681461] RTW: hal_poweroff_8812au
[ 14.683795] RTW: =====> _8051Reset8812(): 8051 reset success .
[ 14.685140] RTW: SetHwReg: bMacPwrCtrlOn=0
[ 14.685394] RTW: <=== rtw_ips_pwr_down..................... in 16ms
[ 14.804170] RTW: =>cfg80211_rtw_connect(wlan0) - Start to Connection
[ 14.804176] RTW: privacy=1, key= (null), key_len=0, key_idx=0, auth_type=0
[ 14.804183] RTW: _rtw_pwr_wakeup call ips_leave....
[ 14.804186] RTW: ==>ips_leave cnts:1
[ 14.804188] RTW: ===> rtw_ips_pwr_up..............
[ 14.804199] RTW: ===> ips_netdrv_open.........
[ 14.804350] RTW: power-on :REG_SYS_CLKR 0x09=0x30. REG_CR 0x100=0xea.
[ 14.804352] RTW: MAC has not been powered on yet.
[ 14.808720] RTW: SetHwReg: bMacPwrCtrlOn=1
[ 14.849943] RTW: FirmwareDownload8812 fw source from Header
[ 14.849949] RTW: FirmwareDownload8812 fw:NIC, size: 30880
[ 14.849953] RTW: FirmwareDownload8812: fw_ver=42 fw_subver=4 sig=0x2101
[ 14.859983] fuse init (API version 7.26)
[ 15.068924] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.068934] Bluetooth: BNEP socket layer initialized
[ 15.111373] RTW: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00070605
[ 15.112299] RTW: =====> _8051Reset8812(): 8051 reset success .
[ 15.140851] RTW: _FWFreeToGo8812: Polling FW ready OK! (152, 28ms), REG_MCUFWDL:0x000706c6
[ 15.140856] RTW: FWDL success. write_fw:1, 288ms
[ 15.140936] RTW: rtl8812au_hal_init: Download Firmware Success!!
[ 15.383057] RTW: txpath=0x1, rxpath=0x1
[ 15.383062] RTW: txpath_1ss:0x1, num:1
[ 15.457529] RTW: rtl8812a_combo_card_WifiOnlyHwInit !
[ 15.457753] RTW: rtl8812au_hal_init in 652ms
[ 15.457762] RTW: rtw_hal_set_macaddr_port wlan0- hw port(0) mac_addr =00:0f:00:31:99:cb
[ 15.458894] RTW: rtw_hal_set_macaddr_port (null)- hw port(1) mac_addr =02:0f:00:31:99:cb
[ 15.459782] RTW: rtw_hal_get_macaddr_port wlan0- hw port(0) mac_addr =00:0f:00:31:99:cb
[ 15.459787] RTW: wlan0- hw port(0) mac_addr =00:0f:00:31:99:cb
[ 15.459997] RTW: [HW_VAR_ENABLE_RX_BAR] 0x6A2=0x520
[ 15.467924] RTW: rtw_hal_set_macaddr_port wlan0- hw port(0) mac_addr =00:0f:00:31:99:cb
[ 15.468501] RTW: hw_var_set_opmode()-3857 mode = 2
[ 15.469117] RTW: <=== rtw_ips_pwr_up.............. in 664ms
[ 15.469121] RTW: nolinked power save leave
[ 15.469193] RTW: ==> ips_leave.....LED(0x01408282)...
[ 15.469205] RTW: ssid=Fat_Cat_Fablab-5G, len=17
[ 15.469208] RTW: bssid=d4:68:4d:23:bf:2c
[ 15.469211] RTW: rtw_cfg80211_set_wpa_version, wpa_version=2
[ 15.469214] RTW: rtw_cfg80211_set_auth_type, nl80211_auth_type=0
[ 15.469216] RTW: cfg80211_rtw_connect, ie_len=22
[ 15.469220] RTW: set wpa_ie(length:22):
[ 15.469222] RTW: 30 14 01 00 00 0F AC 02 01 00 00 0F AC 04 01 00
[ 15.469252] RTW: 00 0F AC 02 00 00
[ 15.469268] RTW: got wpa2_ie, wpa2_ielen:20
[ 15.469437] RTW: rtw_cfg80211_set_cipher, ucast=1, cipher=0xfac04
[ 15.469441] RTW: rtw_cfg80211_set_cipher, ucast=0, cipher=0xfac02
[ 15.469443] RTW: rtw_cfg80211_set_key_mgt, key_mgt=0xfac02
[ 15.469463] RTW: rtw_set_802_11_connect(wlan0) fw_state=0x00000008
[ 15.469478] RTW: [by_bssid:1][assoc_ssid:Fat_Cat_Fablab-5G][to_roam:0] new candidate: Fat_Cat_Fablab-5G(d4:68:4d:23:bf:2c, ch132) rssi:-50
[ 15.469485] RTW: rtw_select_and_join_from_scanned_queue: candidate: Fat_Cat_Fablab-5G(d4:68:4d:23:bf:2c, ch:132)
[ 15.469493] RTW: link to new AP
[ 15.469502] RTW: [HT] HAL Support LDPC = 0x02
[ 15.469505] RTW: [HT] HAL Support STBC = 0x01
[ 15.469511] RTW: rtw_restructure_ht_ie IEEE80211_HT_CAP_MAX_AMSDU is set
[ 15.469515] RTW: [VHT] Support LDPC = 0x02
[ 15.469517] RTW: [VHT] Support STBC = 0x01
[ 15.469519] RTW: [VHT] Support Beamformee
[ 15.469523] RTW: rtw_build_vht_cap_ie, line810, Set MAX MPDU len = 11454 bytes
[ 15.469525] RTW: [VHT] Declare supporting SGI 80MHz
[ 15.469528] RTW: [VHT] Declare supporting RX STBC = 1
[ 15.469529] RTW: [VHT] Declare supporting SU Bfee
[ 15.469545] RTW: set ssid:dot11AuthAlgrthm=2, dot11PrivacyAlgrthm=4, dot118021XGrpPrivacy=2
[ 15.469548] RTW: <=cfg80211_rtw_connect, ret 0
[ 15.469556] RTW: rtw_chk_start_clnt_join(wlan0) req: 132,1,1
[ 15.469561] RTW: rtw_chk_start_clnt_join(wlan0) others ld_sta_num:0, ap_num:0, mesh_num:0
[ 15.469564] RTW: rtw_chk_start_clnt_join(wlan0) union: 132,1,1
[ 15.473646] RTW: rtw_hal_set_bssid wlan0- hw port -0 BSSID: d4:68:4d:23:bf:2c
[ 15.516284] RTW: IQK offload finish in 28ms
[ 15.597120] RTW: OnBeacon: beacon keys ready
[ 15.597126] RTW: link to new AP
[ 15.597130] RTW: start auth
[ 15.597136] RTW: issue_auth
[ 15.599245] RTW: OnAuthClient
[ 15.599250] RTW: auth success, start assoc
[ 15.599262] RTW: network.SupportedRates[0]=8C
[ 15.599265] RTW: network.SupportedRates[1]=12
[ 15.599267] RTW: network.SupportedRates[2]=98
[ 15.599269] RTW: network.SupportedRates[3]=24
[ 15.599271] RTW: network.SupportedRates[4]=B0
[ 15.599273] RTW: network.SupportedRates[5]=48
[ 15.599274] RTW: network.SupportedRates[6]=60
[ 15.599276] RTW: network.SupportedRates[7]=6C
[ 15.599279] RTW: bssrate_len = 8
[ 15.602004] RTW: OnAssocRsp
[ 15.602011] RTW: Enable HT Tx LDPC!
[ 15.602014] RTW: Current VHT LDPC Setting = 0A
[ 15.602086] RTW: report_join_res(1, 0)
[ 15.602096] RTW: rtw_joinbss_update_network
[ 15.602104] RTW: +rtw_update_ht_cap()
[ 15.602118] RTW: rtw_alloc_macid(wlan0) if1, mac_addr:d4:68:4d:23:bf:2c macid:0
[ 15.602121] RTW: rtw_joinbss_update_stainfo
[ 15.602126] RTW: rtw_get_sta_tx_nss: 1 SS
[ 15.602128] RTW: rtw_get_sta_rx_nss: 1 ss
[ 15.602131] RTW: STA - MAC_ID:0, Tx - 1 SS, Rx - 1 SS
[ 15.602133] RTW: STA - MAC_ID:0, SM_PS 3
[ 15.602138] RTW: vht_mcs_map=fe ff, nss=1 => bitmap=00000000000003ff
[ 15.602141] RTW: ### Set STA_(0) info ###
[ 15.602146] RTW: rtw_xmit_queue_set(wlan0): enable queue TX for macid=0
[ 15.602153] RTW: rtw_cfg80211_indicate_connect(wlan0)
[ 15.602180] RTW: assoc success
[ 15.602241] RTW: rtw_set_rts_bw connect_to_8812=0,enable=1
[ 15.602410] RTW: rtw_ndev_notifier_call(wlan0) state:4
[ 15.602714] RTW: HW_VAR_BASIC_RATE: 0x150->0x150->0x150
[ 15.603265] RTW: WMM(0): 0, a42b
[ 15.603337] RTW: WMM(1): 0, a44f
[ 15.603408] RTW: WMM(2): 0, 5e4322
[ 15.603490] RTW: WMM(3): 0, 2f3222
[ 15.603494] RTW: wmm_para_seq(0): 0
[ 15.603496] RTW: wmm_para_seq(1): 1
[ 15.603498] RTW: wmm_para_seq(2): 2
[ 15.603500] RTW: wmm_para_seq(3): 3
[ 15.603503] RTW: HTOnAssocRsp
[ 15.603574] RTW: VHTOnAssocRsp
[ 15.604287] RTW: ============ STA [d4:68:4d:23:bf:2c] ===================
[ 15.604291] RTW: mac_id : 0
[ 15.604293] RTW: wireless_mode : 0x44
[ 15.604295] RTW: mimo_type : 0
[ 15.604297] RTW: static smps : N
[ 15.604300] RTW: bw_mode : 40MHz, ra_bw_mode : 40MHz
[ 15.604303] RTW: rate_id : 10
[ 15.604306] RTW: rssi : -1 (%), rssi_level : 0
[ 15.604308] RTW: is_support_sgi : Y, is_vht_enable : Y
[ 15.604310] RTW: disable_ra : N, disable_pt : N
[ 15.604312] RTW: is_noisy : N
[ 15.604314] RTW: txrx_state : 0
[ 15.604316] RTW: curr_tx_rate : CCK_1M (L)
[ 15.604318] RTW: curr_tx_bw : 20MHz
[ 15.604320] RTW: curr_retry_ratio : 0
[ 15.604322] RTW: ra_mask : 0x00000000003ffff0
[ 15.605566] RTW: wlan0 wakeup macid=0, ori reg_0x4d4=0x00000000
[ 15.605571] RTW: rtw_xmit_queue_clear(wlan0): disable queue TX for macid=0
[ 15.606169] RTW: rtl8812_download_rsvd_page mstatus(1)
[ 15.606774] RTW: _rtw_hal_set_fw_rsvd_page(wlan0) PageSize: 256, [ NOR ]-RsvdPageNUm: 8
[ 15.606781] RTW: LocPsPoll: 2
[ 15.606784] RTW: LocNullData: 3
[ 15.606787] RTW: LocQosNull: 4
[ 15.606791] RTW: _rtw_hal_set_fw_rsvd_page PageNum(5), pktlen(1280)
[ 15.606893] RTW: _rtw_hal_set_fw_rsvd_page: Set RSVD page location to Fw ,TotalPacketLen(1280), TotalPageNum(5)
[ 15.606897] RTW: RsvdPageLoc: ProbeRsp=0 PsPoll=2 Null=3 QoSNull=4 BTNull=0
[ 15.607669] RTW: recv eapol packet 1/4
[ 15.607689] RTW: wlan0: 1 DL RSVD page success! DLBcnCount:1, poll:1
[ 15.608327] RTW: send eapol packet 2/4
[ 15.608657] RTW: Set RSVD page location to Fw.
[ 15.608826] RTW: rtw_join_done_chk_ch(wlan0) union:132,1,1
[ 15.608832] RTW: =>mlmeext_joinbss_event_callback - End to Connection without 4-way
[ 15.612030] RTW: recv eapol packet 3/4
[ 15.612258] RTW: send eapol packet 4/4
[ 15.612379] RTW: cfg80211_rtw_add_key(wlan0) adding key for d4:68:4d:23:bf:2c
[ 15.612382] RTW: cfg80211_rtw_add_key(wlan0) cipher=0xfac04
[ 15.612386] RTW: cfg80211_rtw_add_key(wlan0) key_len=16, key_index=0
[ 15.612389] RTW: cfg80211_rtw_add_key(wlan0) pairwise=1
[ 15.612393] RTW: cfg80211_rtw_add_key(wlan0) seq_len:6, seq:0x0
[ 15.612396] RTW: rtw_cfg80211_set_encryption
[ 15.612400] RTW: rtw_cfg80211_set_encryption(wlan0) set CCMP PTK idx:0, len:16
[ 15.612432] RTW: set pairwise key camid:0, addr:d4:68:4d:23:bf:2c, kid:0, type:AES
[ 15.612459] RTW: rtw_cfg80211_set_encryption, ret=0
[ 15.612544] RTW: cfg80211_rtw_set_default_key(wlan0) key_index=0, unicast=1, multicast=0
[ 15.612981] RTW: cfg80211_rtw_add_key(wlan0) cipher=0xfac02
[ 15.612985] RTW: cfg80211_rtw_add_key(wlan0) key_len=32, key_index=1
[ 15.612987] RTW: cfg80211_rtw_add_key(wlan0) pairwise=0
[ 15.612991] RTW: cfg80211_rtw_add_key(wlan0) seq_len:6, seq:0x1
[ 15.612993] RTW: rtw_cfg80211_set_encryption
[ 15.612998] RTW: rtw_cfg80211_set_encryption(wlan0) set TKIP GTK idx:1, len:32
[ 15.613002] RTW: ==> rtw_set_key algorithm(2),keyid(1),key_mask(0)
[ 15.613008] RTW: rtw_cfg80211_set_encryption, ret=0
[ 15.613283] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 15.614026] RTW: set group key camid:1, addr:d4:68:4d:23:bf:2c, kid:1, type:TKIP
[ 15.615411] RTW: rtw_ndev_notifier_call(wlan0) state:4
[ 15.615652] RTW: cfg80211_rtw_get_txpower
[ 15.616476] RTW: cfg80211_rtw_change_station(wlan0) mac:d4:68:4d:23:bf:2c
[ 15.619252] RTW: OnAction_back
[ 15.619258] RTW: OnAction_back, action=0
[ 15.619878] RTW: issue_addba_rsp_wait_ack(wlan0) ra=d4:68:4d:23:bf:2c status:=0 tid=0 size:64, acked, 1/3 in 0 ms
[ 15.624854] RTW: rtw_reg_notifier: NL80211_REGDOM_SET_BY_COUNTRY_IE
[ 15.640178] RTW: rtw_ndev_notifier_call(wlan0) state:4
[ 15.891925] RTW: OnAction_back
[ 15.891930] RTW: OnAction_back, action=0
[ 15.893675] RTW: issue_addba_rsp_wait_ack(wlan0) ra=d4:68:4d:23:bf:2c status:=0 tid=1 size:64, acked, 1/3 in 0 ms
[ 16.706073] tegradc tegradc.0: unblank
[ 16.706084] tegradc tegradc.1: blank - powerdown
[ 17.494363] RTW: Turbo EDCA =0x5ea42b
[ 19.547892] RTW: IQK offload finish in 28ms
[ 33.530579] RTW: OnAction_back
[ 33.530584] RTW: OnAction_back, action=0
[ 33.532280] RTW: issue_addba_rsp_wait_ack(wlan0) ra=d4:68:4d:23:bf:2c status:=0 tid=5 size:64, acked, 1/3 in 0 ms
[ 72.608328] RTW: OnAction_back
[ 72.608334] RTW: OnAction_back, action=0
[ 72.609938] RTW: issue_addba_rsp_wait_ack(wlan0) ra=d4:68:4d:23:bf:2c status:=0 tid=6 size:64, acked, 1/3 in 4 ms
[ 89.793217] uvcvideo: Failed to resubmit video URB (-1).
[ 102.065002] FAN rising trip_level:1 cur_temp:51000 trip_temps[2]:61000
[ 172.655834] RTW: rtw_issue_addbareq_cmd, p=0
[ 172.655954] RTW: BA_starting_seqctrl = 362 for TID=0
[ 172.655971] RTW: issue_addba_req(wlan0) ra=d4:68:4d:23:bf:2c tid=0
[ 172.657950] RTW: OnAction_back
[ 172.657956] RTW: OnAction_back, action=1
[ 172.657959] RTW: agg_enable for TID=0
[ 190.187618] usb 2-1.4: Device not responding to setup address.
[ 190.411422] usb 2-1.4: Device not responding to setup address.
[ 190.623191] usb 2-1.4: device not accepting address 3, error -71
[ 191.320558] uvcvideo: Found UVC 1.00 device See3CAM_130 (2560:c0d0)
[ 191.320785] tegra-xusb 70090000.xusb: ERROR: unexpected command completion code 0x13.
[ 191.328917] usb 2-1.4: Not enough bandwidth for altsetting 0
[ 191.328925] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[ 191.328929] uvcvideo: Failed to query (129) UVC probe control : -19 (exp. 26).
[ 191.337071] uvcvideo: Failed to initialize the device (-5).
[ 191.344354] usb 2-1.4: USB disconnect, device number 3
[ 191.395169] usb 2-1: usb_suspend_both: status 0
[ 191.395390] usb usb2: usb_suspend_both: status 0
[ 191.451186] usb 1-2.4: new high-speed USB device number 6 using tegra-xusb
[ 191.451489] usb 1-2.4: Device not responding to setup address.
[ 191.663482] usb 1-2.4: Device not responding to setup address.
[ 191.743195] usb 2-1: usb_suspend_both: status 0
[ 191.743392] usb usb2: usb_suspend_both: status 0
[ 191.875169] usb 1-2.4: device not accepting address 6, error -71
[ 192.360627] usb usb2: usb_suspend_both: status -16
[ 192.379180] usb usb2: usb_suspend_both: status 0
[ 193.267506] usb 2-1.4: new SuperSpeed USB device number 4 using tegra-xusb
[ 193.287752] usb 2-1.4: LPM exit latency is zeroed, disabling LPM.
[ 193.288647] usb 2-1.4: New USB device found, idVendor=2560, idProduct=c0d0
[ 193.288653] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 193.288657] usb 2-1.4: Product: See3CAM_130
[ 193.288660] usb 2-1.4: Manufacturer: e-con systems
[ 193.288663] usb 2-1.4: SerialNumber: 1825D001
[ 193.290263] uvcvideo: Found UVC 1.00 device See3CAM_130 (2560:c0d0)
[ 193.291743] uvcvideo 2-1.4:1.0: Entity type for entity Extension 3 was not initialized!
[ 193.299966] uvcvideo 2-1.4:1.0: Entity type for entity Processing 2 was not initialized!
[ 193.309354] uvcvideo 2-1.4:1.0: Entity type for entity Camera 1 was not initialized!
[ 193.318566] input: See3CAM_130 as /devices/70090000.xusb/usb2/2-1/2-1.4/2-1.4:1.0/input/input6
[ 193.320939] hid-generic 0003:2560:C0D0.0008: hidraw2: USB HID v1.11 Device [e-con systems See3CAM_130] on usb-70090000.xusb-1.4/input2
[ 195.975282] usb 2-1.4: usb_suspend_both: status 0
[ 196.027285] usb 2-1: usb_suspend_both: status 0
[ 196.027437] usb usb2: usb_suspend_both: status 0
[ 222.087813] usb 2-1.4: usb_suspend_both: status 0
[ 222.135984] usb 2-1: usb_suspend_both: status 0
[ 222.136144] usb usb2: usb_suspend_both: status 0
[ 238.216064] usb 2-1.4: usb_suspend_both: status 0
[ 238.264063] usb 2-1: usb_suspend_both: status 0
[ 238.264221] usb usb2: usb_suspend_both: status 0