I updated JetPack as mentioned above, but I am still encountering the same issue with the system. Below is the dmesg
output after a reboot, and I have also attached a screenshot of the jtop
output.
technocraft@ubuntu:~$ lsusb --tree
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 10000M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 10000M
|__ Port 1: Dev 3, If 0, Class=Video, Driver=uvcvideo, 5000M
|__ Port 1: Dev 3, If 1, Class=Video, Driver=uvcvideo, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 480M
|__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 4: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 3, If 0, Class=Wireless, Driver=rtk_btusb, 12M
|__ Port 3: Dev 3, If 1, Class=Wireless, Driver=rtk_btusb, 12M
technocraft@ubuntu:~$ sudo dmesg
[sudo] password for technocraft:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[ 0.000000] Linux version 5.10.216-tegra (buildbrain@mobile-u64-6429-d8000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1)
#1 SMP PREEMPT Wed Aug 28 01:46:00 PDT 2024
[ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[ 0.000000] OF: fdt: - 80000000 , c0000000
[ 0.000000] Machine model: NVIDIA Orin Nano Developer Kit
[ 0.000000] efi: EFI v2.70 by EDK II
[ 0.000000] efi: RTPROP=0x2661af718 SMBIOS=0xffff0000 SMBIOS 3.0=0x26a1b0000 MEMATTR=0x264932018 ESRT=0x264934518 RNG=0x258560018 MEMRESERVE=0x258ed2c18
[ 0.000000] random: crng init done
[ 0.000000] esrt: Reserving ESRT space from 0x0000000264934518 to 0x0000000264934550.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000248000000, size 256 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-0x0000000273ffffff]
[ 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-0x000000025b092fff]
[ 0.000000] node 0: [mem 0x000000025b093000-0x000000025b31bfff]
[ 0.000000] node 0: [mem 0x000000025b31c000-0x00000002687fffff]
[ 0.000000] node 0: [mem 0x0000000268800000-0x000000026a73ffff]
[ 0.000000] node 0: [mem 0x000000026a740000-0x000000026eb0ffff]
[ 0.000000] node 0: [mem 0x000000026eb10000-0x000000026eb1ffff]
[ 0.000000] node 0: [mem 0x0000000272000000-0x0000000273ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000273ffffff]
[ 0.000000] On node 0 totalpages: 2034464
[ 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: 23808 pages used for memmap
[ 0.000000] Normal zone: 1510176 pages, LIFO batch:63
[ 0.000000] On node 0, zone Normal: 224 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 s90392 r8192 d32488 u131072
[ 0.000000] pcpu-alloc: s90392 r8192 d32488 u131072 alloc=32*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 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] CPU features: detected: Spectre-BHB
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2002464
[ 0.000000] Kernel command line: root=PARTUUID=b15c0080-dacd-464d-a37f-58b7100e957f rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb nv-auto-config
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 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: 7354288K/8137856K available (18560K kernel code, 3170K rwdata, 7240K rodata, 3968K init, 1415K bss, 521424K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=6.
[ 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=6
[ 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.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000646] Console: colour dummy device 80x25
[ 0.000685] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.000693] pid_max: default: 32768 minimum: 301
[ 0.000749] LSM: Security Framework initializing
[ 0.000771] Yama: becoming mindful.
[ 0.000791] SELinux: Initializing.
[ 0.000848] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.000861] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001882] rcu: Hierarchical SRCU implementation.
[ 0.001957] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.002413] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t23x/p3768/kernel-dts/tegra234-p3767-0003-p3768-0000-a0.dts
[ 0.002420] DTB Build time: Aug 28 2024 01:58:07
[ 0.003638] Tegra Revision: A01 SKU: 0xd5 CPU Process: 0 SoC Process: 0
[ 0.003796] Remapping and enabling EFI services.
[ 0.004648] smp: Bringing up secondary CPUs …
[ 0.033340] Detected PIPT I-cache on CPU1
[ 0.033374] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[ 0.033409] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[ 0.062047] Detected PIPT I-cache on CPU2
[ 0.062061] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[ 0.062078] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[ 0.090677] Detected PIPT I-cache on CPU3
[ 0.090687] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[ 0.090702] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[ 0.121351] Detected PIPT I-cache on CPU4
[ 0.121376] GICv3: CPU4: found redistributor 10200 region 0:0x000000000f500000
[ 0.121405] CPU4: Booted secondary processor 0x0000010200 [0x410fd421]
[ 0.150091] Detected PIPT I-cache on CPU5
[ 0.150103] GICv3: CPU5: found redistributor 10300 region 0:0x000000000f520000
[ 0.150119] CPU5: Booted secondary processor 0x0000010300 [0x410fd421]
[ 0.150185] smp: Brought up 1 node, 6 CPUs
[ 0.150199] SMP: Total of 6 processors activated.
[ 0.150203] CPU features: detected: Privileged Access Never
[ 0.150206] CPU features: detected: LSE atomic instructions
[ 0.150208] CPU features: detected: User Access Override
[ 0.150210] CPU features: detected: 32-bit EL0 Support
[ 0.150212] CPU features: detected: Common not Private translations
[ 0.150214] CPU features: detected: RAS Extension Support
[ 0.150216] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.150218] CPU features: detected: CRC32 instructions
[ 0.150220] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.169631] spectre-bhb mitigation disabled by command line option
[ 0.187192] CPU: All CPU(s) started at EL2
[ 0.189006] devtmpfs: initialized
[ 0.206240] KASLR enabled
[ 0.206369] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.206381] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.208120] pinctrl core: initialized pinctrl subsystem
[ 0.208639] SMBIOS 3.0.0 present.
[ 0.208647] DMI: NVIDIA NVIDIA Orin Nano Developer Kit/Jetson, BIOS 6.0-37391689 08/28/2024
[ 0.208921] NET: Registered protocol family 16
[ 0.209707] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.209771] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.209826] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.209857] audit: initializing netlink subsys (disabled)
[ 0.209933] audit: type=2000 audit(0.208:1): state=initialized audit_enabled=0 res=1
[ 0.210184] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.210188] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.210192] thermal_sys: Registered thermal governor ‘pid_thermal_gov’
[ 0.211090] cpuidle: using governor menu
[ 0.211235] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.211306] ASID allocator initialised with 32768 entries
[ 0.211397] Serial: AMBA PL011 UART driver
[ 0.213387] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[ 0.213413] Tegra reboot handler registered.
[ 0.234313] mc: mapped MMIO address: 0xffff8000107b0000 → 0x2c10000
[ 0.234325] mc: mapped MMIO address: 0xffff8000107d0000 → 0x2c20000
[ 0.234331] mc: mapped MMIO address: 0xffff8000107f0000 → 0x2c30000
[ 0.234341] mc: mapped MMIO address: 0xffff800010810000 → 0x2c40000
[ 0.234348] mc: mapped MMIO address: 0xffff800010830000 → 0x2c50000
[ 0.234354] mc: mapped MMIO address: 0xffff800010850000 → 0x2b80000
[ 0.234361] mc: mapped MMIO address: 0xffff800010870000 → 0x2b90000
[ 0.234367] mc: mapped MMIO address: 0xffff800010890000 → 0x2ba0000
[ 0.234373] mc: mapped MMIO address: 0xffff8000108b0000 → 0x2bb0000
[ 0.234379] mc: mapped MMIO address: 0xffff8000108d0000 → 0x1700000
[ 0.234386] mc: mapped MMIO address: 0xffff8000108f0000 → 0x1710000
[ 0.234393] mc: mapped MMIO address: 0xffff800010910000 → 0x1720000
[ 0.234399] mc: mapped MMIO address: 0xffff800010930000 → 0x1730000
[ 0.234405] mc: mapped MMIO address: 0xffff800010950000 → 0x1740000
[ 0.234412] mc: mapped MMIO address: 0xffff800010970000 → 0x1750000
[ 0.234418] mc: mapped MMIO address: 0xffff800010990000 → 0x1760000
[ 0.234424] mc: mapped MMIO address: 0xffff8000109b0000 → 0x1770000
[ 0.234431] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.234457] mc-err: mcerr ops are set to t23x
[ 0.235244] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 65, base_baud = 0) is a SBSA
[ 1.203264] printk: console [ttyAMA0] enabled
[ 1.212197] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.218906] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 1.225603] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.232301] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.240593] ACPI: Interpreter disabled.
[ 1.244917] ddr-vddq: supplied by vdd-5v
[ 1.249016] ddr-vdd2: supplied by vdd-5v
[ 1.253061] vdd-AO-1v2: supplied by vdd-5v
[ 1.257293] vdd-3v3: supplied by vdd-5v
[ 1.261270] vdd-rtc: supplied by vdd-AO-1v2
[ 1.265575] vdd-0v95-uphy: supplied by vdd-AO-1v2
[ 1.270394] vdd-0v95-hdmi: supplied by vdd-AO-1v2
[ 1.275375] vdd-1v8: supplied by vdd-3v3-sys
[ 1.279764] vdd-3v3-AO: supplied by vdd-5v-sys
[ 1.284321] vdd-av10-hub: supplied by vdd-5v-sys
[ 1.289070] vdd-vbus-a: supplied by vdd-5v-sys
[ 1.293627] vdd-vbus-b: supplied by vdd-5v-sys
[ 1.298198] vdd-3v3-dp: supplied by vdd-3v3-sys
[ 1.303058] iommu: Default domain type: Translated
[ 1.307970] eventlib_kernel: keventlib is initialized, test id: 0
[ 1.314262] SCSI subsystem initialized
[ 1.318091] usbcore: registered new interface driver usbfs
[ 1.323588] usbcore: registered new interface driver hub
[ 1.328908] usbcore: registered new device driver usb
[ 1.334166] mc: Linux media interface: v0.10
[ 1.338444] videodev: Linux video capture interface: v2.00
[ 1.344099] pps_core: LinuxPPS API ver. 1 registered
[ 1.349063] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
giometti@linux.it
[ 1.358199] PTP clock support registered
[ 1.362350] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[ 1.369509] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[ 1.377186] Registered efivars operations
[ 1.381727] FPGA manager framework
[ 1.385167] Advanced Linux Sound Architecture Driver Initialized.
[ 1.391536] Bluetooth: Core ver 2.22
[ 1.395119] NET: Registered protocol family 31
[ 1.399561] Bluetooth: HCI device and connection manager initialized
[ 1.405916] Bluetooth: HCI socket layer initialized
[ 1.410791] Bluetooth: L2CAP socket layer initialized
[ 1.415844] Bluetooth: SCO socket layer initialized
[ 1.421266] camchar: rtcpu character device driver loaded
[ 1.426922] clocksource: Switched to clocksource arch_sys_counter
[ 1.633624] VFS: Disk quotas dquot_6.6.0
[ 1.637594] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.645133] pnp: PnP ACPI: disabled
[ 1.650859] la/ptsa driver initialized.
[ 1.654762] NET: Registered protocol family 2
[ 1.659249] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.668340] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 1.676891] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.684882] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 1.692820] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.699421] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.706232] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.713545] NET: Registered protocol family 1
[ 1.718111] RPC: Registered named UNIX socket transport module.
[ 1.724043] RPC: Registered udp transport module.
[ 1.728745] RPC: Registered tcp transport module.
[ 1.733446] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.739891] PCI: CLS 0 bytes, default 64
[ 1.743932] Trying to unpack rootfs image as initramfs…
[ 1.912799] Freeing initrd memory: 9560K
[ 1.918841] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 1.926758] kvm [1]: IPA Size Limit: 48 bits
[ 1.931085] kvm [1]: GICv3: no GICV resource entry
[ 1.935876] kvm [1]: disabling GICv2 emulation
[ 1.940334] kvm [1]: GIC system register CPU interface enabled
[ 1.946226] kvm [1]: vgic interrupt IRQ9
[ 1.950252] kvm [1]: VHE mode initialized successfully
[ 1.956106] Initialise system trusted keyrings
[ 1.960661] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 1.969693] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.975832] NFS: Registering the id_resolver key type
[ 1.980906] Key type id_resolver registered
[ 1.985088] Key type id_legacy registered
[ 1.989134] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.995842] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 2.003249] ntfs: driver 2.1.32 [Flags: R/W].
[ 2.023219] NET: Registered protocol family 38
[ 2.027666] Key type asymmetric registered
[ 2.031761] Asymmetric key parser ‘x509’ registered
[ 2.036660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
[ 2.044108] io scheduler mq-deadline registered
[ 2.048639] io scheduler kyber registered
[ 2.056885] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 2.062490] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 2.068080] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 2.073667] tegra-pwm 32e0000.pwm: PWM clk can sleep in ops
[ 2.080097] efifb: probing for efifb
[ 2.083714] efifb: framebuffer at 0x279e00000, using 8640k, total 8640k
[ 2.090328] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[ 2.096420] efifb: scrolling: redraw
[ 2.099993] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.109383] Console: switching to colour frame buffer device 240x67
[ 2.119204] fb0: EFI VGA frame buffer device
[ 2.125329] tegra_dc_assign_hw_data: no matching compatible node
[ 2.131337] tegradccommon module_init failed
[ 2.135605] tegradc module_init failed
[ 2.139626] EINJ: ACPI disabled.
[ 2.144646] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 2.151526] tegra-pmc: ### PMC reset source: MAINSWRST
[ 2.156662] tegra-pmc: ### PMC reset level: L1
[ 2.161101] tegra-pmc: ### PMC reset status reg: 0x2d
[ 2.167532] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.609094] printk: console [ttyTCU0] enabled
[ 3.614175] arm-smmu 12000000.iommu: probing hardware configuration…
[ 3.620868] arm-smmu 12000000.iommu: SMMUv2 with:
[ 3.625686] arm-smmu 12000000.iommu: stage 1 translation
[ 3.631222] arm-smmu 12000000.iommu: stage 2 translation
[ 3.636758] arm-smmu 12000000.iommu: nested translation
[ 3.642206] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 3.649615] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only)
[ 3.658808] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000
[ 3.665505] arm-smmu 12000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.672195] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.679747] arm-smmu 10000000.iommu: probing hardware configuration…
[ 3.686441] arm-smmu 10000000.iommu: SMMUv2 with:
[ 3.691267] arm-smmu 10000000.iommu: stage 1 translation
[ 3.696800] arm-smmu 10000000.iommu: stage 2 translation
[ 3.702330] arm-smmu 10000000.iommu: nested translation
[ 3.707774] arm-smmu 10000000.iommu: stream matching with 128 register groups
[ 3.715183] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only)
[ 3.724359] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000
[ 3.731045] arm-smmu 10000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.737736] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.744918] arm-smmu 8000000.iommu: probing hardware configuration…
[ 3.751525] arm-smmu 8000000.iommu: SMMUv2 with:
[ 3.751527] arm-smmu 8000000.iommu: stage 1 translation
[ 3.751528] arm-smmu 8000000.iommu: stage 2 translation
[ 3.751529] arm-smmu 8000000.iommu: nested translation
[ 3.751532] arm-smmu 8000000.iommu: stream matching with 128 register groups
[ 3.751536] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only)
[ 3.788905] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000
[ 3.795517] arm-smmu 8000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.802123] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.809422] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[ 3.819284] tegra_profiler: version: 1.151, samples/io: 51/30
[ 3.825244] tegra_profiler: auth: init
[ 3.829397] nvsciipc: loaded module
[ 3.834690] tun: Universal TUN/TAP device driver, 1.6
[ 3.840373] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 3.847793] hns3: Copyright (c) 2017 Huawei Corporation.
[ 3.853277] e1000e: Intel(R) PRO/1000 Network Driver
[ 3.858370] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.864455] igb: Intel(R) Gigabit Ethernet Network Driver
[ 3.869987] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.875871] PPP generic driver version 2.4.2
[ 3.880306] PPP BSD Compression module registered
[ 3.885133] PPP Deflate Compression module registered
[ 3.890330] PPP MPPE Compression module registered
[ 3.895279] usbcore: registered new interface driver r8152
[ 3.900919] usbcore: registered new interface driver asix
[ 3.906462] usbcore: registered new interface driver ax88179_178a
[ 3.912725] usbcore: registered new interface driver cdc_ether
[ 3.918721] usbcore: registered new interface driver net1080
[ 3.924534] usbcore: registered new interface driver cdc_subset
[ 3.930611] usbcore: registered new interface driver zaurus
[ 3.936333] usbcore: registered new interface driver cdc_ncm
[ 3.942146] usbcore: registered new interface driver aqc111
[ 3.947982] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 3.954335] ohci-pci: OHCI PCI platform driver
[ 3.958909] ohci-platform: OHCI generic platform driver
[ 3.964610] tegra-xusb 3610000.xhci: Adding to iommu group 0
[ 3.970995] usbcore: registered new interface driver uas
[ 3.976474] usbcore: registered new interface driver usb-storage
[ 3.982804] tegra-xudc 3550000.xudc: Adding to iommu group 1
[ 3.988899] mousedev: PS/2 mouse device common for all mice
[ 3.994643] usbcore: registered new interface driver xpad
[ 4.002084] tegra_rtc c2a0000.rtc: registered as rtc1
[ 4.007561] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:21 UTC (21)
[ 4.015782] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 4.022185] i2c /dev entries driver
[ 4.025898] tegra-i2c 3160000.i2c: Adding to iommu group 2
[ 4.031689] tegra-i2c c240000.i2c: Adding to iommu group 2
[ 4.037397] tegra-i2c 3180000.i2c: Adding to iommu group 2
[ 4.043082] tegra-i2c 3190000.i2c: Adding to iommu group 2
[ 4.048763] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[ 4.054441] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[ 4.060119] tegra-i2c c250000.i2c: Adding to iommu group 2
[ 4.065807] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[ 4.074304] pps pps0: new PPS source ktimer
[ 4.078597] pps pps0: ktimer PPS source registered
[ 4.083516] pps_ldisc: PPS line discipline registered
[ 4.089642] device-mapper: uevent: version 1.0.3
[ 4.094476] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised:
dm-devel@redhat.com
[ 4.104183] sdhci: Secure Digital Host Controller Interface driver
[ 4.110525] sdhci: Copyright(c) Pierre Ossman
[ 4.114995] Synopsys Designware Multimedia Card Interface Driver
[ 4.121243] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.127415] sdhci-tegra 3400000.sdhci: Adding to iommu group 3
[ 4.127653] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[ 4.140704] tegra-bpmp bpmp: firmware: e941463f35523d12ee54-da583751bbf
[ 4.148525] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9
[ 4.153931] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x82
[ 4.169412] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[ 4.175370] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
[ 5.737363] hid: raw HID events driver (C) Jiri Kosina
[ 5.743224] usbcore: registered new interface driver usbhid
[ 5.748952] usbhid: USB HID core driver
[ 5.753376] tegra-dce d800000.dce: Adding to iommu group 4
[ 5.760045] dce: dce_ipc_channel_init:319 Invalid Channel State [0x0] for ch_type [2]
[ 5.768677] tegra234-aon c000000.aon: Adding to iommu group 5
[ 5.775171] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5]
[ 5.779769] c000000.aon:hsp: probed
[ 5.784141] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [0]. Ignored…
[ 5.784147] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5]
[ 5.788029] tegra234-aon c000000.aon: init done
[ 5.796607] dce: dce_admin_send_cmd_ver:424 version : [0x2] err : [0x0]
[ 5.796608] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [0]. Ignored…
[ 5.805959] tegra23x-psc e860000.psc: Adding to iommu group 6
[ 5.810319] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1]
[ 5.817790] tegra23x-psc e860000.psc: ext_cfg base:00000000954356f0
[ 5.825869] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [1] …
[ 5.825871] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [1]. Ignored…
[ 5.825872] dce: dce_admin_setup_clients_ipc:529 Get queue info failed for [2]
[ 5.825882] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [1]. Ignored…
[ 5.831798] tegra23x-psc e860000.psc: init done
[ 5.840763] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2]
[ 5.847496] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 7
[ 5.855600] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [3] …
[ 5.855602] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [3]. Ignored…
[ 5.855613] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [3]. Ignored…
[ 5.864974] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 5.872130] dce: dce_start_boot_flow:173 DCE_BOOT_DONE
[ 5.883240] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[ 5.949898] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 5.961392] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[ 5.973232] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[ 5.985083] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[ 5.997700] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[ 6.010576] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[ 6.022765] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (113)
[ 6.029584] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[ 6.038257] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=23d74756c4720b2703c3fdde572be7d2b5d3d3ab
[ 6.051971] t19x_cache tegra-cache: probed
[ 6.056560] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[ 6.067482] optee: probing for conduit method.
[ 6.072082] optee: revision 3.22 (eb8130c7)
[ 6.130851] optee: dynamic shared memory is enabled
[ 6.140317] optee: initialized driver
[ 6.155321] nvpmodel: initialized successfully
[ 6.160053] tegra_hv: get_hvd: not initialized yet
[ 6.164997] user_ivc_mempool: hypervisor not present
[ 6.170913] usbcore: registered new interface driver snd-usb-audio
[ 6.178061] u32 classifier
[ 6.180854] input device check on
[ 6.184623] Actions configured
[ 6.188271] Initializing XFRM netlink socket
[ 6.193152] NET: Registered protocol family 10
[ 6.198748] Segment Routing with IPv6
[ 6.202578] NET: Registered protocol family 17
[ 6.207169] NET: Registered protocol family 15
[ 6.211796] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 6.225881] Bluetooth: RFCOMM socket layer initialized
[ 6.231183] Bluetooth: RFCOMM ver 1.11
[ 6.235068] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 6.241152] Bluetooth: HIDP socket layer initialized
[ 6.246861] 9pnet: Installing 9P2000 support
[ 6.251315] Key type dns_resolver registered
[ 6.256498] registered taskstats version 1
[ 6.260725] Loading compiled-in X.509 certificates
[ 6.276543] Loaded X.509 cert ‘Build time autogenerated kernel key: 8bf422cbdacfe43c83374f4270ed8f21e8dceb0f’
[ 6.287211] tegra194-pcie 14100000.pcie: Adding to iommu group 8
[ 6.300157] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 6.307457] tegra194-pcie 14160000.pcie: Adding to iommu group 9
[ 6.320135] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 6.327024] tegra194-pcie 141e0000.pcie: Adding to iommu group 10
[ 6.339260] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[ 6.346109] tegra194-pcie 140a0000.pcie: Adding to iommu group 11
[ 6.358405] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 6.365282] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[ 6.390781] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 12
[ 6.402743] simple-framebuffer chosen:framebuffer: framebuffer at 0x279e00000, 0x870000 bytes, mapped to 0x00000000090e09ce
[ 6.414201] simple-framebuffer chosen:framebuffer: format=x8r8g8b8, mode=1920x1080x32, linelength=8192
[ 6.423782] checking generic (279e00000 870000) vs hw (279e00000 870000)
[ 6.423783] fb0: switching to simple from EFI VGA
[ 6.429062] Console: switching to colour dummy device 80x25
[ 6.438745] Console: switching to colour frame buffer device 240x67
[ 6.448741] simple-framebuffer chosen:framebuffer: fb0: simplefb registered!
[ 6.456260] host1x 13e40000.host1x: Adding to iommu group 13
[ 6.488753] host1x 13e40000.host1x: initialized
[ 6.493834] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 14
[ 6.501843] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[ 6.512827] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 15
[ 6.520804] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[ 6.531785] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 16
[ 6.539760] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[ 6.550701] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 17
[ 6.558675] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[ 6.569633] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 18
[ 6.577596] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[ 6.588562] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 19
[ 6.596528] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[ 6.607490] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 20
[ 6.615482] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[ 6.626466] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 21
[ 6.634444] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[ 6.645426] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 22
[ 6.653424] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[ 6.664390] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 23
[ 6.672364] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[ 6.683318] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 24
[ 6.691265] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[ 6.702225] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 25
[ 6.710195] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[ 6.721165] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 26
[ 6.729127] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[ 6.740081] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 27
[ 6.748087] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[ 6.759077] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 28
[ 6.767048] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[ 6.778002] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 29
[ 6.785972] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[ 6.796976] falcon 15340000.vic: Adding to iommu group 30
[ 6.807383] falcon 15340000.vic: initialized
[ 6.812131] falcon 15380000.nvjpg: Adding to iommu group 31
[ 6.821082] falcon 15380000.nvjpg: initialized
[ 6.825805] falcon 15540000.nvjpg1: Adding to iommu group 32
[ 6.834185] falcon 15540000.nvjpg1: initialized
[ 6.839023] falcon 15a50000.ofa: Adding to iommu group 33
[ 6.847633] falcon 15a50000.ofa: initialized
[ 6.852229] nvdec 15480000.nvdec: Adding to iommu group 34
[ 6.865175] nvdec 15480000.nvdec: initialized
[ 6.869814] tsec 15500000.tsec: Adding to iommu group 35
[ 6.880408] tsec 15500000.tsec: initialized
[ 6.887951] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 6.903741] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 6.921302] gpio-397 (camera-control-output-low): hogged as output/low
[ 6.928059] gpio-486 (camera-control-output-low): hogged as output/low
[ 6.935899] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[ 6.942912] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[ 6.949910] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 6.956355] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 6.962973] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 6.969484] tegra-pwm 32e0000.pwm: PWM clk can sleep in ops
[ 6.977984] tegra194-isp5 14800000.isp: Adding to iommu group 36
[ 6.986134] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[ 6.995853] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[ 7.002315] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[ 7.011538] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[ 7.020905] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 37
[ 7.028964] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 38
[ 7.036925] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: Adding to iommu group 37
[ 7.045356] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[ 7.052453] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: Adding to iommu group 38
[ 7.060849] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[ 7.067923] scare-pigeon 13e40000.host1x:isp-thi@14b00000: Adding to iommu group 36
[ 7.076321] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[ 7.083432] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 2
[ 7.090524] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[ 7.098023] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[ 7.104664] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[ 7.111384] serial-tegra 3100000.serial: Adding to iommu group 2
[ 7.118060] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 17, base_baud = 0) is a TEGRA_UART
[ 7.127954] serial-tegra 3130000.serial: Adding to iommu group 2
[ 7.134465] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 63, base_baud = 0) is a TEGRA_UART
[ 7.144167] serial-tegra 3140000.serial: Adding to iommu group 2
[ 7.150660] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 7.176962] tegra-xusb 3610000.xhci: Firmware timestamp: 2023-02-10 03:48:10 UTC, Version: 80.05 release
[ 7.186722] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 7.192298] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[ 7.200960] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[ 7.210580] tegra-xusb 3610000.xhci: irq 219, io mem 0x03610000
[ 7.216901] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 7.222460] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[ 7.230257] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[ 7.237888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 7.246391] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.253819] usb usb1: Product: xHCI Host Controller
[ 7.258837] usb usb1: Manufacturer: Linux 5.10.216-tegra xhci-hcd
[ 7.265102] usb usb1: SerialNumber: 3610000.xhci
[ 7.270617] hub 1-0:1.0: USB hub found
[ 7.274509] hub 1-0:1.0: 4 ports detected
[ 7.278946] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 7.287448] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.294883] usb usb2: Product: xHCI Host Controller
[ 7.299896] usb usb2: Manufacturer: Linux 5.10.216-tegra xhci-hcd
[ 7.306176] usb usb2: SerialNumber: 3610000.xhci
[ 7.311529] hub 2-0:1.0: USB hub found
[ 7.315403] hub 2-0:1.0: 4 ports detected
[ 7.339800] i2c i2c-2: Added multiplexed i2c bus 9
[ 7.345058] i2c i2c-2: Added multiplexed i2c bus 10
[ 7.350098] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[ 7.357086] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[ 7.378810] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1545000 KHz, changing to: 1510400 KHz
[ 7.391483] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1540000 KHz, changing to: 1510400 KHz
[ 7.403175] tegra194-cpufreq e000000.ccplex: probed with ICC, cl:3
[ 7.410996] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 7.421601] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 7.421607] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[ 7.433720] tegra194-pcie 14100000.pcie: IO 0x0030100000…0x00301fffff → 0x0030100000
[ 7.442416] tegra194-pcie 14100000.pcie: MEM 0x20a8000000…0x20afffffff → 0x0040000000
[ 7.451102] tegra194-pcie 14100000.pcie: MEM 0x2080000000…0x20a7ffffff → 0x2080000000
[ 7.468769] irq: IRQ283: trimming hierarchy from :interrupt-controller@f400000-1
[ 7.476444] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 283
[ 7.539136] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 7.566924] tegra194-pcie 14100000.pcie: Link up
[ 7.572860] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 7.579678] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 7.585316] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 7.595161] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 7.606006] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 7.613945] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 7.620290] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 7.631902] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[ 7.638250] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 7.644184] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[ 7.652629] pci 0001:01:00.0: supports D1 D2
[ 7.657028] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 7.669242] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 7.676694] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 7.683069] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[ 7.691058] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 7.697359] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 7.702728] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 7.709033] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 7.716413] pci 0001:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 7.725375] pci 0001:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 7.734454] pcieport 0001:00:00.0: Adding to iommu group 8
[ 7.740432] pcieport 0001:00:00.0: PME: Signaling with IRQ 55
[ 7.746765] pcieport 0001:00:00.0: AER: enabled with IRQ 55
[ 7.753552] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 7.760248] usb 1-2: New USB device found, idVendor=0bda, idProduct=5489, bcdDevice= 1.40
[ 7.761322] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[ 7.768672] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.775836] tegra194-pcie 14160000.pcie: IO 0x0036100000…0x00361fffff → 0x0036100000
[ 7.783160] usb 1-2: Product: 4-Port USB 2.0 Hub
[ 7.783161] usb 1-2: Manufacturer: Generic
[ 7.800915] tegra194-pcie 14160000.pcie: MEM 0x2428000000…0x242fffffff → 0x0040000000
[ 7.809617] tegra194-pcie 14160000.pcie: MEM 0x2140000000…0x2427ffffff → 0x2140000000
[ 7.809685] hub 1-2:1.0: USB hub found
[ 7.823373] hub 1-2:1.0: 4 ports detected
[ 7.859698] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[ 7.906717] usb 2-1: New USB device found, idVendor=0bda, idProduct=0489, bcdDevice= 1.40
[ 7.915134] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.922477] usb 2-1: Product: 4-Port USB 3.0 Hub
[ 7.927229] tegra194-pcie 14160000.pcie: Link up
[ 7.931990] usb 2-1: Manufacturer: Generic
[ 7.945287] hub 2-1:1.0: USB hub found
[ 7.949329] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 7.956178] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 7.961838] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 7.971958] hub 2-1:1.0: 4 ports detected
[ 7.976088] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 7.986945] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 7.994960] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 8.001299] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 8.012048] pci 0004:01:00.0: [1dbe:5216] type 00 class 0x010802
[ 8.018404] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 8.025687] pci 0004:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 8.026925] usb 1-3: new full-speed USB device number 3 using tegra-xusb
[ 8.038282] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[ 8.046933] pci 0004:01:00.0: BAR 6: assigned [mem 0x2428000000-0x242801ffff pref]
[ 8.054751] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428020000-0x2428023fff 64bit]
[ 8.062717] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 8.068093] pci 0004:00:00.0: bridge window [mem 0x2428000000-0x24280fffff]
[ 8.075452] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 8.084205] pci 0004:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 8.093165] pcieport 0004:00:00.0: Adding to iommu group 9
[ 8.099065] pcieport 0004:00:00.0: PME: Signaling with IRQ 57
[ 8.105589] pcieport 0004:00:00.0: AER: enabled with IRQ 57
[ 8.111677] nvme 0004:01:00.0: Adding to iommu group 9
[ 8.117432] nvme nvme0: pci function 0004:01:00.0
[ 8.122486] nvme 0004:01:00.0: enabling device (0000 → 0002)
[ 8.123067] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[ 8.136112] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges:
[ 8.143290] tegra194-pcie 141e0000.pcie: IO 0x003e100000…0x003e1fffff → 0x003e100000
[ 8.151975] tegra194-pcie 141e0000.pcie: MEM 0x3228000000…0x322fffffff → 0x0040000000
[ 8.160655] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000…0x3227ffffff → 0x2e40000000
[ 8.169463] nvme nvme0: missing or invalid SUBNQN field.
[ 8.189512] nvme nvme0: allocated 64 MiB host memory buffer.
[ 8.203299] usb 1-3: New USB device found, idVendor=13d3, idProduct=3549, bcdDevice= 0.00
[ 8.211724] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.219062] usb 1-3: Product: Bluetooth Radio
[ 8.223537] usb 1-3: Manufacturer: Realtek
[ 8.227737] usb 1-3: SerialNumber: 00e04c000001
[ 8.510302] nvme nvme0: 6/0/0 default/read/poll queues
[ 8.517457] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 8.538934] usb 1-2.2: new low-speed USB device number 4 using tegra-xusb
[ 8.655971] usb 1-2.2: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[ 8.664599] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.672139] usb 1-2.2: Product: Dell MS116 USB Optical Mouse
[ 8.677985] usb 1-2.2: Manufacturer: PixArt
[ 8.687048] input: PixArt Dell MS116 USB Optical Mouse as /devices/platform/3610000.xhci/usb1/1-2/1-2.2/1-2.2:1.0/0003:413C:301A.0001/input/input0
[ 8.701173] hid-generic 0003:413C:301A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-3610000.xhci-2.2/input0
[ 8.743521] usb 2-1.1: new SuperSpeed Gen 1 USB device number 3 using tegra-xusb
[ 8.773224] usb 2-1.1: LPM exit latency is zeroed, disabling LPM.
[ 8.781405] usb 2-1.1: New USB device found, idVendor=04b4, idProduct=0495, bcdDevice= 0.00
[ 8.789996] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.797508] usb 2-1.1: Product: Arducam B0495 (USB3 2.3MP)
[ 8.803148] usb 2-1.1: Manufacturer: Arducam
[ 8.807534] usb 2-1.1: SerialNumber: Arducam_20231205_0001
[ 8.858934] usb 1-2.4: new low-speed USB device number 5 using tegra-xusb
[ 8.980597] usb 1-2.4: New USB device found, idVendor=413c, idProduct=2113, bcdDevice=33.09
[ 8.989189] usb 1-2.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 8.996707] usb 1-2.4: Product: Dell KB216 Wired Keyboard
[ 9.010433] input: Dell KB216 Wired Keyboard as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:413C:2113.0002/input/input1
[ 9.083479] hid-generic 0003:413C:2113.0002: input,hidraw1: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-3610000.xhci-2.4/input0
[ 9.102885] input: Dell KB216 Wired Keyboard System Control as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:413C:2113.0003/input/input2
[ 9.175508] input: Dell KB216 Wired Keyboard Consumer Control as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:413C:2113.0003/input/input3
[ 9.190734] hid-generic 0003:413C:2113.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-3610000.xhci-2.4/input1
[ 9.267102] tegra194-pcie 141e0000.pcie: Phy link never came up
[ 9.273292] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00
[ 9.280109] pci_bus 0007:00: root bus resource [bus 00-ff]
[ 9.285746] pci_bus 0007:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3e100000-0x3e1fffff])
[ 9.295862] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff])
[ 9.306701] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref]
[ 9.314624] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400
[ 9.320953] pci 0007:00:00.0: PME# supported from D0 D3hot
[ 9.335802] pci 0007:00:00.0: PCI bridge to [bus 01-ff]
[ 9.341194] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 9.350195] pcieport 0007:00:00.0: Adding to iommu group 10
[ 9.356181] pcieport 0007:00:00.0: PME: Signaling with IRQ 59
[ 9.362686] pcieport 0007:00:00.0: AER: enabled with IRQ 59
[ 9.368684] pci_bus 0007:01: busn_res: [bus 01-ff] is released
[ 9.374796] pci 0007:00:00.0: Removing from iommu group 10
[ 9.380445] pci_bus 0007:00: busn_res: [bus 00-ff] is released
[ 9.388073] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 9.394632] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[ 9.394819] vdd-3v3-sd: supplied by vdd-3v3
[ 9.400771] tegra194-isp5 14800000.isp: initialized
[ 9.408160] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[ 9.414631] (NULL device *): fops function table already registered
[ 9.422933] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[ 9.430032] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 9.430065] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 9.436818] irq: IRQ291: trimming hierarchy from :interrupt-controller@f400000-1
[ 9.463356] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 283
[ 9.555560] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges:
[ 9.562743] tegra194-pcie 140a0000.pcie: IO 0x002a100000…0x002a1fffff → 0x002a100000
[ 9.571438] tegra194-pcie 140a0000.pcie: MEM 0x3528000000…0x352fffffff → 0x0040000000
[ 9.580120] tegra194-pcie 140a0000.pcie: MEM 0x3240000000…0x3527ffffff → 0x3240000000
[ 9.695082] tegra194-pcie 140a0000.pcie: Link up
[ 9.700911] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00
[ 9.707729] pci_bus 0008:00: root bus resource [bus 00-ff]
[ 9.713372] pci_bus 0008:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x2a100000-0x2a1fffff])
[ 9.723492] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff])
[ 9.734322] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref]
[ 9.742236] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400
[ 9.748563] pci 0008:00:00.0: PME# supported from D0 D3hot
[ 9.759164] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000
[ 9.765489] pci 0008:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 9.771407] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 9.778509] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 9.786525] pci 0008:01:00.0: supports D1 D2
[ 9.790926] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9.802808] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff]
[ 9.810251] pci 0008:00:00.0: BAR 13: assigned [io 0x300000-0x300fff]
[ 9.816972] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit]
[ 9.824953] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit]
[ 9.832924] pci 0008:01:00.0: BAR 0: assigned [io 0x300000-0x3000ff]
[ 9.839585] pci 0008:00:00.0: PCI bridge to [bus 01-ff]
[ 9.844957] pci 0008:00:00.0: bridge window [io 0x300000-0x300fff]
[ 9.851594] pci 0008:00:00.0: bridge window [mem 0x3528000000-0x35280fffff]
[ 9.858955] pci 0008:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 9.867699] pci 0008:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 9.876662] pcieport 0008:00:00.0: Adding to iommu group 11
[ 9.882651] pcieport 0008:00:00.0: PME: Signaling with IRQ 61
[ 9.889296] pcieport 0008:00:00.0: AER: enabled with IRQ 61
[ 9.896461] irq: IRQ293: trimming hierarchy from :pmc@c360000
[ 9.902454] irq: IRQ294: trimming hierarchy from :interrupt-controller@f400000-1
[ 9.910136] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[ 9.917509] tegra-se-nvhost 15810000.se: Adding to iommu group 39
[ 9.924383] tegra-se-nvhost 15810000.se: initialized
[ 9.931156] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 9.937579] tegra-se-nvhost 15820000.se: Adding to iommu group 40
[ 9.944160] tegra-se-nvhost 15820000.se: initialized
[ 9.954404] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 9.960898] tegra-se-nvhost 15840000.se: Adding to iommu group 41
[ 9.967551] tegra-se-nvhost 15840000.se: initialized
[ 9.974192] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 9.981350] tegra_actmon d230000.actmon: in actmon_register()…
[ 9.987684] tegra_actmon d230000.actmon: bwmgr_disable = 1
[ 9.993707] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[ 10.002160] hvc_sysfs: hypervisor is not present
[ 10.006958] clk: Disabling unused clocks
[ 10.047881] ALSA device list:
[ 10.050963] No soundcards found.
[ 10.055331] Freeing unused kernel memory: 3968K
[ 10.060066] Run /init as init process
[ 10.063833] with arguments:
[ 10.063834] /init
[ 10.063836] nv-auto-config
[ 10.063837] with environment:
[ 10.063838] HOME=/
[ 10.063839] TERM=linux
[ 10.063841] mminit_loglevel=4
[ 10.080073] Root device found: PARTUUID=b15c0080-dacd-464d-a37f-58b7100e957f
[ 10.357370] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.370545] Rootfs mounted over PARTUUID=b15c0080-dacd-464d-a37f-58b7100e957f
[ 10.386543] Switching from initrd to actual rootfs
[ 10.465047] systemd[1]: System time before build time, advancing clock.
[ 10.525119] systemd[1]: systemd 245.4-4ubuntu3.23 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)
[ 10.534251] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[ 10.548886] systemd[1]: Detected architecture arm64.
[ 10.575178] systemd[1]: Set hostname to .
[ 10.739199] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 10.752176] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 10.762216] systemd[1]: Created slice system-modprobe.slice.
[ 10.783685] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 10.803461] systemd[1]: Created slice User and Session Slice.
[ 10.823076] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.847282] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.871039] systemd[1]: Reached target User and Group Name Lookups.
[ 10.890962] systemd[1]: Reached target Slices.
[ 10.906955] systemd[1]: Reached target Mounting snaps.
[ 10.926949] systemd[1]: Reached target Mounted snaps.
[ 10.946957] systemd[1]: Reached target Swap.
[ 10.963309] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 10.983092] systemd[1]: Listening on Syslog Socket.
[ 11.003077] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 11.027022] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 11.047208] systemd[1]: Listening on Journal Audit Socket.
[ 11.067070] systemd[1]: Listening on Journal Socket (/dev/log).
[ 11.087102] systemd[1]: Listening on Journal Socket.
[ 11.107107] systemd[1]: Listening on udev Control Socket.
[ 11.127035] systemd[1]: Listening on udev Kernel Socket.
[ 11.148571] systemd[1]: Mounting Huge Pages File System…
[ 11.168540] systemd[1]: Mounting POSIX Message Queue File System…
[ 11.196261] systemd[1]: Mounting RPC Pipe File System…
[ 11.216365] systemd[1]: Mounting Kernel Debug File System…
[ 11.240339] systemd[1]: Mounting Kernel Trace File System…
[ 11.260671] systemd[1]: Starting Journal Service…
[ 11.280734] systemd[1]: Starting Set the console keyboard layout…
[ 11.304685] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 11.332565] systemd[1]: Starting Load Kernel Module chromeos_pstore…
[ 11.355035] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 11.365047] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 11.384318] systemd[1]: Starting Load Kernel Module pstore_blk…
[ 11.404273] systemd[1]: Starting Load Kernel Module pstore_zone…
[ 11.424198] systemd[1]: Starting Load Kernel Module ramoops…
[ 11.444351] systemd[1]: Starting NVIDIA specific first-boot udev script…
[ 11.468467] systemd[1]: Started Nameserver information manager.
[ 11.491208] systemd[1]: Reached target Network (Pre).
[ 11.512120] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 11.521484] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 11.533458] systemd[1]: Starting Load Kernel Modules…
[ 11.549012] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 11.556669] nvmap_page_pool_init: Total RAM pages: 1907490
[ 11.562343] nvmap_page_pool_init: nvmap page pool size: 238436 pages (931 MB)
[ 11.569780] nvmap_background_zero_thread: PP zeroing thread starting.
[ 11.580645] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 11.590460] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[ 11.608844] systemd[1]: Starting udev Coldplug all Devices…
[ 11.620584] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000
[ 11.645097] systemd[1]: Started Journal Service.
[ 11.981253] systemd-journald[241]: Received client request to flush runtime journal.
[ 12.705594] nvidia: loading out-of-tree module taints kernel.
[ 12.720400] nv_platform 13800000.display: Adding to iommu group 42
[ 12.722244] platform 13800000.display:nvdisplay-niso: Adding to iommu group 43
[ 12.723878] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64 35.5.0 Release Build (buildbrain@mobile-u64-6429-d8000) Wed Aug 28 01:59:41 PDT 2024
[ 12.783037] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[ 12.784860] spi-tegra114 3210000.spi: Adding to iommu group 2
[ 12.788886] r8168 0008:01:00.0: Adding to iommu group 11
[ 12.789187] r8168 Gigabit Ethernet driver 8.053.00-NAPI loaded
[ 12.789288] r8168 0008:01:00.0: enabling device (0000 → 0003)
[ 12.790784] spi-tegra114 3230000.spi: Adding to iommu group 2
[ 12.795042] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[ 12.807393] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 12.809513] r8168 Copyright (C) 2024 Realtek NIC software team nicfae@realtek.com
This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/.
This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/.
[ 12.813559] imx219 9-0010: board setup failed
[ 12.818141] imx219: probe of 9-0010 failed with error -121
[ 12.818467] tegra-hda 3510000.hda: Adding to iommu group 44
[ 12.824755] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[ 12.832711] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[ 12.840052] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[ 12.850554] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input5
[ 12.850696] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input6
[ 12.850810] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input7
[ 12.850901] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input8
[ 12.851618] rtl88x2ce 0001:01:00.0: Adding to iommu group 8
[ 12.851992] rtl88x2ce 0001:01:00.0: enabling device (0000 → 0003)
[ 12.857382] imx219 10-0010: board setup failed
[ 12.864651] imx219: probe of 10-0010 failed with error -121
[ 12.912854] irq: IRQ297: trimming hierarchy from :pmc@c360000
[ 12.918291] fusb301 1-0025: device id: 0x12
[ 12.953803] fusb301 1-0025: toggle_time(0) is not updated
[ 12.954266] fusb301 1-0025: fusb301_set_mode: mode (32)(32)
[ 12.954593] fusb301 1-0025: fusb301_detach: type[0x00] chipstate[0x01]
[ 12.954598] fusb301 1-0025: fusb_update_state: 1
[ 12.960821] fusb301 1-0025: mode[0x20], host_cur[0x02], dttime[0x00]
[ 12.993040] cpu-throttle-alert cooling device registered.
[ 12.993375] gpu-throttle-alert cooling device registered.
[ 12.993648] cv0-throttle-alert cooling device registered.
[ 12.993914] cv1-throttle-alert cooling device registered.
[ 12.994167] cv2-throttle-alert cooling device registered.
[ 13.001474] soc0-throttle-alert cooling device registered.
[ 13.001952] soc1-throttle-alert cooling device registered.
[ 13.002347] soc2-throttle-alert cooling device registered.
[ 13.004870] hot-surface-alert cooling device registered.
[ 13.017440] usbcore: registered new interface driver btusb
[ 13.024020] rtk_btusb: Realtek Bluetooth USB driver ver 3.1
[ 13.024026] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 13.024028] rtk_btcoex: create workqueue
[ 13.024613] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 13.024677] rtk_btusb: btusb_probe intf->cur_altsetting->desc.bInterfaceNumber 0
[ 13.024679] rtk_btusb: btusb_probe can_wakeup 1, may wakeup 0
[ 13.024680] rtk_btusb: patch_add
[ 13.024682] rtk_btusb: auto suspend is disabled
[ 13.024684] rtk_btusb: pid = 0x3549
[ 13.024685] rtk_btusb: patch_add: Reset gEVersion to 0xff
[ 13.024694] rtk_btusb: set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
[ 13.024863] rtk_btusb: btusb_probe: done
[ 13.024912] usbcore: registered new interface driver rtk_btusb
[ 13.027217] rtk_btusb: btusb_open start
[ 13.027220] rtk_btusb: btusb_open hdev->promisc ==0
[ 13.027222] rtk_btusb: download_patch start
[ 13.027225] rtk_btusb: chip type value: 0x73
[ 13.027228] rtk_btusb: HCI reset.
[ 13.038746] rtk_btusb: read_ver_rsp->lmp_subver = 0x8822
[ 13.038753] rtk_btusb: read_ver_rsp->hci_rev = 0xc
[ 13.038755] rtk_btusb: patch_entry->lmp_sub = 0x8822
[ 13.038757] rtk_btusb: load_firmware start
[ 13.038759] rtk_btusb: lmp_version = 0x8822
[ 13.038762] rtk_btusb: config filename rtl8822cu_config
[ 13.039178] rtk_btusb: no bdaddr file /opt/bdaddr
[ 13.039184] rtk_btusb: 55 ab 23 87 00 00
[ 13.039194] rtk_btusb: Config file length 6, new length 6
[ 13.039196] rtk_btusb: fw name is rtl8822cu_fw
[ 13.039956] rtk_btusb: This is not 8723a, use new patch style!
[ 13.039961] rtk_btusb: rtk_get_eversion: gEVersion 255
[ 13.041740] rtk_btusb: eversion->status = 0x0, eversion->version = 0x3
[ 13.041745] rtk_btusb: load_firmware: New gEVersion 3
[ 13.041749] rtk_btusb: rtk_get_fw_project_id: opcode 0, len 1, data 13
[ 13.041752] rtk_btusb: lmp_version is 8822, project_id is 8822, match!
[ 13.041754] rtk_btusb: fw_version = 0x9a8cbc9
[ 13.041756] rtk_btusb: number_of_total_patch = 3
[ 13.041757] rtk_btusb: chipID 4
[ 13.041759] rtk_btusb: patch_length 0x8590
[ 13.041761] rtk_btusb: start_offset 0x00005d00
[ 13.041763] rtk_btusb: Svn version: 1940234490
[ 13.041766] rtk_btusb: Coexistence: BTCOEX_20210106-2020
[ 13.041768] rtk_btusb: buf_len = 0x8596
[ 13.041782] rtk_btusb: fw: exists, config file: exists
[ 13.041784] rtk_btusb: load_firmware done
[ 13.041799] rtk_btusb: download_data start
[ 13.076415] tegra-asoc: sound: Adding to iommu group 45
[ 13.106249] uvcvideo: Found UVC 1.10 device Arducam B0495 (USB3 2.3MP) (04b4:0495)
[ 13.123116] input: Arducam B0495 (USB3 2.3MP) as /devices/platform/3610000.xhci/usb2/2-1/2-1.1/2-1.1:1.0/input/input9
[ 13.124348] usbcore: registered new interface driver uvcvideo
[ 13.124353] USB Video Class driver (1.1.1)
[ 13.179025] cryptd: max_cpu_qlen set to 1000
[ 13.210776] rtk_btusb: download_data done
[ 13.210785] rtk_btusb: HCI reset.
[ 13.221744] rtk_btusb: read_ver_rsp->lmp_subver = 0xcbc9
[ 13.221751] rtk_btusb: read_ver_rsp->hci_rev = 0x9a8
[ 13.221753] rtk_btusb: patch_entry->lmp_sub = 0x8822
[ 13.221764] rtk_btusb: Rtk patch end 0
[ 13.221767] rtk_btusb: btusb_open set HCI_RUNNING
[ 13.221799] rtk_btcoex: Open BTCOEX
[ 13.221801] rtk_btusb: btusb_open end
[ 13.224756] rtk_btcoex: BTCOEX hci_rev 0x09a8
[ 13.224760] rtk_btcoex: BTCOEX lmp_subver 0xcbc9
[ 13.244752] rtk_btusb: btusb_notify: hci0 evt 3
[ 13.499444] using random self ethernet address
[ 13.504258] using random host ethernet address
[ 13.527205] loop: module loaded
[ 13.670913] Mass Storage Function, version: 2009/09/11
[ 13.670940] LUN: removable file: (no medium)
[ 13.673921] using random self ethernet address
[ 13.680545] using random host ethernet address
[ 13.695801] rndis0: HOST MAC 1e:61:94:d0:98:cc
[ 13.695804] rndis0: MAC 1e:61:94:d0:98:cd
[ 13.696094] usb0: HOST MAC 1e:61:94:d0:98:ce
[ 13.696097] usb0: MAC 1e:61:94:d0:98:cf
[ 13.696934] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[ 13.701482] l4tbr0: port 1(rndis0) entered blocking state
[ 13.701497] l4tbr0: port 1(rndis0) entered disabled state
[ 13.701635] device rndis0 entered promiscuous mode
[ 13.708440] l4tbr0: port 2(usb0) entered blocking state
[ 13.708457] l4tbr0: port 2(usb0) entered disabled state
[ 13.708615] device usb0 entered promiscuous mode
[ 13.822575] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x8
[ 13.822581] nvvrs_pseq 4-003c: Clearing interrupts
[ 15.294957] rtk_btusb: btusb_flush add delay
[ 15.305033] rtk_btusb: btusb_close
[ 15.316067] rtk_btcoex: Close BTCOEX
[ 15.316076] rtk_btcoex: -x
[ 15.505872] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.505887] Bluetooth: BNEP socket layer initialized
[ 15.514015] rtk_btusb: btusb_open start
[ 15.514019] rtk_btusb: btusb_open hdev->promisc ==0
[ 15.514022] rtk_btusb: download_patch start
[ 15.514026] rtk_btusb: chip type value: 0x73
[ 15.514030] rtk_btusb: HCI reset.
[ 15.525731] rtk_btusb: read_ver_rsp->lmp_subver = 0xcbc9
[ 15.525735] rtk_btusb: read_ver_rsp->hci_rev = 0x9a8
[ 15.525737] rtk_btusb: patch_entry->lmp_sub = 0x8822
[ 15.525739] rtk_btusb: Firmware already exists
[ 15.525743] rtk_btusb: Rtk patch end 1
[ 15.525746] rtk_btusb: btusb_open set HCI_RUNNING
[ 15.525770] rtk_btcoex: Open BTCOEX
[ 15.525772] rtk_btusb: btusb_open end
[ 15.527747] rtk_btcoex: BTCOEX hci_rev 0x09a8
[ 15.527751] rtk_btcoex: BTCOEX lmp_subver 0xcbc9
[ 15.636366] eth0: 0xffff800010b67000, 48:b0:2d:f7:7b:5e, IRQ 295
[ 16.057903] pstore: Using crash dump compression: deflate
[ 16.057953] printk: console [ramoops-1] enabled
[ 16.057955] pstore: Registered ramoops as persistent store backend
[ 16.057958] ramoops: using 0x200000@0x26eb70000, ecc: 0
[ 16.184833] nvgpu: 17000000.ga10b gk20a_scale_init:541 [INFO] enabled scaling for GPU
[ 16.348866] zram: Added device: zram0
[ 16.350272] zram: Added device: zram1
[ 16.350505] zram: Added device: zram2
[ 16.352029] zram: Added device: zram3
[ 16.352258] zram: Added device: zram4
[ 16.352759] zram: Added device: zram5
[ 16.392542] zram0: detected capacity change from 0 to 651091968
[ 16.427028] Adding 635828k swap on /dev/zram0. Priority:5 extents:1 across:635828k SS
[ 16.428442] zram1: detected capacity change from 0 to 651091968
[ 16.466999] Adding 635828k swap on /dev/zram1. Priority:5 extents:1 across:635828k SS
[ 16.468129] zram2: detected capacity change from 0 to 651091968
[ 16.515035] Adding 635828k swap on /dev/zram2. Priority:5 extents:1 across:635828k SS
[ 16.516362] zram3: detected capacity change from 0 to 651091968
[ 16.570947] Adding 635828k swap on /dev/zram3. Priority:5 extents:1 across:635828k SS
[ 16.572205] zram4: detected capacity change from 0 to 651091968
[ 16.599054] Adding 635828k swap on /dev/zram4. Priority:5 extents:1 across:635828k SS
[ 16.600331] zram5: detected capacity change from 0 to 651091968
[ 16.627454] Adding 635828k swap on /dev/zram5. Priority:5 extents:1 across:635828k SS
[ 16.974495] Bridge firewalling registered
[ 17.365902] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for aarch64 35.5.0 Release Build (buildbrain@mobile-u64-6429-d8000) Wed Aug 28 01:59:43 PDT 2024
[ 20.537030] ACK 04 d4
[ 20.538976] ACK 04 d4
[ 20.565928] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 27.656555] fuse: init (API version 7.32)