Python OpenCV video capture problem using gstreamer

I was getting an image from the camera using OpenCV python using GStreamer with all possible resolutions and fps but suddenly it stopped working. The thing I did is I installed SSD NVMe.

When I use this command I get an error

gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,format=YUY2,width=640,height=480,framerate=30/1 ! xvimagesink 

Error is

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
Execution ended after 0:00:00.000622382
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

I tried to change the resolution but it does not work. If I use

cap = cv2.VideoCapture(0)

It canputures frames but at low resolution 640x480 and some time gives error

Corrupt JPEG data: premature end of data segment

With this command

v4l2-ctl -d /dev/video0 --list-formats-ext

I get

ioctl: VIDIOC_ENUM_FMT
	Index       : 0
	Type        : Video Capture
	Pixel Format: 'MJPG' (compressed)
	Name        : Motion-JPEG
		Size: Discrete 1920x1080
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 640x480
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 800x600
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1024x768
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x720
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x960
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x1024
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1360x768
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1400x900
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1440x900
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)

Can you help me?

Best Regards

You may better explain how you installed into NVME.
Not sure, but in your case I would suspect xusb and try adding hooks into initrd such as in step2 of this post, and reboot.

Hi,
It looks like the source only supports MJPEG. Generally it may support YUV422 like YUYV, UYVY, …

For decoding MJPEG source, please refer to this topic discussion:
Set camera decoder in OpenCV on Jetson Nano

@Honey_Patouceul I plugged NVMe and it was read only and I was not able to create new folder. I changed the media and SSD mode to 777 and reboot it and SSD is in read and write mode. But after that this image problem occured.

@DaneLLL
I am using Sony RXO II camera as source.

I was using this source and it was giving me proper HD image and also gstream was working properly

Not sure, but if the NVME SSD was just a read-only external disk, I’d suspect a PCI AER recurring error.
You may check kernel messages with dmesg.

[ 415.444867] usb 1-1: Product: MYPIN HD Capture
[ 415.444870] usb 1-1: Manufacturer: VXIS Inc
[ 415.451643] uvcvideo: Found UVC 1.00 device MYPIN HD Capture (1bcf:2c99)
[ 415.459853] uvcvideo 1-1:1.0: Entity type for entity Extension 4 was not initialized!
[ 415.460044] uvcvideo 1-1:1.0: Entity type for entity Extension 3 was not initialized!
[ 415.460183] uvcvideo 1-1:1.0: Entity type for entity Processing 2 was not initialized!
[ 415.460326] uvcvideo 1-1:1.0: Entity type for entity Camera 1 was not initialized!
[ 415.460757] input: MYPIN HD Capture as /devices/3610000.xhci/usb1/1-1/1-1:1.0/input/input8
[ 415.466384] usb 1-1: 3:1: cannot get freq at ep 0x86
[ 415.471964] usb 1-1: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[ 415.472226] usb 1-1: [5] FU [Digital In Capture Volume] ch = 1, val = 0/4096/1
[ 415.512182] tegra-xusb 3610000.xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[ 415.615977] usb 1-1: 3:1: cannot get freq at ep 0x86
[ 415.686596] usb 1-1: 3:1: cannot get freq at ep 0x86
[ 423.672673] usb 1-1: usb_suspend_both: status 0
[ 423.672761] usb usb1: usb_suspend_both: status 0
[ 423.672778] tegra-xusb 3610000.xhci: entering ELPG
[ 423.680905] tegra-xusb 3610000.xhci: entering ELPG done
[ 463.360125] tegra-xusb 3610000.xhci: exiting ELPG
[ 463.365377] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[ 463.366911] tegra-xusb 3610000.xhci: exiting ELPG done
[ 463.495044] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 465.654533] usb 1-1: usb_suspend_both: status 0
[ 465.654656] usb usb1: usb_suspend_both: status 0
[ 465.654674] tegra-xusb 3610000.xhci: entering ELPG
[ 465.665043] tegra-xusb 3610000.xhci: entering ELPG done

Hi,
The gstreamer pipeline working in gst-launch-1.0 command should also work in OpenCV. Please make sure you can see video preview in gst-launch-1.0 with nvoverlaysink, and apply the pipeline to OpenCV with appsink.

It is giving the same error at gst-launch-1.0. I have observed one thing when I reconnect the cables it start working but after few hours it start giving the same error.

I tested same configuration with latte panda with windows 10, it does not give error for days. It seems some thing with jetpack of jetson. What can be missing?

Hi,
Is it more stable without the NVMe SSD? It seems like power supply is not stabe when the issue happens. There are one type-A port and two type-C ports on Xavier developer kit. Which port do you connect to the USB camera?

Before NVMe SSD it was working fine with USB port. After getting issues with USB port I connected it with Type C to USB convertor, this type C is just above the Power connector of Jetson.

Now I tried it with two ports. One USB port and one Type C to USB (just above the power connector) it works but after few hours same problem occurs. Which port is more suitable for this.

I connected with USB and it was working well. When it stops working even restarting the system does not have any effect. Turning off the system does not have any effect. Reconnecting the cable works. System is in field. What can be reason?

@Honey_Patouceul and @DaneLLL can you suggest some solutions. Which port is most suitable for this and right now it is connected with USB and I am getting the same problem even at startup. I am also using @reboot command in crontab to start the python scrip at start up.

You would post the whole kernel messages attaching here the file created by:

dmesg > kern.log.txt

Not sure, but if it works for some time and fails later, it might be a thermal issue. You may tell what model is your NVME SSD, and check with lspci if it runs gen2, gen3 or gen4 and check if there are some changes. You may try maxing the fan.

Hi,
Please try to connect the camera to a USB hub with external power supply, and then connect to type-A port/type-C ports on Xavier developer kit. Looks like power supply is not stable after inserting SSD to the M.2 Key-M slot. It may help to supply power externally to the camera.

