Xavier NX does not detect eth on bootup

Hello,
I have connected a ethernet device by ‘usb to ethernet connector’ to xavier nx with jetpack 4.6.1. When I bootup the xavier it detects the usb connected to xavier which I checked through “lsusb” but it does not detect the ethernet connected to this ‘usb to ethernet connector’. I verified this by checking “ifconfig”( it does not show eth1 ).

but when I remove the usb and reconnect the usb then it detects the usb connection and the ethernet connection both(shows eth1 in ‘ifconfig’)

Any help is appreciated. thanks

You are talking about an extra usb ethernet adapter added by you?

Yes

Any dmesg to share when the error happened?

Yes, at bootup this is the output of “dmesg | grep usb”

[    3.458328] usb 2-3.1: Manufacturer: TP-Link
[    3.458331] usb 2-3.1: SerialNumber: 000001000000
[    3.460374] usb-storage 2-3.1:1.0: USB Mass Storage device detected
[    3.460730] scsi host0: usb-storage 2-3.1:1.0
[    3.541538] usb 1-2.4: new full-speed USB device number 5 using tegra-xusb
[    3.566561] usb 1-2.4: New USB device found, idVendor=04ca, idProduct=00ac
[    3.566570] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.566584] usb 1-2.4: Product: Dell Wireless Device
[    3.566588] usb 1-2.4: Manufacturer: Liteon
[    3.569295] input: Liteon Dell Wireless Device as /devices/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:04CA:00AC.0001/input/input5
[    3.626412] hid-generic 0003:04CA:00AC.0001: input,hidraw0: USB HID v1.11 Keyboard [Liteon Dell Wireless Device] on usb-3610000.xhci-2.4/input0
[    3.629345] input: Liteon Dell Wireless Device as /devices/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:04CA:00AC.0002/input/input6
[    3.685921] hid-generic 0003:04CA:00AC.0002: input,hidraw1: USB HID v1.11 Mouse [Liteon Dell Wireless Device] on usb-3610000.xhci-2.4/input1
[    3.765542] usb 1-2.5: new high-speed USB device number 6 using tegra-xusb
[    3.786649] usb 1-2.5: New USB device found, idVendor=0424, idProduct=2740
[    3.786657] usb 1-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.786661] usb 1-2.5: Product: Hub Controller
[    3.786665] usb 1-2.5: Manufacturer: Microchip Tech
[    6.430109] usbcore: registered new interface driver btusb
[    8.119316] usb0: HOST MAC fe:77:6b:c8:d0:ba
[    8.120392] usb0: MAC fe:77:6b:c8:d0:bb
[    8.182093] l4tbr0: port 2(usb0) entered blocking state
[    8.184236] l4tbr0: port 2(usb0) entered disabled state
[    8.184910] device usb0 entered promiscuous mode
[    8.205280] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready

when i remove the usb and reconnect it, this is the ouptput.

[ 4115.980538] usb 2-3.1: new SuperSpeed USB device number 4 using tegra-xusb
[ 4116.001157] usb 2-3.1: New USB device found, idVendor=2357, idProduct=0601
[ 4116.001173] usb 2-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 4116.001179] usb 2-3.1: Product: USB 10/100/1000 LAN
[ 4116.001183] usb 2-3.1: Manufacturer: TP-Link
[ 4116.001190] usb 2-3.1: SerialNumber: 000001000000
[ 4116.006793] cdc_ether 2-3.1:2.0 eth1: register 'cdc_ether' at usb-3610000.xhci-3.1, CDC Ethernet Device, 60:a4:b7:58:d1:fb
[ 4116.010506] cdc_ether 2-3.1:2.0 eth1: unregister 'cdc_ether' usb-3610000.xhci-3.1, CDC Ethernet Device
[ 4116.128752] usb 2-3.1: reset SuperSpeed USB device number 4 using tegra-xusb

Please just share me the full log instead of doing parse by yourself. The full log is always the better log.

