NVIDIA Jetson Orin USB Issue

The NVIDIA jetson Orin USB port is having issues. I am not able to connect any of my sensors or controllers on the port. And if I do connect anything, it is recognized/ connected and provides data for one use and then the Orin disconnects it and is unable to recognize it unless I disconnect the device and reconnect it. When this issue is happening, unless I disconnect the device, even ‘lsusb’ does not work on my terminal window. Please help

I can’t help much, but what you need to do is to run “dmesg --follow”. This monitors logs. See what log messages occur as a result of plug in and plug fail. Maybe boot without the USB devices, and then plug them in. You can use ssh or serial console to log in if the USB issues prevent local login.

It also would not be a bad idea to plug the device in before boot, and get a full serial console boot log.

Those two things should get the process started. Also, state if your Orin is the dev kit AGX, or if there is a third party carrier board, along with the release from “head -n 1 /etc/nv_tegra_release”.

Hello,

I tried each of your solutions and I have answered them here one by one.

  1. My Orin is a dev kit AGX and the release is #R35 REVISION 2.1, GCID: 32413640, BOARD: t186ref, EABI: aarch64, DATE: Tue Jan 24 23:38:33 UTC 2023

  2. I ran the sensor with “dmesg --follow”
    once the sensor was connected - it showed information regarding the sensor - new full speed USB device detected - idVendor, idProduct, USB strings, product and manufac details serial number and port connected on. when i ran the code and the plug failed, there was no msg.

  3. I generally do boot the system without the USB devices, but this time, I unplugged the mouse + keyboard USB and all other devices as well and tried. The result on the logs were the same as last time as stated on case 2 with error on the code and no msgs.

After performing the device disconnect and reconnect a couple of times, it shows the msg of “device descriptor read/64, error -110”. from the log, it looks like it is recognizing the device (“new full-speed USB device number 11/12… using tegra-xusb”) but shows the log msg “device descriptor read/64, error -110”. it also starts printing "device not responding to setup address and “attempt power cycle”

and the last log msg was "unable to enumerate USB device

You should post the full serial console boot log. However, it does sound like a USB signal quality issue (though perhaps not). If you are monitoring via serial console or ssh, and monitor “dmesg --follow”, can you look for a plug-in message for a USB HUB (not the original USB items)? I’m interested in finding out if the HUB does this too. Sometimes if there is a signal quality issue a HUB will behave as a kind of signal “adapter”; the keyboard and such working to the HUB, and the HUB working to the Jetson, is a big clue; conversely, if a HUB also has the same issue, then that too is a HUB. Exact logs are quite useful, and serial console can log all of this for attaching to the forum thread.