here are the kernal messages

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.201-tegra (buildbrain@mobile-u64-5494-d7000) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Wed May 5 09:32:25 PDT 2021
[    0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[    0.000000] OF: fdt:memory scan node memory, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  2c000000
[    0.000000] OF: fdt: - ac200000 ,  44800000
[    0.000000] OF: fdt: - 100000000 ,  780000000
[    0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options '')
[    0.000000] bootconsole [tegra_comb_uart0] enabled
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[    0.000000] cma: Reserved 64 MiB at 0x00000000c2000000
[    0.000000] On node 0 totalpages: 8324608
[    0.000000]   DMA zone: 7192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 460288 pages, LIFO batch:31
[    0.000000]   Normal zone: 122880 pages used for memmap
[    0.000000]   Normal zone: 7864320 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu s57560 r8192 d32552 u98304
[    0.000000] pcpu-alloc: s57560 r8192 d32552 u98304 alloc=24*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8194536
[    0.000000] Kernel command line: console=ttyTCU0,115200 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt rootfs.slot_suffix= usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1    quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 229376 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29052(88%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Memory: 31925656K/33298432K available (15294K kernel code, 2942K rwdata, 6664K rodata, 8576K init, 609K bss, 619112K reserved, 753664K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f70000   ( 15296 KB)
[    0.000000]     .rodata : 0xffffff8008f70000 - 0xffffff8009600000   (  6720 KB)
[    0.000000]       .init : 0xffffff8009600000 - 0xffffff8009e60000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e60000 - 0xffffff800a13f808   (  2943 KB)
[    0.000000]        .bss : 0xffffff800a13f808 - 0xffffff800a1d7cbc   (   610 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf20000000   (   512 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc800000000   ( 32768 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000895] Console: colour dummy device 80x25
[    0.000906] console [tty0] enabled
[    0.000914] bootconsole [tegra_comb_uart0] disabled
[    0.000929] kmemleak: Kernel memory leak detector disabled
[    0.000951] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000968] pid_max: default: 32768 minimum: 301
[    0.002064] Security Framework initialized
[    0.002646] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.002658] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004747] ftrace: allocating 47208 entries in 185 pages
[    0.407014] sched-energy: Sched-energy-costs installed from DT
[    0.407034] ASID allocator initialised with 65536 entries
[    0.452829] tegra-id: chipid=21917.
[    0.452841] tegra-id: opt_subrevision=1.
[    0.452871] Tegra Revision: A02p SKU: 0xd0 CPU Process: 0 SoC Process: 0
[    0.452885] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[    0.452896] DTB Build time: Feb 19 2021 08:44:25
[    0.502126] CPU1: Booted secondary processor [4e0f0040]
[    0.534236] CPU2: Booted secondary processor [4e0f0040]
[    0.566358] CPU3: Booted secondary processor [4e0f0040]
[    0.598629] CPU4: Booted secondary processor [4e0f0040]
[    0.630714] CPU5: Booted secondary processor [4e0f0040]
[    0.663203] CPU6: Booted secondary processor [4e0f0040]
[    0.695123] CPU7: Booted secondary processor [4e0f0040]
[    0.695416] Brought up 8 CPUs
[    0.695456] SMP: Total of 8 processors activated.
[    0.695476] CPU features: detected feature: Privileged Access Never
[    0.695484] CPU features: detected feature: LSE atomic instructions
[    0.695492] CPU features: detected feature: User Access Override
[    0.695500] CPU features: detected feature: 32-bit EL0 Support
[    0.697459] CPU: All CPU(s) started at EL2
[    0.697540] alternatives: patching kernel code
[    0.707106] devtmpfs: initialized
[    0.771559] Initilizing CustomIPI irq domain
[    0.771916] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.771933] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.794856] pinctrl core: initialized pinctrl subsystem
[    0.795084] OS set in device tree is not L4T.
[    0.795455] regulator-dummy: no parameters
[    0.795804] Initializing plugin-manager
[    0.795861] Plugin module not found
[    0.795908] Plugin-manager status disabled
[    0.798361] NET: Registered protocol family 16
[    0.799790] pstore: using zlib compression
[    0.799809] console [pstore-1] enabled
[    0.799817] pstore: Registered ramoops as persistent store backend
[    0.799851] ramoops: attached 0x200000@0xf0800000, ecc: 0/0
[    0.814571] cpuidle: using governor menu
[    0.815764] bpmp: waiting for handshake
[    0.815803] bpmp: handshake completed
[    0.815821] bpmp: synchronizing channels
[    0.815830] bpmp: channels synchronized
[    0.815842] bpmp: mail init ok
[    0.818759] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[    0.818957] t19x-arm-smmu 12000000.iommu: probing hardware configuration...
[    0.818965] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[    0.818973] t19x-arm-smmu 12000000.iommu: 	stage 1 translation
[    0.818980] t19x-arm-smmu 12000000.iommu: 	stage 2 translation
[    0.818986] t19x-arm-smmu 12000000.iommu: 	nested translation
[    0.819000] t19x-arm-smmu 12000000.iommu: 	stream matching with 128 register groups, mask 0x7f80
[    0.819009] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.819021] t19x-arm-smmu 12000000.iommu: 	64 context banks (0 stage-2 only)
[    0.819029] t19x-arm-smmu 12000000.iommu: 	Stage-1: 39-bit VA -> 48-bit IPA
[    0.819037] t19x-arm-smmu 12000000.iommu: 	Stage-2: 39-bit IPA -> 48-bit PA
[    0.823386] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e64000)
[    0.823411] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.825995] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.827468] tegra_aon_clk_init: ok
[    0.827477] Registering BPMP clocks...
[    0.827601] tegra_bpmp_clk_init: clock init ok (400 clks)
[    0.828312] Serial: AMBA PL011 UART driver
[    0.828469] tegra_powergate_init: DONE
[    0.828563] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[    0.828574] DTB Build time: Feb 19 2021 08:44:25
[    0.831690] Tegra reboot handler registered.
[    0.840756] iommu: Adding device 14180000.pcie to group 0
[    0.841507] iommu: Adding device 14100000.pcie to group 1
[    0.842274] iommu: Adding device 14140000.pcie to group 2
[    0.843032] iommu: Adding device 141a0000.pcie to group 3
[    0.844626] iommu: Adding device 2490000.ether_qos to group 4
[    0.845174] iommu: Adding device 3100000.serial to group 5
[    0.845797] iommu: Adding device 3110000.serial to group 6
[    0.846333] iommu: Adding device 3140000.serial to group 7
[    0.847072] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.847380] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    0.847404] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.847412] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[    0.847419] tegra-pmc: ### PMC reset status reg: 0x0
[    0.847477] tegra-pmc: PMC Prod config success
[    0.847735] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.847749] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.848111] iommu: Adding device 3460000.sdhci to group 8
[    0.848671] iommu: Adding device 3400000.sdhci to group 9
[    0.849276] iommu: Adding device 2450000.ufshci to group 10
[    0.849885] iommu: Adding device 3210000.spi to group 11
[    0.850486] iommu: Adding device c260000.spi to group 12
[    0.851630] iommu: Adding device 3160000.i2c to group 13
[    0.852062] iommu: Adding device c240000.i2c to group 14
[    0.852499] iommu: Adding device 3180000.i2c to group 15
[    0.852918] iommu: Adding device 3190000.i2c to group 16
[    0.853494] iommu: Adding device 31b0000.i2c to group 17
[    0.853913] iommu: Adding device 31c0000.i2c to group 18
[    0.854323] iommu: Adding device c250000.i2c to group 19
[    0.854758] iommu: Adding device 31e0000.i2c to group 20
[    0.855670] iommu: Adding device sound to group 21
[    0.856237] iommu: Adding device 3510000.hda to group 22
[    0.856956] iommu: Adding device bc00000.rtcpu to group 23
[    0.859531] iommu: Adding device 13e10000.host1x to group 24
[    0.860029] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[    0.860495] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[    0.860943] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[    0.861346] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[    0.861777] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[    0.862187] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[    0.862628] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[    0.863023] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[    0.863706] iommu: Adding device 15340000.vic to group 33
[    0.864129] iommu: Adding device 15380000.nvjpg to group 34
[    0.864432] iommu: Adding device 15500000.tsec to group 35
[    0.864747] iommu: Adding device 15100000.tsecb to group 36
[    0.865051] iommu: Adding device 15480000.nvdec to group 37
[    0.865345] iommu: Adding device 15140000.nvdec1 to group 38
[    0.865664] iommu: Adding device 154c0000.nvenc to group 39
[    0.866003] iommu: Adding device 15a80000.nvenc1 to group 40
[    0.866611] iommu: Adding device 15880000.nvdla0 to group 41
[    0.867154] iommu: Adding device 158c0000.nvdla1 to group 42
[    0.867813] iommu: Adding device 15200000.nvdisplay to group 43
[    0.871855] platform 15200000.nvdisplay: IOVA linear map 0x00000000c6000000(2a000000)
[    0.871947] t19x-arm-smmu: Adding 15200000.nvdisplay to ISO SMMU client
[    0.872689] iommu: Adding device 15210000.nvdisplay to group 44
[    0.872737] t19x-arm-smmu: Adding 15210000.nvdisplay to ISO SMMU client
[    0.873203] iommu: Adding device 15220000.nvdisplay to group 45
[    0.873249] t19x-arm-smmu: Adding 15220000.nvdisplay to ISO SMMU client
[    0.875493] iommu: Adding device 15c10000.vi to group 46
[    0.875748] t19x-arm-smmu: Adding 15c10000.vi to ISO SMMU client
[    0.876227] iommu: Adding device 14800000.isp to group 47
[    0.877267] iommu: Adding device 16000000.pva0 to group 48
[    0.877831] iommu: Adding device 16800000.pva1 to group 49
[    0.878254] iommu: Adding device 15810000.se to group 50
[    0.878719] iommu: Adding device 15820000.se to group 51
[    0.879091] iommu: Adding device 15830000.se to group 52
[    0.879642] iommu: Adding device 15840000.se to group 53
[    0.880026] iommu: Adding device c1a0000.aon to group 54
[    0.881962] iommu: Adding device d000000.bpmp to group 55
[    0.882355] bpmp: ping status is 0
[    0.882488] bpmp d000000.bpmp: firmware tag is e73a758761f0c6d24a1e69a2ac6b5035
[    0.885860] bpmp d000000.bpmp: probe ok
[    0.887559] tegra-reset 0.bpmp_reset: registered 190 resets.
[    0.888097] iommu: Adding device smmu_test to group 56
[    0.889156] mc: mapped MMIO address: 0xffffff800a590000 -> 0x2c10000
[    0.889180] mc: mapped MMIO address: 0xffffff800a5b0000 -> 0x2c20000
[    0.889234] mc: mapped MMIO address: 0xffffff800a5d0000 -> 0x2c30000
[    0.889259] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2c40000
[    0.889278] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2c50000
[    0.889300] mc: mapped MMIO address: 0xffffff800b010000 -> 0x2b80000
[    0.889317] mc: mapped MMIO address: 0xffffff800b030000 -> 0x2b90000
[    0.889350] mc: mapped MMIO address: 0xffffff800b050000 -> 0x2ba0000
[    0.889374] mc: mapped MMIO address: 0xffffff800b070000 -> 0x2bb0000
[    0.889394] mc: mapped MMIO address: 0xffffff800b090000 -> 0x1700000
[    0.889409] mc: mapped MMIO address: 0xffffff800b0b0000 -> 0x1710000
[    0.889424] mc: mapped MMIO address: 0xffffff800b0d0000 -> 0x1720000
[    0.889438] mc: mapped MMIO address: 0xffffff800b0f0000 -> 0x1730000
[    0.889452] mc: mapped MMIO address: 0xffffff800b110000 -> 0x1740000
[    0.889466] mc: mapped MMIO address: 0xffffff800b130000 -> 0x1750000
[    0.889481] mc: mapped MMIO address: 0xffffff800b150000 -> 0x1760000
[    0.889495] mc: mapped MMIO address: 0xffffff800b170000 -> 0x1770000
[    0.889561] mc-err: mcerr ops are set to t19x
[    0.895307] iommu: Adding device 2600000.dma to group 57
[    0.900509] gpio gpiochip0: gpio-line-names specifies 210 line names but there are 224 lines on the chip
[    0.901601] GPIO line 490 (pcie-reg-enable) hogged as output/high
[    0.901646] GPIO line 289 (pcie-reg-enable) hogged as output/high
[    0.901689] GPIO line 339 (wifi-enable) hogged as output/high
[    0.902039] gpiochip_setup_dev: registered GPIOs 288 to 511 on device: gpiochip0 (tegra-gpio)
[    0.909923] gpio gpiochip1: gpio-line-names specifies 30 line names but there are 40 lines on the chip
[    0.910009] GPIO line 253 (pex-refclk-sel-low) hogged as output/low
[    0.910357] gpiochip_setup_dev: registered GPIOs 248 to 287 on device: gpiochip1 (tegra-gpio-aon)
[    0.912935] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[    0.912946] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.912956] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    0.913817] iommu: Adding device 3550000.xudc to group 58
[    0.914543] iommu: Adding device 3610000.xhci to group 59
[    0.917048] arm64_ras arm64_ras: probed
[    0.917587] ras_fhi_enable: FHI 479 enabled on CPU0
[    0.917635] ras_fhi_enable: FHI 480 enabled on CPU1
[    0.917721] ras_fhi_enable: FHI 481 enabled on CPU2
[    0.917791] ras_fhi_enable: FHI 482 enabled on CPU3
[    0.917844] ras_fhi_enable: FHI 483 enabled on CPU4
[    0.917908] ras_fhi_enable: FHI 484 enabled on CPU5
[    0.917974] ras_fhi_enable: FHI 485 enabled on CPU6
[    0.918031] ras_fhi_enable: FHI 486 enabled on CPU7
[    0.918245] carmel_ras_enable: RAS enabled on cpu0
[    0.918433] carmel_ras_enable: RAS enabled on cpu1
[    0.918640] carmel_ras_enable: RAS enabled on cpu2
[    0.918845] carmel_ras_enable: RAS enabled on cpu3
[    0.919040] carmel_ras_enable: RAS enabled on cpu4
[    0.919223] carmel_ras_enable: RAS enabled on cpu5
[    0.919423] carmel_ras_enable: RAS enabled on cpu6
[    0.919611] carmel_ras_enable: RAS enabled on cpu7
[    0.919712] carmel_ras carmel_ras: probed
[    0.920817] tegra-cbb 2300000.cbb-noc: noc_secure_irq = 488, noc_nonsecure_irq = 487>
[    0.921288] tegra-cbb c600000.aon-noc: noc_secure_irq = 490, noc_nonsecure_irq = 489>
[    0.922156] tegra-cbb d600000.bpmp-noc: noc_secure_irq = 492, noc_nonsecure_irq = 491>
[    0.923029] tegra-cbb be00000.rce-noc: noc_secure_irq = 494, noc_nonsecure_irq = 493>
[    0.923865] tegra-cbb b600000.sce-noc: noc_secure_irq = 496, noc_nonsecure_irq = 495>
[    0.924264] tegra-cbb 14040000.cv-noc: defer probe as CV-NOC not probed yet
[    0.927306] vdd-3v3-cvb: 3300 mV 
[    0.927651] vdd-1v8-cvb: 1800 mV 
[    0.928044] vdd-1v8-sd: 1800 mV 
[    0.928489] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    0.928535] vdd-epb-1v0: 1000 mV 
[    0.928917] vdd-sdmmc1-sw: 3300 mV 
[    0.929348] avdd-cam-2v8: 2800 mV 
[    0.929650] vdd-sata-1v5: 1500 mV 
[    0.929947] vdd-1v8-slt: 1800 mV 
[    0.930273] vdd-3v3-slt: 3300 mV 
[    0.930588] vdd-fan: 5000 mV 
[    0.930953] vdd-hdmi-5v0: 5000 mV 
[    0.931366] vdd_sys_en: 1200 mV 
[    0.931820] vdd-5v-sata: 5000 mV 
[    0.932208] vdd-ac-bat: 5000 mV 
[    0.932437] vdd-5v-sata: supplied by vdd-ac-bat
[    0.968396] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.973045] eventlib_kernel: keventlib is initialized, test id: 0
[    0.973346] SCSI subsystem initialized
[    0.973599] libata version 3.00 loaded.
[    0.973872] usbcore: registered new interface driver usbfs
[    0.973929] usbcore: registered new interface driver hub
[    0.974029] usbcore: registered new device driver usb
[    0.985928] tegra-i2c 31e0000.i2c: could not find pctldev for node /host1x/dpaux@155F0000/pinmux@0, deferring probe
[    0.988489] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[    0.996673] vdd-1v0: at 1000 mV 
[    1.000752] vdd-1v8-hs: at 1800 mV 
[    1.004763] vdd-1v8-ls: at 1800 mV 
[    1.008778] vdd-1v8-ao: at 1800 mV 
[    1.012774] vddio-ddr-1v1: at 1100 mV 
[    1.016553] vdd-rtc: at 800 mV 
[    1.017745] spmic-ldo1: at 2375 mV 
[    1.024605] vdd-ao-3v3: at 3300 mV 
[    1.032664] vddio-emmc-3v3: at 3300 mV 
[    1.033948] spmic-ldo4: at 1587 mV 
[    1.040677] vdd-usb-3v3: at 3300 mV 
[    1.048717] vddio-sdmmc1-3v3: at 3300 mV 
[    1.052738] vdd-csi-1v2: at 1200 mV 
[    1.054200] spmic-ldo8: at 1800 mV 
[    1.059078] GPIO line 246 (gpio_default) hogged as output/high
[    1.060455] GPIO line 247 (gpio_default) hogged as output/high
[    1.060797] gpiochip_setup_dev: registered GPIOs 240 to 247 on device: gpiochip2 (max77620-gpio)
[    1.061074] max77620 4-003c: max77620 probe successful
[    1.061604] media: Linux media interface: v0.10
[    1.061700] Linux video capture interface: v2.00
[    1.063257] pps_core: LinuxPPS API ver. 1 registered
[    1.063264] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.063288] PTP clock support registered
[    1.063478] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[    1.063750] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    1.063778] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    1.066403] trusty trusty: trusty version: Built: 11:31:49 Jun 14 2021 
[    1.066464] trusty trusty: selected api version: 3 (requested 3)
[    1.067389] Advanced Linux Sound Architecture Driver Initialized.
[    1.068014] Bluetooth: Core ver 2.22
[    1.068051] NET: Registered protocol family 31
[    1.068057] Bluetooth: HCI device and connection manager initialized
[    1.068069] Bluetooth: HCI socket layer initialized
[    1.068105] Bluetooth: L2CAP socket layer initialized
[    1.068129] Bluetooth: SCO socket layer initialized
[    1.070962] camchar: rtcpu character device driver loaded
[    1.072017] clocksource: Switched to clocksource arch_sys_counter
[    1.114205] VFS: Disk quotas dquot_6.6.0
[    1.114334] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.114690] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    1.116063] tegra-carveouts tegra-carveouts: assigned reserved memory node grid-of-semaphores
[    1.116120] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[    1.116312] cma: enabled page replacement for spfn=c6000, epfn=f0000
[    1.116320] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    1.116332] nvmap: nvmap_select_cache_ops() nvmap cache ops set to scf
[    1.116340] nvmap_page_pool_init: Total RAM pages: 8169830
[    1.116346] nvmap_page_pool_init: nvmap page pool size: 1021228 pages (3989 MB)
[    1.116464] nvmap_background_zero_thread: PP zeroing thread starting.
[    1.116912] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[    1.119114] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    1.132803] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    1.133070] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    1.133329] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type AUX-therm
[    1.133536] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type AO-therm
[    1.133750] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    1.133870] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[    1.133993] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[    1.135163] la/ptsa driver initialized.
[    1.135509] NET: Registered protocol family 2
[    1.136345] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    1.137622] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.138252] TCP: Hash tables configured (established 262144 bind 65536)
[    1.138309] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    1.138770] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    1.139522] NET: Registered protocol family 1
[    1.140160] RPC: Registered named UNIX socket transport module.
[    1.140166] RPC: Registered udp transport module.
[    1.140171] RPC: Registered tcp transport module.
[    1.140176] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.140187] PCI: CLS 0 bytes, default 64
[    1.140405] Trying to unpack rootfs image as initramfs...
[    1.370521] Freeing initrd memory: 7064K
[    1.389772] random: fast init done
[    1.394042] host1x 13e10000.host1x: initialized
[    1.396036] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.400765] audit: initializing netlink subsys (disabled)
[    1.400851] audit: type=2000 audit(1.012:1): initialized
[    1.401748] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    1.411903] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.413209] ntfs: driver 2.1.32 [Flags: R/W].
[    1.413886] 9p: Installing v9fs 9p2000 file system support
[    1.419275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    1.419463] io scheduler noop registered
[    1.419719] io scheduler cfq registered (default)
[    1.423478] gic 2a41000.agic-controller: GIC IRQ controller registered
[    1.457724] iommu: Adding device 2993000.adsp to group 60
[    1.501771] iommu: Adding device aconnect@2a41000:adsp_audio to group 61
[    1.501911] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    1.515306] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    1.515779] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    1.516520] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    1.516996] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    1.519626] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    1.519857] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    1.519883] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[    1.523180] tsec 15500000.tsec: initialized
[    1.525130] tsec 15100000.tsecb: initialized
[    1.529454] nvdec 15480000.nvdec: initialized
[    1.532723] nvdec 15140000.nvdec1: initialized
[    1.539436] falcon 15340000.vic: initialized
[    1.541875] falcon 15380000.nvjpg: initialized
[    1.544175] falcon 154c0000.nvenc: initialized
[    1.546156] falcon 15a80000.nvenc1: initialized
[    1.550079] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    1.552279] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    1.553752] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    1.555221] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    1.556659] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    1.558010] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    1.559401] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    1.560794] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    1.564743] t194-nvcsi 15a00000.nvcsi: initialized
[    1.570123] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    1.570498] scare-pigeon 14b00000.isp-thi: initialized
[    1.581361] pva 16000000.pva0: initialized
[    1.612404] pva 16800000.pva1: initialized
[    1.643249] nvdla 15880000.nvdla0: initialized
[    1.673583] nvdla 158c0000.nvdla1: initialized
[    1.675114] tegradccommon 15200000.dc_common: host1x channel mapped
[    1.675138] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    1.675221] tegradccommon 15200000.dc_common: dma mapping done
[    1.675425] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=85
[    1.675441] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[    1.675770] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    1.675914] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    1.676203] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    1.676211] tegra_cec 3960000.tegra_cec: probed
[    1.677068] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor2
[    1.677131] generic_infoframe_type: 0x87
[    1.677242] tegradc 15200000.nvdisplay: DT parsed successfully
[    1.677316] tegradc 15200000.nvdisplay: Display dc.ffffff800bca0000 registered with id=0
[    1.681902] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    1.681910] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 1066500000 Hz
[    1.681916] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 358400000 Hz
[    1.682169] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[    1.682187] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[    1.690357] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    1.690366] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    1.693596] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[    1.694401] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[    1.694410] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    1.694420] tegradc 15200000.nvdisplay: probed
[    1.695049] Console: switching to colour frame buffer device 80x30
[    1.695078] tegradc 15200000.nvdisplay: fb registered
[    1.695267] kfuse 3830000.kfuse: initialized
[    1.695315] gpio tegra-gpio wake71 for gpio=98(M:2)
[    1.696014] Could not get extcon-dev /host1x/nvdisplay@15210000:typec0(0)
[    1.696439] Could not get extcon-dev /host1x/nvdisplay@15220000:typec1(1)
[    1.701874] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.704534] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 51, base_baud = 0) is a TEGRA_UART
[    1.705941] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 52, base_baud = 0) is a TEGRA_UART
[    1.706905] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 53, base_baud = 0) is a TEGRA_UART
[    1.708346] console [ttyTCU0] enabled
[    1.708646] [drm] Initialized
[    1.723741] brd: module loaded
[    1.730502] loop: module loaded
[    1.730616] tegra_profiler: version: 1.143, samples/io: 48/28
[    1.730769] tegra_profiler: auth: init
[    1.731260] nct1008_nct72 4-004c: starting parse dt
[    1.731372] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[    1.731382] nct1008_nct72 4-004c: success parsing dt
[    1.731479] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[    1.731647] THERMAL EST: found 3 subdevs
[    1.731656] THERMAL EST num_resources: 0
[    1.731663] [THERMAL EST subdev 0]
[    1.731670] [THERMAL EST subdev 1]
[    1.731676] [THERMAL EST subdev 2]
[    1.731686] THERMAL EST: Found 2 profiles, default profile is quiet
[    1.732218] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[    1.732224] THERMAL EST: thz register success.
[    1.732428] THERMAL EST: end of probe, return err: 0
[    1.733216] ufs_tegra 2450000.ufshci: freq-table-hz property not specified
[    1.733227] ufs_tegra 2450000.ufshci: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[    1.733996] ufs_tegra 2450000.ufshci: wakeup init done, cdirq 461
[    1.734008] gpio tegra-gpio-aon wake25 for gpio=32(EE:0)
[    1.745267] sd: No Scsi addr parsed to reserve index
[    1.745324] hisi_sas: driver version v1.6
[    1.751710] libphy: Fixed MDIO Bus: probed
[    1.753595] tun: Universal TUN/TAP device driver, 1.6
[    1.753602] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.754393] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.754399] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.754443] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.754448] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.754497] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.754502] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.754555] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.754561] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.764086] nct1008_nct72 4-004c: LOC shutdown limit 107
[    1.765154] nct1008_nct72 4-004c: EXT shutdown limit 109
[    1.767248] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[    1.767818] eqos 2490000.ether_qos: Setting local MAC: 48 b0 2d 2f 1 c4
[    1.767941] libphy: dwc_phy: probed
[    1.770019] PPP generic driver version 2.4.2
[    1.770256] PPP BSD Compression module registered
[    1.770264] PPP Deflate Compression module registered
[    1.770283] PPP MPPE Compression module registered
[    1.770289] NET: Registered protocol family 24
[    1.770402] usbcore: registered new interface driver r8152
[    1.770477] usbcore: registered new interface driver asix
[    1.770536] usbcore: registered new interface driver ax88179_178a
[    1.770635] usbcore: registered new interface driver cdc_ether
[    1.770693] usbcore: registered new interface driver net1080
[    1.770781] usbcore: registered new interface driver cdc_subset
[    1.770851] usbcore: registered new interface driver zaurus
[    1.770946] usbcore: registered new interface driver cdc_ncm
[    1.771212] VFIO - User Level meta-driver version: 0.3
[    1.772455] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.772472] ehci-pci: EHCI PCI platform driver
[    1.772516] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.772527] ohci-pci: OHCI PCI platform driver
[    1.772573] ohci-platform: OHCI generic platform driver
[    1.778241] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[    1.778249] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[    1.781323] Could not get extcon-dev /xhci@3610000:id(0)
[    1.784692] usbcore: registered new interface driver uas
[    1.784773] usbcore: registered new interface driver usb-storage
[    1.784877] usbcore: registered new interface driver usbserial
[    1.787678] tegra-xudc-new 3550000.xudc: PMQOS CPU boost enabled
[    1.787732] Could not get extcon-dev /xudc@3550000:vbus(0)
[    1.791097] ucsi_ccg 1-0008: FW1 Version: gn v12.06, [Base 3.1.2.1487]
[    1.791107] ucsi_ccg 1-0008: FW2 Version: gn v12.06, [Base 3.1.2.1487]
[    1.792256] ucsi_ccg 1-0008: fw_mode: 2
[    1.792264] ucsi_ccg 1-0008: fw1_invalid: 0
[    1.792271] ucsi_ccg 1-0008: fw2_invalid: 0
[    1.792277] ucsi_ccg 1-0008: silicon_id: 0x1f00
[    1.792501] ucsi_ccg 1-0008: typec-port0 extcon dev created
[    1.792651] ucsi_ccg 1-0008: typec-port1 extcon dev created
[    1.792809] ucsi_ccg 1-0008: typec-pd extcon dev created
[    1.793007] gpio tegra-gpio-aon wake48 for gpio=10(BB:2)
[    1.795332] ucsi_ccg 1-0008: dev event code: 0x80, data len: 0
[    1.795811] ucsi_ccg 1-0008: CCG reset complete
[    1.798579] ucsi_ccg 1-0008: FW1 Version: gn v12.06, [Base 3.1.2.1487]
[    1.798589] ucsi_ccg 1-0008: FW2 Version: gn v12.06, [Base 3.1.2.1487]
[    1.799481] nct1008_nct72 4-004c: initial LOC temp: 45000 
[    1.800050] nct1008_nct72 4-004c: initial EXT temp: 57000 
[    1.800729] ucsi_ccg 1-0008: fw_mode: 2
[    1.800736] ucsi_ccg 1-0008: fw1_invalid: 0
[    1.800741] ucsi_ccg 1-0008: fw2_invalid: 0
[    1.800748] ucsi_ccg 1-0008: silicon_id: 0x1f00
[    1.800754] ucsi_ccg 1-0008: Reset Complete.
[    1.801038] nct1008_nct72 4-004c: hi_b:-10, lo_b:128
[    1.802074] nct1008_nct72 4-004c: nct1008_probe: initialized
[    1.804758] ucsi_ccg 1-0008: HPI Command Success.
[    1.807234] ucsi_ccg 1-0008: HPI Command Success.
[    1.807252] ucsi_ccg 1-0008: ucsi_ccg_init: complete
[    1.808001] mousedev: PS/2 mouse device common for all mice
[    1.808093] usbcore: registered new interface driver xpad
[    1.939489] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.941209] Wake73 for irq=42
[    1.942584] rtc rtc1: alarm rtc device
[    1.942601] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    1.942636] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    1.942763] i2c /dev entries driver
[    1.945500] max77620-power max20024-power: Event recorder REG_NVERC : 0x44
[    1.952448] tegra-thermal-throttle bthrot_cdev: cpufreq policy is not ready defer
[    1.952930] FAN dev name: pwm-fan
[    1.952986] FAN:gpio request success.
[    1.952997] FAN: can't find tach_gpio
[    1.953008] pwm_fan_driver pwm-fan: Found 2 profiles, default profile is quiet
[    1.953044] pwm_fan_driver pwm-fan: cap state:4, cap pwm:255
[    1.953366] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.953374] pwm_fan_driver pwm-fan: tach period: 1000
[    1.954024] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.954032] pwm_fan_driver pwm-fan: index 1: pwm=77, rpm=1000, rru=2, rrd=2, state:2
[    1.954038] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    1.954045] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    1.954051] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    1.954057] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    1.954063] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.954068] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.954076] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.954083] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.954879] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[    1.955764] device-mapper: uevent: version 1.0.3
[    1.956312] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.969074] tegra194_cpufreq_probe: platform driver Initialization: pass
[    1.970353] cpuidle: Initializing cpuidle driver
[    1.971400] sdhci: Secure Digital Host Controller Interface driver
[    1.971405] sdhci: Copyright(c) Pierre Ossman
[    1.971408] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.973073] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    1.976236] CMDQ: cmdq_platfm_init successful
[    1.976693] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    1.979802] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[    1.981513] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 256
[    1.986025] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    1.988625] tegra-se-nvhost 15810000.se: initialized
[    1.989729] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    1.990422] tegra-se-nvhost 15820000.se: initialized
[    1.991549] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    1.992476] tegra-se-nvhost 15830000.se: initialized
[    1.993101] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    1.993730] tegra-se-nvhost 15840000.se: initialized
[    1.994518] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    1.994752] hidraw: raw HID events driver (C) Jiri Kosina
[    1.995947] usbcore: registered new interface driver usbhid
[    1.995951] usbhid: USB HID core driver
[    2.001240] tegra186-cam-rtcpu bc00000.rtcpu: deferring, 14800000.isp is not probed
[    2.002182] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    2.002537] tegra186-aondbg aondbg: aondbg driver probe() OK
[    2.003038] denver_knobs_init:MTS_VERSION:51035886
[    2.003235] tegra19x_actmon d230000.actmon: in actmon_register()...
[    2.004063] tegra19x_actmon d230000.actmon: initialization Completed for the device mc_all
[    2.004490] t19x_cache tegra-cache: probed
[    2.010797] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[    2.010809] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[    2.011421] carmel-pmu-drv carmel-pmu: Registered Carmel PMU
[    2.011746] PLL_AON clock registered
[    2.012926] Clocks initialized successfully
[    2.014210] nvpmodel: initialized successfully
[    2.015199] trusty-virtio trusty:virtio: initializing
[    2.015383] trusty_ipc virtio0: vring0: va(pa)  ffffffc7d74e0000(0) qsz 32 notifyid 1
[    2.015393] trusty_ipc virtio0: vring1: va(pa)  ffffffc7d74e2000(0) qsz 32 notifyid 2
[    2.015495] trusty-virtio trusty:virtio: initializing done
[    2.015783] trusty_ipc virtio0: is online
[    2.016026] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.016418] tegra-hda 3510000.hda: Override SDO lines to 4
[    2.016701] usbcore: registered new interface driver snd-usb-audio
[    2.028575] input: tegra-hda-galen-t194 HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[    2.028741] input: tegra-hda-galen-t194 HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[    2.028909] input: tegra-hda-galen-t194 HDMI/DP,pcm=8 as /devices/3510000.hda/sound/card0/input2
[    2.029114] input: tegra-hda-galen-t194 HDMI/DP,pcm=9 as /devices/3510000.hda/sound/card0/input3
[    2.036092] gpio tegra-gpio wake8 for gpio=55(G:7)
[    2.036144] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.077765] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[    2.089734] mmc0: periodic cache flush enabled
[    2.089750] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    2.090244] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB 
[    2.090419] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 8.00 MiB
[    2.090614] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 8.00 MiB
[    2.090834] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB
[    2.095636]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 p39 p40 p41 p42
[    2.692028] tegra_cec 3960000.tegra_cec: Can't find physical addresse.
[    2.692058] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[    3.869869] gpio tegra-gpio wake12 for gpio=149(S:5)
[    3.978570] OPE platform probe
[    3.978665] OPE platform probe successful
[    4.109044] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    4.109176] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    4.109317] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    4.109425] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    4.109553] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    4.109664] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    4.109773] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    4.109881] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    4.110019] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    4.110133] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    4.110232] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[    4.110328] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[    4.110427] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[    4.110527] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[    4.110654] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[    4.110788] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[    4.110886] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[    4.110986] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[    4.111083] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[    4.111181] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[    4.146227] input: tegra-snd-t19x-mobile-rt565x Headset Jack as /devices/sound/sound/card1/input4
[    4.147609] u32 classifier
[    4.147613]     Actions configured
[    4.147756] Initializing XFRM netlink socket
[    4.148336] NET: Registered protocol family 10
[    4.149084] NET: Registered protocol family 17
[    4.149097] NET: Registered protocol family 15
[    4.149144] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.149263] Bluetooth: RFCOMM socket layer initialized
[    4.149277] Bluetooth: RFCOMM ver 1.11
[    4.149283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    4.149297] Bluetooth: HIDP socket layer initialized
[    4.149312] 9pnet: Installing 9P2000 support
[    4.149359] Key type dns_resolver registered
[    4.149573] Registered cp15_barrier emulation handler
[    4.149593] Registered setend emulation handler
[    4.151265] registered taskstats version 1
[    4.151698] tegra-pcie-dw 14180000.pcie: Setting init speed to max speed
[    4.152864] OF: PCI: host bridge /pcie@14180000 ranges:
[    4.152898] OF: PCI:    IO 0x38100000..0x381fffff -> 0x38100000
[    4.152916] OF: PCI:   MEM 0x1b40000000..0x1bffffffff -> 0x40000000
[    4.152929] OF: PCI:   MEM 0x1800000000..0x1b3fffffff -> 0x1800000000
[    4.264085] tegra-pcie-dw 14180000.pcie: link is up
[    4.264388] tegra-pcie-dw 14180000.pcie: PCI host bridge to bus 0000:00
[    4.264396] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.264412] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0x38100000-0x381fffff])
[    4.264424] pci_bus 0000:00: root bus resource [mem 0x1b40000000-0x1bffffffff] (bus address [0x40000000-0xffffffff])
[    4.264443] pci_bus 0000:00: root bus resource [mem 0x1800000000-0x1b3fffffff pref]
[    4.264470] pci 0000:00:00.0: [10de:1ad0] type 01 class 0x060400
[    4.264613] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    4.264864] iommu: Adding device 0000:00:00.0 to group 62
[    4.265242] pci 0000:01:00.0: [1987:5012] type 00 class 0x010802
[    4.265363] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    4.266319] iommu: Adding device 0000:01:00.0 to group 63
[    4.277303] pci 0000:00:00.0: BAR 14: assigned [mem 0x1b40000000-0x1b400fffff]
[    4.277326] pci 0000:01:00.0: BAR 0: assigned [mem 0x1b40000000-0x1b40003fff 64bit]
[    4.277388] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    4.277395] pci 0000:00:00.0:   bridge window [mem 0x1b40000000-0x1b400fffff]
[    4.277411] pci 0000:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    4.277455] pci 0000:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[    4.277714] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[    4.277718] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    4.277724] pcie_pme 0000:00:00.0:pcie001: service driver pcie_pme loaded
[    4.277821] aer 0000:00:00.0:pcie002: service driver aer loaded
[    4.278212] nvme nvme0: pci function 0000:01:00.0
[    4.278303] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[    4.278485] tegra-pcie-dw 14100000.pcie: Setting init speed to max speed
[    4.279181] OF: PCI: host bridge /pcie@14100000 ranges:
[    4.279206] OF: PCI:    IO 0x30100000..0x301fffff -> 0x30100000
[    4.279222] OF: PCI:   MEM 0x1230000000..0x123fffffff -> 0x40000000
[    4.279235] OF: PCI:   MEM 0x1200000000..0x122fffffff -> 0x1200000000
[    4.388017] tegra-pcie-dw 14100000.pcie: link is up
[    4.388281] tegra-pcie-dw 14100000.pcie: PCI host bridge to bus 0001:00
[    4.388288] pci_bus 0001:00: root bus resource [bus 00-ff]
[    4.388303] pci_bus 0001:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x30100000-0x301fffff])
[    4.388314] pci_bus 0001:00: root bus resource [mem 0x1230000000-0x123fffffff] (bus address [0x40000000-0x4fffffff])
[    4.388318] pci_bus 0001:00: root bus resource [mem 0x1200000000-0x122fffffff pref]
[    4.388360] pci 0001:00:00.0: [10de:1ad2] type 01 class 0x060400
[    4.388496] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[    4.388719] iommu: Adding device 0001:00:00.0 to group 64
[    4.389087] pci 0001:01:00.0: [1b4b:9171] type 00 class 0x010601
[    4.389194] pci 0001:01:00.0: reg 0x10: [io  0x8000-0x8007]
[    4.389257] pci 0001:01:00.0: reg 0x14: [io  0x8040-0x8043]
[    4.389319] pci 0001:01:00.0: reg 0x18: [io  0x8100-0x8107]
[    4.389380] pci 0001:01:00.0: reg 0x1c: [io  0x8140-0x8143]
[    4.389442] pci 0001:01:00.0: reg 0x20: [io  0x800000-0x80000f]
[    4.389504] pci 0001:01:00.0: reg 0x24: [mem 0x00900000-0x009001ff]
[    4.389566] pci 0001:01:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[    4.389886] pci 0001:01:00.0: PME# supported from D3hot
[    4.390122] iommu: Adding device 0001:01:00.0 to group 65
[    4.399178]  nvme0n1: p1
[    4.401566] pci 0001:00:00.0: BAR 14: assigned [mem 0x1230000000-0x12300fffff]
[    4.401573] pci 0001:00:00.0: BAR 13: assigned [io  0x100000-0x100fff]
[    4.401582] pci 0001:01:00.0: BAR 6: assigned [mem 0x1230000000-0x123000ffff pref]
[    4.401587] pci 0001:01:00.0: BAR 5: assigned [mem 0x1230010000-0x12300101ff]
[    4.401648] pci 0001:01:00.0: BAR 4: assigned [io  0x100000-0x10000f]
[    4.401708] pci 0001:01:00.0: BAR 0: assigned [io  0x100010-0x100017]
[    4.401770] pci 0001:01:00.0: BAR 2: assigned [io  0x100018-0x10001f]
[    4.401831] pci 0001:01:00.0: BAR 1: assigned [io  0x100020-0x100023]
[    4.401859] pci 0001:01:00.0: BAR 3: assigned [io  0x100024-0x100027]
[    4.401883] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    4.401888] pci 0001:00:00.0:   bridge window [io  0x100000-0x100fff]
[    4.401898] pci 0001:00:00.0:   bridge window [mem 0x1230000000-0x12300fffff]
[    4.401920] pci 0001:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    4.402014] pci 0001:01:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  512
[    4.402379] pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt
[    4.402383] pci 0001:01:00.0: Signaling PME through PCIe PME interrupt
[    4.402390] pcie_pme 0001:00:00.0:pcie001: service driver pcie_pme loaded
[    4.402515] aer 0001:00:00.0:pcie002: service driver aer loaded
[    4.402979] ahci 0001:01:00.0: version 3.0
[    4.403498] ahci 0001:01:00.0: AHCI 0001.0000 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    4.403505] ahci 0001:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    4.404187] scsi host1: ahci
[    4.404487] ata1: SATA max UDMA/133 abar m512@0x1230010000 port 0x1230010100 irq 821
[    4.404647] tegra-pcie-dw 14140000.pcie: Setting init speed to max speed
[    4.405788] OF: PCI: host bridge /pcie@14140000 ranges:
[    4.405840] OF: PCI:    IO 0x34100000..0x341fffff -> 0x34100000
[    4.405849] OF: PCI:   MEM 0x12b0000000..0x12bfffffff -> 0x40000000
[    4.405858] OF: PCI:   MEM 0x1280000000..0x12afffffff -> 0x1280000000
[    4.516082] tegra-pcie-dw 14140000.pcie: link is up
[    4.516315] tegra-pcie-dw 14140000.pcie: PCI host bridge to bus 0003:00
[    4.516336] pci_bus 0003:00: root bus resource [bus 00-ff]
[    4.516343] pci_bus 0003:00: root bus resource [io  0x200000-0x2fffff] (bus address [0x34100000-0x341fffff])
[    4.516349] pci_bus 0003:00: root bus resource [mem 0x12b0000000-0x12bfffffff] (bus address [0x40000000-0x4fffffff])
[    4.516353] pci_bus 0003:00: root bus resource [mem 0x1280000000-0x12afffffff pref]
[    4.516379] pci 0003:00:00.0: [10de:1ad2] type 01 class 0x060400
[    4.516528] pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
[    4.516734] iommu: Adding device 0003:00:00.0 to group 66
[    4.517105] pci 0003:01:00.0: [8086:24fd] type 00 class 0x028000
[    4.517261] pci 0003:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[    4.518057] pci 0003:01:00.0: PME# supported from D0 D3hot D3cold
[    4.518383] iommu: Adding device 0003:01:00.0 to group 67
[    4.528931] pci 0003:00:00.0: BAR 14: assigned [mem 0x12b0000000-0x12b00fffff]
[    4.528938] pci 0003:01:00.0: BAR 0: assigned [mem 0x12b0000000-0x12b0001fff 64bit]
[    4.529018] pci 0003:00:00.0: PCI bridge to [bus 01-ff]
[    4.529025] pci 0003:00:00.0:   bridge window [mem 0x12b0000000-0x12b00fffff]
[    4.529041] pci 0003:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[    4.529120] pci 0003:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    4.529392] pcieport 0003:00:00.0: Signaling PME through PCIe PME interrupt
[    4.529396] pci 0003:01:00.0: Signaling PME through PCIe PME interrupt
[    4.529401] pcie_pme 0003:00:00.0:pcie001: service driver pcie_pme loaded
[    4.529538] aer 0003:00:00.0:pcie002: service driver aer loaded
[    4.530004] tegra-pcie-dw 141a0000.pcie: Setting init speed to max speed
[    4.531005] OF: PCI: host bridge /pcie@141a0000 ranges:
[    4.531018] OF: PCI:    IO 0x3a100000..0x3a1fffff -> 0x3a100000
[    4.531026] OF: PCI:   MEM 0x1f40000000..0x1fffffffff -> 0x40000000
[    4.531031] OF: PCI:   MEM 0x1c00000000..0x1f3fffffff -> 0x1c00000000
[    4.719384] ata1: SATA link down (SStatus 0 SControl 300)
[    5.045568] tegra-pcie-dw 141a0000.pcie: link is down
[    5.045798] tegra-pcie-dw 141a0000.pcie: PCI host bridge to bus 0005:00
[    5.045810] pci_bus 0005:00: root bus resource [bus 00-ff]
[    5.045817] pci_bus 0005:00: root bus resource [io  0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff])
[    5.045822] pci_bus 0005:00: root bus resource [mem 0x1f40000000-0x1fffffffff] (bus address [0x40000000-0xffffffff])
[    5.045827] pci_bus 0005:00: root bus resource [mem 0x1c00000000-0x1f3fffffff pref]
[    5.045850] pci 0005:00:00.0: [10de:1ad0] type 01 class 0x060400
[    5.045994] pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
[    5.046202] iommu: Adding device 0005:00:00.0 to group 68
[    5.046519] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[    5.046539] pci 0005:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    5.046801] pcieport 0005:00:00.0: Signaling PME through PCIe PME interrupt
[    5.046808] pcie_pme 0005:00:00.0:pcie001: service driver pcie_pme loaded
[    5.046927] aer 0005:00:00.0:pcie002: service driver aer loaded
[    5.047079] pcie_pme 0005:00:00.0:pcie001: unloading service driver pcie_pme
[    5.047124] aer 0005:00:00.0:pcie002: unloading service driver aer
[    5.047189] pci_bus 0005:01: busn_res: [bus 01-ff] is released
[    5.047332] iommu: Removing device 0005:00:00.0 from group 68
[    5.047394] pci_bus 0005:00: busn_res: [bus 00-ff] is released
[    5.049347] tegra-pcie-dw 141a0000.pcie: PCIe link is not up...!
[    5.062835] tegra-cbb 14040000.cv-noc: noc_secure_irq = 100, noc_nonsecure_irq = 99>
[    5.068826] tegra194-isp5 14800000.isp: initialized
[    5.075241] tegra194-vi5 15c10000.vi: using default number of vi channels, 36
[    5.078274] tegra194-vi5 15c10000.vi: initialized
[    5.082134] tegra194-vi5 15c10000.vi: ep of_device is not enabled /host1x/vi@15c10000/ports/port@0/endpoint.
[    5.084326] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[    5.084331] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[    5.084538] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[    5.084559] tegradc 15210000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    5.084607] tegradc 15210000.nvdisplay: DT parsed successfully
[    5.084627] tegradc 15210000.nvdisplay: Display dc.ffffff800ffd0000 registered with id=1
[    5.085425] tegradc 15210000.nvdisplay: vblank syncpt # 11 for dc 1
[    5.085432] tegradc 15210000.nvdisplay: vpulse3 syncpt # 15 for dc 1
[    5.087425] tegra-xusb 3610000.xhci: extcon 0: ffffffc7d78ee400 id
[    5.088030] tegra-xudc-new 3550000.xudc: PMQOS CPU boost enabled
[    5.088054] tegra-xudc-new 3550000.xudc: device count: 1
[    5.088915] tegra-xudc-new 3550000.xudc: vbus state: 0
[    5.088924] tegra-xudc-new 3550000.xudc: Initialize boost_cpufreq work
[    5.089061] tegra-thermal-throttle bthrot_cdev: clk:cpu max:2265600000, min:115200000 steps:28
[    5.089195] tegra-xudc-new 3550000.xudc: entering ELPG
[    5.089443] tegra-xudc-new 3550000.xudc: entering ELPG done
[    5.090318] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[    5.090346] tegra-xusb 3610000.xhci: xHCI Host Controller
[    5.090358] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    5.090985] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x00050810
[    5.091011] tegra-xusb 3610000.xhci: irq 474, io mem 0x03610000
[    5.091129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.091134] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.091137] usb usb1: Product: xHCI Host Controller
[    5.091141] usb usb1: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[    5.091144] usb usb1: SerialNumber: 3610000.xhci
[    5.091507] hub 1-0:1.0: USB hub found
[    5.091537] hub 1-0:1.0: 4 ports detected
[    5.091899] tegra-xusb 3610000.xhci: xHCI Host Controller
[    5.091919] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    5.091926] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    5.092137] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    5.092164] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.092180] usb usb2: Product: xHCI Host Controller
[    5.092185] usb usb2: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[    5.092188] usb usb2: SerialNumber: 3610000.xhci
[    5.092515] hub 2-0:1.0: USB hub found
[    5.092538] hub 2-0:1.0: 4 ports detected
[    5.093044] Wake76 for irq=199
[    5.093047] Wake77 for irq=199
[    5.093049] Wake78 for irq=199
[    5.093052] Wake79 for irq=199
[    5.093055] Wake80 for irq=199
[    5.093057] Wake81 for irq=199
[    5.093060] Wake82 for irq=199
[    5.093083] tegra-xusb 3610000.xhci: Upgrade port 0 to USB3.0
[    5.093087] tegra-xusb 3610000.xhci: Upgrade port 1 to USB3.0
[    5.142906] tegra-thermal-throttle bthrot_cdev: clk:gpu max:1377000000, min:114750000 steps:13
[    5.142938] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:0:cpu off:0 slope-adj:200
[    5.142943] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:1:gpu off:0 slope-adj:400
[    5.143042] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced max_state:56 cutoff:0
[    5.143092] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:0:cpu off:0 slope-adj:400
[    5.143096] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:1:gpu off:0 slope-adj:400
[    5.145538] tegradc 15210000.nvdisplay: probed
[    5.145702] tegradc 15210000.nvdisplay: fb registered
[    5.148253] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced max_state:52 cutoff:1
[    5.148303] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:0:cpu off:0 slope-adj:200
[    5.148308] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:1:gpu off:365500000 slope-adj:300
[    5.148602] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced max_state:56 cutoff:0
[    5.148634] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:0:cpu off:38400000 slope-adj:10
[    5.148638] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:1:gpu off:25500000 slope-adj:10
[    5.149104] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced max_state:2 cutoff:0
[    5.149141] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:0:cpu off:0 slope-adj:400
[    5.149144] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:1:gpu off:0 slope-adj:400
[    5.149307] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    5.149312] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    5.149320] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    5.149328] tegradc 15210000.nvdisplay: blank - powerdown
[    5.149338] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    5.149341] Extcon DP: HPD disabled
[    5.149344] hpd: hpd_switch 0
[    5.149349] tegradc 15220000.nvdisplay: disp2 connected to head2->/host1x/sor1
[    5.149353] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    5.149363] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    5.149369] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    5.149372] tegradc 15220000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    5.149421] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced max_state:52 cutoff:1
[    5.149423] tegradc 15220000.nvdisplay: DT parsed successfully
[    5.149456] tegradc 15220000.nvdisplay: Display dc.ffffff8011210000 registered with id=2
[    5.149666] tegradc 15220000.nvdisplay: vblank syncpt # 16 for dc 2
[    5.149671] tegradc 15220000.nvdisplay: vpulse3 syncpt # 17 for dc 2
[    5.150550] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    5.158735] tegradc 15220000.nvdisplay: probed
[    5.158932] tegradc 15220000.nvdisplay: fb registered
[    5.162256] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    5.162262] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    5.162291] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    5.162302] tegradc 15220000.nvdisplay: blank - powerdown
[    5.162313] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    5.162316] Extcon DP: HPD disabled
[    5.162319] hpd: hpd_switch 0
[    5.162322] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    5.162330] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    5.162335] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    5.192165] usb usb1: usb_suspend_both: status 0
[    5.196220] usb usb2: usb_suspend_both: status 0
[    5.225186] tegra-ivc ivc-bc00000.rtcpu: region 0: iova=0xbfee0000-0xbfefffff size=131072
[    5.225533] tegra-ivc ivc-bc00000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    5.225716] tegra-ivc ivc-bc00000.rtcpu:dbg@1: dbg: ver=0 grp=1 RX[1x384]=0x1900-0x1b00 TX[1x384]=0x1b00-0x1d00
[    5.225868] tegra-ivc ivc-bc00000.rtcpu:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d00-0x3d80 TX[1x8192]=0x3d80-0x5e00
[    5.226306] tegra-ivc ivc-bc00000.rtcpu:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e00-0xae80 TX[64x320]=0xae80-0xff00
[    5.226373] tegra-ivc ivc-bc00000.rtcpu:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff00-0x17f80 TX[512x64]=0x17f80-0x20000
[    5.226560] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (71)
[    5.226564] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    5.227642] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=5 sha1=cf2bef3ad10e437272857b76308abef8ffb80bda
[    5.228080] Wake83 for irq=211
[    5.228140] gpio tegra-gpio wake67 for gpio=48(G:0)
[    5.228208] gpio tegra-gpio-aon wake29 for gpio=36(EE:4)
[    5.228347] input: gpio-keys as /devices/gpio-keys/input/input5
[    5.261146] tegra_rtc c2a0000.rtc: setting system clock to 2021-07-15 14:47:49 UTC (1626360469)
[    5.261631] mmcblk mmc0:0001: Card claimed for testing.
[    5.306072] bpmp: mounted debugfs mirror
[    5.313050] ALSA device list:
[    5.313057]   #0: tegra-hda-galen-t194 at 0x3518000 irq 70
[    5.313060]   #1: tegra-snd-t19x-mobile-rt565x
[    5.314440] Freeing unused kernel memory: 8576K
[    5.348091] Root device found: mmcblk0p1
[    5.349616] Found dev node: /dev/mmcblk0p1
[    5.413802] EXT4-fs (mmcblk0p1): 28 orphan inodes deleted
[    5.413807] EXT4-fs (mmcblk0p1): recovery complete
[    5.425686] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    5.428421] Rootfs mounted over mmcblk0p1
[    5.447028] Switching from initrd to actual rootfs
[    5.572401] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.575214] cgroup: cgroup2: unknown option "nsdelegate"
[    5.581729] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    5.582314] systemd[1]: Detected architecture arm64.
[    5.587598] systemd[1]: Set hostname to <aiesresearch-desktop>.
[    5.688714] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    5.688726] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    5.808016] usb 1-4: new high-speed USB device number 2 using tegra-xusb
[    5.824221] random: systemd: uninitialized urandom read (16 bytes read)
[    5.824251] systemd[1]: Reached target Swap.
[    5.824435] random: systemd: uninitialized urandom read (16 bytes read)
[    5.824456] systemd[1]: Reached target User and Group Name Lookups.
[    5.824504] random: systemd: uninitialized urandom read (16 bytes read)
[    5.824618] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.827129] systemd[1]: Created slice System Slice.
[    5.827429] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.834953] usb 1-4: New USB device found, idVendor=1bcf, idProduct=2c99
[    5.834960] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.834964] usb 1-4: Product: MYPIN HD Capture
[    5.834967] usb 1-4: Manufacturer: VXIS Inc
[    5.846949] usb 1-4: 3:1: cannot get freq at ep 0x86
[    5.851487] usb 1-4: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[    5.851493] usb 1-4: [5] FU [Digital In Capture Volume] ch = 1, val = 0/4096/1
[    5.867742] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    5.885749] gpio tegra-gpio wake44 for gpio=192(Y:0)
[    5.940676] nvgpu: 17000000.gv11b          nvgpu_nvhost_syncpt_init:291  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000