Sure, this is the full log.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.253-tegra (buildbrain@mobile-u64-5403-d8000) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Sat Feb 19 08:58:27 PST 2022
[    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 ,  180000000
[    0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options '')
[    0.000000] bootconsole [tegra_comb_uart0] enabled
[    0.000000] Found tegra_fbmem: 003a0000@a06b2000
[    0.000000] Found lut_mem: 00002008@a06af000
[    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: 2032221
[    0.000000]   DMA zone: 7178 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 459357 pages, LIFO batch:31
[    0.000000]   Normal zone: 24576 pages used for memmap
[    0.000000]   Normal zone: 1572864 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 s57624 r8192 d32488 u98304
[    0.000000] pcpu-alloc: s57624 r8192 d32488 u98304 alloc=24*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2000467
[    0.000000] Kernel command line: console=ttyTCU0,115200 video=tegrafb earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt rootfs.slot_suffix= tegra_fbmem=0x3a0000@0xa06b2000 lut_mem=0x2008@0xa06af000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=6 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 nv-auto-config
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29952(91%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Memory: 7186892K/8128884K available (15358K kernel code, 2956K rwdata, 6696K rodata, 8640K init, 612K bss, 188328K 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 - 0xffffff8008f80000   ( 15360 KB)
[    0.000000]     .rodata : 0xffffff8008f80000 - 0xffffff8009610000   (  6720 KB)
[    0.000000]       .init : 0xffffff8009610000 - 0xffffff8009e80000   (  8640 KB)
[    0.000000]       .data : 0xffffff8009e80000 - 0xffffff800a163008   (  2957 KB)
[    0.000000]        .bss : 0xffffff800a163008 - 0xffffff800a1fc0b4   (   613 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 - 0xffffffbf08000000   (   128 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc200000000   (  8192 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    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.000005] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000662] Console: colour dummy device 80x25
[    0.000674] console [tty0] enabled
[    0.000682] bootconsole [tegra_comb_uart0] disabled
[    0.000696] kmemleak: Kernel memory leak detector disabled
[    0.000714] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000729] pid_max: default: 32768 minimum: 301
[    0.001796] Security Framework initialized
[    0.002362] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.002372] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.004008] ftrace: allocating 47098 entries in 184 pages
[    0.401815] sched-energy: Sched-energy-costs installed from DT
[    0.401836] ASID allocator initialised with 65536 entries
[    0.436150] tegra-id: chipid=21917.
[    0.436162] tegra-id: opt_subrevision=1.
[    0.436188] Tegra Revision: A02p SKU: 0xde CPU Process: 0 SoC Process: 0
[    0.436201] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts
[    0.436211] DTB Build time: Feb 19 2022 09:00:51
[    0.484448] CPU1: Booted secondary processor [4e0f0040]
[    0.516467] CPU2: Booted secondary processor [4e0f0040]
[    0.548625] CPU3: Booted secondary processor [4e0f0040]
[    0.580734] CPU4: Booted secondary processor [4e0f0040]
[    0.612819] CPU5: Booted secondary processor [4e0f0040]
[    0.613022] Brought up 6 CPUs
[    0.613071] SMP: Total of 6 processors activated.
[    0.613087] CPU features: detected feature: Privileged Access Never
[    0.613094] CPU features: detected feature: LSE atomic instructions
[    0.613100] CPU features: detected feature: User Access Override
[    0.613107] CPU features: detected feature: 32-bit EL0 Support
[    0.614657] CPU: All CPU(s) started at EL2
[    0.614712] alternatives: patching kernel code
[    0.621141] devtmpfs: initialized
[    0.660011] Initilizing CustomIPI irq domain
[    0.660210] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.660248] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.682238] pinctrl core: initialized pinctrl subsystem
[    0.682466] OS set in device tree is not L4T.
[    0.682852] regulator-dummy: no parameters
[    0.683080] Initializing plugin-manager
[    0.683123] Plugin module not found
[    0.683157] Plugin-manager status disabled
[    0.684269] NET: Registered protocol family 16
[    0.685732] pstore: using zlib compression
[    0.685752] console [pstore-1] enabled
[    0.685758] pstore: Registered ramoops as persistent store backend
[    0.685765] ramoops: attached 0x200000@0xf0800000, ecc: 0/0
[    0.699950] cpuidle: using governor menu
[    0.701086] bpmp: waiting for handshake
[    0.701095] bpmp: handshake completed
[    0.701111] bpmp: synchronizing channels
[    0.701120] bpmp: channels synchronized
[    0.701126] bpmp: mail init ok
[    0.706169] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[    0.706631] t19x-arm-smmu 12000000.iommu: probing hardware configuration...
[    0.706637] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[    0.706644] t19x-arm-smmu 12000000.iommu: 	stage 1 translation
[    0.706670] t19x-arm-smmu 12000000.iommu: 	stage 2 translation
[    0.706676] t19x-arm-smmu 12000000.iommu: 	nested translation
[    0.706685] t19x-arm-smmu 12000000.iommu: 	stream matching with 128 register groups, mask 0x7f80
[    0.706693] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.706699] t19x-arm-smmu 12000000.iommu: 	64 context banks (0 stage-2 only)
[    0.706706] t19x-arm-smmu 12000000.iommu: 	Stage-1: 39-bit VA -> 48-bit IPA
[    0.706731] t19x-arm-smmu 12000000.iommu: 	Stage-2: 39-bit IPA -> 48-bit PA
[    0.710225] vdso: 2 pages (1 code @ ffffff8008f87000, 1 data @ ffffff8009e84000)
[    0.710251] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.713309] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.714542] tegra_aon_clk_init: ok
[    0.714556] Registering BPMP clocks...
[    0.714673] tegra_bpmp_clk_init: clock init ok (400 clks)
[    0.715281] Serial: AMBA PL011 UART driver
[    0.715477] tegra_powergate_init: DONE
[    0.715496] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts
[    0.715510] DTB Build time: Feb 19 2022 09:00:51
[    0.718368] Tegra reboot handler registered.
[    0.729341] iommu: Adding device 14160000.pcie to group 0
[    0.730345] iommu: Adding device 141a0000.pcie to group 1
[    0.732662] iommu: Adding device 2490000.ether_qos to group 2
[    0.733473] iommu: Adding device 3100000.serial to group 3
[    0.734337] iommu: Adding device 3110000.serial to group 4
[    0.735089] iommu: Adding device 3140000.serial to group 5
[    0.735825] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.736163] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    0.736192] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.736200] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[    0.736208] tegra-pmc: ### PMC reset status reg: 0x0
[    0.736260] tegra-pmc: PMC Prod config success
[    0.736470] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.736483] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.737078] iommu: Adding device 3460000.sdhci to group 6
[    0.737821] iommu: Adding device 3210000.spi to group 7
[    0.738526] iommu: Adding device 3230000.spi to group 8
[    0.739059] iommu: Adding device 3270000.spi to group 9
[    0.740401] iommu: Adding device 3160000.i2c to group 10
[    0.740790] iommu: Adding device c240000.i2c to group 11
[    0.741232] iommu: Adding device 3180000.i2c to group 12
[    0.741637] iommu: Adding device 3190000.i2c to group 13
[    0.742189] iommu: Adding device 31b0000.i2c to group 14
[    0.742597] iommu: Adding device 31c0000.i2c to group 15
[    0.743018] iommu: Adding device c250000.i2c to group 16
[    0.743467] iommu: Adding device 31e0000.i2c to group 17
[    0.744094] iommu: Adding device sound to group 18
[    0.744746] iommu: Adding device 3510000.hda to group 19
[    0.745288] iommu: Adding device bc00000.rtcpu to group 20
[    0.747092] iommu: Adding device 13e10000.host1x to group 21
[    0.747553] iommu: Adding device 13e10000.host1x:ctx0 to group 22
[    0.747925] iommu: Adding device 13e10000.host1x:ctx1 to group 23
[    0.748356] iommu: Adding device 13e10000.host1x:ctx2 to group 24
[    0.748745] iommu: Adding device 13e10000.host1x:ctx3 to group 25
[    0.749152] iommu: Adding device 13e10000.host1x:ctx4 to group 26
[    0.749532] iommu: Adding device 13e10000.host1x:ctx5 to group 27
[    0.749927] iommu: Adding device 13e10000.host1x:ctx6 to group 28
[    0.750344] iommu: Adding device 13e10000.host1x:ctx7 to group 29
[    0.751000] iommu: Adding device 15340000.vic to group 30
[    0.751419] iommu: Adding device 15380000.nvjpg to group 31
[    0.751748] iommu: Adding device 15500000.tsec to group 32
[    0.752031] iommu: Adding device 15100000.tsecb to group 33
[    0.752336] iommu: Adding device 15480000.nvdec to group 34
[    0.752674] iommu: Adding device 15140000.nvdec1 to group 35
[    0.752987] iommu: Adding device 154c0000.nvenc to group 36
[    0.753269] iommu: Adding device 15a80000.nvenc1 to group 37
[    0.753705] iommu: Adding device 15880000.nvdla0 to group 38
[    0.754133] iommu: Adding device 158c0000.nvdla1 to group 39
[    0.754727] iommu: Adding device 15200000.nvdisplay to group 40
[    0.754891] platform 15200000.nvdisplay: IOVA linear map 0x00000000a06b2000(3a0000)
[    0.754901] platform 15200000.nvdisplay: IOVA linear map 0x00000000a06af000(3000)
[    0.759044] platform 15200000.nvdisplay: IOVA linear map 0x00000000c6000000(2a000000)
[    0.759130] t19x-arm-smmu: Adding 15200000.nvdisplay to ISO SMMU client
[    0.759703] iommu: Adding device 15210000.nvdisplay to group 41
[    0.759774] t19x-arm-smmu: Adding 15210000.nvdisplay to ISO SMMU client
[    0.761628] iommu: Adding device 15c10000.vi to group 42
[    0.761838] t19x-arm-smmu: Adding 15c10000.vi to ISO SMMU client
[    0.762365] iommu: Adding device 14800000.isp to group 43
[    0.763439] iommu: Adding device 16000000.pva0 to group 44
[    0.764088] iommu: Adding device 16800000.pva1 to group 45
[    0.764572] iommu: Adding device 15810000.se to group 46
[    0.764987] iommu: Adding device 15820000.se to group 47
[    0.765321] iommu: Adding device 15830000.se to group 48
[    0.765683] iommu: Adding device 15840000.se to group 49
[    0.765969] iommu: Adding device c1a0000.aon to group 50
[    0.767638] iommu: Adding device d000000.bpmp to group 51
[    0.768018] bpmp: ping status is 0
[    0.768188] bpmp d000000.bpmp: firmware tag is e73a758761f0c6d24a1e69a2ac6b5035
[    0.771198] bpmp d000000.bpmp: probe ok
[    0.772941] tegra-reset 0.bpmp_reset: registered 190 resets.
[    0.773436] iommu: Adding device smmu_test to group 52
[    0.774564] mc: mapped MMIO address: 0xffffff800a5e0000 -> 0x2c10000
[    0.774599] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2c20000
[    0.774628] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2c30000
[    0.774660] mc: mapped MMIO address: 0xffffff800b010000 -> 0x2c40000
[    0.774711] mc: mapped MMIO address: 0xffffff800b030000 -> 0x2c50000
[    0.774736] mc: mapped MMIO address: 0xffffff800b050000 -> 0x2b80000
[    0.774756] mc: mapped MMIO address: 0xffffff800b070000 -> 0x2b90000
[    0.774776] mc: mapped MMIO address: 0xffffff800b090000 -> 0x2ba0000
[    0.774795] mc: mapped MMIO address: 0xffffff800b0b0000 -> 0x2bb0000
[    0.774814] mc: mapped MMIO address: 0xffffff800b0d0000 -> 0x1700000
[    0.774834] mc: mapped MMIO address: 0xffffff800b0f0000 -> 0x1710000
[    0.774855] mc: mapped MMIO address: 0xffffff800b110000 -> 0x1720000
[    0.774874] mc: mapped MMIO address: 0xffffff800b130000 -> 0x1730000
[    0.774893] mc: mapped MMIO address: 0xffffff800b150000 -> 0x1740000
[    0.774913] mc: mapped MMIO address: 0xffffff800b170000 -> 0x1750000
[    0.774932] mc: mapped MMIO address: 0xffffff800b190000 -> 0x1760000
[    0.774964] mc: mapped MMIO address: 0xffffff800b1b0000 -> 0x1770000
[    0.775082] mc-err: mcerr ops are set to t19x
[    0.781301] iommu: Adding device 2600000.dma to group 53
[    0.786845] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 224 lines on the chip
[    0.788076] GPIO line 339 (wifi-enable) hogged as output/high
[    0.788125] GPIO line 412 (camera-control-output-low) hogged as output/low
[    0.788167] GPIO line 413 (camera-control-output-low) hogged as output/low
[    0.788594] gpiochip_setup_dev: registered GPIOs 288 to 511 on device: gpiochip0 (tegra-gpio)
[    0.796707] gpio gpiochip1: gpio-line-names specifies 21 line names but there are 40 lines on the chip
[    0.796787] GPIO line 253 (pex-refclk-sel-low) hogged as output/low
[    0.796835] GPIO line 266 (w-disable1) hogged as output/high
[    0.796875] GPIO line 264 (w-disable2) hogged as output/high
[    0.796914] GPIO line 265 (suspend-led-gpio) hogged as output/high
[    0.797244] gpiochip_setup_dev: registered GPIOs 248 to 287 on device: gpiochip1 (tegra-gpio-aon)
[    0.799790] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[    0.799803] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.799814] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    0.800760] iommu: Adding device 3550000.xudc to group 54
[    0.801506] iommu: Adding device 3610000.xhci to group 55
[    0.803822] arm64_ras arm64_ras: probed
[    0.804278] ras_fhi_enable: FHI 469 enabled on CPU0
[    0.804330] ras_fhi_enable: FHI 470 enabled on CPU1
[    0.804412] ras_fhi_enable: FHI 471 enabled on CPU2
[    0.804492] ras_fhi_enable: FHI 472 enabled on CPU3
[    0.804567] ras_fhi_enable: FHI 473 enabled on CPU4
[    0.804652] ras_fhi_enable: FHI 474 enabled on CPU5
[    0.804836] carmel_ras_enable: RAS enabled on cpu0
[    0.805004] carmel_ras_enable: RAS enabled on cpu1
[    0.805246] carmel_ras_enable: RAS enabled on cpu2
[    0.805430] carmel_ras_enable: RAS enabled on cpu3
[    0.805623] carmel_ras_enable: RAS enabled on cpu4
[    0.805811] carmel_ras_enable: RAS enabled on cpu5
[    0.805893] carmel_ras carmel_ras: probed
[    0.807020] tegra-cbb 2300000.cbb-noc: noc_secure_irq = 478, noc_nonsecure_irq = 477>
[    0.807547] tegra-cbb c600000.aon-noc: noc_secure_irq = 480, noc_nonsecure_irq = 479>
[    0.808398] tegra-cbb d600000.bpmp-noc: noc_secure_irq = 482, noc_nonsecure_irq = 481>
[    0.809292] tegra-cbb be00000.rce-noc: noc_secure_irq = 484, noc_nonsecure_irq = 483>
[    0.810186] tegra-cbb b600000.sce-noc: noc_secure_irq = 486, noc_nonsecure_irq = 485>
[    0.810584] tegra-cbb 14040000.cv-noc: defer probe as CV-NOC not probed yet
[    0.811974] vdd-ac-bat: 5000 mV 
[    0.812431] vdd-sdmmc1-sw: 3300 mV 
[    0.812807] vdd-1v8-sd: 1800 mV 
[    0.813142] vdd-3v3-cvb: 3300 mV 
[    0.813527] vdd-1v8-cvb: 1800 mV 
[    0.813882] vdd-epb-1v0: 1000 mV 
[    0.814068] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    0.814362] avdd-cam-2v8: 2800 mV 
[    0.814730] vdd-fan: 5000 mV 
[    0.815075] vdd-hdmi-5v0: 5000 mV 
[    0.815393] vdd_sys_en: 1200 mV 
[    0.853838] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.858708] eventlib_kernel: keventlib is initialized, test id: 0
[    0.859121] SCSI subsystem initialized
[    0.859310] libata version 3.00 loaded.
[    0.859561] usbcore: registered new interface driver usbfs
[    0.859616] usbcore: registered new interface driver hub
[    0.859664] usbcore: registered new device driver usb
[    0.871253] tegra-i2c 31e0000.i2c: could not find pctldev for node /host1x/dpaux@155F0000/pinmux@0, deferring probe
[    0.874112] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[    0.882921] vdd-1v0: at 1000 mV 
[    0.886923] vdd-1v8-hs: at 1800 mV 
[    0.890972] vdd-1v8-ls: at 1800 mV 
[    0.895007] vdd-1v8-ao: at 1800 mV 
[    0.899009] vddio-ddr-1v1: at 1100 mV 
[    0.902760] vdd-rtc: at 800 mV 
[    0.903945] spmic-ldo1: at 2375 mV 
[    0.914854] vdd-ao-3v3: at 3300 mV 
[    0.922836] vddio-emmc-3v3: at 3300 mV 
[    0.924158] spmic-ldo4: at 1587 mV 
[    0.934870] vdd-usb-3v3: at 3300 mV 
[    0.942903] vddio-sdmmc1-3v3: at 3300 mV 
[    0.946928] vdd-csi-1v2: at 1200 mV 
[    0.948362] spmic-ldo8: at 1800 mV 
[    0.953087] GPIO line 246 (gpio_default) hogged as output/high
[    0.954421] GPIO line 247 (gpio_default) hogged as output/high
[    0.954769] gpiochip_setup_dev: registered GPIOs 240 to 247 on device: gpiochip2 (max77620-gpio)
[    0.955077] max77620 4-003c: max77620 probe successful
[    0.955531] media: Linux media interface: v0.10
[    0.955619] Linux video capture interface: v2.00
[    0.957033] pps_core: LinuxPPS API ver. 1 registered
[    0.957040] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.957061] PTP clock support registered
[    0.957271] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[    0.957513] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.957548] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.960008] trusty trusty: trusty version: Built: 08:57:16 Feb 19 2022 
[    0.960069] trusty trusty: selected api version: 3 (requested 3)
[    0.961036] Advanced Linux Sound Architecture Driver Initialized.
[    0.961603] Bluetooth: Core ver 2.22
[    0.961654] NET: Registered protocol family 31
[    0.961660] Bluetooth: HCI device and connection manager initialized
[    0.961670] Bluetooth: HCI socket layer initialized
[    0.961683] Bluetooth: L2CAP socket layer initialized
[    0.961711] Bluetooth: SCO socket layer initialized
[    0.963999] camchar: rtcpu character device driver loaded
[    0.964482] gpio tegra-gpio wake61 for gpio=201(Z:1)
[    0.964572] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[    0.965558] clocksource: Switched to clocksource arch_sys_counter
[    1.013858] VFS: Disk quotas dquot_6.6.0
[    1.013953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.014302] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    1.015706] tegra-carveouts tegra-carveouts: assigned reserved memory node grid-of-semaphores
[    1.015760] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[    1.016008] cma: enabled page replacement for spfn=c6000, epfn=f0000
[    1.016016] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    1.016029] nvmap: nvmap_select_cache_ops() nvmap cache ops set to scf
[    1.016037] nvmap_page_pool_init: Total RAM pages: 1985139
[    1.016043] nvmap_page_pool_init: nvmap page pool size: 248142 pages (969 MB)
[    1.016193] nvmap_background_zero_thread: PP zeroing thread starting.
[    1.016555] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[    1.018615] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    1.033001] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    1.033250] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    1.033472] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type AUX-therm
[    1.033705] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type AO-therm
[    1.033890] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    1.035081] la/ptsa driver initialized.
[    1.035386] NET: Registered protocol family 2
[    1.035486] IP idents hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.039560] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.039918] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.040508] TCP: Hash tables configured (established 65536 bind 65536)
[    1.040574] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.040716] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.041227] NET: Registered protocol family 1
[    1.041815] RPC: Registered named UNIX socket transport module.
[    1.041821] RPC: Registered udp transport module.
[    1.041827] RPC: Registered tcp transport module.
[    1.041832] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.041843] PCI: CLS 0 bytes, default 64
[    1.042071] Trying to unpack rootfs image as initramfs...
[    1.263662] Freeing initrd memory: 7068K
[    1.281016] random: fast init done
[    1.285394] host1x 13e10000.host1x: initialized
[    1.287194] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.291912] audit: initializing netlink subsys (disabled)
[    1.291966] audit: type=2000 audit(0.908:1): initialized
[    1.292599] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    1.301457] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.302653] ntfs: driver 2.1.32 [Flags: R/W].
[    1.303280] 9p: Installing v9fs 9p2000 file system support
[    1.308700] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    1.308868] io scheduler noop registered
[    1.309166] io scheduler cfq registered (default)
[    1.313271] gic 2a41000.agic-controller: GIC IRQ controller registered
[    1.346409] iommu: Adding device 2993000.adsp to group 56
[    1.450581] iommu: Adding device aconnect@2a41000:adsp_audio to group 57
[    1.451481] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    1.462568] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    1.463015] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    1.463631] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    1.464023] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    1.464414] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    1.467003] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    1.467187] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    1.469844] tsec 15500000.tsec: initialized
[    1.471540] tsec 15100000.tsecb: initialized
[    1.475167] nvdec 15480000.nvdec: initialized
[    1.478057] nvdec 15140000.nvdec1: initialized
[    1.483498] falcon 15340000.vic: initialized
[    1.485587] falcon 15380000.nvjpg: initialized
[    1.487461] falcon 154c0000.nvenc: initialized
[    1.489395] falcon 15a80000.nvenc1: initialized
[    1.492081] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    1.493775] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    1.495305] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    1.496814] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    1.498360] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    1.499896] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    1.502034] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    1.503602] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    1.507201] t194-nvcsi 15a00000.nvcsi: initialized
[    1.512598] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    1.513001] scare-pigeon 14b00000.isp-thi: initialized
[    1.518647] pva 16000000.pva0: initialized
[    1.524429] pva 16800000.pva1: initialized
[    1.529322] nvdla 15880000.nvdla0: initialized
[    1.533974] nvdla 158c0000.nvdla1: initialized
[    1.535243] tegradccommon 15200000.dc_common: host1x channel mapped
[    1.535257] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    1.535296] tegradccommon 15200000.dc_common: dma mapping done
[    1.536018] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor1
[    1.536048] generic_infoframe_type: 0x87
[    1.536112] tegradc 15200000.nvdisplay: DT parsed successfully
[    1.536142] tegradc 15200000.nvdisplay: Display dc.ffffff800bd50000 registered with id=0
[    1.539794] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    1.539802] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 933000000 Hz
[    1.539809] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 300000000 Hz
[    1.540031] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[    1.540043] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[    1.540921] tegradc 15200000.nvdisplay: Bootloader disp_param detected. Detected mode: 1280x720 (on 0x0mm) pclk=74175000
[    1.542965] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    1.542974] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    1.545817] tegradc 15200000.nvdisplay: probed
[    1.582388] Console: switching to colour frame buffer device 160x45
[    1.582450] tegradc 15200000.nvdisplay: fb registered
[    1.582789] gpio tegra-gpio wake63 for gpio=97(M:1)
[    1.583331] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    1.583418] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    1.588201] Parent Clock set for DC plld2
[    1.651656] tegradc 15200000.nvdisplay: hdmi: tmds rate:74175K prod-setting:prod_c_hdmi_54m_111m
[    1.652204] tegradc 15200000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[    1.652218] tegradc 15200000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[    1.677794] extcon-disp-state external-connection:disp-state: cable 47 state 1
[    1.677802] Extcon AUX1(HDMI) enable
[    1.678234] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[    1.678266] tegradc 15210000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    1.678339] tegradc 15210000.nvdisplay: DT parsed successfully
[    1.678387] tegradc 15210000.nvdisplay: Display dc.ffffff800be50000 registered with id=1
[    1.678629] tegradc 15210000.nvdisplay: vblank syncpt # 11 for dc 1
[    1.678640] tegradc 15210000.nvdisplay: vpulse3 syncpt # 12 for dc 1
[    1.687350] tegradc 15210000.nvdisplay: probed
[    1.687741] tegradc 15210000.nvdisplay: fb registered
[    1.691009] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    1.691027] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    1.691039] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    1.691053] tegradc 15210000.nvdisplay: blank - powerdown
[    1.691067] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    1.691072] Extcon DP: HPD disabled
[    1.691077] hpd: hpd_switch 0
[    1.691083] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    1.691094] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    1.691103] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    1.691392] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=77
[    1.691403] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[    1.691701] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    1.691833] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    1.691970] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    1.691977] tegra_cec 3960000.tegra_cec: probed
[    1.700436] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[    1.701204] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[    1.701214] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    1.701529] kfuse 3830000.kfuse: initialized
[    1.705520] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.708565] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 47, base_baud = 0) is a TEGRA_UART
[    1.709815] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 48, base_baud = 0) is a TEGRA_UART
[    1.710618] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 49, base_baud = 0) is a TEGRA_UART
[    1.711664] console [ttyTCU0] enabled
[    1.711892] [drm] Initialized
[    1.722564] brd: module loaded
[    1.727494] loop: module loaded
[    1.727554] tegra_profiler: version: 1.145, samples/io: 49/28
[    1.727709] tegra_profiler: auth: init
[    1.728500] THERMAL EST: found 3 subdevs
[    1.728507] THERMAL EST num_resources: 0
[    1.728514] [THERMAL EST subdev 0]
[    1.728521] [THERMAL EST subdev 1]
[    1.728528] [THERMAL EST subdev 2]
[    1.728539] THERMAL EST: Found 2 profiles, default profile is quiet
[    1.728870] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.728876] THERMAL EST: thz register success.
[    1.729095] THERMAL EST: end of probe, return err: 0
[    1.729767] sd: No Scsi addr parsed to reserve index
[    1.729801] hisi_sas: driver version v1.6
[    1.739272] qspi_mtd spi6.0: s25fs256s SSG 8 0 1000 2000000
[    1.739280] qspi_mtd spi6.0: s25fs256s (32768 Kbytes)
[    1.739289] qspi_mtd spi6.0: mtd .name = spi6.0, .size = 0x2000000 (32MiB) .erasesize = 0x00010000 (64KiB) .numeraseregions = 0
[    1.739491] 1 ofpart partitions found on MTD device spi6.0
[    1.739496] Creating 1 MTD partitions on "spi6.0":
[    1.739504] 0x000000000000-0x000002000000 : "Whole_flash0"
[    1.741873] libphy: Fixed MDIO Bus: probed
[    1.742398] tun: Universal TUN/TAP device driver, 1.6
[    1.742403] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.743323] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.743328] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.743370] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.743375] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.743412] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.743417] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.743477] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k
[    1.743482] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    1.812696] tegradc 15200000.nvdisplay: blank - powerdown
[    1.852064] extcon-disp-state external-connection:disp-state: cable 47 state 0
[    1.852068] Extcon AUX1(HDMI) disable
[    1.877488] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[    1.878701] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[    1.906258] tegradc 15200000.nvdisplay: unblank
[    1.908092] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    1.908390] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    1.919352] Parent Clock set for DC plld2
[    1.923896] tegradc 15200000.nvdisplay: hdmi: tmds rate:108000K prod-setting:prod_c_hdmi_54m_111m
[    1.925268] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[    1.959889] extcon-disp-state external-connection:disp-state: cable 47 state 1
[    1.959893] Extcon AUX1(HDMI) enable
[    1.975434] tegradc 15200000.nvdisplay: sync windows ret = 246
[    1.988786] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[    1.989306] eqos 2490000.ether_qos: Setting local MAC: 48 b0 2d 5a cc aa
[    1.989322] Using phyrst_lpmode = 1 from DT
[    1.989473] libphy: dwc_phy: probed
[    1.991732] PPP generic driver version 2.4.2
[    1.992001] PPP BSD Compression module registered
[    1.992006] PPP Deflate Compression module registered
[    1.992022] PPP MPPE Compression module registered
[    1.992026] NET: Registered protocol family 24
[    1.992116] usbcore: registered new interface driver r8152
[    1.992147] usbcore: registered new interface driver asix
[    1.992176] usbcore: registered new interface driver ax88179_178a
[    1.992202] usbcore: registered new interface driver cdc_ether
[    1.992226] usbcore: registered new interface driver net1080
[    1.992277] usbcore: registered new interface driver cdc_subset
[    1.992301] usbcore: registered new interface driver zaurus
[    1.992338] usbcore: registered new interface driver cdc_ncm
[    1.997721] VFIO - User Level meta-driver version: 0.3
[    1.998736] extcon-disp-state external-connection:disp-state: cable 51 state 1
[    1.998742] Extcon HDMI: HPD enabled
[    1.998764] tegradc 15200000.nvdisplay: hdmi: plugged
[    1.999098] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.999122] ehci-pci: EHCI PCI platform driver
[    1.999152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.999163] ohci-pci: OHCI PCI platform driver
[    1.999191] ohci-platform: OHCI generic platform driver
[    2.004743] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[    2.006795] tegra-xusb 3610000.xhci: extcon 0: ffffffc1f4c4b000 id
[    2.007593] usbcore: registered new interface driver uas
[    2.007640] usbcore: registered new interface driver usb-storage
[    2.007727] usbcore: registered new interface driver usbserial
[    2.009192] tegra-xusb 3610000.xhci: Firmware timestamp: 2020-09-11 16:55:03 UTC, Version: 60.09 release
[    2.009232] tegra-xusb 3610000.xhci: xHCI Host Controller
[    2.009252] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    2.009952] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x00050810
[    2.009992] tegra-xusb 3610000.xhci: irq 464, io mem 0x03610000
[    2.010228] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.010236] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.010242] usb usb1: Product: xHCI Host Controller
[    2.010249] usb usb1: Manufacturer: Linux 4.9.253-tegra xhci-hcd
[    2.010255] usb usb1: SerialNumber: 3610000.xhci
[    2.010637] tegra-xudc-new 3550000.xudc: PMQOS CPU boost enabled
[    2.010735] hub 1-0:1.0: USB hub found
[    2.010748] tegra-xudc-new 3550000.xudc: device count: 1
[    2.010779] hub 1-0:1.0: 4 ports detected
[    2.011358] tegra-xusb 3610000.xhci: xHCI Host Controller
[    2.011372] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    2.011384] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    2.011649] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.011675] tegra-xudc-new 3550000.xudc: vbus state: 0
[    2.011684] tegra-xudc-new 3550000.xudc: Initialize boost_cpufreq work
[    2.011694] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.011700] usb usb2: Product: xHCI Host Controller
[    2.011706] usb usb2: Manufacturer: Linux 4.9.253-tegra xhci-hcd
[    2.011713] usb usb2: SerialNumber: 3610000.xhci
[    2.011760] tegra-xudc-new 3550000.xudc: entering ELPG
[    2.011991] tegra-xudc-new 3550000.xudc: entering ELPG done
[    2.012133] hub 2-0:1.0: USB hub found
[    2.012199] hub 2-0:1.0: 4 ports detected
[    2.012562] mousedev: PS/2 mouse device common for all mice
[    2.012735] usbcore: registered new interface driver xpad
[    2.013002] Wake76 for irq=199
[    2.013007] Wake77 for irq=199
[    2.013012] Wake78 for irq=199
[    2.013017] Wake79 for irq=199
[    2.013021] Wake80 for irq=199
[    2.013025] Wake81 for irq=199
[    2.013029] Wake82 for irq=199
[    2.013067] tegra-xusb 3610000.xhci: Upgrade port 0 to USB3.0
[    2.013076] tegra-xusb 3610000.xhci: Upgrade port 1 to USB3.0
[    2.114213] usb usb2: usb_suspend_both: status 0
[    2.144581] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    2.146142] Wake73 for irq=42
[    2.147418] rtc rtc1: alarm rtc device
[    2.147434] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    2.147463] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.147587] i2c /dev entries driver
[    2.149810] i2c i2c-2: Added multiplexed i2c bus 9
[    2.150220] i2c i2c-2: Added multiplexed i2c bus 10
[    2.150231] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[    2.150721] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[    2.174179] tegra-i2c 3180000.i2c: no acknowledge from address 0x10
[    2.174240] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[    2.174951] imx219 9-0010: board setup failed
[    2.175174] imx219: probe of 9-0010 failed with error -121
[    2.175616] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[    2.198881] tegra-i2c 3180000.i2c: no acknowledge from address 0x10
[    2.198931] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[    2.199291] imx219 10-0010: board setup failed
[    2.199504] imx219: probe of 10-0010 failed with error -121
[    2.200558] max77620-power max20024-power: Event recorder REG_NVERC : 0x44
[    2.206672] tegra-thermal-throttle bthrot_cdev: cpufreq policy is not ready defer
[    2.207024] FAN dev name: pwm-fan
[    2.207078] FAN:gpio request success.
[    2.207115] FAN: can't find tach_gpio
[    2.207127] pwm_fan_driver pwm-fan: Found 2 profiles, default profile is quiet
[    2.207152] pwm_fan_driver pwm-fan: cap state:4, cap pwm:255
[    2.207362] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    2.207368] pwm_fan_driver pwm-fan: tach period: 1000
[    2.207912] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    2.207920] pwm_fan_driver pwm-fan: index 1: pwm=130, rpm=1000, rru=2, rrd=2, state:2
[    2.207926] pwm_fan_driver pwm-fan: index 2: pwm=160, rpm=2000, rru=1, rrd=1, state:2
[    2.207933] pwm_fan_driver pwm-fan: index 3: pwm=200, rpm=3000, rru=1, rrd=1, state:2
[    2.207941] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    2.207973] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    2.207980] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    2.207986] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    2.207993] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    2.208000] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    2.208770] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[    2.209696] device-mapper: uevent: version 1.0.3
[    2.210072] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    2.213403] tegra194_cpufreq_probe: platform driver Initialization: pass
[    2.214525] cpuidle: Initializing cpuidle driver
[    2.215323] sdhci: Secure Digital Host Controller Interface driver
[    2.215327] sdhci: Copyright(c) Pierre Ossman
[    2.215331] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.216454] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    2.219292] CMDQ: cmdq_platfm_init successful
[    2.223554] tegra-se-nvhost 15810000.se: initialized
[    2.224484] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    2.225105] tegra-se-nvhost 15820000.se: initialized
[    2.226263] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    2.226945] tegra-se-nvhost 15830000.se: initialized
[    2.227564] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    2.228210] tegra-se-nvhost 15840000.se: initialized
[    2.229218] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    2.230276] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    2.230400] hidraw: raw HID events driver (C) Jiri Kosina
[    2.232600] usbcore: registered new interface driver usbhid
[    2.232604] usbhid: USB HID core driver
[    2.236298] tegra186-cam-rtcpu bc00000.rtcpu: deferring, 14800000.isp is not probed
[    2.237291] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    2.237726] tegra186-aondbg aondbg: aondbg driver probe() OK
[    2.238278] denver_knobs_init:MTS_VERSION:54811859
[    2.238533] tegra19x_actmon d230000.actmon: in actmon_register()...
[    2.239096] tegra19x_actmon d230000.actmon: initialization Completed for the device mc_all
[    2.239478] t19x_cache tegra-cache: probed
[    2.241370] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[    2.241378] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[    2.241816] carmel-pmu-drv carmel-pmu: Registered Carmel PMU
[    2.242135] PLL_AON clock registered
[    2.243244] Clocks initialized successfully
[    2.244467] nvpmodel: initialized successfully
[    2.245417] trusty-virtio trusty:virtio: initializing
[    2.245677] trusty_ipc virtio0: vring0: va(pa)  ffffffc1e27d0000(0) qsz 32 notifyid 1
[    2.245688] trusty_ipc virtio0: vring1: va(pa)  ffffffc1e27d2000(0) qsz 32 notifyid 2
[    2.245849] trusty-virtio trusty:virtio: initializing done
[    2.246079] trusty_ipc virtio0: is online
[    2.246524] tegra-hda 3510000.hda: Override SDO lines to 4
[    2.247033] usbcore: registered new interface driver snd-usb-audio
[    2.261617] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    2.267241] input: tegra-hda-xnx HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[    2.267396] input: tegra-hda-xnx HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[    2.267550] input: tegra-hda-xnx HDMI/DP,pcm=8 as /devices/3510000.hda/sound/card0/input2
[    2.267707] input: tegra-hda-xnx HDMI/DP,pcm=9 as /devices/3510000.hda/sound/card0/input3
[    2.308074] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[    2.322242] mmc0: periodic cache flush enabled
[    2.322258] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    2.322733] mmcblk0: mmc0:0001 DG4016 14.7 GiB 
[    2.326977] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[    2.327159] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[    2.328086] OPE platform probe
[    2.328233] OPE platform probe successful
[    2.331406] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[    2.336538]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    2.341596] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    2.366392] usb 1-2: New USB device found, idVendor=0424, idProduct=2744
[    2.366399] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.366403] usb 1-2: Product: USB2744
[    2.366408] usb 1-2: Manufacturer: Microchip Tech
[    2.367154] hub 1-2:1.0: USB hub found
[    2.367220] hub 1-2:1.0: 5 ports detected
[    2.397809] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    2.397945] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    2.398078] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    2.398205] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    2.398316] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    2.398421] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    2.398526] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    2.398653] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    2.398776] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    2.398896] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    2.399020] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[    2.399123] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[    2.399214] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[    2.399298] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[    2.399385] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[    2.399468] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[    2.399552] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[    2.399639] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[    2.399747] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[    2.399854] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[    2.427972] u32 classifier
[    2.427978]     Actions configured
[    2.428043] Initializing XFRM netlink socket
[    2.428638] NET: Registered protocol family 10
[    2.429426] NET: Registered protocol family 17
[    2.429440] NET: Registered protocol family 15
[    2.429498] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.429600] Bluetooth: RFCOMM socket layer initialized
[    2.429617] Bluetooth: RFCOMM ver 1.11
[    2.429626] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.429636] Bluetooth: HIDP socket layer initialized
[    2.429654] 9pnet: Installing 9P2000 support
[    2.429698] Key type dns_resolver registered
[    2.429945] Registered cp15_barrier emulation handler
[    2.429965] Registered setend emulation handler
[    2.431552] registered taskstats version 1
[    2.431998] tegra-pcie-dw 14160000.pcie: Setting init speed to max speed
[    2.433017] OF: PCI: host bridge /pcie@14160000 ranges:
[    2.433050] OF: PCI:    IO 0x36100000..0x361fffff -> 0x36100000
[    2.433072] OF: PCI:   MEM 0x1740000000..0x17ffffffff -> 0x40000000
[    2.433108] OF: PCI:   MEM 0x1400000000..0x173fffffff -> 0x1400000000
[    2.485858] usb 2-3: new SuperSpeed USB device number 2 using tegra-xusb
[    2.506127] usb 2-3: New USB device found, idVendor=0424, idProduct=5744
[    2.506134] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    2.506138] usb 2-3: Product: USB5744
[    2.506142] usb 2-3: Manufacturer: Microchip Tech
[    2.508051] hub 2-3:1.0: USB hub found
[    2.508403] hub 2-3:1.0: 4 ports detected
[    2.541611] tegra-pcie-dw 14160000.pcie: link is up
[    2.541893] tegra-pcie-dw 14160000.pcie: PCI host bridge to bus 0004:00
[    2.541902] pci_bus 0004:00: root bus resource [bus 00-ff]
[    2.541921] pci_bus 0004:00: root bus resource [io  0x0000-0xfffff] (bus address [0x36100000-0x361fffff])
[    2.541933] pci_bus 0004:00: root bus resource [mem 0x1740000000-0x17ffffffff] (bus address [0x40000000-0xffffffff])
[    2.541938] pci_bus 0004:00: root bus resource [mem 0x1400000000-0x173fffffff pref]
[    2.541966] pci 0004:00:00.0: [10de:1ad1] type 01 class 0x060400
[    2.542147] pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
[    2.542388] iommu: Adding device 0004:00:00.0 to group 58
[    2.542806] pci 0004:01:00.0: [8086:24fd] type 00 class 0x028000
[    2.542998] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[    2.543857] pci 0004:01:00.0: PME# supported from D0 D3hot D3cold
[    2.544230] iommu: Adding device 0004:01:00.0 to group 59
[    2.558512] pci 0004:00:00.0: BAR 14: assigned [mem 0x1740000000-0x17400fffff]
[    2.558522] pci 0004:01:00.0: BAR 0: assigned [mem 0x1740000000-0x1740001fff 64bit]
[    2.558606] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[    2.558614] pci 0004:00:00.0:   bridge window [mem 0x1740000000-0x17400fffff]
[    2.558633] pci 0004:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[    2.558694] pci 0004:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    2.558935] pcieport 0004:00:00.0: Signaling PME through PCIe PME interrupt
[    2.558940] pci 0004:01:00.0: Signaling PME through PCIe PME interrupt
[    2.558947] pcie_pme 0004:00:00.0:pcie001: service driver pcie_pme loaded
[    2.559095] aer 0004:00:00.0:pcie002: service driver aer loaded
[    2.559715] tegra-pcie-dw 141a0000.pcie: Setting init speed to max speed
[    2.559982] tegra-pcie-dw 141a0000.pcie: Failed to get 3V slot regulator: -19
[    2.559992] tegra-pcie-dw 141a0000.pcie: Failed to get 12V slot regulator: -19
[    2.629599] usb 1-3: new full-speed USB device number 3 using tegra-xusb
[    2.651570] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2b
[    2.651577] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.665605] usb 2-3: usb_suspend_both: status 0
[    2.665780] usb usb2: usb_suspend_both: status 0
[    2.666048] OF: PCI: host bridge /pcie@141a0000 ranges:
[    2.666077] OF: PCI:    IO 0x3a100000..0x3a1fffff -> 0x3a100000
[    2.666102] OF: PCI:   MEM 0x1f40000000..0x1fffffffff -> 0x40000000
[    2.666115] OF: PCI:   MEM 0x1c00000000..0x1f3fffffff -> 0x1c00000000
[    2.713625] tegra_cec 3960000.tegra_cec: physical address: 10:00.
[    2.733600] usb 1-2.3: new low-speed USB device number 4 using tegra-xusb
[    2.757971] usb 1-2.3: New USB device found, idVendor=413c, idProduct=301a
[    2.757977] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.757982] usb 1-2.3: Product: Dell MS116 USB Optical Mouse
[    2.757986] usb 1-2.3: Manufacturer: PixArt
[    2.760488] input: PixArt Dell MS116 USB Optical Mouse as /devices/3610000.xhci/usb1/1-2/1-2.3/1-2.3:1.0/0003:413C:301A.0001/input/input4
[    2.760762] hid-generic 0003:413C:301A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-3610000.xhci-2.3/input0
[    2.777581] tegra-pcie-dw 141a0000.pcie: link is up
[    2.777764] tegra-pcie-dw 141a0000.pcie: PCI host bridge to bus 0005:00
[    2.777772] pci_bus 0005:00: root bus resource [bus 00-ff]
[    2.777793] pci_bus 0005:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x3a100000-0x3a1fffff])
[    2.777804] pci_bus 0005:00: root bus resource [mem 0x1f40000000-0x1fffffffff] (bus address [0x40000000-0xffffffff])
[    2.777827] pci_bus 0005:00: root bus resource [mem 0x1c00000000-0x1f3fffffff pref]
[    2.777851] pci 0005:00:00.0: [10de:1ad0] type 01 class 0x060400
[    2.777994] pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
[    2.778181] tegra_cec 3960000.tegra_cec: Sent <Text View On> res: -113.
[    2.778187] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[    2.778199] iommu: Adding device 0005:00:00.0 to group 60
[    2.778460] pci 0005:01:00.0: [126f:2263] type 00 class 0x010802
[    2.778599] pci 0005:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    2.779453] iommu: Adding device 0005:01:00.0 to group 61
[    2.790340] pci 0005:00:00.0: BAR 14: assigned [mem 0x1f40000000-0x1f400fffff]
[    2.790350] pci 0005:01:00.0: BAR 0: assigned [mem 0x1f40000000-0x1f40003fff 64bit]
[    2.790409] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[    2.790417] pci 0005:00:00.0:   bridge window [mem 0x1f40000000-0x1f400fffff]
[    2.790432] pci 0005:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[    2.790479] pci 0005:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[    2.790668] pcieport 0005:00:00.0: Signaling PME through PCIe PME interrupt
[    2.790673] pci 0005:01:00.0: Signaling PME through PCIe PME interrupt
[    2.790679] pcie_pme 0005:00:00.0:pcie001: service driver pcie_pme loaded
[    2.790748] aer 0005:00:00.0:pcie002: service driver aer loaded
[    2.791155] nvme nvme0: pci function 0005:01:00.0
[    2.791294] nvme 0005:01:00.0: enabling device (0000 -> 0002)
[    2.802446] tegra-cbb 14040000.cv-noc: noc_secure_irq = 90, noc_nonsecure_irq = 89>
[    2.807153] tegra194-isp5 14800000.isp: initialized
[    2.813929] tegra194-vi5 15c10000.vi: using default number of vi channels, 36
[    2.818090] tegra194-vi5 15c10000.vi: initialized
[    2.822542] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi--2 bound
[    2.822666] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi--1 bound
[    2.822867] tegra-thermal-throttle bthrot_cdev: clk:cpu max:1907200000, min:115200000 steps:24
[    2.827042] tegra-thermal-throttle bthrot_cdev: clk:gpu max:1109250000, min:114750000 steps:10
[    2.827076] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:0:cpu off:0 slope-adj:200
[    2.827081] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:1:gpu off:0 slope-adj:400
[    2.827154] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced max_state:48 cutoff:0
[    2.827196] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:0:cpu off:0 slope-adj:400
[    2.827209] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:1:gpu off:0 slope-adj:400
[    2.831379] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced max_state:40 cutoff:1
[    2.831425] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:0:cpu off:0 slope-adj:200
[    2.831430] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:1:gpu off:365500000 slope-adj:300
[    2.831836] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced max_state:48 cutoff:0
[    2.831899] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:0:cpu off:38400000 slope-adj:10
[    2.831904] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:1:gpu off:25500000 slope-adj:10
[    2.832415] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced max_state:2 cutoff:0
[    2.832459] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:0:cpu off:0 slope-adj:400
[    2.832463] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:1:gpu off:0 slope-adj:400
[    2.832906] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced max_state:40 cutoff:1
[    2.833797] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    2.837619] usb 1-2.5: new high-speed USB device number 5 using tegra-xusb
[    2.858661] usb 1-2.5: New USB device found, idVendor=0424, idProduct=2740
[    2.858670] usb 1-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.858676] usb 1-2.5: Product: Hub Controller
[    2.858681] usb 1-2.5: Manufacturer: Microchip Tech
[    2.910819] tegra-ivc ivc-bc00000.rtcpu: region 0: iova=0xbfee0000-0xbfefffff size=131072
[    2.911734] tegra-ivc ivc-bc00000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    2.911999] tegra-ivc ivc-bc00000.rtcpu:dbg@1: dbg: ver=0 grp=1 RX[1x384]=0x1900-0x1b00 TX[1x384]=0x1b00-0x1d00
[    2.912221] tegra-ivc ivc-bc00000.rtcpu:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d00-0x3d80 TX[1x8192]=0x3d80-0x5e00
[    2.912675] tegra-ivc ivc-bc00000.rtcpu:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e00-0xae80 TX[64x320]=0xae80-0xff00
[    2.912733] tegra-ivc ivc-bc00000.rtcpu:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff00-0x17f80 TX[512x64]=0x17f80-0x20000
[    2.912996] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (65)
[    2.913000] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    2.914171] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=5 sha1=1d7bd17f78528535d57449fa59ec355e37add4f8
[    2.914553] Wake83 for irq=211
[    2.914624] gpio tegra-gpio wake67 for gpio=48(G:0)
[    2.914714] gpio tegra-gpio-aon wake29 for gpio=36(EE:4)
[    2.914875] input: gpio-keys as /devices/gpio-keys/input/input5
[    2.916363]  nvme0n1: p1 p2 p3
[    2.946650] tegra_rtc c2a0000.rtc: setting system clock to 2022-06-29 09:21:39 UTC (1656494499)
[    2.947139] mmcblk mmc0:0001: Card claimed for testing.
[    2.991373] bpmp: mounted debugfs mirror
[    2.996748] ALSA device list:
[    2.996753]   #0: tegra-hda-xnx at 0x3518000 irq 64
[    2.996757]   #1: jetson-xaviernx-ape
[    2.998936] Freeing unused kernel memory: 8640K
[    3.037432] Root device found: mmcblk0p1
[    3.039311] Found dev node: /dev/mmcblk0p1
[    3.062473] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    3.065156] Rootfs mounted over mmcblk0p1
[    3.094106] Switching from initrd to actual rootfs
[    3.277362] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.280564] cgroup: cgroup2: unknown option "nsdelegate"
[    3.290928] systemd[1]: systemd 245.4-4ubuntu3.17 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)
[    3.292104] systemd[1]: Detected architecture arm64.
[    3.298887] systemd[1]: Set hostname to <rightbot>.
[    3.733358] random: systemd: uninitialized urandom read (16 bytes read)
[    3.733589] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    3.733602] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    3.737173] systemd[1]: Created slice system-modprobe.slice.
[    3.737330] random: systemd: uninitialized urandom read (16 bytes read)
[    3.738440] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    3.738481] random: systemd: uninitialized urandom read (16 bytes read)
[    3.739483] systemd[1]: Created slice User and Session Slice.
[    3.739702] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.740392] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.740578] systemd[1]: Reached target User and Group Name Lookups.
[    3.740648] systemd[1]: Reached target Slices.
[    3.740719] systemd[1]: Reached target Swap.
[    3.741272] systemd[1]: Listening on RPCbind Server Activation Socket.
[    3.743586] systemd[1]: Listening on Syslog Socket.
[    3.743873] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.744152] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.744744] systemd[1]: Listening on Journal Audit Socket.
[    3.745024] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.745338] systemd[1]: Listening on Journal Socket.
[    3.745714] systemd[1]: Listening on udev Control Socket.
[    3.745938] systemd[1]: Listening on udev Kernel Socket.
[    3.749493] systemd[1]: Mounting Huge Pages File System...
[    3.753523] systemd[1]: Mounting POSIX Message Queue File System...
[    3.757187] systemd[1]: Mounting RPC Pipe File System...
[    3.761088] systemd[1]: Mounting Kernel Debug File System...
[    3.764944] systemd[1]: Mounting Kernel Trace File System...
[    3.769205] systemd[1]: Starting Journal Service...
[    3.773537] systemd[1]: Starting Set the console keyboard layout...
[    3.777266] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.777438] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[    3.781407] systemd[1]: Started Nameserver information manager.
[    3.782071] systemd[1]: Reached target Network (Pre).
[    3.783396] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.783539] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.788961] systemd[1]: Starting Load Kernel Modules...
[    3.792043] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.795758] systemd[1]: Starting udev Coldplug all Devices...
[    3.799103] systemd[1]: Starting Uncomplicated firewall...
[    3.804620] systemd[1]: Mounted Huge Pages File System.
[    3.805123] systemd[1]: Mounted POSIX Message Queue File System.
[    3.805656] systemd[1]: Mounted RPC Pipe File System.
[    3.806092] systemd[1]: Mounted Kernel Debug File System.
[    3.806535] systemd[1]: Mounted Kernel Trace File System.
[    3.808381] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.812335] systemd[1]: Finished Uncomplicated firewall.
[    3.818452] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    3.822470] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.824448] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.824586] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.874220] nvgpu: 17000000.gv11b          nvgpu_nvhost_syncpt_init:291  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000