I will post it right away. And also, if this helps

  • It is not a sensor or a linux issue since the sensor works on a Windows PC and on a Linux PC running all the same codes.

  • I tried running the code on a different IDE believing it to be an IDE issue and it doesnt seem to be that as well

  • I tried running it on a different Jetson Orin AGX, believing that particular Jetson might’ve had corrupted ports or something but it has the same issues.

  • I ran it on a Raspberry Pi, so a Jetson with a higher config should be able to run it. And it causes similar issues with other sensors and motors I have as well which need to be connected via USB. However, the issues with them is limited, similar to the USB keyboard.

  • I saw this post where you had helped as a possible solution but that particular scenario, the user switched to a PCLe which is not an option here and I want to use the USB with the Jetson.

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-6348-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Tue Jan 24 15:09:44 PST 2023
[ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[ 0.000000] OF: fdt: - 80000000 , c0000000
[ 0.000000] Machine model: Jetson AGX Orin
[ 0.000000] efi: EFI v2.70 by EDK II
[ 0.000000] efi: RTPROP=0x1008260518 SMBIOS=0xffff0000 SMBIOS 3.0=0x1006be0000 MEMATTR=0x1007610018 ESRT=0x1006bbb318 RNG=0x102a9fdd18 MEMRESERVE=0x1007611f18
[ 0.000000] efi: seeding entropy pool
[ 0.000000] esrt: Reserving ESRT space from 0x0000001006bbb318 to 0x0000001006bbb350.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000100a800000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000001037ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff]
[ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x0000001003ffffff]
[ 0.000000] node 0: [mem 0x0000001004000000-0x00000010061bffff]
[ 0.000000] node 0: [mem 0x00000010061c0000-0x000000100653dfff]
[ 0.000000] node 0: [mem 0x000000100653e000-0x00000010066d1fff]
[ 0.000000] node 0: [mem 0x00000010066d2000-0x0000001006bcffff]
[ 0.000000] node 0: [mem 0x0000001006bd0000-0x0000001006beffff]
[ 0.000000] node 0: [mem 0x0000001006bf0000-0x0000001006dfffff]
[ 0.000000] node 0: [mem 0x0000001006e00000-0x0000001006e4ffff]
[ 0.000000] node 0: [mem 0x0000001006e50000-0x000000100751ffff]
[ 0.000000] node 0: [mem 0x0000001007520000-0x000000100756ffff]
[ 0.000000] node 0: [mem 0x0000001007570000-0x00000010075dffff]
[ 0.000000] node 0: [mem 0x00000010075e0000-0x00000010075fffff]
[ 0.000000] node 0: [mem 0x0000001007600000-0x000000100761ffff]
[ 0.000000] node 0: [mem 0x0000001007620000-0x000000100763ffff]
[ 0.000000] node 0: [mem 0x0000001007640000-0x000000100775ffff]
[ 0.000000] node 0: [mem 0x0000001007760000-0x000000100793ffff]
[ 0.000000] node 0: [mem 0x0000001007940000-0x000000100798ffff]
[ 0.000000] node 0: [mem 0x0000001007990000-0x0000001007acffff]
[ 0.000000] node 0: [mem 0x0000001007ad0000-0x0000001007b9ffff]
[ 0.000000] node 0: [mem 0x0000001007ba0000-0x0000001007d7ffff]
[ 0.000000] node 0: [mem 0x0000001007d80000-0x0000001007d9ffff]
[ 0.000000] node 0: [mem 0x0000001007da0000-0x0000001007daffff]
[ 0.000000] node 0: [mem 0x0000001007db0000-0x000000100838ffff]
[ 0.000000] node 0: [mem 0x0000001008390000-0x000000100842ffff]
[ 0.000000] node 0: [mem 0x0000001008430000-0x000000100852ffff]
[ 0.000000] node 0: [mem 0x0000001008530000-0x00000010085cffff]
[ 0.000000] node 0: [mem 0x00000010085d0000-0x00000010086cffff]
[ 0.000000] node 0: [mem 0x00000010086d0000-0x000000100876ffff]
[ 0.000000] node 0: [mem 0x0000001008770000-0x000000100903ffff]
[ 0.000000] node 0: [mem 0x0000001009040000-0x000000100921ffff]
[ 0.000000] node 0: [mem 0x0000001009220000-0x000000102a9affff]
[ 0.000000] node 0: [mem 0x000000102a9b0000-0x000000102a9fffff]
[ 0.000000] node 0: [mem 0x000000102aa00000-0x000000102e7fffff]
[ 0.000000] node 0: [mem 0x000000102ea00000-0x000000102eefffff]
[ 0.000000] node 0: [mem 0x0000001036000000-0x0000001037ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000001037ffffff]
[ 0.000000] On node 0 totalpages: 16452864
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 524288 pages, LIFO batch:63
[ 0.000000] Normal zone: 249344 pages used for memmap
[ 0.000000] Normal zone: 15928576 pages, LIFO batch:63
[ 0.000000] On node 0, zone Normal: 256 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 32 pages/cpu s90200 r8192 d32680 u131072
[ 0.000000] pcpu-alloc: s90200 r8192 d32680 u131072 alloc=32*4096
[ 0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07
[ 0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16195328
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0
[ 0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB)
[ 0.000000] Memory: 63767336K/65811456K available (18432K kernel code, 3168K rwdata, 7164K rodata, 3968K init, 1110K bss, 1519832K reserved, 524288K cma-reserved)
[ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=12.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[ 0.000000] arch_timer: 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.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000783] Console: colour dummy device 80x25
[ 0.000970] printk: console [tty0] enabled
[ 0.001014] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.001024] pid_max: default: 32768 minimum: 301
[ 0.001094] LSM: Security Framework initializing
[ 0.001118] Yama: becoming mindful.
[ 0.001139] SELinux: Initializing.
[ 0.001265] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.001354] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.003964] rcu: Hierarchical SRCU implementation.
[ 0.004075] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.004887] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0000-p3737-0000.dts
[ 0.004899] DTB Build time: Jan 24 2023 15:26:09
[ 0.006349] Tegra Revision: A01 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[ 0.006474] Remapping and enabling EFI services.
[ 0.007729] smp: Bringing up secondary CPUs …
[ 0.036506] Detected PIPT I-cache on CPU1
[ 0.036549] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[ 0.036587] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[ 0.065237] Detected PIPT I-cache on CPU2
[ 0.065246] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[ 0.065261] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[ 0.093854] Detected PIPT I-cache on CPU3
[ 0.093863] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[ 0.093878] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[ 0.124535] Detected PIPT I-cache on CPU4
[ 0.124557] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[ 0.124586] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[ 0.153241] Detected PIPT I-cache on CPU5
[ 0.153250] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[ 0.153266] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[ 0.181887] Detected PIPT I-cache on CPU6
[ 0.181896] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[ 0.181912] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[ 0.210531] Detected PIPT I-cache on CPU7
[ 0.210542] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[ 0.210557] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[ 0.241212] Detected PIPT I-cache on CPU8
[ 0.241237] GICv3: CPU8: found redistributor 20000 region 0:0x000000000f540000
[ 0.241268] CPU8: Booted secondary processor 0x0000020000 [0x410fd421]
[ 0.269917] Detected PIPT I-cache on CPU9
[ 0.269928] GICv3: CPU9: found redistributor 20100 region 0:0x000000000f560000
[ 0.269943] CPU9: Booted secondary processor 0x0000020100 [0x410fd421]
[ 0.299170] Detected PIPT I-cache on CPU10
[ 0.299180] GICv3: CPU10: found redistributor 20200 region 0:0x000000000f580000
[ 0.299195] CPU10: Booted secondary processor 0x0000020200 [0x410fd421]
[ 0.328418] Detected PIPT I-cache on CPU11
[ 0.328429] GICv3: CPU11: found redistributor 20300 region 0:0x000000000f5a0000
[ 0.328445] CPU11: Booted secondary processor 0x0000020300 [0x410fd421]
[ 0.328501] smp: Brought up 1 node, 12 CPUs
[ 0.328568] SMP: Total of 12 processors activated.
[ 0.328573] CPU features: detected: Privileged Access Never
[ 0.328575] CPU features: detected: LSE atomic instructions
[ 0.328578] CPU features: detected: User Access Override
[ 0.328580] CPU features: detected: 32-bit EL0 Support
[ 0.328584] CPU features: detected: Common not Private translations
[ 0.328586] CPU features: detected: RAS Extension Support
[ 0.328589] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.328592] CPU features: detected: CRC32 instructions
[ 0.328595] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.366548] CPU: All CPU(s) started at EL2
[ 0.370067] devtmpfs: initialized
[ 0.387899] Registered cp15_barrier emulation handler
[ 0.387911] Registered setend emulation handler
[ 0.387917] KASLR enabled
[ 0.388054] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.388069] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.391100] pinctrl core: initialized pinctrl subsystem
[ 0.391665] SMBIOS 3.0.0 present.
[ 0.391675] DMI: Unknown Jetson AGX Orin/Jetson AGX Orin, BIOS 2.1-32413640 01/24/2023
[ 0.391967] NET: Registered protocol family 16
[ 0.392770] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.392974] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.393171] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.393203] audit: initializing netlink subsys (disabled)
[ 0.393276] audit: type=2000 audit(0.392:1): state=initialized audit_enabled=0 res=1
[ 0.393457] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.393459] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.393464] thermal_sys: Registered thermal governor ‘pid_thermal_gov’
[ 0.396131] cpuidle: using governor menu
[ 0.396246] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.396369] ASID allocator initialised with 32768 entries
[ 0.396467] Serial: AMBA PL011 UART driver
[ 0.398448] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[ 0.398471] Tegra reboot handler registered.
[ 0.417272] mc: mapped MMIO address: 0xffff8000111f0000 → 0x2c10000
[ 0.417287] mc: mapped MMIO address: 0xffff800011210000 → 0x2c20000
[ 0.417296] mc: mapped MMIO address: 0xffff800011230000 → 0x2c30000
[ 0.417305] mc: mapped MMIO address: 0xffff800011250000 → 0x2c40000
[ 0.417311] mc: mapped MMIO address: 0xffff800011270000 → 0x2c50000
[ 0.417318] mc: mapped MMIO address: 0xffff800011290000 → 0x2b80000
[ 0.417326] mc: mapped MMIO address: 0xffff8000112b0000 → 0x2b90000
[ 0.417333] mc: mapped MMIO address: 0xffff8000112d0000 → 0x2ba0000
[ 0.417340] mc: mapped MMIO address: 0xffff8000112f0000 → 0x2bb0000
[ 0.417346] mc: mapped MMIO address: 0xffff800011310000 → 0x1700000
[ 0.417353] mc: mapped MMIO address: 0xffff800011330000 → 0x1710000
[ 0.417359] mc: mapped MMIO address: 0xffff800011350000 → 0x1720000
[ 0.417366] mc: mapped MMIO address: 0xffff800011370000 → 0x1730000
[ 0.417372] mc: mapped MMIO address: 0xffff800011390000 → 0x1740000
[ 0.417379] mc: mapped MMIO address: 0xffff8000113b0000 → 0x1750000
[ 0.417385] mc: mapped MMIO address: 0xffff8000113d0000 → 0x1760000
[ 0.417392] mc: mapped MMIO address: 0xffff8000113f0000 → 0x1770000
[ 0.417404] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.417435] mc-err: mcerr ops are set to t23x
[ 0.418134] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 67, base_baud = 0) is a SBSA
[ 1.676320] printk: console [ttyAMA0] enabled
[ 1.684826] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.691533] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 1.698234] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.704933] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.713297] ACPI: Interpreter disabled.
[ 1.718383] vdd-av1v1-hub: supplied by vdd-5v-sys
[ 1.723251] vbusA-cvb: supplied by vdd-5v-sys
[ 1.727735] vbusB-cvb: supplied by vdd-5v-sys
[ 1.732217] vdd-usbc1-vbus: supplied by vdd-5v-sys
[ 1.737125] vdd-usbc2-vbus: supplied by vdd-5v-sys
[ 1.742210] iommu: Default domain type: Translated
[ 1.747137] eventlib_kernel: keventlib is initialized, test id: 0
[ 1.753414] SCSI subsystem initialized
[ 1.757239] usbcore: registered new interface driver usbfs
[ 1.762739] usbcore: registered new interface driver hub
[ 1.768061] usbcore: registered new device driver usb
[ 1.773292] mc: Linux media interface: v0.10
[ 1.777568] videodev: Linux video capture interface: v2.00
[ 1.783197] pps_core: LinuxPPS API ver. 1 registered
[ 1.788159] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.797296] PTP clock support registered
[ 1.801422] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[ 1.808590] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[ 1.816244] Registered efivars operations
[ 1.820803] FPGA manager framework
[ 1.824242] Advanced Linux Sound Architecture Driver Initialized.
[ 1.830600] Bluetooth: Core ver 2.22
[ 1.834185] NET: Registered protocol family 31
[ 1.838629] Bluetooth: HCI device and connection manager initialized
[ 1.844987] Bluetooth: HCI socket layer initialized
[ 1.849865] Bluetooth: L2CAP socket layer initialized
[ 1.854926] Bluetooth: SCO socket layer initialized
[ 1.860290] camchar: rtcpu character device driver loaded
[ 1.865926] clocksource: Switched to clocksource arch_sys_counter
[ 2.024750] VFS: Disk quotas dquot_6.6.0
[ 2.028720] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.035753] pnp: PnP ACPI: disabled
[ 2.041130] la/ptsa driver initialized.
[ 2.045032] NET: Registered protocol family 2
[ 2.049595] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 2.059329] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 2.068104] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 2.076705] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 2.084638] TCP: Hash tables configured (established 524288 bind 65536)
[ 2.091366] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 2.098432] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 2.106046] NET: Registered protocol family 1
[ 2.110700] RPC: Registered named UNIX socket transport module.
[ 2.116634] RPC: Registered udp transport module.
[ 2.121335] RPC: Registered tcp transport module.
[ 2.126035] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.132488] PCI: CLS 0 bytes, default 64
[ 2.136562] Trying to unpack rootfs image as initramfs…
[ 2.252675] Freeing initrd memory: 8208K
[ 2.258981] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 2.266901] kvm [1]: IPA Size Limit: 48 bits
[ 2.271357] kvm [1]: VHE mode initialized successfully
[ 2.277201] Initialise system trusted keyrings
[ 2.281791] workingset: timestamp_bits=46 max_order=24 bucket_order=0
[ 2.290493] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.296598] NFS: Registering the id_resolver key type
[ 2.301664] Key type id_resolver registered
[ 2.305844] Key type id_legacy registered
[ 2.309886] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 2.316596] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 2.324005] ntfs: driver 2.1.32 [Flags: R/W].
[ 2.340033] NET: Registered protocol family 38
[ 2.344482] Key type asymmetric registered
[ 2.348577] Asymmetric key parser ‘x509’ registered
[ 2.353472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 2.360933] io scheduler mq-deadline registered
[ 2.365466] io scheduler kyber registered
[ 2.373409] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 2.379016] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 2.384603] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 2.390190] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[ 2.398292] tegra_dc_assign_hw_data: no matching compatible node
[ 2.404300] tegradccommon module_init failed
[ 2.408569] tegradc module_init failed
[ 2.412570] EINJ: ACPI disabled.
[ 2.417347] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 2.424243] tegra-pmc: ### PMC reset source: SYS_RESET_N
[ 2.429554] tegra-pmc: ### PMC reset level: L0
[ 2.433996] tegra-pmc: ### PMC reset status reg: 0x0
[ 2.440341] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.453350] random: fast init done
[ 2.453874] printk: console [ttyTCU0] enabled
[ 4.098936] arm-smmu 12000000.iommu: probing hardware configuration…
[ 4.106708] arm-smmu 12000000.iommu: SMMUv2 with:
[ 4.111550] arm-smmu 12000000.iommu: stage 1 translation
[ 4.117103] arm-smmu 12000000.iommu: stage 2 translation
[ 4.122661] arm-smmu 12000000.iommu: nested translation
[ 4.128118] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 4.135532] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only)
[ 4.144564] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000
[ 4.151266] arm-smmu 12000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 4.157951] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 4.165484] arm-smmu 10000000.iommu: probing hardware configuration…
[ 4.172181] arm-smmu 10000000.iommu: SMMUv2 with:
[ 4.177011] arm-smmu 10000000.iommu: stage 1 translation
[ 4.182543] arm-smmu 10000000.iommu: stage 2 translation
[ 4.188082] arm-smmu 10000000.iommu: nested translation
[ 4.193541] arm-smmu 10000000.iommu: stream matching with 128 register groups
[ 4.200954] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only)
[ 4.209867] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000
[ 4.216575] arm-smmu 10000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 4.223271] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 4.230398] arm-smmu 8000000.iommu: probing hardware configuration…
[ 4.237014] arm-smmu 8000000.iommu: SMMUv2 with:
[ 4.241753] arm-smmu 8000000.iommu: stage 1 translation
[ 4.247199] arm-smmu 8000000.iommu: stage 2 translation
[ 4.252650] arm-smmu 8000000.iommu: nested translation
[ 4.258014] arm-smmu 8000000.iommu: stream matching with 128 register groups
[ 4.265347] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only)
[ 4.274134] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000
[ 4.280742] arm-smmu 8000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 4.287351] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 4.294696] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[ 4.305205] tegra_profiler: version: 1.150, samples/io: 50/29
[ 4.311196] tegra_profiler: auth: init
[ 4.315338] nvsciipc: loaded module
[ 4.320439] tun: Universal TUN/TAP device driver, 1.6
[ 4.326081] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 4.333505] hns3: Copyright (c) 2017 Huawei Corporation.
[ 4.338994] e1000e: Intel(R) PRO/1000 Network Driver
[ 4.344089] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 4.350182] igb: Intel(R) Gigabit Ethernet Network Driver
[ 4.355724] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 4.361610] PPP generic driver version 2.4.2
[ 4.366036] PPP BSD Compression module registered
[ 4.370876] PPP Deflate Compression module registered
[ 4.376090] PPP MPPE Compression module registered
[ 4.381050] usbcore: registered new interface driver r8152
[ 4.386681] usbcore: registered new interface driver asix
[ 4.392235] usbcore: registered new interface driver ax88179_178a
[ 4.398490] usbcore: registered new interface driver cdc_ether
[ 4.404483] usbcore: registered new interface driver net1080
[ 4.410303] usbcore: registered new interface driver cdc_subset
[ 4.416389] usbcore: registered new interface driver zaurus
[ 4.422128] usbcore: registered new interface driver cdc_ncm
[ 4.427948] usbcore: registered new interface driver aqc111
[ 4.433770] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 4.440119] ohci-pci: OHCI PCI platform driver
[ 4.444689] ohci-platform: OHCI generic platform driver
[ 4.450341] tegra-xusb 3610000.xhci: Adding to iommu group 0
[ 4.456768] usbcore: registered new interface driver uas
[ 4.462268] usbcore: registered new interface driver usb-storage
[ 4.468585] tegra-xudc 3550000.xudc: Adding to iommu group 1
[ 4.474777] mousedev: PS/2 mouse device common for all mice
[ 4.480517] usbcore: registered new interface driver xpad
[ 4.487906] tegra_rtc c2a0000.rtc: registered as rtc1
[ 4.493385] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:29 UTC (29)
[ 4.501614] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 4.508036] i2c /dev entries driver
[ 4.511731] tegra-i2c 3160000.i2c: Adding to iommu group 2
[ 4.517568] tegra-i2c c240000.i2c: Adding to iommu group 2
[ 4.523282] tegra-i2c 3180000.i2c: Adding to iommu group 2
[ 4.528969] tegra-i2c 3190000.i2c: Adding to iommu group 2
[ 4.534654] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[ 4.540328] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[ 4.545998] tegra-i2c c250000.i2c: Adding to iommu group 2
[ 4.551669] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[ 4.559429] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[ 4.568013] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[ 4.577477] device-mapper: uevent: version 1.0.3
[ 4.582319] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 4.592144] sdhci: Secure Digital Host Controller Interface driver
[ 4.598489] sdhci: Copyright(c) Pierre Ossman
[ 4.602957] Synopsys Designware Multimedia Card Interface Driver
[ 4.609180] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.615212] sdhci-tegra 3460000.sdhci: Adding to iommu group 3
[ 4.615528] sdhci-tegra 3400000.sdhci: Adding to iommu group 4
[ 4.615714] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[ 4.617229] tegra-bpmp bpmp: firmware: 9a7bb16aee9be45a56e6-ccd7dae126b
[ 4.618663] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9
[ 4.619436] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81
[ 4.627535] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[ 4.656764] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
[ 7.211997] hid: raw HID events driver (C) Jiri Kosina
[ 7.217736] usbcore: registered new interface driver usbhid
[ 7.223469] usbhid: USB HID core driver
[ 7.228184] tegra-dce d800000.dce: Adding to iommu group 5
[ 7.234979] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2]
[ 7.244044] tegra234-aon c000000.aon: Adding to iommu group 6
[ 7.251182] c000000.aon:hsp: probed
[ 7.255077] tegra234-aon c000000.aon: init done
[ 7.260097] tegra23x-psc e860000.psc: Adding to iommu group 7
[ 7.266366] tegra23x-psc e860000.psc: ext_cfg base:(ptrval)
[ 7.272834] tegra23x-psc e860000.psc: init done
[ 7.273043] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5]
[ 7.277894] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 8
[ 7.286458] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [0]. Ignored…
[ 7.286839] dce: dce_admin_send_cmd_ver:424 version : [0x2] err : [0x0]
[ 7.294076] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 7.302295] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1]
[ 7.312609] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[ 7.317155] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [1] …
[ 7.317157] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [1]. Ignored…
[ 7.317172] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [1]. Ignored…
[ 7.326169] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 7.335234] dce: dce_admin_setup_clients_ipc:529 Get queue info failed for [2]
[ 7.344034] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[ 7.352834] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2]
[ 7.361498] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[ 7.372485] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [3] …
[ 7.372486] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [3]. Ignored…
[ 7.372497] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [3]. Ignored…
[ 7.380445] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[ 7.391323] dce: dce_start_boot_flow:173 DCE_BOOT_DONE
[ 7.400131] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[ 7.468172] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[ 7.480571] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (117)
[ 7.487399] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[ 7.495765] tegra-hsp b950000.tegra-hsp: Try increasing MBOX_TX_QUEUE_LEN
[ 7.495771] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=10150ec03f8849d1537396903b70d4a48a255aba
[ 7.516236] t19x_cache tegra-cache: probed
[ 7.520751] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[ 7.535244] optee: probing for conduit method.
[ 7.539842] optee: revision 3.19 (18d0f61b)
[ 7.540531] optee: dynamic shared memory is enabled
[ 7.549977] optee: initialized driver
[ 7.567054] nvpmodel: initialized successfully
[ 7.571739] tegra_hv: get_hvd: not initialized yet
[ 7.576685] user_ivc_mempool: hypervisor not present
[ 7.582492] usbcore: registered new interface driver snd-usb-audio
[ 7.589547] u32 classifier
[ 7.592351] input device check on
[ 7.596123] Actions configured
[ 7.599783] Initializing XFRM netlink socket
[ 7.604591] NET: Registered protocol family 10
[ 7.610700] Segment Routing with IPv6
[ 7.614527] NET: Registered protocol family 17
[ 7.619114] NET: Registered protocol family 15
[ 7.623744] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 7.637774] Bluetooth: RFCOMM socket layer initialized
[ 7.643087] Bluetooth: RFCOMM ver 1.11
[ 7.646961] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 7.653054] Bluetooth: HIDP socket layer initialized
[ 7.658967] 9pnet: Installing 9P2000 support
[ 7.663427] Key type dns_resolver registered
[ 7.668510] registered taskstats version 1
[ 7.672751] Loading compiled-in X.509 certificates
[ 7.681854] Loaded X.509 cert ‘Build time autogenerated kernel key: d2e6b29ce3ba3f3d31103e414d71889f8474be7b’
[ 7.692365] tegra194-pcie 14100000.pcie: Adding to iommu group 9
[ 7.705228] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 7.712386] tegra194-pcie 14160000.pcie: Adding to iommu group 10
[ 7.724804] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 7.731694] tegra194-pcie 141a0000.pcie: Adding to iommu group 11
[ 7.743976] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[ 7.750977] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[ 7.776341] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 12
[ 7.786757] host1x 13e40000.host1x: Adding to iommu group 13
[ 8.804853] t23x_init_gating_regs: Timed out waiting for syncpt ram init!
[ 8.820622] host1x 13e40000.host1x: initialized
[ 8.825634] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 14
[ 8.833804] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[ 8.845809] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 15
[ 8.853959] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[ 8.865899] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 16
[ 8.874009] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[ 8.886046] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 17
[ 8.894172] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[ 8.906182] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 18
[ 8.914296] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[ 8.926317] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 19
[ 8.934409] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[ 8.946431] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 20
[ 8.954545] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[ 8.966548] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 21
[ 8.974650] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[ 8.986692] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 22
[ 8.994789] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[ 9.006801] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 23
[ 9.014943] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[ 9.026956] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 24
[ 9.035105] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[ 9.047081] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 25
[ 9.055206] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[ 9.067218] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 26
[ 9.075326] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[ 9.087341] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 27
[ 9.095449] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[ 9.107461] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 28
[ 9.115567] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[ 9.127549] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 29
[ 9.135638] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[ 9.147670] falcon 15340000.vic: Adding to iommu group 30
[ 9.158694] falcon 15340000.vic: initialized
[ 9.163376] falcon 15380000.nvjpg: Adding to iommu group 31
[ 9.172485] falcon 15380000.nvjpg: initialized
[ 9.177201] falcon 15540000.nvjpg1: Adding to iommu group 32
[ 9.186543] falcon 15540000.nvjpg1: initialized
[ 9.191339] falcon 154c0000.nvenc: Adding to iommu group 33
[ 9.202721] falcon 154c0000.nvenc: initialized
[ 9.207431] falcon 15a50000.ofa: Adding to iommu group 34
[ 9.216578] falcon 15a50000.ofa: initialized
[ 9.221117] nvdec 15480000.nvdec: Adding to iommu group 35
[ 9.233279] nvdec 15480000.nvdec: initialized
[ 9.237898] tsec 15500000.tsec: Adding to iommu group 36
[ 9.248611] tsec 15500000.tsec: initialized
[ 9.255732] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 9.272154] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 9.287627] gpio-394 (camera-control-output-low): hogged as output/low
[ 9.294391] gpio-397 (camera-control-output-low): hogged as output/low
[ 9.301144] gpio-487 (camera-control-output-low): hogged as output/low
[ 9.307896] gpio-486 (camera-control-output-low): hogged as output/low
[ 9.315627] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[ 9.322859] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[ 9.329839] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 9.336399] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 9.343019] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 9.349293] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[ 9.357484] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 9.366041] tegra194-isp5 14800000.isp: Adding to iommu group 37
[ 9.375587] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[ 9.385209] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[ 9.391766] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 38
[ 9.400049] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 39
[ 9.408138] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[ 9.418146] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[ 9.424936] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[ 9.434895] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[ 9.441681] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[ 9.451612] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[ 9.458446] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 40
[ 9.467198] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000)
[ 9.478547] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 41
[ 9.487293] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000)
[ 9.498648] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 42
[ 9.507384] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000)
[ 9.518744] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 43
[ 9.527453] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000)
[ 9.538812] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 44
[ 9.547581] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000)
[ 9.558937] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 45
[ 9.567652] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000)
[ 9.578999] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 46
[ 9.587779] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000)
[ 9.599134] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 47
[ 9.607836] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000)
[ 9.619205] pva 16000000.pva0: Adding to iommu group 48
[ 9.645558] pva 16000000.pva0: initialized
[ 9.659439] nvdla 15880000.nvdla0: Adding to iommu group 49
[ 9.674940] nvdla 15880000.nvdla0: initialized
[ 9.681215] nvdla 158c0000.nvdla1: Adding to iommu group 50
[ 9.696695] nvdla 158c0000.nvdla1: initialized
[ 9.702872] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 2
[ 9.709984] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[ 9.717449] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[ 9.724085] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[ 9.730874] serial-tegra 3100000.serial: Adding to iommu group 2
[ 9.737580] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART
[ 9.747294] serial-tegra 3110000.serial: Adding to iommu group 2
[ 9.753949] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 9.763557] serial-tegra 3130000.serial: Adding to iommu group 2
[ 9.770090] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 66, base_baud = 0) is a TEGRA_UART
[ 9.797233] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[ 9.806996] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 9.812574] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[ 9.821182] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[ 9.830787] tegra-xusb 3610000.xhci: irq 235, io mem 0x03610000
[ 9.837275] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 9.845782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.853212] usb usb1: Product: xHCI Host Controller
[ 9.858236] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[ 9.864503] usb usb1: SerialNumber: 3610000.xhci
[ 9.869964] hub 1-0:1.0: USB hub found
[ 9.873850] hub 1-0:1.0: 4 ports detected
[ 9.878220] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 9.883781] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[ 9.891571] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[ 9.899117] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 9.907637] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.915073] usb usb2: Product: xHCI Host Controller
[ 9.920088] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[ 9.926357] usb usb2: SerialNumber: 3610000.xhci
[ 9.931609] hub 2-0:1.0: USB hub found
[ 9.935502] hub 2-0:1.0: 4 ports detected
[ 9.960964] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[ 9.984175] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz
[ 9.998542] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz
[ 10.013005] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz
[ 10.025493] tegra194-cpufreq e000000.ccplex: probed with ICC
[ 10.032453] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 10.042259] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 10.042545] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[ 10.051767] mmc0: CQHCI version 5.10
[ 10.054369] tegra194-pcie 14100000.pcie: IO 0x0030100000…0x00301fffff → 0x0030100000
[ 10.066729] tegra194-pcie 14100000.pcie: MEM 0x20a8000000…0x20afffffff → 0x0040000000
[ 10.075436] tegra194-pcie 14100000.pcie: MEM 0x2080000000…0x20a7ffffff → 0x2080000000
[ 10.092259] irq: IRQ302: trimming hierarchy from :interrupt-controller@f400000-1
[ 10.098728] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[ 10.099904] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 302
[ 10.149921] usb 1-3: new full-speed USB device number 2 using tegra-xusb
[ 10.189926] tegra194-pcie 14100000.pcie: Link up
[ 10.196899] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 10.203719] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 10.209383] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 10.219218] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 10.230045] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 10.237977] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 10.244319] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 10.253948] mmc0: Command Queue Engine enabled
[ 10.254564] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[ 10.258526] mmc0: periodic cache flush enabled
[ 10.258533] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 10.264867] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 10.269809] mmcblk0: mmc0:0001 G1M15M 59.3 GiB
[ 10.275995] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[ 10.281738] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0)
[ 10.287281] pci 0001:01:00.0: supports D1 D2
[ 10.305472] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 10.316895] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 10.324367] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 10.330768] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[ 10.338788] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 10.345113] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 10.350546] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 10.356860] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 10.364255] pci 0001:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 10.364383] usb 1-3: New USB device found, idVendor=13d3, idProduct=3549, bcdDevice= 0.00
[ 10.373006] pci 0001:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 10.381412] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 10.390414] pcieport 0001:00:00.0: Adding to iommu group 9
[ 10.397396] usb 1-3: Product: Bluetooth Radio
[ 10.403329] pcieport 0001:00:00.0: PME: Signaling with IRQ 51
[ 10.407529] usb 1-3: Manufacturer: Realtek
[ 10.413820] pcieport 0001:00:00.0: AER: enabled with IRQ 51
[ 10.417631] usb 1-3: SerialNumber: 00e04c000001
[ 10.424242] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 10.435571] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[ 10.435752] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[ 10.449307] tegra194-pcie 14160000.pcie: IO 0x0036100000…0x00361fffff → 0x0036100000
[ 10.458004] tegra194-pcie 14160000.pcie: MEM 0x2428000000…0x242fffffff → 0x0040000000
[ 10.466698] tegra194-pcie 14160000.pcie: MEM 0x2140000000…0x2427ffffff → 0x2140000000
[ 10.466839] usb 2-3: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[ 10.521311] usb 2-3: New USB device found, idVendor=0bda, idProduct=0420, bcdDevice= 1.40
[ 10.529730] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 10.537068] usb 2-3: Product: 4-Port USB 3.0 Hub
[ 10.541813] usb 2-3: Manufacturer: Generic
[ 10.556514] hub 2-3:1.0: USB hub found
[ 10.562647] hub 2-3:1.0: 4 ports detected
[ 10.638063] usb 1-4: new high-speed USB device number 3 using tegra-xusb
[ 10.816537] usb 1-4: New USB device found, idVendor=0bda, idProduct=5420, bcdDevice= 1.40
[ 10.824956] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 10.832295] usb 1-4: Product: 4-Port USB 2.0 Hub
[ 10.837038] usb 1-4: Manufacturer: Generic
[ 10.843180] hub 1-4:1.0: USB hub found
[ 10.848378] hub 1-4:1.0: 4 ports detected
[ 11.370685] random: crng init done
[ 11.574511] tegra194-pcie 14160000.pcie: Phy link never came up
[ 11.580688] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 11.587491] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 11.593128] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 11.603223] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 11.614054] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 11.621968] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 11.628311] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 11.641832] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 11.647237] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 11.656168] pcieport 0004:00:00.0: Adding to iommu group 10
[ 11.662149] pcieport 0004:00:00.0: PME: Signaling with IRQ 53
[ 11.668431] pcieport 0004:00:00.0: AER: enabled with IRQ 53
[ 11.674412] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[ 11.680489] pci 0004:00:00.0: Removing from iommu group 10
[ 11.686137] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[ 11.693530] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[ 11.700094] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[ 11.700186] vdd-3v3-pcie: supplied by vdd-3v3-sys
[ 11.705206] avdd-cam-2v8: supplied by vdd-3v3-sys
[ 11.710140] vdd-dp: supplied by vdd-3v3-sys
[ 11.714578] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 11.719529] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys
[ 11.726349] tegra194-isp5 14800000.isp: initialized
[ 11.733445] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[ 11.739862] (NULL device *): fops function table already registered
[ 11.747254] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[ 11.754229] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 11.754395] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[ 11.776713] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 302
[ 11.875154] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges:
[ 11.882346] tegra194-pcie 141a0000.pcie: IO 0x003a100000…0x003a1fffff → 0x003a100000
[ 11.891045] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000…0x2b2fffffff → 0x0040000000
[ 11.899724] tegra194-pcie 141a0000.pcie: MEM 0x2740000000…0x2b27ffffff → 0x2740000000
[ 12.837151] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[ 12.897923] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 12.908141] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 12.918354] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 12.928555] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 12.938768] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 13.015126] tegra194-pcie 141a0000.pcie: Phy link never came up
[ 13.021274] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[ 13.028088] pci_bus 0005:00: root bus resource [bus 00-ff]
[ 13.033725] pci_bus 0005:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3a100000-0x3a1fffff])
[ 13.043817] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff])
[ 13.054651] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref]
[ 13.062572] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400
[ 13.068902] pci 0005:00:00.0: PME# supported from D0 D3hot
[ 13.082372] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[ 13.087774] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 13.096715] pcieport 0005:00:00.0: Adding to iommu group 11
[ 13.102692] pcieport 0005:00:00.0: PME: Signaling with IRQ 55
[ 13.108986] pcieport 0005:00:00.0: AER: enabled with IRQ 55
[ 13.114959] pci_bus 0005:01: busn_res: [bus 01-ff] is released
[ 13.121041] pci 0005:00:00.0: Removing from iommu group 11
[ 13.126698] pci_bus 0005:00: busn_res: [bus 00-ff] is released
[ 13.134485] nvethernet 6810000.ethernet: Adding to iommu group 51
[ 13.141097] nvethernet 6810000.ethernet: failed to read skip mac reset flag, default 0
[ 13.149251] nvethernet 6810000.ethernet: failed to read MDIO address
[ 13.155796] nvethernet 6810000.ethernet: setting to default DMA bit mask
[ 13.162687] nvethernet 6810000.ethernet: Failed to read DMA Tx ring size, using default [4096]
[ 13.171551] nvethernet 6810000.ethernet: Failed to read DMA Tx ring size, using default [4096]
[ 13.180405] nvethernet 6810000.ethernet: failed to read UPHY GBE mode- default to 10G
[ 13.578685] nvethernet 6810000.ethernet: Ethernet MAC address: 48:b0:2d:dd:b4:ad
[ 13.586355] -->macsec_probe()
[ 13.586371] -->macsec_get_platform_res()
[ 13.586398] <–macsec_get_platform_res()
[ 13.586399] -->macsec_enable_car()
[ 13.586907] <–macsec_enable_car()
[ 13.586930] <–macsec_probe()
[ 13.586931] nvethernet 6810000.ethernet: Macsec not enabled
[ 13.592662] nvethernet 6810000.ethernet: Macsec: Reduced MTU: 1466 Max: 16383
[ 13.603757] nvethernet 6810000.ethernet: eth0 (HW ver: 31) created with 10 DMA channels
[ 13.612396] irq: IRQ304: trimming hierarchy from :pmc@c360000
[ 13.618405] irq: IRQ305: trimming hierarchy from :interrupt-controller@f400000-1
[ 13.626083] irq: IRQ306: trimming hierarchy from :pmc@c360000
[ 13.632069] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 13.639328] tegra-se-nvhost 15810000.se: Adding to iommu group 52
[ 13.645950] tegra-se-nvhost 15810000.se: initialized
[ 13.663381] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 13.669787] tegra-se-nvhost 15820000.se: Adding to iommu group 53
[ 13.676374] tegra-se-nvhost 15820000.se: initialized
[ 13.683736] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 13.690106] tegra-se-nvhost 15840000.se: Adding to iommu group 54
[ 13.696679] tegra-se-nvhost 15840000.se: initialized
[ 13.704387] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 13.711244] tegra_actmon d230000.actmon: in actmon_register()…
[ 13.717584] tegra_actmon d230000.actmon: bwmgr_disable = 1
[ 13.723791] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[ 13.732216] hvc_sysfs: hypervisor is not present
[ 13.867538] ALSA device list:
[ 13.870600] No soundcards found.
[ 13.874695] Freeing unused kernel memory: 3968K
[ 13.879427] Run /init as init process
[ 13.883190] with arguments:
[ 13.883191] /init
[ 13.883192] with environment:
[ 13.883193] HOME=/
[ 13.883194] TERM=linux
[ 13.883195] mminit_loglevel=4
[ 13.895263] Root device found: mmcblk0p1
[ 13.899776] Found dev node: /dev/mmcblk0p1
[ 13.928040] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 13.937505] Rootfs mounted over mmcblk0p1
[ 13.961165] Switching from initrd to actual rootfs
[ 14.088149] systemd[1]: System time before build time, advancing clock.
[ 14.140903] systemd[1]: systemd 245.4-4ubuntu3.22 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)
[ 14.164514] systemd[1]: Detected architecture arm64.
[ 14.215247] systemd[1]: Set hostname to .
[ 14.416527] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 14.429586] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 14.439327] systemd[1]: Created slice system-modprobe.slice.
[ 14.445630] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 14.452471] systemd[1]: Created slice User and Session Slice.
[ 14.458516] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 14.466603] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 14.476385] systemd[1]: Reached target User and Group Name Lookups.
[ 14.482944] systemd[1]: Reached target Slices.
[ 14.487577] systemd[1]: Reached target Mounting snaps.
[ 14.492915] systemd[1]: Reached target Swap.
[ 14.497576] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 14.504433] systemd[1]: Listening on Syslog Socket.
[ 14.509600] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 14.516619] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 14.523583] systemd[1]: Listening on Journal Audit Socket.
[ 14.529346] systemd[1]: Listening on Journal Socket (/dev/log).
[ 14.535605] systemd[1]: Listening on Journal Socket.
[ 14.540876] systemd[1]: Listening on udev Control Socket.
[ 14.546544] systemd[1]: Listening on udev Kernel Socket.
[ 14.553195] systemd[1]: Mounting Huge Pages File System…
[ 14.560029] systemd[1]: Mounting POSIX Message Queue File System…
[ 14.567494] systemd[1]: Mounting RPC Pipe File System…
[ 14.574132] systemd[1]: Mounting Kernel Debug File System…
[ 14.581011] systemd[1]: Mounting Kernel Trace File System…
[ 14.588185] systemd[1]: Starting Journal Service…
[ 14.594553] systemd[1]: Starting Set the console keyboard layout…
[ 14.602130] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 14.612029] systemd[1]: Starting Load Kernel Module chromeos_pstore…
[ 14.619561] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 14.629021] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 14.636635] systemd[1]: Starting Load Kernel Module pstore_blk…
[ 14.644243] systemd[1]: Starting Load Kernel Module pstore_zone…
[ 14.651732] systemd[1]: Starting Load Kernel Module ramoops…
[ 14.658960] systemd[1]: Starting NVIDIA specific first-boot udev script…
[ 14.667203] systemd[1]: Started Nameserver information manager.
[ 14.673480] systemd[1]: Reached target Network (Pre).
[ 14.681008] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 14.690410] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 14.707557] systemd[1]: Starting Load Kernel Modules…
[ 14.714045] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 14.721340] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 14.722128] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 14.722196] systemd[1]: Starting udev Coldplug all Devices…
[ 14.739716] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x0000001033000000,16777216
[ 14.739720] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout
[ 14.757577] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000001049800000,914358272
[ 14.767261] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 14.767267] nvmap_page_pool_init: Total RAM pages: 16075950
[ 14.777628] systemd[1]: Started Journal Service.
[ 14.781222] nvmap_page_pool_init: nvmap page pool size: 2009493 pages (3753 MB)
[ 14.781385] nvmap_background_zero_thread: PP zeroing thread starting.
[ 14.781474] misc nvmap: created heap vpr base 0x0000001049800000 size (892928KiB)
[ 14.784425] misc nvmap: created heap fsi base 0x0000001033000000 size (16384KiB)
[ 14.840663] systemd-journald[311]: Received client request to flush runtime journal.
[ 14.841834] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[ 15.168369] nvidia: loading out-of-tree module taints kernel.
[ 15.187270] nv_platform 13800000.display: Adding to iommu group 55
[ 15.194773] platform 13800000.display:nvdisplay-niso: Adding to iommu group 56
[ 15.198077] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64 35.2.1 Release Build (buildbrain@mobile-u64-6348-d7000) Tue Jan 24 15:26:51 PST 2023
[ 15.200972] spi-tegra114 3210000.spi: Adding to iommu group 2
[ 15.208313] spi-tegra114 3230000.spi: Adding to iommu group 2
[ 15.215792] irq: IRQ307: trimming hierarchy from :pmc@c360000
[ 15.218492] tegra-hda 3510000.hda: Adding to iommu group 57
[ 15.218783] cpu-throttle-alert cooling device registered.
[ 15.219253] gpu-throttle-alert cooling device registered.
[ 15.219343] cv0-throttle-alert cooling device registered.
[ 15.219409] cv1-throttle-alert cooling device registered.
[ 15.219454] cv2-throttle-alert cooling device registered.
[ 15.219498] soc0-throttle-alert cooling device registered.
[ 15.219540] soc1-throttle-alert cooling device registered.
[ 15.219580] soc2-throttle-alert cooling device registered.
[ 15.219671] hot-surface-alert cooling device registered.
[ 15.229162] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[ 15.233395] loop: module loaded
[ 15.252159] nvadsp 2993000.adsp: Adding to iommu group 58
[ 15.252299] nvadsp 2993000.adsp: in probe()…
[ 15.253290] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 15.256336] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input1
[ 15.256428] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input2
[ 15.256502] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input3
[ 15.256613] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input4
[ 15.296076] irq: IRQ309: trimming hierarchy from :pmc@c360000
[ 15.296090] nct1008_nct72 4-004c: starting parse dt
[ 15.296143] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[ 15.296145] nct1008_nct72 4-004c: success parsing dt
[ 15.296287] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[ 15.332264] nct1008_nct72 4-004c: LOC shutdown limit 107
[ 15.332931] nct1008_nct72 4-004c: EXT shutdown limit 107
[ 15.369462] nct1008_nct72 4-004c: initial LOC temp: 24000
[ 15.369968] nct1008_nct72 4-004c: initial EXT temp: 29750
[ 15.370933] nct1008_nct72 4-004c: hi_b:-4, lo_b:0
[ 15.371673] nct1008_nct72 4-004c: nct1008_probe: initialized
[ 15.375507] tegra-asoc: sound: Adding to iommu group 58
[ 15.379236] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 58
[ 15.379281] tegra210_adsp_audio_probe: platform probe started
[ 15.379595] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[ 15.379822] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[ 15.380042] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[ 15.380261] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[ 15.380484] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[ 15.380703] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[ 15.380706] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[ 15.380708] tegra210-adsp tegra210-adsp: using adma channel page 0
[ 15.380757] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[ 15.385704] irq: IRQ310: trimming hierarchy from :pmc@c360000
[ 15.425807] usbcore: registered new interface driver btusb
[ 15.430538] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[ 15.438536] rtk_btusb: Realtek Bluetooth USB driver ver 3.1
[ 15.438542] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 15.438543] rtk_btcoex: create workqueue
[ 15.438610] cryptd: max_cpu_qlen set to 1000
[ 15.438617] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 15.438655] rtk_btusb: btusb_probe intf->cur_altsetting->desc.bInterfaceNumber 0
[ 15.438657] rtk_btusb: btusb_probe can_wakeup 1, may wakeup 0
[ 15.438658] rtk_btusb: patch_add
[ 15.438659] rtk_btusb: auto suspend is disabled
[ 15.438661] rtk_btusb: pid = 0x3549
[ 15.438663] rtk_btusb: patch_add: Reset gEVersion to 0xff
[ 15.438669] rtk_btusb: set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
[ 15.438800] rtk_btusb: btusb_probe: done
[ 15.438831] usbcore: registered new interface driver rtk_btusb
[ 15.438856] rtk_btusb: btusb_open start
[ 15.438858] rtk_btusb: btusb_open hdev->promisc ==0
[ 15.438860] rtk_btusb: download_patch start
[ 15.438862] rtk_btusb: chip type value: 0x73
[ 15.438864] rtk_btusb: HCI reset.
[ 15.439575] rtl88x2ce 0001:01:00.0: Adding to iommu group 9
[ 15.439921] rtl88x2ce 0001:01:00.0: enabling device (0000 → 0003)
[ 15.443650] ucsi_ccg 1-0008: Port-0: no role switch found
[ 15.450055] rtk_btusb: read_ver_rsp->lmp_subver = 0x8822
[ 15.450059] rtk_btusb: read_ver_rsp->hci_rev = 0xc
[ 15.450060] rtk_btusb: patch_entry->lmp_sub = 0x8822
[ 15.450062] rtk_btusb: load_firmware start
[ 15.450063] rtk_btusb: lmp_version = 0x8822
[ 15.450064] rtk_btusb: config filename rtl8822cu_config
[ 15.453531] rtk_btusb: no bdaddr file /opt/bdaddr
[ 15.453536] rtk_btusb: 55 ab 23 87 00 00
[ 15.453544] rtk_btusb: Config file length 6, new length 6
[ 15.453546] rtk_btusb: fw name is rtl8822cu_fw
[ 15.459543] rtk_btusb: This is not 8723a, use new patch style!
[ 15.459550] rtk_btusb: rtk_get_eversion: gEVersion 255
[ 15.461066] rtk_btusb: eversion->status = 0x0, eversion->version = 0x3
[ 15.461072] rtk_btusb: load_firmware: New gEVersion 3
[ 15.461075] rtk_btusb: rtk_get_fw_project_id: opcode 0, len 1, data 13
[ 15.461077] rtk_btusb: lmp_version is 8822, project_id is 8822, match!
[ 15.461079] rtk_btusb: fw_version = 0x9a8cbc9
[ 15.461079] rtk_btusb: number_of_total_patch = 3
[ 15.461080] rtk_btusb: chipID 4
[ 15.461081] rtk_btusb: patch_length 0x8590
[ 15.461082] rtk_btusb: start_offset 0x00005d00
[ 15.461083] rtk_btusb: Svn version: 1940234490
[ 15.461084] rtk_btusb: Coexistence: BTCOEX_20210106-2020
[ 15.461085] rtk_btusb: buf_len = 0x8596
[ 15.461093] rtk_btusb: fw: exists, config file: exists
[ 15.461094] rtk_btusb: load_firmware done
[ 15.461104] rtk_btusb: download_data start
[ 15.527379] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[ 15.535286] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[ 15.638633] input: NVIDIA Jetson AGX Orin APE Headset Jack as /devices/platform/sound/sound/card1/input5
[ 15.653067] rtk_btusb: download_data done
[ 15.653071] rtk_btusb: HCI reset.
[ 15.664045] rtk_btusb: read_ver_rsp->lmp_subver = 0xcbc9
[ 15.664050] rtk_btusb: read_ver_rsp->hci_rev = 0x9a8
[ 15.664051] rtk_btusb: patch_entry->lmp_sub = 0x8822
[ 15.664058] rtk_btusb: Rtk patch end 0
[ 15.664061] rtk_btusb: btusb_open set HCI_RUNNING
[ 15.664080] rtk_btcoex: Open BTCOEX
[ 15.664082] rtk_btusb: btusb_open end
[ 15.666054] rtk_btcoex: BTCOEX hci_rev 0x09a8
[ 15.666058] rtk_btcoex: BTCOEX lmp_subver 0xcbc9
[ 15.680008] tegra210-adsp tegra210-adsp: Loaded app wire
[ 15.680015] tegra210-adsp tegra210-adsp: Loaded app apm
[ 15.680017] tegra210-adsp tegra210-adsp: Loaded app adma
[ 15.680018] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[ 15.680021] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 00000000e7e2d6eb
[ 15.686076] rtk_btusb: btusb_notify: hci0 evt 3
[ 15.700171] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[ 16.337073] using random self ethernet address
[ 16.341663] using random host ethernet address
[ 16.662708] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.662724] Bluetooth: BNEP socket layer initialized
[ 16.769372] Mass Storage Function, version: 2009/09/11
[ 16.769381] LUN: removable file: (no medium)
[ 16.771485] using random self ethernet address
[ 16.776091] using random host ethernet address
[ 16.918920] pstore: Using crash dump compression: deflate
[ 16.918959] printk: console [ramoops-1] enabled
[ 16.918961] pstore: Registered ramoops as persistent store backend
[ 16.918963] ramoops: using 0x200000@0x102e800000, ecc: 0
[ 17.139703] CPU8: shutdown
[ 17.142629] psci: CPU8 killed (polled 0 ms)
[ 17.177648] irq: IRQ312: trimming hierarchy from :interrupt-controller@f400000-1
[ 17.178911] hwmon hwmon6: temp1_input not attached to any thermal zone
[ 17.284659] CPU9: shutdown
[ 17.287888] psci: CPU9 killed (polled 0 ms)
[ 17.423143] CPU10: shutdown
[ 17.426113] psci: CPU10 killed (polled 0 ms)
[ 17.528074] IRQ 122: no longer affine to CPU11
[ 17.533429] CPU11: shutdown
[ 17.536595] psci: CPU11 killed (polled 0 ms)
[ 17.540665] nvgpu: 17000000.ga10b tpc_pg_mask_store:1067 [INFO] no value change, same mask already set
[ 17.887803] Aquantia AQR113C 6810000.ethernet:00: No AQR phy_mode setting in DT
[ 17.891632] nvgpu: 17000000.ga10b gk20a_scale_init:539 [INFO] enabled scaling for GPU