[    6.006649] cpu-throttle-alert cooling device registered.
[    6.006974] gpu-throttle-alert cooling device registered.
[    6.007264] aux-throttle-alert cooling device registered.
[    6.095643] systemd-journald[2399]: Received request to flush runtime journal from PID 1
[    6.561108] Intel(R) Wireless WiFi driver for Linux
[    6.561115] Copyright(c) 2003- 2015 Intel Corporation
[    6.561387] iwlwifi 0003:01:00.0: enabling device (0000 -> 0002)
[    6.566832] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[    6.567024] iwlwifi 0003:01:00.0: Falling back to user helper
[    6.653480] uvcvideo: Found UVC 1.00 device MYPIN HD Capture (1bcf:2c99)
[    6.669498] uvcvideo 1-4:1.0: Entity type for entity Extension 4 was not initialized!
[    6.669676] uvcvideo 1-4:1.0: Entity type for entity Extension 3 was not initialized!
[    6.669815] uvcvideo 1-4:1.0: Entity type for entity Processing 2 was not initialized!
[    6.669953] uvcvideo 1-4:1.0: Entity type for entity Camera 1 was not initialized!
[    6.670864] input: MYPIN HD Capture as /devices/3610000.xhci/usb1/1-4/1-4:1.0/input/input6
[    6.671150] usbcore: registered new interface driver uvcvideo
[    6.671155] USB Video Class driver (1.1.1)
[    6.977179] random: crng init done
[    6.977282] random: 7 urandom warning(s) missed due to ratelimiting
[    7.093958] EXT4-fs (nvme0n1p1): recovery complete
[    7.095790] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[    7.173109] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[    7.173307] iwlwifi 0003:01:00.0: Falling back to user helper
[    7.179421] tegra-xusb 3610000.xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[    7.215965] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
[    7.216231] iwlwifi 0003:01:00.0: Falling back to user helper
[    7.222753] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
[    7.222963] iwlwifi 0003:01:00.0: Falling back to user helper
[    7.235586] iwlwifi 0003:01:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[    7.266084] iwlwifi 0003:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    7.268101] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[    7.268772] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[    7.552360] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.553236] thermal thermal_zone8: failed to read out thermal zone (-5)
[    7.553388] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type iwlwifi
[    7.858589] using random self ethernet address
[    7.858707] using random host ethernet address
[    8.387497] Mass Storage Function, version: 2009/09/11
[    8.387505] LUN: removable file: (no medium)
[    8.392225] using random self ethernet address
[    8.392347] using random host ethernet address
[    8.442728] rndis0: HOST MAC ca:4d:59:43:86:6c
[    8.443522] rndis0: MAC ca:4d:59:43:86:6d
[    8.449900] usb0: HOST MAC ca:4d:59:43:86:6e
[    8.449943] usb0: MAC ca:4d:59:43:86:6f
[    8.449968] tegra-xudc-new 3550000.xudc: exiting ELPG
[    8.452254] FAN rising trip_level:1 cur_temp:50000 trip_temps[2]:63000
[    8.453040] tegra-xudc-new 3550000.xudc: exiting ELPG done
[    8.453058] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[    8.453097] tegra-xudc-new 3550000.xudc: entering ELPG
[    8.453314] tegra-xudc-new 3550000.xudc: entering ELPG done
[    8.453328] tegra-xudc-new 3550000.xudc: exiting ELPG
[    8.453808] tegra-xudc-new 3550000.xudc: exiting ELPG done
[    8.453833] tegra-xudc-new 3550000.xudc: entering ELPG
[    8.454017] tegra-xudc-new 3550000.xudc: entering ELPG done
[    8.462294] l4tbr0: port 1(rndis0) entered blocking state
[    8.462301] l4tbr0: port 1(rndis0) entered disabled state
[    8.462490] device rndis0 entered promiscuous mode
[    8.470142] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    8.475063] l4tbr0: port 2(usb0) entered blocking state
[    8.475069] l4tbr0: port 2(usb0) entered disabled state
[    8.479305] device usb0 entered promiscuous mode
[    8.484684] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    8.504704] ras_fhi_disable: FHI 483 disabled
[    8.505866] CPU4: shutdown
[    8.505964] psci: CPU4 killed.
[    8.570395] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.590012] ras_fhi_disable: FHI 484 disabled
[    8.599354] CPU5: shutdown
[    8.620030] psci: Retrying again to check for CPU kill
[    8.620048] psci: CPU5 killed.
[    8.654216] gpio tegra-gpio wake20 for gpio=52(G:4)
[    8.657815] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.672395] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.674629] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[    8.674925] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[    8.700609] ras_fhi_disable: FHI 485 disabled
[    8.701396] CPU6: shutdown
[    8.701508] psci: CPU6 killed.
[    8.754839] ras_fhi_disable: FHI 486 disabled
[    8.764157] CPU7: shutdown
[    8.764294] psci: CPU7 killed.
[    8.769830] nvgpu: 17000000.gv11b                 tpc_pg_mask_store:843  [INFO]  no value change, same mask already set
[    8.791594] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[    8.791888] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[    8.847722] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.047835] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.356065] usb 1-4: usb_suspend_both: status 0
[    9.356157] usb usb1: usb_suspend_both: status 0
[    9.356171] tegra-xusb 3610000.xhci: entering ELPG
[    9.382763] Bridge firewalling registered
[    9.396243] tegra-xusb 3610000.xhci: entering ELPG done
[    9.406915] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    9.610494] Netfilter messages via NETLINK v0.30.
[    9.616247] ctnetlink v0.93: registering with nfnetlink.
[    9.763190] zram: Added device: zram0
[    9.763843] zram: Added device: zram1
[    9.764464] zram: Added device: zram2
[    9.770373] zram: Added device: zram3
[    9.798974] zram0: detected capacity change from 0 to 4184956928
[    9.831705] Adding 4086868k swap on /dev/zram0.  Priority:5 extents:1 across:4086868k SS
[    9.839048] zram1: detected capacity change from 0 to 4184956928
[    9.865356] Adding 4086868k swap on /dev/zram1.  Priority:5 extents:1 across:4086868k SS
[    9.878138] zram2: detected capacity change from 0 to 4184956928
[    9.902983] Adding 4086868k swap on /dev/zram2.  Priority:5 extents:1 across:4086868k SS
[    9.910188] zram3: detected capacity change from 0 to 4184956928
[    9.928560] Adding 4086868k swap on /dev/zram3.  Priority:5 extents:1 across:4086868k SS
[    9.980307] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[   11.406877] tegradc 15200000.nvdisplay: blank - powerdown
[   11.406890] tegradc 15210000.nvdisplay: blank - powerdown
[   11.406897] tegradc 15220000.nvdisplay: blank - powerdown
[   13.313942] fuse init (API version 7.26)
[   15.162981] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.162995] Bluetooth: BNEP socket layer initialized
[   15.528512] tegra-xusb 3610000.xhci: exiting ELPG
[   15.534213] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[   15.535354] tegra-xusb 3610000.xhci: exiting ELPG done
[   15.675940] usb 1-4: 3:1: cannot get freq at ep 0x86
[   15.757772] usb 1-4: 3:1: cannot get freq at ep 0x86
[   24.236038] usb 1-4: usb_suspend_both: status 0
[   24.236133] usb usb1: usb_suspend_both: status 0
[   24.236151] tegra-xusb 3610000.xhci: entering ELPG
[   24.245200] tegra-xusb 3610000.xhci: entering ELPG done
[   36.196180] vdd-1v8-cvb: disabling
[   36.196193] vdd-1v8-sd: disabling
[   36.196201] vdd-epb-1v0: disabling
[   36.196207] avdd-cam-2v8: disabling
[   36.196212] vdd-sata-1v5: disabling
[   36.196217] vdd-1v8-slt: disabling
[   36.196222] vdd-3v3-slt: disabling
[   36.196227] vdd-fan: disabling
[   36.196232] vdd_sys_en: disabling
[  168.795229] tegra-xusb 3610000.xhci: exiting ELPG
[  168.801047] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[  168.802236] tegra-xusb 3610000.xhci: exiting ELPG done
[  168.802808] usb usb2: usb_suspend_both: status 0
[  168.978202] tegra-xusb 3610000.xhci: WARN Event TRB for slot 1 ep 14 with no TDs queued?
[  169.608593] usb 2-4: new SuperSpeed USB device number 2 using tegra-xusb
[  169.634922] usb 2-4: New USB device found, idVendor=1bcf, idProduct=2c99
[  169.634933] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  169.634940] usb 2-4: Product: MYPIN HD Capture
[  169.634947] usb 2-4: Manufacturer: VXIS Inc
[  169.642923] uvcvideo: Found UVC 1.00 device MYPIN HD Capture (1bcf:2c99)
[  169.643498] usb 2-4: Disable of device-initiated U1 failed.
[  169.644316] usb 2-4: Disable of device-initiated U2 failed.
[  169.654752] uvcvideo 2-4:1.0: Entity type for entity Extension 4 was not initialized!
[  169.654944] uvcvideo 2-4:1.0: Entity type for entity Extension 3 was not initialized!
[  169.655082] uvcvideo 2-4:1.0: Entity type for entity Processing 2 was not initialized!
[  169.655225] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[  169.655898] input: MYPIN HD Capture as /devices/3610000.xhci/usb2/2-4/2-4:1.0/input/input7
[  169.658590] usb 2-4: Disable of device-initiated U1 failed.
[  169.659959] usb 2-4: Disable of device-initiated U2 failed.
[  169.664833] usb 2-4: 3:1: cannot get freq at ep 0x86
[  169.665258] usb 2-4: Disable of device-initiated U1 failed.
[  169.666498] usb 2-4: Disable of device-initiated U2 failed.
[  169.675129] usb 2-4: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[  169.675318] usb 2-4: [5] FU [Digital In Capture Volume] ch = 1, val = 0/4096/1
[  170.560344] usb 1-4: reset high-speed USB device number 2 using tegra-xusb
[  171.068184] usb 2-4: USB disconnect, device number 2
[  171.276317] usb usb2: usb_suspend_both: status 0
[  173.452026] usb 1-4: usb_suspend_both: status 0
[  173.452112] usb usb1: usb_suspend_both: status 0
[  173.452130] tegra-xusb 3610000.xhci: entering ELPG
[  173.457860] tegra-xusb 3610000.xhci: entering ELPG done
[  183.365556] tegra-xusb 3610000.xhci: exiting ELPG
[  183.371392] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[  183.372589] tegra-xusb 3610000.xhci: exiting ELPG done
[  185.364290] usb 1-4: reset high-speed USB device number 2 using tegra-xusb
[  187.436027] usb 1-4: usb_suspend_both: status 0
[  187.436113] usb usb1: usb_suspend_both: status 0
[  187.436131] tegra-xusb 3610000.xhci: entering ELPG
[  187.441800] tegra-xusb 3610000.xhci: entering ELPG done
[  354.371350] wlan0: authenticate with 96:e6:f7:48:55:71
[  354.380978] wlan0: send auth to 96:e6:f7:48:55:71 (try 1/3)
[  354.389033] wlan0: authenticated
[  354.396094] wlan0: associate with 96:e6:f7:48:55:71 (try 1/3)
[  354.399700] wlan0: RX AssocResp from 96:e6:f7:48:55:71 (capab=0x8731 status=0 aid=2)
[  354.401604] wlan0: associated
[  354.419497] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1029.658435] tegra-xusb 3610000.xhci: exiting ELPG
[ 1029.668568] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[ 1029.669708] tegra-xusb 3610000.xhci: exiting ELPG done
[ 1029.959824] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1029.972956] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1029.981832] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1029.990389] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1029.998640] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.006876] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.014578] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.022157] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.030495] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.038666] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.045974] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.054018] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.061285] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.068900] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.075761] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.082659] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.090324] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.097820] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.105041] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.112316] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.119538] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.126251] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.133423] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.140330] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.147203] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.154337] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.161831] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.169436] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.176842] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.184572] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.191692] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.199210] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.206504] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.213610] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.220964] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.228040] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.235109] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.242434] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.249460] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.256355] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.263450] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.271904] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.279147] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.286445] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.293509] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.300454] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.307303] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.315420] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.321638] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.328472] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.335291] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.341950] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.348788] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.356929] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.364362] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.371217] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.378854] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.385274] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.392073] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.398297] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.405416] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.412191] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.418739] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.424968] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.431315] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.437997] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.444846] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.451925] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.459007] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.466209] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.473838] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.481340] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.487773] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.494866] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.502419] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.510246] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.518426] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.525706] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.534842] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.541554] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.548167] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.554870] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.563022] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.570157] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.576630] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.583278] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.591152] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.597799] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.605584] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.612743] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.621258] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.628182] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.636557] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.643065] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.650191] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.657982] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.667816] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.674523] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.680750] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.687605] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.693774] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.700576] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.709258] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.716199] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.723051] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.729112] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.735238] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.742743] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.750923] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.759688] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.767661] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.776179] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.783061] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.791835] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.800306] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.807060] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1030.812551] uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -32 (exp. 2).
[ 1033.113332] usb 1-4: usb_suspend_both: status 0
[ 1033.113451] usb usb1: usb_suspend_both: status 0
[ 1033.113467] tegra-xusb 3610000.xhci: entering ELPG
[ 1033.124022] tegra-xusb 3610000.xhci: entering ELPG done
[ 1361.202039] FAN rising trip_level:1 cur_temp:50100 trip_temps[2]:63000
[ 2939.270325] wlan0: authenticate with 96:e6:f7:48:55:71
[ 2939.282310] wlan0: send auth to 96:e6:f7:48:55:71 (try 1/3)
[ 2939.289496] wlan0: authenticated
[ 2939.307717] wlan0: associate with 96:e6:f7:48:55:71 (try 1/3)
[ 2939.311319] wlan0: RX AssocResp from 96:e6:f7:48:55:71 (capab=0x8731 status=0 aid=3)
[ 2939.312987] wlan0: associated
[ 3495.685669] tegra-xusb 3610000.xhci: exiting ELPG
[ 3495.690974] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[ 3495.692075] tegra-xusb 3610000.xhci: exiting ELPG done
[ 3498.627971] usb 1-4: USB disconnect, device number 2
[ 3499.570855] usb usb1: usb_suspend_both: status 0
[ 3499.570867] tegra-xusb 3610000.xhci: entering ELPG
[ 3499.575985] tegra-xusb 3610000.xhci: entering ELPG done
[ 3524.608989] tegra-xusb 3610000.xhci: exiting ELPG
[ 3524.614170] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[ 3524.615263] tegra-xusb 3610000.xhci: exiting ELPG done
[ 3525.584748] usb 2-4: new SuperSpeed USB device number 3 using tegra-xusb
[ 3525.609060] usb 2-4: New USB device found, idVendor=1bcf, idProduct=2c99
[ 3525.609066] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3525.609083] usb 2-4: Product: MYPIN HD Capture
[ 3525.609085] usb 2-4: Manufacturer: VXIS Inc
[ 3525.612369] usb usb1: usb_suspend_both: status 0
[ 3525.615654] uvcvideo: Found UVC 1.00 device MYPIN HD Capture (1bcf:2c99)
[ 3525.616884] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.617320] usb 2-4: Disable of device-initiated U2 failed.
[ 3525.628707] uvcvideo 2-4:1.0: Entity type for entity Extension 4 was not initialized!
[ 3525.628871] uvcvideo 2-4:1.0: Entity type for entity Extension 3 was not initialized!
[ 3525.628996] uvcvideo 2-4:1.0: Entity type for entity Processing 2 was not initialized!
[ 3525.629123] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[ 3525.629451] input: MYPIN HD Capture as /devices/3610000.xhci/usb2/2-4/2-4:1.0/input/input8
[ 3525.630989] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.631415] usb 2-4: Disable of device-initiated U2 failed.
[ 3525.637234] usb 2-4: 3:1: cannot get freq at ep 0x86
[ 3525.637650] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.638842] usb 2-4: Disable of device-initiated U2 failed.
[ 3525.648641] usb 2-4: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[ 3525.648809] usb 2-4: [5] FU [Digital In Capture Volume] ch = 1, val = 0/4096/1
[ 3525.798719] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.799515] usb 2-4: Disable of device-initiated U2 failed.
[ 3525.805317] usb 2-4: 3:1: cannot get freq at ep 0x86
[ 3525.814249] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.815457] usb 2-4: Disable of device-initiated U2 failed.
[ 3525.820855] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.821568] usb 2-4: Disable of device-initiated U2 failed.
[ 3525.885878] usb 2-4: 3:1: cannot get freq at ep 0x86
[ 3525.887150] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.888741] usb 2-4: Disable of device-initiated U2 failed.
[ 3525.912108] usb 2-4: Disable of device-initiated U1 failed.
[ 3525.912959] usb 2-4: Disable of device-initiated U2 failed.
[ 3527.312236] usb 2-4: USB disconnect, device number 3
[ 3527.312542] usb 2-4: cannot submit urb (err = -19)
[ 3527.320170] usb 2-4: 3:1: cannot set freq 48000 to ep 0x86
[ 3527.504287] usb usb2: usb_suspend_both: status 0
[ 3527.504322] tegra-xusb 3610000.xhci: entering ELPG
[ 3527.509429] tegra-xusb 3610000.xhci: entering ELPG done
[ 3718.231256] tegra-xusb 3610000.xhci: exiting ELPG
[ 3718.236225] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[ 3718.237285] tegra-xusb 3610000.xhci: exiting ELPG done
[ 3718.609893] usb 2-4: new SuperSpeed USB device number 4 using tegra-xusb
[ 3718.639490] usb 2-4: New USB device found, idVendor=1bcf, idProduct=2c99
[ 3718.639497] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3718.639502] usb 2-4: Product: MYPIN HD Capture
[ 3718.639506] usb 2-4: Manufacturer: VXIS Inc
[ 3718.646233] uvcvideo: Found UVC 1.00 device MYPIN HD Capture (1bcf:2c99)
[ 3718.646869] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.647553] usb 2-4: Disable of device-initiated U2 failed.
[ 3718.658096] uvcvideo 2-4:1.0: Entity type for entity Extension 4 was not initialized!
[ 3718.658261] uvcvideo 2-4:1.0: Entity type for entity Extension 3 was not initialized!
[ 3718.658386] uvcvideo 2-4:1.0: Entity type for entity Processing 2 was not initialized!
[ 3718.658515] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[ 3718.658871] input: MYPIN HD Capture as /devices/3610000.xhci/usb2/2-4/2-4:1.0/input/input9
[ 3718.660561] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.661040] usb 2-4: Disable of device-initiated U2 failed.
[ 3718.665947] usb 2-4: 3:1: cannot get freq at ep 0x86
[ 3718.666378] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.667595] usb 2-4: Disable of device-initiated U2 failed.
[ 3718.676132] usb 2-4: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[ 3718.676305] usb 2-4: [5] FU [Digital In Capture Volume] ch = 1, val = 0/4096/1
[ 3718.810250] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.811485] usb 2-4: Disable of device-initiated U2 failed.
[ 3718.818789] usb 2-4: 3:1: cannot get freq at ep 0x86
[ 3718.826897] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.828036] usb 2-4: Disable of device-initiated U2 failed.
[ 3718.835340] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.836163] usb 2-4: Disable of device-initiated U2 failed.
[ 3718.902561] usb 2-4: 3:1: cannot get freq at ep 0x86
[ 3718.904222] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.905551] usb 2-4: Disable of device-initiated U2 failed.
[ 3718.926847] usb 2-4: Disable of device-initiated U1 failed.
[ 3718.927536] usb 2-4: Disable of device-initiated U2 failed.
[ 3720.339287] retire_capture_urb: 737 callbacks suppressed
[ 3720.789205] usb 1-4: new high-speed USB device number 5 using tegra-xusb
[ 3720.817491] usb 1-4: New USB device found, idVendor=1bcf, idProduct=2c99
[ 3720.817499] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3720.817504] usb 1-4: Product: MYPIN HD Capture
[ 3720.817507] usb 1-4: Manufacturer: VXIS Inc
[ 3720.823645] uvcvideo: Found UVC 1.00 device MYPIN HD Capture (1bcf:2c99)
[ 3720.831183] uvcvideo 1-4:1.0: Entity type for entity Extension 4 was not initialized!
[ 3720.831346] uvcvideo 1-4:1.0: Entity type for entity Extension 3 was not initialized!
[ 3720.831473] uvcvideo 1-4:1.0: Entity type for entity Processing 2 was not initialized!
[ 3720.831598] uvcvideo 1-4:1.0: Entity type for entity Camera 1 was not initialized!
[ 3720.832053] input: MYPIN HD Capture as /devices/3610000.xhci/usb1/1-4/1-4:1.0/input/input10
[ 3720.838748] usb 1-4: 3:1: cannot get freq at ep 0x86
[ 3720.843421] usb 1-4: Warning! Unlikely big volume range (=4096), cval->res is probably wrong.
[ 3720.843589] usb 1-4: [5] FU [Digital In Capture Volume] ch = 1, val = 0/4096/1
[ 3721.101246] usb 2-4: USB disconnect, device number 4
[ 3721.101281] usb 2-4: cannot submit urb (err = -19)
[ 3721.109156] usb 2-4: 3:1: cannot set freq 48000 to ep 0x86
[ 3721.305359] usb usb2: usb_suspend_both: status 0
[ 3721.340127] tegra-xusb 3610000.xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[ 3721.441652] usb 1-4: 3:1: cannot get freq at ep 0x86
[ 3721.518664] usb 1-4: 3:1: cannot get freq at ep 0x86
[ 3728.956367] usb 1-4: usb_suspend_both: status 0
[ 3728.956461] usb usb1: usb_suspend_both: status 0
[ 3728.956473] tegra-xusb 3610000.xhci: entering ELPG
[ 3728.963130] tegra-xusb 3610000.xhci: entering ELPG done
[68102.506018] tegra-xusb 3610000.xhci: exiting ELPG
[68102.511497] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[68102.513085] tegra-xusb 3610000.xhci: exiting ELPG done
[68105.238708] usb 1-4: usb_suspend_both: status 0
[68105.238833] usb usb1: usb_suspend_both: status 0
[68105.238870] tegra-xusb 3610000.xhci: entering ELPG
[68105.247785] tegra-xusb 3610000.xhci: entering ELPG done

Hi,
Form the log, it looks like power supply is insufficient so it keeps entering/exiting ELPG mode. Suggest try to connect to a hub with external power supply.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.