[    3.883558] systemd[1]: Starting Load/Save Random Seed...
[    3.923943] systemd[1]: Starting Create System Users...
[    3.926604] systemd[1]: Finished Load Kernel Modules.
[    3.928934] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    3.932000] systemd[1]: Mounting Kernel Configuration File System...
[    3.936522] systemd[1]: Starting Apply Kernel Variables...
[    3.939078] systemd[1]: Finished Set the console keyboard layout.
[    3.943604] systemd[1]: Mounted Kernel Configuration File System.
[    3.988100] systemd[1]: Finished Create System Users.
[    3.990377] systemd[1]: Finished Apply Kernel Variables.
[    3.993747] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.035924] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.036461] systemd[1]: Reached target Local File Systems (Pre).
[    4.042583] systemd[1]: Mounting Mount unit for bare, revision 5...
[    4.048552] systemd[1]: Mounting Mount unit for core18, revision 2406...
[    4.057166] systemd[1]: Mounting Mount unit for core20, revision 1498...
[    4.075311] systemd[1]: Mounting Mount unit for core20, revision 1522...
[    4.079883] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 75...
[    4.084379] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 100...
[    4.091374] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 107...
[    4.096166] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1519...
[    4.103295] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1534...
[    4.107927] systemd[1]: Mounting Mount unit for snap-store, revision 559...
[    4.112902] systemd[1]: Mounting Mount unit for snapd, revision 15909...
[    4.114659] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored
[    4.114884] squashfs: SQUASHFS error: unable to read xattr id index table
[    4.118288] systemd[1]: Mounting Mount unit for snapd, revision 16019...
[    4.123181] systemd[1]: Starting udev Kernel Device Manager...
[    4.130371] systemd[1]: Started Journal Service.
[    4.155397] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored
[    4.155749] squashfs: SQUASHFS error: unable to read xattr id index table
[    4.158357] systemd-journald[2365]: Received client request to flush runtime journal.
[    5.081872] FAN rising trip_level:1 cur_temp:48200 trip_temps[2]:60000
[    5.432400] Intel(R) Wireless WiFi driver for Linux
[    5.432406] Copyright(c) 2003- 2015 Intel Corporation
[    5.432662] iwlwifi 0004:01:00.0: enabling device (0000 -> 0002)
[    5.438606] iwlwifi 0004:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[    5.438867] iwlwifi 0004:01:00.0: Falling back to user helper
[    5.476175] cpu-throttle-alert cooling device registered.
[    5.478889] gpu-throttle-alert cooling device registered.
[    5.480256] aux-throttle-alert cooling device registered.
[    6.048059] usbcore: registered new interface driver btusb
[    6.052652] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    6.053668] Bluetooth: hci0: Device revision is 16
[    6.053674] Bluetooth: hci0: Secure boot is enabled
[    6.053678] Bluetooth: hci0: OTP lock is enabled
[    6.053682] Bluetooth: hci0: API lock is enabled
[    6.053685] Bluetooth: hci0: Debug lock is disabled
[    6.053689] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    6.060403] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    6.193811] iwlwifi 0004:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[    6.193816] iwlwifi 0004:01:00.0: Falling back to user helper
[    6.235784] iwlwifi 0004:01:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
[    6.235788] iwlwifi 0004:01:00.0: Falling back to user helper
[    6.252101] iwlwifi 0004:01:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
[    6.252106] iwlwifi 0004:01:00.0: Falling back to user helper
[    6.263050] iwlwifi 0004:01:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[    6.305318] iwlwifi 0004:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    6.307432] iwlwifi 0004:01:00.0: L1 Disabled - LTR Enabled
[    6.308104] iwlwifi 0004:01:00.0: L1 Disabled - LTR Enabled
[    6.424200] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    6.424867] thermal thermal_zone6: failed to read out thermal zone (-5)
[    6.425114] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type iwlwifi_1
[    6.929332] random: crng init done
[    6.929484] random: 7 urandom warning(s) missed due to ratelimiting
[    7.340389] using random self ethernet address
[    7.340607] using random host ethernet address
[    7.574399] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    7.588452] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[    7.612768] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.612782] Bluetooth: BNEP socket layer initialized
[    7.767201] Bluetooth: hci0: Waiting for firmware download to complete
[    7.767606] Bluetooth: hci0: Firmware loaded in 1679354 usecs
[    7.767768] Bluetooth: hci0: Waiting for device to boot
[    7.779619] Bluetooth: hci0: Device booted in 11637 usecs
[    7.782711] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    7.785659] Bluetooth: hci0: Applying Intel DDC parameters completed
[    8.154259] can: controller area network core (rev 20120528 abi 9)
[    8.155085] NET: Registered protocol family 29
[    8.186575] can: raw protocol (rev 20120528)
[    8.339059] CAN device driver interface
[    8.367453] 	 Message RAM Configuration
               	| base addr   |0x0c312000|
               	| sidfc_flssa |0x00000000|
               	| xidfc_flesa |0x00000040|
               	| rxf0c_f0sa  |0x000000c0|
               	| rxf1c_f1sa  |0x000009c0|
               	| rxbc_rbsa   |0x000009c0|
               	| txefc_efsa  |0x000009c0|
               	| txbc_tbsa   |0x00000a40|
               	| tmc_tmsa    |0x00000ec0|