[ 18.260073] rndis0: HOST MAC 6a:92:7c:a9:a7:30
[ 18.260079] rndis0: MAC 6a:92:7c:a9:a7:31
[ 18.260332] usb0: HOST MAC 6a:92:7c:a9:a7:32
[ 18.260334] usb0: MAC 6a:92:7c:a9:a7:33
[ 18.322879] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[ 18.326715] l4tbr0: port 1(rndis0) entered blocking state
[ 18.326735] l4tbr0: port 1(rndis0) entered disabled state
[ 18.326985] device rndis0 entered promiscuous mode
[ 18.333671] l4tbr0: port 2(usb0) entered blocking state
[ 18.333688] l4tbr0: port 2(usb0) entered disabled state
[ 18.333863] device usb0 entered promiscuous mode
[ 19.193983] zram: Added device: zram0
[ 19.194293] zram: Added device: zram1
[ 19.194535] zram: Added device: zram2
[ 19.194878] zram: Added device: zram3
[ 19.195173] zram: Added device: zram4
[ 19.195383] zram: Added device: zram5
[ 19.195653] zram: Added device: zram6
[ 19.197014] zram: Added device: zram7
[ 19.260855] zram0: detected capacity change from 0 to 4115443712
[ 19.358251] Adding 4018984k swap on /dev/zram0. Priority:5 extents:1 across:4018984k SS
[ 19.364490] zram1: detected capacity change from 0 to 4115443712
[ 19.386271] Adding 4018984k swap on /dev/zram1. Priority:5 extents:1 across:4018984k SS
[ 19.391979] zram2: detected capacity change from 0 to 4115443712
[ 19.426369] Adding 4018984k swap on /dev/zram2. Priority:5 extents:1 across:4018984k SS
[ 19.435077] zram3: detected capacity change from 0 to 4115443712
[ 19.474191] Adding 4018984k swap on /dev/zram3. Priority:5 extents:1 across:4018984k SS
[ 19.479970] zram4: detected capacity change from 0 to 4115443712
[ 19.514285] Adding 4018984k swap on /dev/zram4. Priority:5 extents:1 across:4018984k SS
[ 19.519464] zram5: detected capacity change from 0 to 4115443712
[ 19.554086] Adding 4018984k swap on /dev/zram5. Priority:5 extents:1 across:4018984k SS
[ 19.559698] zram6: detected capacity change from 0 to 4115443712
[ 19.594093] Adding 4018984k swap on /dev/zram6. Priority:5 extents:1 across:4018984k SS
[ 19.599574] zram7: detected capacity change from 0 to 4115443712
[ 19.634155] Adding 4018984k swap on /dev/zram7. Priority:5 extents:1 across:4018984k SS
[ 21.306882] Bridge firewalling registered
[ 21.735807] fuse: init (API version 7.32)
[ 21.937466] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for aarch64 35.2.1 Release Build (buildbrain@mobile-u64-6348-d7000) Tue Jan 24 15:26:53 PST 2023
[ 22.168447] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080013f result 0x56:
[ 22.169554] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080017e result 0x56:
[ 22.174386] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080014a result 0x56:
[ 22.239561] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x730190 result 0x56:
[ 22.691912] NVRM nvAssertFailedNoLog: Assertion failed: minRequiredIsoBandwidthKBPS <= clientBwValues[DISPLAY_ICC_BW_CLIENT_EXT].minRequiredIsoBandwidthKBPS @ kern_disp_0402.c:111
[ 22.691924] CPU: 0 PID: 199 Comm: kworker/u24:3 Tainted: G O 5.10.104-tegra #1
[ 22.691926] Hardware name: Unknown Jetson AGX Orin/Jetson AGX Orin, BIOS 2.1-32413640 01/24/2023
[ 22.691939] Workqueue: dce-async-ipc-wq dce_client_async_event_work
[ 22.691943] Call trace:
[ 22.691951] dump_backtrace+0x0/0x1d0
[ 22.691955] show_stack+0x30/0x40
[ 22.691960] dump_stack+0xd8/0x138
[ 22.692016] os_dump_stack+0x18/0x20 [nvidia]
[ 22.692062] tlsEntryGet+0x130/0x138 [nvidia]
[ 22.692106] kdispArbAndAllocDisplayBandwidth_v04_02+0x274/0x288 [nvidia]
[ 22.692150] kdispInvokeDisplayModesetCallback_KERNEL+0xa8/0xf0 [nvidia]
[ 22.692193] dceclientHandleAsyncRpcCallback+0x17c/0x2f0 [nvidia]
[ 22.692236] initVGXSpecificRegistry+0x1dc/0x300 [nvidia]
[ 22.692240] dce_client_async_event_work+0x8c/0x190
[ 22.692243] process_one_work+0x1c4/0x4a0
[ 22.692245] worker_thread+0x54/0x430
[ 22.692246] kthread+0x148/0x170
[ 22.692249] ret_from_fork+0x10/0x24
[ 23.570404] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 24.217031] NVRM nvAssertFailedNoLog: Assertion failed: minRequiredIsoBandwidthKBPS <= clientBwValues[DISPLAY_ICC_BW_CLIENT_EXT].minRequiredIsoBandwidthKBPS @ kern_disp_0402.c:111
[ 25.310266] audit: type=1326 audit(1689620030.562:2): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=2710 comm=“cupsd” exe=“/snap/cups/981/sbin/cupsd” sig=0 arch=c00000b7 syscall=55 compat=0 ip=0xffff9da58f4c code=0x50000
[ 25.947209] audit: type=1326 audit(1689620031.198:3): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=2710 comm=“cupsd” exe=“/snap/cups/981/sbin/cupsd” sig=0 arch=c00000b7 syscall=55 compat=0 ip=0xffff9da58f4c code=0x50000
[ 25.968613] audit: type=1326 audit(1689620031.218:4): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=2725 comm=“cups-browsed” exe=“/snap/cups/981/sbin/cups-browsed” sig=0 arch=c00000b7 syscall=274 compat=0 ip=0xffffbd7c1a68 code=0x50000
[ 44.550011] vdd-12v-sys: disabling
[ 44.550033] vdd-3v3-ftdi: disabling
[ 535.472893] usb 1-4.4: new full-speed USB device number 4 using tegra-xusb
[ 535.584926] usb 1-4.4: New USB device found, idVendor=413c, idProduct=4503, bcdDevice= 2.28
[ 535.584935] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 535.584939] usb 1-4.4: Product: Dell Universal Receiver
[ 535.584942] usb 1-4.4: Manufacturer: Dell Computer Corp
[ 535.592629] input: Dell Computer Corp Dell Universal Receiver as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4:1.0/0003:413C:4503.0001/input/input6
[ 535.649216] hid-generic 0003:413C:4503.0001: input,hidraw0: USB HID v1.11 Keyboard [Dell Computer Corp Dell Universal Receiver] on usb-3610000.xhci-4.4/input0
[ 535.653145] input: Dell Computer Corp Dell Universal Receiver Mouse as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4:1.1/0003:413C:4503.0002/input/input7
[ 535.653281] input: Dell Computer Corp Dell Universal Receiver Consumer Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4:1.1/0003:413C:4503.0002/input/input8
[ 535.713332] input: Dell Computer Corp Dell Universal Receiver System Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4:1.1/0003:413C:4503.0002/input/input9
[ 535.713498] hid-generic 0003:413C:4503.0002: input,hidraw1: USB HID v1.11 Mouse [Dell Computer Corp Dell Universal Receiver] on usb-3610000.xhci-4.4/input1
[ 535.716551] hid-generic 0003:413C:4503.0003: hiddev96,hidraw2: USB HID v1.11 Device [Dell Computer Corp Dell Universal Receiver] on usb-3610000.xhci-4.4/input2