[    8.367585] Release 3.2.0 from 19.12.2014
[    8.368027] net can0: mttcan device registered (regs=ffffff800800b000, irq=63)
[    8.393384] mttcan c310000.mttcan can0: Bitrate set
[    8.393482] mttcan_controller_config: ctrlmode 10
[    8.393499] mttcan c310000.mttcan can0: Bitrate set
[    8.393923] IPv6: ADDRCONF(NETDEV_UP): can0: link is not ready
[    8.394064] IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready
[    8.428550] Mass Storage Function, version: 2009/09/11
[    8.428558] LUN: removable file: (no medium)
[    8.434596] using random self ethernet address
[    8.434772] using random host ethernet address
[    8.476316] rndis0: HOST MAC fe:77:6b:c8:d0:b8
[    8.476356] rndis0: MAC fe:77:6b:c8:d0:b9
[    8.480312] usb0: HOST MAC fe:77:6b:c8:d0:ba
[    8.480358] usb0: MAC fe:77:6b:c8:d0:bb
[    8.480381] tegra-xudc-new 3550000.xudc: exiting ELPG
[    8.483292] tegra-xudc-new 3550000.xudc: exiting ELPG done
[    8.483309] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[    8.483353] tegra-xudc-new 3550000.xudc: entering ELPG
[    8.483578] tegra-xudc-new 3550000.xudc: entering ELPG done
[    8.483602] tegra-xudc-new 3550000.xudc: exiting ELPG
[    8.484048] tegra-xudc-new 3550000.xudc: exiting ELPG done
[    8.484061] tegra-xudc-new 3550000.xudc: entering ELPG
[    8.484250] tegra-xudc-new 3550000.xudc: entering ELPG done
[    8.494863] l4tbr0: port 1(rndis0) entered blocking state
[    8.494870] l4tbr0: port 1(rndis0) entered disabled state
[    8.495450] device rndis0 entered promiscuous mode
[    8.514334] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    8.526021] l4tbr0: port 2(usb0) entered blocking state
[    8.526028] l4tbr0: port 2(usb0) entered disabled state
[    8.526591] device usb0 entered promiscuous mode
[    8.548727] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    8.716594] nvgpu: 17000000.gv11b                 tpc_pg_mask_store:843  [INFO]  no value change, same mask already set
[    8.836429] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.042583] zram: Added device: zram0
[    9.048987] zram: Added device: zram1
[    9.050380] zram: Added device: zram2
[    9.052164] zram: Added device: zram3
[    9.054292] zram: Added device: zram4
[    9.055710] zram: Added device: zram5
[    9.079616] zram0: detected capacity change from 0 to 678936576
[    9.119462] Adding 663020k swap on /dev/zram0.  Priority:5 extents:1 across:663020k SS
[    9.150901] gpio tegra-gpio wake20 for gpio=52(G:4)
[    9.156610] net eth0: get_configure_l3v4_filter -->
[    9.157404] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.169826] zram1: detected capacity change from 0 to 678936576
[    9.193370] Adding 663020k swap on /dev/zram1.  Priority:5 extents:1 across:663020k SS
[    9.196528] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.198795] iwlwifi 0004:01:00.0: L1 Disabled - LTR Enabled
[    9.199110] iwlwifi 0004:01:00.0: L1 Disabled - LTR Enabled
[    9.205024] zram2: detected capacity change from 0 to 678936576
[    9.228557] Adding 663020k swap on /dev/zram2.  Priority:5 extents:1 across:663020k SS
[    9.236574] zram3: detected capacity change from 0 to 678936576
[    9.258969] Adding 663020k swap on /dev/zram3.  Priority:5 extents:1 across:663020k SS
[    9.265477] zram4: detected capacity change from 0 to 678936576
[    9.290565] Adding 663020k swap on /dev/zram4.  Priority:5 extents:1 across:663020k SS
[    9.295584] zram5: detected capacity change from 0 to 678936576
[    9.324317] Adding 663020k swap on /dev/zram5.  Priority:5 extents:1 across:663020k SS
[    9.339352] iwlwifi 0004:01:00.0: L1 Disabled - LTR Enabled
[    9.342174] iwlwifi 0004:01:00.0: L1 Disabled - LTR Enabled
[    9.409511] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.410422] Bridge firewalling registered
[    9.442646] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    9.762297] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.813760] Netfilter messages via NETLINK v0.30.
[    9.826130] ctnetlink v0.93: registering with nfnetlink.
[   10.046978] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[   12.921893] FAN rising trip_level:1 cur_temp:46900 trip_temps[2]:60000
[   13.271789] wlan0: authenticate with 06:90:e8:9d:5d:99
[   13.281408] wlan0: send auth to 06:90:e8:9d:5d:99 (try 1/3)
[   13.288955] wlan0: authenticated
[   13.289659] wlan0: associate with 06:90:e8:9d:5d:99 (try 1/3)
[   13.293154] wlan0: RX AssocResp from 06:90:e8:9d:5d:99 (capab=0x431 status=0 aid=14)
[   13.301128] wlan0: associated
[   13.318707] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   21.720588] fuse init (API version 7.26)
[   22.609155] tegradc 15200000.nvdisplay: blank - powerdown
[   22.658961] extcon-disp-state external-connection:disp-state: cable 47 state 0
[   22.658966] Extcon AUX1(HDMI) disable
[   22.685816] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[   22.686491] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[   22.687265] tegradc 15200000.nvdisplay: unblank
[   22.689138] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[   22.689259] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[   22.693949] Parent Clock set for DC plld2
[   22.698826] tegradc 15200000.nvdisplay: hdmi: tmds rate:108000K prod-setting:prod_c_hdmi_54m_111m
[   22.700437] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[   22.735981] extcon-disp-state external-connection:disp-state: cable 47 state 1
[   22.735985] Extcon AUX1(HDMI) enable
[   22.750647] tegradc 15200000.nvdisplay: sync windows ret = 249
[   23.452497] tegradc 15200000.nvdisplay: unblank
[   23.452521] tegradc 15210000.nvdisplay: blank - powerdown
[   34.137687] vdd-sdmmc1-sw: disabling
[   34.137695] vdd-1v8-sd: disabling
[   34.137701] vdd-1v8-cvb: disabling
[   34.137705] vdd-epb-1v0: disabling
[   34.137709] avdd-cam-2v8: disabling
[   34.137716] vdd_sys_en: disabling
[  177.489317] mttcan c310000.mttcan can0: Bit1 Error Detected
[  177.489462] mttcan c310000.mttcan can0: IR 0x8000000 PSR 0x71c
[  214.518433] mttcan c310000.mttcan can0: Bit1 Error Detected
[  214.518595] mttcan c310000.mttcan can0: IR 0x8000000 PSR 0x71c
[  219.877790] usb 1-2.3: USB disconnect, device number 4
[  230.595338] usb 1-2.4: new full-speed USB device number 6 using tegra-xusb
[  230.620288] usb 1-2.4: New USB device found, idVendor=04ca, idProduct=00ac
[  230.620299] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  230.620305] usb 1-2.4: Product: Dell Wireless Device
[  230.620310] usb 1-2.4: Manufacturer: Liteon
[  230.623800] input: Liteon Dell Wireless Device as /devices/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:04CA:00AC.0002/input/input6
[  230.684438] hid-generic 0003:04CA:00AC.0002: input,hidraw0: USB HID v1.11 Keyboard [Liteon Dell Wireless Device] on usb-3610000.xhci-2.4/input0
[  230.688023] input: Liteon Dell Wireless Device as /devices/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:04CA:00AC.0003/input/input7
[  230.747879] hid-generic 0003:04CA:00AC.0003: input,hidraw1: USB HID v1.11 Mouse [Liteon Dell Wireless Device] on usb-3610000.xhci-2.4/input1
[  240.067301] usb 1-2.3: new low-speed USB device number 7 using tegra-xusb
[  240.091653] usb 1-2.3: New USB device found, idVendor=413c, idProduct=301a
[  240.091665] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  240.091671] usb 1-2.3: Product: Dell MS116 USB Optical Mouse
[  240.091677] usb 1-2.3: Manufacturer: PixArt
[  240.095023] input: PixArt Dell MS116 USB Optical Mouse as /devices/3610000.xhci/usb1/1-2/1-2.3/1-2.3:1.0/0003:413C:301A.0004/input/input8
[  240.095718] hid-generic 0003:413C:301A.0004: input,hidraw2: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-3610000.xhci-2.3/input0
[  266.391320] tegradc 15200000.nvdisplay: blank - powerdown
[  266.450738] extcon-disp-state external-connection:disp-state: cable 47 state 0
[  266.450743] Extcon AUX1(HDMI) disable
[  266.477020] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[  266.478230] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[  266.478692] tegradc 15210000.nvdisplay: blank - powerdown
[  266.804599] tegradc 15200000.nvdisplay: blank - powerdown
[  266.804618] tegradc 15200000.nvdisplay: unblank
[  266.805984] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[  266.806180] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[  266.811804] Parent Clock set for DC plld2
[  266.818470] tegradc 15200000.nvdisplay: hdmi: tmds rate:108000K prod-setting:prod_c_hdmi_54m_111m
[  266.820711] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[  266.862614] extcon-disp-state external-connection:disp-state: cable 47 state 1
[  266.862618] Extcon AUX1(HDMI) enable
[  266.862689] tegradc 15200000.nvdisplay: unblank
[  266.862759] tegradc 15210000.nvdisplay: blank - powerdown

This is dmesg after removing usb and reconnecting

[ 1392.751877] usb 2-3.1: new SuperSpeed USB device number 3 using tegra-xusb
[ 1392.772480] usb 2-3.1: New USB device found, idVendor=2357, idProduct=0601
[ 1392.772491] usb 2-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 1392.772497] usb 2-3.1: Product: USB 10/100/1000 LAN
[ 1392.772502] usb 2-3.1: Manufacturer: TP-Link
[ 1392.772509] usb 2-3.1: SerialNumber: 000001000000
[ 1392.778404] cdc_ether 2-3.1:2.0 eth1: register 'cdc_ether' at usb-3610000.xhci-3.1, CDC Ethernet Device, 60:a4:b7:58:d1:fb
[ 1392.781143] cdc_ether 2-3.1:2.0 eth1: unregister 'cdc_ether' usb-3610000.xhci-3.1, CDC Ethernet Device
[ 1392.892112] usb 2-3.1: reset SuperSpeed USB device number 3 using tegra-xusb
[ 1392.966190] r8152 2-3.1:1.0 eth1: v2.09.00 (2017/08/21)
[ 1392.966201] r8152 2-3.1:1.0 eth1: This product is covered by one or more of the following patents:
               		US6,570,884, US6,115,776, and US6,327,625.