Here are the Serial Console Logs I captured using “dmesg --follow” If you need output from some other terminal o/p let me know

Hello, I solved the issue by connecting a PLIe and following instructions provided on Jetson Orin AGX USB PORT issues - #11 by linuxdev
this forum link.

However, based on the provided info, is there any other solution not involving a PCIe?

Just some notes for future use…

Lots of USB setup messages, all without error. Generally speaking, things look good. There are devices I specifically see:

1d6b  Linux Foundation
	0003  3.0 root hub
[ 9.899117] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10

13d3  IMC Networks
[ 10.364383] usb 1-3: New USB device fo
und, idVendor=13d3, idProduct=3549, bcdDevice= 0.00

0bda  Realtek Semiconductor Corp.
[ 10.816537] usb 1-4: New USB device found, idVendor=0bda, idProduct=5420, bcdDevice= 1.40

413c  Dell Computer Corp.
[ 535.584926] usb 1-4.4: New USB device found, idVendor=413c, idProduct=4503, bcdDevice= 2.28

If you plug your device into another Linux computer, e.g., a PC, and run “dmesg --follow”, then what shows up on this other working computer?

There are a lot of PCI messages as well, but I was not looking at those.

One thing I sometimes wonder is if autosuspend gets in the way. Are you attaching and/or looking at this hardware right after boot? That should exclude USB autosuspend.

Unless the USB root HUB is running on PCIe, the PCIe should not have any effect. If USB is on PCIe, then failure of PCIe would cause failure of all USB on that root HUB. Is any controller an external add-on? Or are all USB ports coming directly from the Jetson?

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