[ 1393.149852] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 1393.162046] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready

Can you just attach your log as text file instead of copy and paste?

From the full log, it looks like usb drive was not detecting from the beginning.

Is lsusb showing that usb device?

Yes, here is the dmesg full log at bootup,
dmesg.txt (74.4 KB)
and here is the dmesg after unplugging and re-plugging the usb.
dmesg.1.txt (75.8 KB)
And yes the lsusb command shows the usb-adapter.

@WayneWWW
It does not detect usb in lsusb as well. It starts detecting after I unplug plug it.
Is there any way by which I can do this unplug and plug through terminal.

@WayneWWW
I have a update on this. I was using USB 2.0 adapter in previous case, when I switched to USB 3.0 adapter the system detects USB connection after each time after bootup, but it does not detect the eth connection every time. When it doesn’t detect the eth, I have to run the following script 2-3 times then it detects the eth. sometimes it detects after running the script once, sometimes I have to run it 4-5 times.

#!/bin/bash

port="usb2" 

bind_usb() {
          echo "$1" >/sys/bus/usb/drivers/usb/bind
  }

unbind_usb() {
          echo "$1" >/sys/bus/usb/drivers/usb/unbind
  }

unbind_usb "$port"

bind_usb "$port"

Is there a solution to this problem?

Sorry for the late response, is this still an issue to support? Thanks

I also have a question for you: When this does work, what does ifconfig and route show (or alternatively, “ip -s addr show” and “ip route show”)? Also, is the network side of the adapter connected to a switch, and is the adapter directly or indirectly (via a switch) connected to a router? When it does show, is the network usable from the remote side?

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