Replies: 1 comment 1 reply
-
The You can also add You should also make sure have If you also need to disable logging to that UART during early boot, and by the BPMP, there are some other files you need to modify - take a look at the MISC_CONFIG file for MB1 and the device tree for the BPMP. I'm not 100% sure about all this, as I've never tried it, but hopefully this will help. You can also search the NVIDIA dev forums, since the settings should apply to stock L4T as well. |
Beta Was this translation helpful? Give feedback.
-
Going back to the original nvidia R28.2 version, I had successfully completely disabled the console output to ttyS0, and now am updating some older hardware to use our new yocto/tegra-demo-distro based images. But errors still get pushed to ttyS0, which in turn mess with the serial device we are trying to talk to using ttyS0
ttys:
crw-rw---- 1 root dialout 4, 64 Dec 1 23:14 ttyS0
crw-rw---- 1 root dialout 4, 65 Dec 1 23:14 ttyS1
crw-rw---- 1 root dialout 4, 66 Dec 1 23:14 ttyS2
crw-rw---- 1 root dialout 4, 67 Dec 1 23:14 ttyS3
crw-rw---- 1 root dialout 4, 68 Dec 1 23:14 ttyS4
crw-rw---- 1 root dialout 4, 69 Dec 1 23:14 ttyS5
crw-rw---- 1 root dialout 4, 143 Dec 1 23:14 ttyTCU0
crw-rw---- 1 root dialout 238, 1 Dec 1 23:14 ttyTHS1
crw-rw---- 1 root dialout 238, 2 Dec 1 23:14 ttyTHS2
crw-rw---- 1 root dialout 238, 3 Dec 1 23:14 ttyTHS3
crw-rw---- 1 root dialout 238, 6 Dec 1 23:14 ttyTHS6
In local.conf:
from /proc/cmdline:
root@J10-A8FE:~# cat < /proc/cmdline fbcon=map:0 isolcpus=1-2 quiet usbcore.autosuspend=-1 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt rootfs.slot_suffix= tegra_fbmem2=0x800000@0x96087000 lut_mem2=0x2008@0x96084000 tegra_fbmem3=0x800000@0x9688b000 lut_mem3=0x2008@0x96888000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1
I edited the .dts files anywhere I found console-port to remove from the dtb, from /proc/device-tree:
root@J10-A8FE:/proc/device-tree/serial@3100000# ls -al
total 0
drwxr-xr-x 2 root root 0 Dec 1 22:53 .
drwxr-xr-x 198 root root 0 Dec 1 22:27 ..
-r--r--r-- 1 root root 14 Dec 1 22:54 clock-names
-r--r--r-- 1 root root 16 Dec 1 22:54 clocks
-r--r--r-- 1 root root 43 Dec 1 22:54 compatible
-r--r--r-- 1 root root 6 Dec 1 22:54 dma-names
-r--r--r-- 1 root root 16 Dec 1 22:54 dmas
-r--r--r-- 1 root root 12 Dec 1 22:54 interrupts
-r--r--r-- 1 root root 8 Dec 1 22:54 iommus
-r--r--r-- 1 root root 4 Dec 1 22:54 linux,phandle
-r--r--r-- 1 root root 7 Dec 1 22:54 name
-r--r--r-- 1 root root 12 Dec 1 22:54 nvidia,adjust-baud-rates
-r--r--r-- 1 root root 4 Dec 1 22:54 nvidia,memory-clients
-r--r--r-- 1 root root 4 Dec 1 22:54 nvidia,tolerance-high-range
-r--r--r-- 1 root root 4 Dec 1 22:54 nvidia,tolerance-low-range
-r--r--r-- 1 root root 4 Dec 1 22:54 phandle
-r--r--r-- 1 root root 16 Dec 1 22:54 reg
-r--r--r-- 1 root root 4 Dec 1 22:54 reg-shift
-r--r--r-- 1 root root 0 Dec 1 22:54 sqa-automation-port
-r--r--r-- 1 root root 5 Dec 1 22:54 status
I'm not concerned about boot output, unless I also have to disable that to stop the kernel from using it altogether.
dmesg shows console gets enabled, first as earlycon/bootconsole, then later tty0 and ttyS0
also tried to remove earlycon like this but did not remove it from cmdline
root@ML-A8FE:~# dmesg | grep console
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] Kernel command line: fbcon=map:0 isolcpus=1-2 quiet usbcore.autosuspend=-1 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt rootfs.slot_suffix= tegra_fbmem2=0x800000@0x96087000 lut_mem2=0x2008@0x96084000 tegra_fbmem3=0x800000@0x9688b000 lut_mem3=0x2008@0x96888000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1
[ 0.001577] console [tty0] enabled
[ 0.001580] bootconsole [uart8250] disabled
[ 0.394419] console [pstore-1] enabled
[ 1.265254] console [ttyS0] enabled
I've been working the changes in linux-tegra maybe I need to look at some of the other tegra specific packages?
full output
`[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.201-l4t-r32.5+g618f59196be6 (oe-user@oe-host) (gcc version 8.3.0 (GCC) ) #1 SMP PREEMPT Fri Dec 1 18:44:23 UTC 2023
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 80,
[ 0.000000] OF: fdt: - 80000000 , 70000000
[ 0.000000] OF: fdt: - f0200000 , 185600000
[ 0.000000] OF: fdt: - 275e00000 , 200000
[ 0.000000] OF: fdt: - 276600000 , 200000
[ 0.000000] OF: fdt: - 277000000 , 200000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] Found tegra_fbmem2: 00800000@96087000
[ 0.000000] Found lut_mem2: 00002008@96084000
[ 0.000000] Found tegra_fbmem3: 00800000@9688b000
[ 0.000000] Found lut_mem3: 00002008@96888000
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] On node 0 totalpages: 2051066
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519674 pages, LIFO batch:31
[ 0.000000] Normal zone: 24008 pages used for memmap
[ 0.000000] Normal zone: 1531392 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 24 pages/cpu s57624 r8192 d32488 u98304
[ 0.000000] pcpu-alloc: s57624 r8192 d32488 u98304 alloc=24*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2018866
[ 0.000000] Kernel command line: fbcon=map:0 isolcpus=1-2 quiet usbcore.autosuspend=-1 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt rootfs.slot_suffix= tegra_fbmem2=0x800000@0x96087000 lut_mem2=0x2008@0x96084000 tegra_fbmem3=0x800000@0x9688b000 lut_mem3=0x2008@0x96888000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 262144 bytes
[ 0.000000] early log buf free: 29648(90%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7262832K/8204264K available (15166K kernel code, 2980K rwdata, 9808K rodata, 11200K init, 615K bss, 187768K reserved, 753664K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008200000 - 0xffffff80090d0000 ( 15168 KB)
[ 0.000000] .rodata : 0xffffff80090d0000 - 0xffffff8009a70000 ( 9856 KB)
[ 0.000000] .init : 0xffffff8009a70000 - 0xffffff800a560000 ( 11200 KB)
[ 0.000000] .data : 0xffffff800a560000 - 0xffffff800a849008 ( 2981 KB)
[ 0.000000] .bss : 0xffffff800a849008 - 0xffffff800a8e2c5c ( 616 KB)
[ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ 0.000000] 0xffffffbf00000000 - 0xffffffbf07dc8000 ( 125 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f7200000 ( 8050 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.001572] Console: colour dummy device 80x25
[ 0.001577] console [tty0] enabled
[ 0.001580] bootconsole [uart8250] disabled
[ 0.001586] kmemleak: Kernel memory leak detector disabled
[ 0.001595] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.001602] pid_max: default: 32768 minimum: 301
[ 0.001912] Security Framework initialized
[ 0.002067] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002072] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002714] ftrace: allocating 47653 entries in 187 pages
[ 0.128451] sched-energy: Sched-energy-costs installed from DT
[ 0.128462] ASID allocator initialised with 65536 entries
[ 0.164089] tegra-id: chipid=21817.
[ 0.164095] tegra-id: opt_subrevision=1.
[ 0.164112] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.164120] DTS File Name: /media/dgoetz/T7/yocto/src/tegra-demo-distro-hardknott/jetson-tx2-asg929/workspace/sources/linux-tegra/arch/arm64/boot/dts/../../../../nvidia/platform/t18x/quill/kernel-dts/tegra186-tx2-cti-ASG929.dts
[ 0.164125] DTB Build time: Dec 1 2023 18:44:23
[ 0.213676] CPU1: Booted secondary processor [4e0f0030]
[ 0.245299] CPU2: Booted secondary processor [4e0f0030]
[ 0.277094] CPU3: Booted secondary processor [411fd073]
[ 0.309076] CPU4: Booted secondary processor [411fd073]
[ 0.341073] CPU5: Booted secondary processor [411fd073]
[ 0.341125] Brought up 6 CPUs
[ 0.341129] SMP: Total of 6 processors activated.
[ 0.341134] CPU features: detected feature: 32-bit EL0 Support
[ 0.341844] CPU: All CPU(s) started at EL2
[ 0.341889] alternatives: patching kernel code
[ 0.344729] devtmpfs: initialized
[ 0.383659] Initilizing CustomIPI irq domain
[ 0.383853] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.383861] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.391827] pinctrl core: initialized pinctrl subsystem
[ 0.392065] OS set in device tree is not L4T.
[ 0.392220] regulator-dummy: no parameters
[ 0.392352] Initializing plugin-manager
[ 0.392411] Plugin module not found
[ 0.392448] Plugin-manager status disabled
[ 0.394404] NET: Registered protocol family 16
[ 0.395071] pstore: using zlib compression
[ 0.395084] console [pstore-1] enabled
[ 0.395086] pstore: Registered ramoops as persistent store backend
[ 0.395090] ramoops: attached 0x200000@0x275880000, ecc: 0/0
[ 0.409106] cpuidle: using governor menu
[ 0.410729] bpmp: waiting for handshake
[ 0.410733] bpmp: handshake completed
[ 0.410750] bpmp: synchronizing channels
[ 0.410763] bpmp: channels synchronized
[ 0.410766] bpmp: mail init ok
[ 0.412819] arm-smmu 12000000.iommu: probing hardware configuration...
[ 0.412823] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.412828] arm-smmu 12000000.iommu: stage 1 translation
[ 0.412830] arm-smmu 12000000.iommu: stage 2 translation
[ 0.412833] arm-smmu 12000000.iommu: nested translation
[ 0.412839] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.412844] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.412848] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.412853] arm-smmu 12000000.iommu: Stage-1: 39-bit VA -> 48-bit IPA
[ 0.412856] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA -> 48-bit PA
[ 0.414921] vdso: 2 pages (1 code @ ffffff80090d7000, 1 data @ ffffff800a564000)
[ 0.414933] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.417281] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.419423] Registering BPMP clocks...
[ 0.419504] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.420498] Serial: AMBA PL011 UART driver
[ 0.421649] tegra_powergate_init: DONE
[ 0.421657] DTS File Name: /media/dgoetz/T7/yocto/src/tegra-demo-distro-hardknott/jetson-tx2-asg929/workspace/sources/linux-tegra/arch/arm64/boot/dts/../../../../nvidia/platform/t18x/quill/kernel-dts/tegra186-tx2-cti-ASG929.dts
[ 0.421662] DTB Build time: Dec 1 2023 18:44:23
[ 0.423787] Tegra reboot handler registered.
[ 0.425311] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.425376] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.425388] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.425391] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.425393] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.425548] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.425558] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.425886] iommu: Adding device 3460000.sdhci to group 0
[ 0.426566] iommu: Adding device 3400000.sdhci to group 1
[ 0.427718] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.427730] arm-smmu: forcing sodev map for 3507000.ahci-sata
[ 0.428180] iommu: Adding device 3160000.i2c to group 3
[ 0.428620] iommu: Adding device c240000.i2c to group 4
[ 0.428962] iommu: Adding device 3180000.i2c to group 5
[ 0.429353] iommu: Adding device 3190000.i2c to group 6
[ 0.429784] iommu: Adding device 31b0000.i2c to group 7
[ 0.430119] iommu: Adding device 31c0000.i2c to group 8
[ 0.430452] iommu: Adding device c250000.i2c to group 9
[ 0.430781] iommu: Adding device 31e0000.i2c to group 10
[ 0.432339] iommu: Adding device 3210000.spi to group 11
[ 0.432677] iommu: Adding device c260000.spi to group 12
[ 0.433376] iommu: Adding device 3100000.serial to group 13
[ 0.433728] iommu: Adding device 3110000.serial to group 14
[ 0.434093] iommu: Adding device c280000.serial to group 15
[ 0.434421] iommu: Adding device 3130000.serial to group 16
[ 0.434752] iommu: Adding device c290000.serial to group 17
[ 0.436088] iommu: Adding device 2490000.ether_qos to group 18
[ 0.436102] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.436771] iommu: Adding device b000000.rtcpu to group 19
[ 0.438995] iommu: Adding device 13e10000.host1x to group 20
[ 0.439301] iommu: Adding device 13e10000.host1x:ctx0 to group 21
[ 0.439600] iommu: Adding device 13e10000.host1x:ctx1 to group 22
[ 0.439958] iommu: Adding device 13e10000.host1x:ctx2 to group 23
[ 0.440260] iommu: Adding device 13e10000.host1x:ctx3 to group 24
[ 0.440556] iommu: Adding device 13e10000.host1x:ctx4 to group 25
[ 0.440863] iommu: Adding device 13e10000.host1x:ctx5 to group 26
[ 0.441199] iommu: Adding device 13e10000.host1x:ctx6 to group 27
[ 0.441506] iommu: Adding device 13e10000.host1x:ctx7 to group 28
[ 0.442011] iommu: Adding device 150c0000.nvcsi to group 29
[ 0.442652] iommu: Adding device 15700000.vi to group 30
[ 0.443000] iommu: Adding device 15600000.isp to group 31
[ 0.443449] iommu: Adding device 15210000.nvdisplay to group 32
[ 0.443555] platform 15210000.nvdisplay: OF IOVA linear map 0x96087000 size (0x800000)
[ 0.443589] platform 15210000.nvdisplay: OF IOVA linear map 0x96084000 size (0x2008)
[ 0.443677] platform 15210000.nvdisplay: OF IOVA linear map 0x9688b000 size (0x800000)
[ 0.443700] platform 15210000.nvdisplay: OF IOVA linear map 0x96888000 size (0x2008)
[ 0.444118] iommu: Adding device 15220000.nvdisplay to group 33
[ 0.444221] platform 15220000.nvdisplay: OF IOVA linear map 0x96087000 size (0x800000)
[ 0.444227] arm__alloc_iova_at():136: iova alloc don't match, dh=0x0000000096087000, da=0x0000000095884000
[ 0.444246] platform 15220000.nvdisplay: OF IOVA linear map 0x96084000 size (0x2008)
[ 0.444250] arm__alloc_iova_at():136: iova alloc don't match, dh=0x0000000096084000, da=0x0000000096081000
[ 0.444343] platform 15220000.nvdisplay: OF IOVA linear map 0x9688b000 size (0x800000)
[ 0.444348] arm__alloc_iova_at():136: iova alloc don't match, dh=0x000000009688b000, da=0x0000000095884000
[ 0.444360] platform 15220000.nvdisplay: OF IOVA linear map 0x96888000 size (0x2008)
[ 0.444364] arm__alloc_iova_at():136: iova alloc don't match, dh=0x0000000096888000, da=0x0000000096081000
[ 0.444784] iommu: Adding device 15340000.vic to group 34
[ 0.445006] iommu: Adding device 154c0000.nvenc to group 35
[ 0.445237] iommu: Adding device 15480000.nvdec to group 36
[ 0.445598] iommu: Adding device 15380000.nvjpg to group 37
[ 0.445812] iommu: Adding device 15500000.tsec to group 38
[ 0.446059] iommu: Adding device 15100000.tsecb to group 39
[ 0.447042] iommu: Adding device 15810000.se to group 40
[ 0.447255] iommu: Adding device 15820000.se to group 41
[ 0.447468] iommu: Adding device 15830000.se to group 42
[ 0.447675] iommu: Adding device 15840000.se to group 43
[ 0.448564] iommu: Adding device smmu_test to group 44
[ 0.449170] mc: mapped MMIO address: 0xffffff800ac60000 -> 0x2c10000
[ 0.449180] mc: mapped MMIO address: 0xffffff800ac80000 -> 0x2c20000
[ 0.449190] mc: mapped MMIO address: 0xffffff800aca0000 -> 0x2c30000
[ 0.449199] mc: mapped MMIO address: 0xffffff800acc0000 -> 0x2c40000
[ 0.449208] mc: mapped MMIO address: 0xffffff800ace0000 -> 0x2c50000
[ 0.449216] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.449226] mc-err: mcerr ops are set to t18x
[ 0.449362] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.450501] iommu: Adding device 3530000.xhci to group 45
[ 0.450515] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.450961] iommu: Adding device 3550000.xudc to group 46
[ 0.450971] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.451688] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[ 0.451694] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.451699] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.452338] iommu: Adding device 17000000.gp10b to group 47
[ 0.453457] tegra-reset 5000000.clock: registered 193 resets.
[ 0.455631] iommu: Adding device d000000.bpmp to group 48
[ 0.455836] bpmp: ping status is 0
[ 0.455935] bpmp d000000.bpmp: firmware tag is 91572a54614f84d0fd0c270beec2c56f
[ 0.458373] bpmp d000000.bpmp: probe ok
[ 0.461550] iommu: Adding device 2600000.dma to group 49
[ 0.462801] GPIO line 459 (pcie0_lane2_mux) hogged as output/low
[ 0.462836] GPIO line 461 (camera-control-output-low) hogged as output/low
[ 0.462866] GPIO line 456 (camera-control-output-low) hogged as output/low
[ 0.462895] GPIO line 457 (camera-control-output-low) hogged as output/low
[ 0.462923] GPIO line 426 (camera-control-output-low) hogged as output/low
[ 0.462945] GPIO line 456 (camera-control-input) hogged as input
[ 0.462963] GPIO line 426 (camera-control-input) hogged as input
[ 0.462993] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.463021] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[ 0.463049] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[ 0.463202] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.466914] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.467050] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.468614] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.468627] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.468961] iommu: Adding device sound to group 51
[ 0.469353] iommu: Adding device 3510000.hda to group 52
[ 0.476799] iommu: Adding device c1a0000.aon to group 53
[ 0.477257] vdd-ac-bat: 5000 mV
[ 0.478935] vdd-1v8-ap: 1800 mV
[ 0.501304] random: fast init done
[ 0.509521] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.512273] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.512468] SCSI subsystem initialized
[ 0.512581] libata version 3.00 loaded.
[ 0.512743] usbcore: registered new interface driver usbfs
[ 0.512775] usbcore: registered new interface driver hub
[ 0.512832] usbcore: registered new device driver usb
[ 0.524571] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.528838] vddio-ddr: at 1125 mV
[ 0.532682] avdd_dsi_csi: 1200 mV
[ 0.536684] vdd-1v8: 1800 mV
[ 0.540681] vdd-3v3-sys: 3300 mV
[ 0.541812] spmic-ldo0: at 1800 mV
[ 0.542513] spmic-ldo1: at 800 mV
[ 0.544684] vddio-3v3: 3300 mV
[ 0.545397] vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV
[ 0.548687] vdd-rtc: at 800 mV
[ 0.549428] avdd-ts-hv: 1800 <--> 3300 mV at 1800 mV
[ 0.552686] spmic-ldo6: at 1500 mV
[ 0.556680] vdd-pex-1v00: 1000 mV
[ 0.557315] dvdd-pex: 1000 mV
[ 0.559527] GPIO line 253 (spmic_gpio_input) hogged as input
[ 0.559681] GPIO line 254 (spmic_gpio_input) hogged as input
[ 0.559833] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[ 0.560007] max77620 4-003c: max77620 probe successful
[ 0.560433] media: Linux media interface: v0.10
[ 0.560462] Linux video capture interface: v2.00
[ 0.563096] pps_core: LinuxPPS API ver. 1 registered
[ 0.563099] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.563148] PTP clock support registered
[ 0.563347] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[ 0.563541] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.563558] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.565036] trusty trusty: trusty version: Built: 08:56:04 Jul 9 2021
[ 0.565051] trusty trusty: selected api version: 3 (requested 3)
[ 0.565932] Advanced Linux Sound Architecture Driver Initialized.
[ 0.566257] Bluetooth: Core ver 2.22
[ 0.566285] NET: Registered protocol family 31
[ 0.566287] Bluetooth: HCI device and connection manager initialized
[ 0.566293] Bluetooth: HCI socket layer initialized
[ 0.566297] Bluetooth: L2CAP socket layer initialized
[ 0.566310] Bluetooth: SCO socket layer initialized
[ 0.567033] en-vdd-sd: 3300 mV
[ 0.567249] en-vdd-cam: 1800 mV
[ 0.567439] vdd-hdmi: 5000 mV
[ 0.567721] vdd-usb0-5v: 5000 mV
[ 0.568001] vdd-usb1-5v: 5000 mV
[ 0.568207] en-vdd-ts-1v8: 1800 mV
[ 0.568406] en-vdd-ts-hv-3v3: 3300 mV
[ 0.568609] en-vdd-disp-3v3: 3300 mV
[ 0.568817] en-mdm-pwr-3v7: 3700 mV
[ 0.569044] en-vdd-disp-1v8: 1800 mV
[ 0.569284] en-vdd-cam-hv-2v8: 2800 mV
[ 0.569505] en-vdd-cam-1v2: 1200 mV
[ 0.569727] vdd-fan: 5000 mV
[ 0.569955] vdd-3v3: 3300 mV
[ 0.570186] dis-vdd-1v2: 1200 mV
[ 0.570424] en-vdd-vcm-2v8: 2800 mV
[ 0.570663] vdd-usb2-5v: 5000 mV
[ 0.570902] vdd-sys-bl: 3300 mV
[ 0.571150] en-vdd-sys: 1200 mV
[ 0.573292] camchar: rtcpu character device driver loaded
[ 0.573835] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.575548] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:1
[ 0.576298] clocksource: Switched to clocksource arch_sys_counter
[ 0.598852] VFS: Disk quotas dquot_6.6.0
[ 0.598925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.599155] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.599670] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[ 0.599779] cma: enabled page replacement for spfn=c6000, epfn=f0000
[ 0.599783] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.599794] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.599799] nvmap_page_pool_init: Total RAM pages: 2004124
[ 0.599802] nvmap_page_pool_init: nvmap page pool size: 250515 pages (978 MB)
[ 0.599847] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.600326] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[ 0.602298] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.607909] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.608129] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.608589] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.608663] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.608766] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.608865] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.609018] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.609219] la/ptsa driver initialized.
[ 0.609228] pre_t19x_iso_plat_init(): iso emc max clk=1866000KHz
[ 0.609231] pre_t19x_iso_plat_init(): max_iso_bw=26870400KB
[ 0.609522] NET: Registered protocol family 2
[ 0.610104] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.610409] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.611000] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.611048] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.611162] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.611491] NET: Registered protocol family 1
[ 0.611897] RPC: Registered named UNIX socket transport module.
[ 0.611900] RPC: Registered udp transport module.
[ 0.611903] RPC: Registered tcp transport module.
[ 0.611905] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.611911] PCI: CLS 0 bytes, default 64
[ 0.693408] Trying to unpack rootfs image as initramfs...
[ 0.709063] host1x 13e10000.host1x: initialized
[ 0.710227] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.712424] audit: initializing netlink subsys (disabled)
[ 0.712448] audit: type=2000 audit(0.604:1): initialized
[ 0.712877] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.719256] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.720227] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.720750] 9p: Installing v9fs 9p2000 file system support
[ 0.722852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.722938] io scheduler noop registered
[ 0.723142] io scheduler cfq registered (default)
[ 0.726358] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 0.832943] iommu: Adding device aconnect@2a41000:adsp_audio to group 54
[ 0.867931] iommu: Adding device 2993000.adsp to group 55
[ 0.869032] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 0.871244] tegra-xusb-padctl 3520000.xusb_padctl: VBUS over-current detection enabled
[ 0.874889] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.876040] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.877093] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.878135] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.880416] tegra-pcie 10003000.pcie-controller: 2x1, 1x1, 1x1 configuration
[ 0.881373] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 0.881717] tegra-pcie 10003000.pcie-controller: probing port 0, using 2 lanes
[ 0.881858] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.881961] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.881966] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=2812500, vi_iso_bw=4218750, max_bw=4218750
[ 0.884198] tegra-pcie 10003000.pcie-controller: probing port 1, using 1 lanes
[ 0.885462] tsec 15500000.tsec: initialized
[ 0.886414] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 0.886528] tsec 15100000.tsecb: initialized
[ 0.890046] nvdec 15480000.nvdec: initialized
[ 0.896022] falcon 15340000.vic: initialized
[ 0.897347] falcon 154c0000.nvenc: initialized
[ 0.898529] falcon 15380000.nvjpg: initialized
[ 0.900329] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.901698] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.903028] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.904402] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.905733] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.907046] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.908389] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.909704] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.913032] tegradccommon 15200000.dc_common: host1x channel mapped
[ 0.913039] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 0.913066] tegradccommon 15200000.dc_common: dma mapping done
[ 0.913231] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=392
[ 0.913300] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[ 0.913502] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[ 0.913518] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[ 0.913659] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[ 0.913663] tegra_cec 3960000.tegra_cec: probed
[ 0.913738] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[ 0.913784] generic_infoframe_type: 0x87
[ 0.913877] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.913899] tegradc 15210000.nvdisplay: Display dc.ffffff800b9a0000 registered with id=0
[ 0.914625] of_fixed_clk: probe of can_clock failed with error -17
[ 0.922098] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.922102] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.922105] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.922279] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[ 0.922285] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[ 0.923540] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 0.926331] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 0.926335] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 0.928888] tegradc 15210000.nvdisplay: probed
[ 0.929517] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 0.930209] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[ 0.930239] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.930736] kfuse 3830000.kfuse: initialized
[ 0.932158] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.935149] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 0.937824] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 35, base_baud = 25500000) is a Tegra
[ 1.310311] tegra-pcie 10003000.pcie-controller: link 1 down, retrying
[ 1.388884] console [ttyS0] enabled
[ 1.389188] Console: switching to colour frame buffer device 240x67
[ 1.389246] tegradc 15210000.nvdisplay: fb registered
[ 1.389453] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 1.389992] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.390096] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.397585] Parent Clock set for DC plld2
[ 1.397728] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 36, base_baud = 0) is a TEGRA_UART
[ 1.399180] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 37, base_baud = 0) is a TEGRA_UART
[ 1.399379] serial-tegra 3130000.serial: RX in PIO mode
[ 1.400139] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 1.401000] c290000.serial: ttyTHS6 at MMIO 0xc290000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 1.402104] [drm] Initialized
[ 1.419140] brd: module loaded
[ 1.422624] loop: module loaded
[ 1.422693] tegra_profiler: version: 1.143, samples/io: 48/28
[ 1.422767] tegra_profiler: auth: init
[ 1.423125] nct1008_nct72 7-004c: starting parse dt
[ 1.423232] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[ 1.423237] nct1008_nct72 7-004c: success parsing dt
[ 1.423346] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 1.423731] THERMAL EST: found 3 subdevs
[ 1.423735] THERMAL EST num_resources: 0
[ 1.423740] [THERMAL EST subdev 0]
[ 1.423744] [THERMAL EST subdev 1]
[ 1.423747] [THERMAL EST subdev 2]
[ 1.424015] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 1.424017] THERMAL EST: thz register success.
[ 1.424110] THERMAL EST: end of probe, return err: 0
[ 1.424883] sd: No Scsi addr parsed to reserve index
[ 1.424906] hisi_sas: driver version v1.6
[ 1.428552] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 1.428560] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 1.429303] scsi host0: tegra_ahci
[ 1.429705] scsi host1: tegra_ahci
[ 1.429846] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[ 1.429849] ata2: DUMMY
[ 1.436978] libphy: Fixed MDIO Bus: probed
[ 1.437593] tun: Universal TUN/TAP device driver, 1.6
[ 1.437597] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 1.438338] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.438341] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.438373] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.438375] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.438402] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.438404] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.438430] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.438433] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.448463] eqos 2490000.ether_qos: can't get pllrefe_vcoout clk (-2)
[ 1.450932] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[ 1.451409] eqos 2490000.ether_qos: Setting local MAC: 48 b0 2d 10 a8 fe
[ 1.451508] libphy: dwc_phy: probed
[ 1.454463] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 1.454909] nct1008_nct72 7-004c: LOC shutdown limit 107
[ 1.455415] nct1008_nct72 7-004c: EXT shutdown limit 107
[ 1.456635] PPP generic driver version 2.4.2
[ 1.456769] PPP BSD Compression module registered
[ 1.456772] PPP Deflate Compression module registered
[ 1.456788] PPP MPPE Compression module registered
[ 1.456792] NET: Registered protocol family 24
[ 1.456836] usbcore: registered new interface driver r8152
[ 1.456867] usbcore: registered new interface driver asix
[ 1.456899] usbcore: registered new interface driver ax88179_178a
[ 1.456928] usbcore: registered new interface driver cdc_ether
[ 1.456955] usbcore: registered new interface driver net1080
[ 1.456983] usbcore: registered new interface driver cdc_subset
[ 1.457010] usbcore: registered new interface driver zaurus
[ 1.457045] usbcore: registered new interface driver cdc_ncm
[ 1.457161] VFIO - User Level meta-driver version: 0.3
[ 1.462591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.462605] ehci-pci: EHCI PCI platform driver
[ 1.462637] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.462644] ohci-pci: OHCI PCI platform driver
[ 1.462671] ohci-platform: OHCI generic platform driver
[ 1.462928] tegradc 15210000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[ 1.463420] tegradc 15210000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[ 1.463432] tegradc 15210000.nvdisplay: hdmi: BL set VIC 0
[ 1.463435] tegradc 15210000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[ 1.465296] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1.465300] Extcon AUX1(HDMI) enable
[ 1.465875] tegradc 15220000.nvdisplay: disp1 connected to head2->/host1x/sor
[ 1.466043] generic_infoframe_type: 0x87
[ 1.466125] tegradc 15220000.nvdisplay: DT parsed successfully
[ 1.466151] tegradc 15220000.nvdisplay: Display dc.ffffff800bf90000 registered with id=1
[ 1.466434] tegradc 15220000.nvdisplay: vblank syncpt # 11 for dc 2
[ 1.466439] tegradc 15220000.nvdisplay: vpulse3 syncpt # 12 for dc 2
[ 1.467889] tegradc 15220000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 1.469448] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP
[ 1.471330] tegra-xusb 3530000.xhci: extcon 0: ffffffc1eac76c00 id
[ 1.472069] tegradc 15220000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 1.472074] tegradc 15220000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 1.472137] usbcore: registered new interface driver uas
[ 1.472175] usbcore: registered new interface driver usb-storage
[ 1.472235] usbcore: registered new interface driver usbserial
[ 1.473697] tegradc 15220000.nvdisplay: probed
[ 1.473711] tegra-xusb 3530000.xhci: Firmware timestamp: 2019-10-31 05:52:15 UTC, Version: 55.17 release
[ 1.478598] tegra-xudc-new 3550000.xudc: device count: 1
[ 1.479761] tegra-xudc-new 3550000.xudc: vbus state: 1
[ 1.488152] nct1008_nct72 7-004c: initial LOC temp: 45000
[ 1.488473] nct1008_nct72 7-004c: initial EXT temp: 57250
[ 1.489076] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[ 1.489375] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 1.489561] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 1.493496] tegradc 15220000.nvdisplay: fb registered
[ 1.493687] gpio tegra-gpio wake19 for gpio=120(P:0)
[ 1.493811] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 1.494072] Parent Clock set for DC plld3
[ 1.500490] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.500509] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[ 1.501199] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[ 1.501230] tegra-xusb 3530000.xhci: irq 72, io mem 0x03530000
[ 1.501357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.501362] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.501365] usb usb1: Product: xHCI Host Controller
[ 1.501369] usb usb1: Manufacturer: Linux 4.9.201-l4t-r32.5+g618f59196be6 xhci-hcd
[ 1.501372] usb usb1: SerialNumber: 3530000.xhci
[ 1.501702] hub 1-0:1.0: USB hub found
[ 1.501734] hub 1-0:1.0: 4 ports detected
[ 1.502064] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.502072] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[ 1.502196] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.502200] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.502203] usb usb2: Product: xHCI Host Controller
[ 1.502207] usb usb2: Manufacturer: Linux 4.9.201-l4t-r32.5+g618f59196be6 xhci-hcd
[ 1.502210] usb usb2: SerialNumber: 3530000.xhci
[ 1.502501] hub 2-0:1.0: USB hub found
[ 1.502528] hub 2-0:1.0: 3 ports detected
[ 1.503045] Wake76 for irq=199
[ 1.503047] Wake77 for irq=199
[ 1.503049] Wake78 for irq=199
[ 1.503051] Wake79 for irq=199
[ 1.503053] Wake80 for irq=199
[ 1.503055] Wake81 for irq=199
[ 1.503056] Wake82 for irq=199
[ 1.503098] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[ 1.503102] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[ 1.547019] tegradc 15220000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[ 1.547492] tegradc 15220000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[ 1.547501] tegradc 15220000.nvdisplay: hdmi: BL set VIC 0
[ 1.547504] tegradc 15220000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[ 1.547785] extcon-disp-state external-connection:disp-state: cable 46 state 1
[ 1.547788] Extcon AUX0(HDMI) enable
[ 1.568485] tegradc 15210000.nvdisplay: blank - powerdown
[ 1.613189] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 1.613190] Extcon AUX1(HDMI) disable
[ 1.621997] random: crng init done
[ 1.634236] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 1.637618] tegradc 15210000.nvdisplay: unblank
[ 1.637719] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.638056] Parent Clock set for DC plld2
[ 1.641456] tegradc 15210000.nvdisplay: hdmi: tmds rate:31500K prod-setting:prod_c_hdmi_0m_54m
[ 1.659464] tegradc 15210000.nvdisplay: sync windows ret = 247
[ 1.668349] tegra-usb-cd usb_cd: notification status (0x0, 0x1)
[ 1.668352] tegra-usb-cd usb_cd: connected to SDP
[ 1.668362] tegra-xudc-new 3550000.xudc: device mode on: 0
[ 1.668377] tegra-xudc-new 3550000.xudc: active: 0 => 1
[ 1.668970] mousedev: PS/2 mouse device common for all mice
[ 1.669029] usbcore: registered new interface driver xpad
[ 1.677819] tegradc 15220000.nvdisplay: blank - powerdown
[ 1.704309] tegra-pcie 10003000.pcie-controller: link 1 down, retrying
[ 1.713972] extcon-disp-state external-connection:disp-state: cable 46 state 0
[ 1.713975] Extcon AUX0(HDMI) disable
[ 1.728605] usb 2-2: new SuperSpeed USB device number 2 using tegra-xusb
[ 1.735140] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 1.735190] tegradc 15220000.nvdisplay: unblank
[ 1.735295] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 1.735624] Parent Clock set for DC plld3
[ 1.739071] tegradc 15220000.nvdisplay: hdmi: tmds rate:148340K prod-setting:prod_c_hdmi_111m_223m
[ 1.740311] tegradc 15220000.nvdisplay: hdmi: get YCC quant from EDID.
[ 1.742649] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.743889] extcon-disp-state external-connection:disp-state: cable 46 state 1
[ 1.743890] Extcon AUX0(HDMI) enable
[ 1.748852] usb 2-2: New USB device found, idVendor=0424, idProduct=5807
[ 1.748857] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.748860] usb 2-2: Product: USB5807 Hub
[ 1.748862] usb 2-2: Manufacturer: Microchip
[ 1.750299] hub 2-2:1.0: USB hub found
[ 1.750371] hub 2-2:1.0: 7 ports detected
[ 1.757117] tegradc 15220000.nvdisplay: sync windows ret = 246
[ 1.757160] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 1.757164] Extcon HDMI: HPD enabled
[ 1.757182] tegradc 15210000.nvdisplay: hdmi: plugged
[ 1.757185] extcon-disp-state external-connection:disp-state: cable 40 state 1
[ 1.757188] Extcon HDMI: HPD enabled
[ 1.757201] tegradc 15220000.nvdisplay: hdmi: plugged
[ 1.796618] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.797609] Wake73 for irq=42
[ 1.798848] rtc rtc1: alarm rtc device
[ 1.798860] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 1.798888] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 1.799113] i2c /dev entries driver
[ 1.800692] IR NEC protocol handler initialized
[ 1.800695] IR RC5(x/sz) protocol handler initialized
[ 1.800698] IR RC6 protocol handler initialized
[ 1.800700] IR JVC protocol handler initialized
[ 1.800702] IR Sony protocol handler initialized
[ 1.800704] IR SANYO protocol handler initialized
[ 1.800707] IR Sharp protocol handler initialized
[ 1.800709] IR MCE Keyboard/mouse protocol handler initialized
[ 1.800711] IR XMP protocol handler initialized
[ 1.801187] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.806405] parse_throttle_dt_data: Num cap clks = 4
[ 1.806409] parse_throttle_dt_data: clk=mcpu type=1
[ 1.806412] parse_throttle_dt_data: clk=bcpu type=2
[ 1.806419] parse_throttle_dt_data: clk=gpu type=4
[ 1.806421] parse_throttle_dt_data: clk=emc type=3
[ 1.807238] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.807880] FAN dev name: pwm-fan
[ 1.807943] FAN:gpio request success.
[ 1.807951] FAN: can't find tach_gpio
[ 1.807978] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 1.808168] pwm_fan_driver pwm-fan: got pwm for fan. polarity is inversed
[ 1.808172] pwm_fan_driver pwm-fan: tach period: 1000
[ 1.808924] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 1.808929] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 1.808933] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 1.808936] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 1.808940] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 1.808944] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 1.808947] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 1.808951] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 1.808954] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 1.808958] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 1.810336] device-mapper: uevent: version 1.0.3
[ 1.810725] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.810988] CPU EMC frequency mapping table: default setting
[ 1.814966] cpufreq: platform driver Initialization: pass
[ 1.815553] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 1.815669] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 1.816531] sdhci: Secure Digital Host Controller Interface driver
[ 1.816532] sdhci: Copyright(c) Pierre Ossman
[ 1.816533] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.817769] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 1.819513] CMDQ: cmdq_platfm_init successful
[ 1.820535] CQE: CMD_TIMING bit set for R1B DCMD
[ 1.824168] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 1.828468] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 1.828521] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 1.829164] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 1.830842] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 259
[ 1.835318] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 1.836259] tegra-se-nvhost 15810000.se: initialized
[ 1.837353] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 1.837971] tegra-se-nvhost 15820000.se: initialized
[ 1.838911] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 1.839485] tegra-se-nvhost 15830000.se: initialized
[ 1.840253] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 1.840875] tegra-se-nvhost 15840000.se: initialized
[ 1.841819] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 1.842064] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.843038] usbcore: registered new interface driver usbhid
[ 1.843040] usbhid: USB HID core driver
[ 1.845010] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 1.845039] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 1.864309] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.868312] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 1.868332] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.880348] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 1.880393] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.888531] usb 1-2: New USB device found, idVendor=0424, idProduct=2514
[ 1.888534] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.889073] hub 1-2:1.0: USB hub found
[ 1.889147] hub 1-2:1.0: 4 ports detected
[ 1.910222] ina3221x: probe of 0-0042 failed with error -121
[ 1.910484] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 1.910511] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 1.953789] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 1.967062] mmc0: periodic cache flush enabled
[ 1.967068] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 1.967394] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 1.971515] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 8.00 MiB
[ 1.975625] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 8.00 MiB
[ 1.980614] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB
[ 1.987139] tegra_cec 3960000.tegra_cec: physical address: 00:00.
[ 1.987258] ina3221x: probe of 0-0043 failed with error -121
[ 1.996431] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 2.005240] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37
[ 2.008633] usb 1-3: new high-speed USB device number 3 using tegra-xusb
[ 2.014278] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 2.014539] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 2.014660] tegra-ivc ivc-b000000.rtcpu:i2c@480: i2c: ver=0 grp=1 RX[8x128]=0x1900-0x1d80 TX[8x128]=0x1d80-0x2200
[ 2.014850] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x2200-0x4280 TX[64x128]=0x4280-0x6300
[ 2.016794] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x6300-0x63c0 TX[1x64]=0x63c0-0x6480
[ 2.016881] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x6480-0x7900 TX[16x320]=0x7900-0x8d80
[ 2.016933] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8d80-0x9200 TX[16x64]=0x9200-0x9680
[ 2.016983] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x9680-0x9880 TX[1x384]=0x9880-0x9a80
[ 2.018023] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9a80-0xbb00 TX[1x8192]=0xbb00-0xdb80
[ 2.018371] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (51)
[ 2.018374] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 2.021522] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[ 2.023121] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 2.023553] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 2.023699] register_ari_mca_banks: Registered MCA ROC:IOB
[ 2.023765] register_ari_mca_banks: Registered MCA ROC:CCE
[ 2.024084] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024086] tegra18-bridge 2390000.axi2apb: enabled timeout = 11155000
[ 2.024088] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 2.024140] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024143] tegra18-bridge 23a0000.axi2apb: enabled timeout = 11155000
[ 2.024144] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 2.024195] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024197] tegra18-bridge 23b0000.axi2apb: enabled timeout = 11155000
[ 2.024199] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 2.024246] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024248] tegra18-bridge 23c0000.axi2apb: enabled timeout = 11155000
[ 2.024250] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 2.024316] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024318] tegra18-bridge 23d0000.axi2apb: enabled timeout = 11155000
[ 2.024320] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 2.024369] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024373] tegra18-bridge 2100000.axip2p: enabled timeout = 11155000
[ 2.024375] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 2.024420] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024424] tegra18-bridge 2110000.axip2p: enabled timeout = 11155000
[ 2.024426] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 2.024472] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024477] tegra18-bridge 2120000.axip2p: enabled timeout = 11155000
[ 2.024479] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 2.024537] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024541] tegra18-bridge 2130000.axip2p: enabled timeout = 11155000
[ 2.024543] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 2.024589] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024591] tegra18-bridge 2140000.axip2p: enabled timeout = 11155000
[ 2.024593] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 2.024641] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024646] tegra18-bridge 2150000.axip2p: enabled timeout = 11155000
[ 2.024648] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 2.024694] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024699] tegra18-bridge 2160000.axip2p: enabled timeout = 11155000
[ 2.024701] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 2.024747] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024752] tegra18-bridge 2170000.axip2p: enabled timeout = 11155000
[ 2.024753] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 2.024799] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024804] tegra18-bridge 2180000.axip2p: enabled timeout = 11155000
[ 2.024806] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 2.024851] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 2.024855] tegra18-bridge 2190000.axip2p: enabled timeout = 11155000
[ 2.024856] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 2.024920] **** A57 ECC: Enabled
[ 2.024923] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 2.024988] tegra18x_actmon d230000.actmon: in actmon_register()...
[ 2.029307] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 2.029891] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 2.030102] denver_knobs_init:MTS_VERSION:47926945
[ 2.032136] nvpmodel: initialized successfully
[ 2.033683] trusty-virtio trusty:virtio: initializing
[ 2.033822] trusty_ipc virtio0: vring0: va(pa) ffffffc1e0324000(0) qsz 32 notifyid 1
[ 2.033828] trusty_ipc virtio0: vring1: va(pa) ffffffc1e0326000(0) qsz 32 notifyid 2
[ 2.033890] trusty-virtio trusty:virtio: initializing done
[ 2.033975] trusty_ipc virtio0: is online
[ 2.035412] usbcore: registered new interface driver snd-usb-audio
[ 2.035855] usb 1-3: New USB device found, idVendor=0424, idProduct=2807
[ 2.035858] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.035861] usb 1-3: Product: USB2807 Hub
[ 2.035864] usb 1-3: Manufacturer: Microchip
[ 2.039264] hub 1-3:1.0: USB hub found
[ 2.040349] hub 1-3:1.0: 7 ports detected
[ 2.106563] tegra-pcie 10003000.pcie-controller: link 1 down, retrying
[ 2.108677] tegra-pcie 10003000.pcie-controller: link 1 down, ignoring
[ 2.121060] mmc1: hw tuning done ...
[ 2.125796] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 2.126397] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 2.126521] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 2.133797] OPE platform probe
[ 2.133866] OPE platform probe successful
[ 2.183912] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 2.183989] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 2.184057] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 2.184123] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 2.184193] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 2.184260] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 2.184356] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 2.184424] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 2.184491] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 2.184558] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 2.184624] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 2.184693] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 2.184761] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 2.184826] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 2.184900] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 2.184967] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 2.185031] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 2.185099] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 2.185165] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 2.185231] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 2.204254] u32 classifier
[ 2.204257] Actions configured
[ 2.204342] Initializing XFRM netlink socket
[ 2.204888] NET: Registered protocol family 10
[ 2.205453] NET: Registered protocol family 17
[ 2.205462] NET: Registered protocol family 15
[ 2.205521] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 2.205557] Bluetooth: RFCOMM socket layer initialized
[ 2.205566] Bluetooth: RFCOMM ver 1.11
[ 2.205570] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.205574] Bluetooth: HIDP socket layer initialized
[ 2.205588] 9pnet: Installing 9P2000 support
[ 2.205621] Key type dns_resolver registered
[ 2.205819] Registered cp15_barrier emulation handler
[ 2.205840] Registered setend emulation handler
[ 2.206662] registered taskstats version 1
[ 2.210544] isp 15600000.isp: initialized
[ 2.214971] nvcsi 150c0000.nvcsi: initialized
[ 2.216764] tegra-vi4 15700000.vi: using default number of vi channels,15
[ 2.219330] Wake83 for irq=51
[ 2.219405] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 2.219483] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 2.219557] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 2.219686] input: gpio-keys as /devices/gpio-keys/input/input2
[ 2.221122] tegra-vi4 15700000.vi: initialized
[ 2.222009] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--2 bound
[ 2.222084] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi--1 bound
[ 2.252988] tegra_rtc c2a0000.rtc: setting system clock to 2023-12-01 22:27:29 UTC (1701469649)
[ 2.254311] mmcblk mmc0:0001: Card claimed for testing.
[ 2.283431] bpmp: mounted debugfs mirror
[ 2.284710] bwmgr: missing cdev-type property
[ 2.290272] ALSA device list:
[ 2.290275] #0: tegra-hda at 0x3518000 irq 385
[ 2.290277] #1: tegra-snd-t186ref-mobile-rt565x
[ 2.293457] Freeing unused kernel memory: 11200K
[ 2.308333] usb 1-2.2: new high-speed USB device number 4 using tegra-xusb
[ 2.328831] usb 1-2.2: New USB device found, idVendor=1943, idProduct=a253
[ 2.328835] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.328838] usb 1-2.2: Product: Mod.2253
[ 2.328840] usb 1-2.2: Manufacturer: Sensoray Co.,Inc.
[ 2.328842] usb 1-2.2: SerialNumber: DM360X
[ 2.412310] usb 1-3.2: new full-speed USB device number 5 using tegra-xusb
[ 2.433220] usb 1-3.2: config 1 has an invalid interface number: 1 but max is 0
[ 2.433223] usb 1-3.2: config 1 has no interface number 0
[ 2.433900] usb 1-3.2: New USB device found, idVendor=1164, idProduct=b120
[ 2.433904] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.433906] usb 1-3.2: Product: WPM USB
[ 2.433908] usb 1-3.2: Manufacturer: NUVOTON
[ 2.435996] input: NUVOTON WPM USB as /devices/3530000.xhci/usb1/1-3/1-3.2/1-3.2:1.1/0003:1164:B120.0001/input/input3
[ 2.492594] hid-generic 0003:1164:B120.0001: input,hidraw0: USB HID v1.10 Device [NUVOTON WPM USB] on usb-3530000.xhci-3.2/input1
[ 2.508309] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.512330] usb 1-2.3: new high-speed USB device number 6 using tegra-xusb
[ 2.533760] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=0608
[ 2.533765] usb 1-2.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.533769] usb 1-2.3: Product: USB2.0 Hub
[ 2.534551] hub 1-2.3:1.0: USB hub found
[ 2.534818] hub 1-2.3:1.0: 4 ports detected
[ 2.612535] usb 1-3.5: new high-speed USB device number 7 using tegra-xusb
[ 2.637836] usb 1-3.5: New USB device found, idVendor=04b4, idProduct=6570
[ 2.637840] usb 1-3.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.637842] usb 1-3.5: Product: USB2.0 Hub
[ 2.646541] hub 1-3.5:1.0: USB hub found
[ 2.647811] hub 1-3.5:1.0: 4 ports detected
[ 2.712083] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities
[ 2.712312] usb 1-2.4: new full-speed USB device number 8 using tegra-xusb
[ 2.740912] usb 1-2.4: New USB device found, idVendor=08bb, idProduct=29c3
[ 2.740916] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.740918] usb 1-2.4: Product: USB AUDIO CODEC
[ 2.740920] usb 1-2.4: Manufacturer: BurrBrown from Texas Instruments
[ 2.760082] input: BurrBrown from Texas Instruments USB AUDIO CODEC as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.3/0003:08BB:29C3.0002/input/input4
[ 2.816352] usb 1-3.6: new high-speed USB device number 9 using tegra-xusb
[ 2.816444] hid-generic 0003:08BB:29C3.0002: input,hidraw1: USB HID v1.00 Device [BurrBrown from Texas Instruments USB AUDIO CODEC] on usb-3530000.xhci-2.4/input3
[ 2.831567] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities
[ 2.836542] usb 1-3.6: New USB device found, idVendor=0424, idProduct=2412
[ 2.836545] usb 1-3.6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.837216] hub 1-3.6:1.0: USB hub found
[ 2.837282] hub 1-3.6:1.0: 2 ports detected
[ 2.916306] usb 1-2.3.3: new full-speed USB device number 10 using tegra-xusb
[ 2.928303] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.935729] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.939075] usb 1-2.3.3: New USB device found, idVendor=03eb, idProduct=8a6e
[ 2.939079] usb 1-2.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.939082] usb 1-2.3.3: Product: Atmel maXTouch Digitizer
[ 2.939084] usb 1-2.3.3: Manufacturer: Atmel
[ 2.939086] usb 1-2.3.3: SerialNumber: C20R012737
[ 2.947835] hid-generic 0003:03EB:8A6E.0003: hidraw2: USB HID v1.11 Device [Atmel Atmel maXTouch Digitizer] on usb-3530000.xhci-2.3.3/input0
[ 2.952927] input: Atmel Atmel maXTouch Digitizer as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3.3/1-2.3.3:1.1/0003:03EB:8A6E.0004/input/input5
[ 2.953112] hid-multitouch 0003:03EB:8A6E.0004: input,hidraw3: USB HID v1.11 Device [Atmel Atmel maXTouch Digitizer] on usb-3530000.xhci-2.3.3/input1
[ 2.955400] input: Atmel Atmel maXTouch Digitizer as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3.3/1-2.3.3:1.2/0003:03EB:8A6E.0005/input/input6
[ 2.955745] hid-generic 0003:03EB:8A6E.0005: input,hidraw4: USB HID v1.11 Pointer [Atmel Atmel maXTouch Digitizer] on usb-3530000.xhci-2.3.3/input2
[ 3.007212] cgroup: cgroup2: unknown option "nsdelegate"
[ 3.016311] usb 1-3.7: new high-speed USB device number 11 using tegra-xusb
[ 3.040863] usb 1-3.7: New USB device found, idVendor=0424, idProduct=7801
[ 3.040893] usb 1-3.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.040895] usb 1-3.7: Product: LAN7801
[ 3.040897] usb 1-3.7: Manufacturer: Microchip
[ 3.040899] usb 1-3.7: SerialNumber: 00800F780100
[ 3.080395] systemd[1]: systemd 247 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -ZSTD -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 3.081214] systemd[1]: Detected architecture arm64.
[ 3.099530] systemd[1]: Set hostname to .
[ 3.120346] usb 1-3.5.1: new full-speed USB device number 12 using tegra-xusb
[ 3.127065] systemd-sysv-generator[2292]: SysV service '/etc/init.d/networking' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 3.127171] systemd-sysv-generator[2292]: SysV service '/etc/init.d/fuse3' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 3.142263] usb 1-3.5.1: New USB device found, idVendor=10c4, idProduct=002a
[ 3.142268] usb 1-3.5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.142271] usb 1-3.5.1: Product: MRB R2
[ 3.142273] usb 1-3.5.1: Manufacturer: TROLL SYSTEMS CORPORATION
[ 3.224319] usb 1-3.5.2: new high-speed USB device number 13 using tegra-xusb
[ 3.249264] usb 1-3.5.2: New USB device found, idVendor=048d, idProduct=9135
[ 3.249268] usb 1-3.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.249271] usb 1-3.5.2: Product: DVB-T TV Stick
[ 3.249273] usb 1-3.5.2: Manufacturer: ITE Technologies, Inc.
[ 3.249276] usb 1-3.5.2: SerialNumber: AF0102020700001
[ 3.328316] usb 1-3.5.3: new high-speed USB device number 14 using tegra-xusb
[ 3.336353] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.338369] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 3.350528] usb 1-3.5.3: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 3.350534] usb 1-3.5.3: New USB device found, idVendor=048d, idProduct=9517
[ 3.350537] usb 1-3.5.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.432313] usb 1-3.5.4: new high-speed USB device number 15 using tegra-xusb
[ 3.454535] usb 1-3.5.4: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 3.454540] usb 1-3.5.4: New USB device found, idVendor=048d, idProduct=9517
[ 3.454543] usb 1-3.5.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.546565] tegra-pcie 10003000.pcie-controller: PCI host bridge to bus 0000:00
[ 3.546570] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 3.546573] pci_bus 0000:00: root bus resource [mem 0x40100000-0x47ffffff]
[ 3.546576] pci_bus 0000:00: root bus resource [mem 0x48000000-0x7fffffff pref]
[ 3.546579] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 3.546604] pci 0000:00:01.0: [10de:10e5] type 01 class 0x060400
[ 3.546700] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.546861] iommu: Adding device 0000:00:01.0 to group 56
[ 3.546868] arm-smmu: forcing sodev map for 0000:00:01.0
[ 3.546938] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 3.547072] pci 0000:01:00.0: [144d:a804] type 00 class 0x010802
[ 3.547124] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 3.547613] iommu: Adding device 0000:01:00.0 to group 57
[ 3.547616] arm-smmu: forcing sodev map for 0000:01:00.0
[ 3.556426] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 3.556462] pci 0000:00:01.0: BAR 14: assigned [mem 0x40100000-0x401fffff]
[ 3.556467] pci 0000:01:00.0: BAR 0: assigned [mem 0x40100000-0x40103fff 64bit]
[ 3.556494] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 3.556501] pci 0000:00:01.0: bridge window [mem 0x40100000-0x401fffff]
[ 3.556790] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 3.556792] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 3.556798] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[ 3.556868] aer 0000:00:01.0:pcie002: service driver aer loaded
[ 3.557130] nvme nvme0: pci function 0000:01:00.0
[ 3.557154] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ 3.560911] usb 1-3.2: USB disconnect, device number 5
[ 3.907819] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.941030] systemd[1]: Created slice system-modprobe.slice.
[ 3.941826] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.942380] systemd[1]: Created slice User and Session Slice.
[ 3.942519] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.942630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.942837] systemd[1]: Reached target Network.
[ 3.942875] systemd[1]: Reached target Network is Online.
[ 3.942900] systemd[1]: Reached target Paths.
[ 3.942933] systemd[1]: Reached target Remote File Systems.
[ 3.942963] systemd[1]: Reached target Slices.
[ 3.943004] systemd[1]: Reached target Swap.
[ 3.950516] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 3.950609] systemd[1]: Reached target RPC Port Mapper.
[ 3.951278] systemd[1]: Listening on Syslog Socket.
[ 3.951416] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 3.951726] systemd[1]: Listening on Journal Audit Socket.
[ 3.951912] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.952150] systemd[1]: Listening on Journal Socket.
[ 3.952471] systemd[1]: Listening on udev Control Socket.
[ 3.952660] systemd[1]: Listening on udev Kernel Socket.
[ 3.952842] systemd[1]: Listening on User Database Manager Socket.
[ 3.954644] systemd[1]: Mounting Huge Pages File System...
[ 3.956670] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.959126] systemd[1]: Mounting Kernel Debug File System...
[ 3.961520] systemd[1]: Mounting Kernel Trace File System...
[ 3.964092] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 3.967576] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 3.969778] systemd[1]: Starting Mender service to grow data partition size...
[ 3.972012] systemd[1]: Starting Load Kernel Module configfs...
[ 3.974356] systemd[1]: Starting Load Kernel Module drm...
[ 3.976851] systemd[1]: Starting Load Kernel Module fuse...
[ 3.979373] systemd[1]: Starting NVIDIA-specific startup...
[ 3.981818] systemd[1]: Starting Start psplash boot splash screen...
[ 3.984256] systemd[1]: Starting RPC Bind...
[ 3.988346] usb 1-3.2: new full-speed USB device number 16 using tegra-xusb
[ 3.989365] systemd[1]: Starting Load Kernel Modules...
[ 3.991573] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 3.994360] systemd[1]: Starting Coldplug All udev Devices...
[ 3.994580] fuse init (API version 7.26)
[ 4.000120] systemd[1]: Mounted Huge Pages File System.
[ 4.000636] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.000975] systemd[1]: Mounted Kernel Debug File System.
[ 4.001310] systemd[1]: Mounted Kernel Trace File System.
[ 4.001630] systemd[1]: Mounted Temporary Directory (/tmp).
[ 4.002938] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 4.003623] systemd[1]: modprobe@configfs.service: Succeeded.
[ 4.005718] systemd[1]: Finished Load Kernel Module configfs.
[ 4.006591] systemd[1]: modprobe@drm.service: Succeeded.
[ 4.007545] systemd[1]: Finished Load Kernel Module drm.
[ 4.008230] systemd[1]: modprobe@fuse.service: Succeeded.
[ 4.009377] systemd[1]: Finished Load Kernel Module fuse.
[ 4.009829] systemd[1]: Started RPC Bind.
[ 4.011040] systemd[1]: Finished Load Kernel Modules.
[ 4.013942] systemd[1]: Mounting FUSE Control File System...
[ 4.020586] usb 1-3.2: New USB device found, idVendor=1164, idProduct=b26b
[ 4.020590] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.020592] usb 1-3.2: Product: USB HID IO
[ 4.020595] usb 1-3.2: Manufacturer: NUVOTON
[ 4.020596] usb 1-3.2: SerialNumber: B02006092114
[ 4.020722] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 4.030086] input: NUVOTON USB HID IO as /devices/3530000.xhci/usb1/1-3/1-3.2/1-3.2:1.0/0003:1164:B26B.0006/input/input7
[ 4.030878] hid-generic 0003:1164:B26B.0006: input,hidraw0: USB HID v1.10 Device [NUVOTON USB HID IO] on usb-3530000.xhci-3.2/input0
[ 4.060811] systemd[1]: Mounting Kernel Configuration File System...
[ 4.063739] systemd[1]: Starting Apply Kernel Variables...
[ 4.144616] systemd[1]: Started Start psplash boot splash screen.
[ 4.145940] systemd[1]: Finished NVIDIA-specific startup.
[ 4.146948] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 4.148543] systemd[1]: Mounted FUSE Control File System.
[ 4.148816] systemd[1]: Mounted Kernel Configuration File System.
[ 4.150336] systemd[1]: Finished Apply Kernel Variables.
[ 4.152701] systemd[1]: Started Start psplash-systemd progress communication helper.
[ 4.154910] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 4.155111] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 4.157235] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 4.172332] tegra_cec 3960000.tegra_cec: timeout in tegra_cec_native_write_l:172.
[ 4.173758] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 4.174041] systemd[1]: Reached target Local File Systems (Pre).
[ 4.176227] systemd[1]: Mounting /var/volatile...
[ 4.179703] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[ 4.250840] tegra_cec 3960000.tegra_cec: Sent res: -62.
[ 4.251686] systemd[1]: Starting Journal Service...
[ 4.260557] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[ 4.330111] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 4.332903] systemd[1]: mender-grow-data.service: Main process exited, code=exited, status=1/FAILURE
[ 4.333203] systemd[1]: mender-grow-data.service: Failed with result 'exit-code'.
[ 4.334391] systemd[1]: Failed to start Mender service to grow data partition size.
[ 4.528885] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 4.529103] systemd[1]: Started Journal Service.
[ 4.559372] systemd-journald[3282]: Received client request to flush runtime journal.
[ 4.742646] tc358840 2-000f: Releasing System Reset (gpio 0x01CD)
[ 4.742682] tc358840 2-000f: Chip found @ 7h0F (3180000.i2c)
[ 4.825062] tc358840 2-000f: tc358840 found @ 7h0F (3180000.i2c)
[ 4.825072] tegra-vi4 15700000.vi: subdev tc358840 2-000f bound
[ 4.826291] tc358840 2-001f: Releasing System Reset (gpio 0x01C9)
[ 4.826324] tc358840 2-001f: Chip found @ 7h1F (3180000.i2c)
[ 4.894061] tc358840 2-001f: tc358840 found @ 7h1F (3180000.i2c)
[ 4.894070] tegra-vi4 15700000.vi: subdev tc358840 2-001f bound
[ 4.915427] s2253: loading out-of-tree module taints kernel.
[ 4.925594] usbcore: registered new interface driver s2253
[ 4.930184] *** it951x usb device plugged in ***
[ 4.930189] - Enter Device_init Function -
[ 4.930191] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 4.930193] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 4.930195] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 4.930197] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 4.930199] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 4.930201] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 4.930202] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 4.930204] API_TX_RELEASE_VERSION : 202.20170914.0
[ 4.930206] API_RX_RELEASE_VERSION : 203.20130408.0
[ 4.930207] USB mode= 0x200
[ 4.942390] dhd_module_init in
[ 4.942467] found wifi platform device bcmdhd_wlan
[ 4.944070] wifi_platform_get_country_code_map: could not get country_code_map
[ 4.944074] wifi_plat_dev_drv_probe:platform country code map is not available
[ 4.944090] Power-up adapter 'DHD generic adapter'
[ 4.944099] wifi_platform_set_power = 1
[ 4.947761] - Enter DRV_GetEEPROMConfig Function -
[ 4.955932] ===== it913x usb device plugged in =====
[ 4.955937] KERNEL_VERSION(4, 9, 201)
[ 4.955975] ===== URB_BUFSIZE:32712
[ 4.955977] DRIVER_RELEASE_VERSION : v18.05.21.3
[ 4.955979] FW_RELEASE_VERSION : V1_0_26_2
[ 4.955981] OMEGA2_FW_RELEASE_VERSION : V3_31_0_0
[ 4.955982] OMEGA2I_FW_RELEASE_VERSION : V3_32_0_1_I
[ 4.955984] OMEGA2W_FW_RELEASE_VERSION : V3_34_0_0_W
[ 4.955986] API_RELEASE_VERSION : 203.20160914.0
[ 4.955987] DVB_USB_ADAP_NOT_NEED_PID_FILTERING
[ 4.955989] USB mode = 0x200
[ 4.956039] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 4.956042] =============No need read eeprom
[ 4.956470] - Enter DRV_Initialize Function -
[ 4.956820] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 4.956822] - Load Device Type: 0xB5 from default
[ 4.963106] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 4.963493] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 4.968042] libphy: lan78xx-mdiobus: probed
[ 4.971422] usbcore: registered new interface driver lan78xx
[ 4.974089] Chip Version = 2, valid bit = 0x01
[ 4.974093] ========== Read EEPROM ==========
[ 4.974460] OMEGA Board ID = 0x00
[ 4.974835] EEPROM_IRMODE = 0x00
[ 4.974837] bIrTblDownload = OFF
[ 4.975196] EEPROM_TSMODE = 0x03
[ 4.975198] TSMode = PIP
[ 4.976765] RX2 BWMODE = NORM
[ 4.977636] Troll use - adjust TunerId [0x65] to 0x63
[ 4.977639] fc[0].TunerId = 0x63
[ 4.977640] fc[1].TunerId = 0x63
[ 4.978009] EEPROM susped mode = 1
[ 4.978614] EEPROM DCA Time Flag = 0
[ 4.978618] EEPROM DCA Master time= 68
[ 4.978619] EEPROM DCA Slave time = 68
[ 4.978622] Set busId = 0x2, tunerId = 0x63
[ 4.984017] C2 plug/cold-boot/(S4)
[ 4.984021] - Enter DRV_NIMReset Function -
[ 4.996324] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 5.025616] CAN device driver interface
[ 5.037535] Message RAM Configuration
| base addr |0x0c312000|
| sidfc_flssa |0x00000000|
| xidfc_flesa |0x00000040|
| rxf0c_f0sa |0x000000c0|
| rxf1c_f1sa |0x000009c0|
| rxbc_rbsa |0x000009c0|
| txefc_efsa |0x000009c0|
| txbc_tbsa |0x00000a40|
| tmc_tmsa |0x00000ec0|
[ 5.037799] Release 3.2.0 from 19.12.2014
[ 5.038176] net can0: mttcan device registered (regs=ffffff8008026000, irq=389)
[ 5.042445] Message RAM Configuration
| base addr |0x0c322000|
| sidfc_flssa |0x00000000|
| xidfc_flesa |0x00000040|
| rxf0c_f0sa |0x000000c0|
| rxf1c_f1sa |0x000009c0|
| rxbc_rbsa |0x000009c0|
| txefc_efsa |0x000009c0|
| txbc_tbsa |0x00000a40|
| tmc_tmsa |0x00000ec0|
[ 5.042617] Release 3.2.0 from 19.12.2014
[ 5.042979] net can1: mttcan device registered (regs=ffffff800808a000, irq=390)
[ 5.045703] - Enter DRV_Initialize Function - Board id = 0, numChips = 2, booted=False
[ 5.045708] - Enter Standard_initialize Function - NumChips = 2
[ 5.148939] wifi_platform_bus_enumerate device present 1
[ 5.167432] wifi_platform_bus_enumerate device present 0
[ 5.168038] F1 signature read @0x18000000=0x17214354
[ 5.177476] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 5.178849] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 5.178932] wifi_platform_get_mac_addr
[ 5.184425] ids dhd_log_netlink_init
[ 5.184585] wl_cfg80211_reg_notifier :
[ 5.184587] reg_notifier for intiator:0 not supported : set default
[ 5.195614] wl_create_event_handler(): thread:wl_event_handler:11a6 started
[ 5.195753] wl_event_handler :
[ 5.195756] tsk Enter, tsk = 0xffffffc1d6cc1a90
[ 5.195800] dhd_attach(): thread:dhd_watchdog_thread:11a8 started
[ 5.195835] dhd_attach(): thread:dhd_dpc:11a9 started
[ 5.197834] dhd_attach(): thread:dhd_rxf:11aa started
[ 5.197842] dhd_deferred_work_init: work queue initialized
[ 5.198587]
Dongle Host Driver, version 1.201.82 (r)
Compiled from
[ 5.198958] Register interface [wlan0] MAC: 48:b0:2d:10:a8:fc
[ 5.198962] dhd_prot_ioctl : bus is down. we have nothing to do
[ 5.199274] sdhci-tegra 3440000.sdhci: Tuning done, restoring the best tap value : 21
[ 5.200398] wifi_platform_set_power = 0
[ 5.862705] EXT4-fs: Warning: mounting with data=journal disables delayed allocation and O_DIRECT support!
[ 5.865596] EXT4-fs (mmcblk0p34): mounted filesystem with journalled data mode. Opts: data=journal
[ 5.882694] EXT4-fs (mmcblk0p34): resizing filesystem from 131072 to 131072 blocks
[ 5.990089] Device initialize TX: YES
[ 5.990092] Device initialize TX Handler: YES
[ 5.991632] Device RX no initialized
[ 5.991634] Device initialize RX Handler: NO
[ 5.991868] FwVer OFDM = 0x0,
[ 5.992200] FwVer LINK = 0xff280100
[ 5.992203] Device_init success
[ 5.992758] AirHD Reg Write ok!
[ 5.993611] tx minor 223
[ 6.406057] Default IT9510_setTXChannelModulation: success
[ 6.406063] - Enter DL_ApPwCtrl Function -
[ 6.406067] chip = 1 bOn = OFF
[ 6.406069] - Enter DL_ApPwCtrl Function -
[ 6.406072] chip = 0 bOn = OFF
[ 6.756190] FwVer OFDM = 0xFF330104
[ 6.756942] FwVer LINK = 0xFF280100
[ 6.796314] IT951x Power OFF
[ 6.796879] USB ITEtech device now attached to USBSkel-223
[ 6.796974] *** it951x usb device plugged in ***
[ 6.796978] - Enter Device_init Function -
[ 6.796981] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 6.796985] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 6.796988] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 6.796990] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 6.796993] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 6.796995] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 6.796998] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 6.797000] API_TX_RELEASE_VERSION : 202.20170914.0
[ 6.797003] API_RX_RELEASE_VERSION : 203.20130408.0
[ 6.797005] USB mode= 0x200
[ 6.797312] - Enter DRV_GetEEPROMConfig Function -
[ 6.798318] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 6.798320] =============No need read eeprom
[ 6.798631] - Enter DRV_Initialize Function -
[ 6.798957] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 6.798960] - Load Device Type: 0xB5 from default
[ 6.803240] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 6.803586] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 6.936872] USB IT913x now attached to USBSkel-191
[ 6.937130] USB IT913x now attached to USBSkel-192
[ 6.937135] dvb-usb: found a 'ITEtech USB2.0 DVB-T Receiver' in warm state.
[ 6.937575] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 6.937879] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 6.941810] usb 1-3.5.2: DVB: registering adapter 0 frontend 0 (IT913x USB DVB-T)...
[ 6.942031] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 6.942376] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 6.946550] usb 1-3.5.2: DVB: registering adapter 1 frontend 0 (IT913x USB DVB-T)...
[ 6.946660] dvb-usb: ITEtech USB2.0 DVB-T Receiver successfully initialized and connected.
[ 6.947960] usbcore: registered new interface driver dvb_usb_it913x
[ 7.707946] Device initialize TX: YES
[ 7.707956] Device initialize TX Handler: YES
[ 7.709582] Device RX no initialized
[ 7.709592] Device initialize RX Handler: NO
[ 7.709908] FwVer OFDM = 0x0,
[ 7.710291] FwVer LINK = 0xff280100
[ 7.710300] Device_init success
[ 7.710606] AirHD Reg Write ok!
[ 7.712393] tx minor 224
[ 8.155316] Default IT9510_setTXChannelModulation: success
[ 8.155330] - Enter DL_ApPwCtrl Function -
[ 8.155343] chip = 1 bOn = OFF
[ 8.155353] - Enter DL_ApPwCtrl Function -
[ 8.155363] chip = 0 bOn = OFF
[ 8.588380] IT951x Power OFF
[ 8.589060] USB ITEtech device now attached to USBSkel-224
[ 8.589979] usbcore: registered new interface driver usb-it951x
[ 8.627173] audit: type=1006 audit(1701469655.868:3): pid=4981 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ 8.627175] audit: audit_lost=1 audit_rate_limit=0 audit_backlog_limit=64
[ 8.627176] audit: printk limit exceeded
[ 9.077777] tegradc 15210000.nvdisplay: blank - powerdown
[ 9.109449] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 9.126209] extcon-disp-state external-connection:disp-state: cable 47 state 0 already set.
[ 9.126211] Extcon AUX1(HDMI) disable
[ 9.147155] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 9.147344] tegradc 15210000.nvdisplay: unblank
[ 9.147447] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 9.147758] Parent Clock set for DC plld2
[ 9.150827] tegradc 15210000.nvdisplay: hdmi: tmds rate:31500K prod-setting:prod_c_hdmi_0m_54m
[ 9.168800] tegradc 15210000.nvdisplay: sync windows ret = 246
[ 9.355572] tegradc 15210000.nvdisplay: unblank
[ 9.355635] tegradc 15220000.nvdisplay: unblank
[ 9.960933] usb 1-2.2: USB disconnect, device number 4
[ 10.115861] audit: type=1006 audit(1701469657.356:4): pid=5644 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 10.147080] audit: type=1006 audit(1701469657.388:5): pid=5655 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=4 res=1
[ 10.956367] usb 1-2.2: new high-speed USB device number 17 using tegra-xusb
[ 10.976764] usb 1-2.2: config 1 interface 0 altsetting 0 bulk endpoint 0x83 has invalid maxpacket 64
[ 10.976770] usb 1-2.2: config 1 interface 0 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64
[ 11.113439] audit: type=1006 audit(1701469658.356:6): pid=5707 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=5 res=1
[ 11.163198] audit: type=1006 audit(1701469658.404:7): pid=5723 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=6 res=1
[ 11.430266] usb 1-2.2: New USB device found, idVendor=1943, idProduct=2253
[ 11.430279] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 11.430288] usb 1-2.2: Product: Sensoray 2253 Multi-Codec Device
[ 11.430296] usb 1-2.2: Manufacturer: Sensoray Co., Inc.
[ 11.472853] s2253: driver 1.2.16, model 2253, serial 807296, fw 8936, bl 134
[ 11.474029] s2253 1-2.2:1.0: V4L2 device registered as video2
[ 11.474983] s2253 1-2.2:1.0: V4L2 device registered as video3
[ 11.475885] s2253 1-2.2:1.0: V4L2 device registered as video4
[ 11.477110] gpiochip_setup_dev: registered GPIOs 246 to 247 on device: gpiochip3 (S2253 SN807296)
[ 11.532734] s2253: s2253_snd_control_put: input 1 1
[ 11.533057] s2253: s2253_snd_control_put: recagc 1 1
[ 11.533170] s2253: s2253_snd_control_put: recvol 96 96
[ 11.533311] s2253: s2253_snd_control_put: pbvol 96 96
[ 13.871705] nvgpu: 17000000.gp10b railgate_enable_store:297 [INFO] railgate is disabled.
[ 15.766847] tc358840 2-000f: tc358840_format_change:
[ 15.801610] tc358840 2-000f: New format: 1920x1080p30.0 (2200x1125)
[ 15.801612] tc358840 2-000f:
[ 19.180445] EXT4-fs (nvme0n1): mounting ext3 file system using the ext4 subsystem
[ 19.190825] EXT4-fs (nvme0n1): recovery complete
[ 19.190834] EXT4-fs (nvme0n1): mounted filesystem with ordered data mode. Opts: data=ordered
[ 19.228264] EXT4-fs (mmcblk0p35): mounted filesystem with journalled data mode. Opts: data=journal
[ 19.543760] EXT4-fs (mmcblk0p36): mounted filesystem with journalled data mode. Opts: data=journal
[ 19.776240] EXT4-fs (mmcblk0p37): mounted filesystem with journalled data mode. Opts: data=journal
[ 19.901789] br0: port 1(eth0) entered blocking state
[ 19.901795] br0: port 1(eth0) entered disabled state
[ 19.902062] device eth0 entered promiscuous mode
[ 19.902281] audit: type=1700 audit(1701469667.144:8): dev=eth0 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 19.902780] audit: type=1300 audit(1701469667.144:8): arch=c00000b7 syscall=211 success=yes exit=40 a0=3 a1=7fd19fc640 a2=0 a3=7f95d12c60 items=0 ppid=6029 pid=6125 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip" exe="/sbin/ip.iproute2" key=(null)
[ 19.902888] audit: type=1327 audit(1701469667.144:8): proctitle=6970006C696E6B00736574006465760065746830006D617374657200627230
[ 19.912024] br0: port 2(eth1) entered blocking state
[ 19.912029] br0: port 2(eth1) entered disabled state
[ 19.912161] device eth1 entered promiscuous mode
[ 19.912184] audit: type=1700 audit(1701469667.152:9): dev=eth1 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 19.912492] audit: type=1300 audit(1701469667.152:9): arch=c00000b7 syscall=211 success=yes exit=40 a0=3 a1=7fc5277760 a2=0 a3=7f8c7dcc60 items=0 ppid=6029 pid=6128 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip" exe="/sbin/ip.iproute2" key=(null)
[ 19.912507] audit: type=1327 audit(1701469667.152:9): proctitle=6970006C696E6B00736574006465760065746831006D617374657200627230
[ 19.935248]
[ 19.935259] wl_android_wifi_on in
[ 19.935292] wifi_platform_set_power = 1
[ 20.292682] sdhci-tegra 3440000.sdhci: Tuning done, restoring the best tap value : 21
[ 20.293169] F1 signature read @0x18000000=0x17214354
[ 20.297369] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 20.297958] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 20.363039] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 20.427456] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 20.427698] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 20.427757] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 20.427759] Enabling wake69
[ 20.428484] wifi_platform_get_mac_addr
[ 20.430407] Firmware up: op_mode=0x0005, MAC=48:b0:2d:10:a8:fc
[ 20.434465] clm path from default:/lib/firmware/brcm/bcmdhd.clm_blob
[ 20.434492] Skipping the clm download. len:0 memblk: (null)
[ 20.436616] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 20.441229] Firmware version = wl0: Jul 21 2020 16:35:45 version 7.35.349.94 (r726700 CY) FWID 01-aa356e32
[ 20.443473] dhd_interworking_enable: failed to set WNM info, ret=-23
[ 20.482013] br0: port 3(veth0) entered blocking state
[ 20.482017] br0: port 3(veth0) entered disabled state
[ 20.482150] device veth0 entered promiscuous mode
[ 20.482172] audit: type=1700 audit(1701469667.724:10): dev=veth0 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 20.482253] audit: type=1300 audit(1701469667.724:10): arch=c00000b7 syscall=211 success=yes exit=40 a0=3 a1=7fec694130 a2=0 a3=7f7cbb2c60 items=0 ppid=6029 pid=6135 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip" exe="/sbin/ip.iproute2" key=(null)
[ 20.482267] audit: type=1327 audit(1701469667.724:10): proctitle=6970006C696E6B0073657400646576007665746830006D617374657200627230
[ 20.490417] br0: port 3(veth0) entered blocking state
[ 20.490421] br0: port 3(veth0) entered forwarding state
[ 20.500929] State change - rxcsum disable
[ 20.908390] br0: port 2(eth1) entered blocking state
[ 20.908397] br0: port 2(eth1) entered forwarding state
[ 21.089282] unexport_store: invalid GPIO 187
[ 26.086504] tegra-vi4 15700000.vi: ================= START STATUS =================
[ 26.087027] tc358840 2-000f: Power Present: 0x00000001
[ 26.087034] tc358840 2-000f: Audio sampling rate: 48000
[ 26.087039] tc358840 2-000f: Audio present: true
[ 26.087044] tc358840 2-000f: Splitter Width: 1920
[ 26.087049] tc358840 2-000f: -----Chip status-----
[ 26.087234] tc358840 2-000f: Chip ID: 0x47
[ 26.087419] tc358840 2-000f: Chip revision: 0x00
[ 26.087421] tc358840 2-000f: Reset: IR: 0, CEC: 0, CSI TX: 0, HDMI: 0
[ 26.087423] tc358840 2-000f: Sleep mode: off
[ 26.087424] tc358840 2-000f: Cable detected (+5V power): yes
[ 26.087585] tc358840 2-000f: DDC lines enabled: yes
[ 26.087746] tc358840 2-000f: Hotplug enabled: yes
[ 26.087931] tc358840 2-000f: CEC enabled: no
[ 26.087932] tc358840 2-000f: -----Signal status-----
[ 26.087934] tc358840 2-000f: TMDS signal detected: yes
[ 26.087935] tc358840 2-000f: Stable sync signal: yes
[ 26.087936] tc358840 2-000f: PHY PLL locked: yes
[ 26.087938] tc358840 2-000f: PHY DE detected: yes
[ 26.090050] tc358840 2-000f: Detected format: 1920x1080p30.0 (2200x1125)
[ 26.090054] tc358840 2-000f: horizontal: fp = 0, -sync = 280, bp = 0
[ 26.090057] tc358840 2-000f: vertical: fp = 0, -sync = 45, bp = 0
[ 26.090059] tc358840 2-000f: pixelclock: 74250000
[ 26.090061] tc358840 2-000f: flags (0x0):
[ 26.090063] tc358840 2-000f: standards (0x0):
[ 26.090065] tc358840 2-000f: Configured format: 1920x1080p30.0 (2200x1125)
[ 26.090067] tc358840 2-000f: horizontal: fp = 0, -sync = 280, bp = 0
[ 26.090069] tc358840 2-000f: vertical: fp = 0, -sync = 45, bp = 0
[ 26.090071] tc358840 2-000f: pixelclock: 74250000
[ 26.090072] tc358840 2-000f: flags (0x0):
[ 26.090074] tc358840 2-000f: standards (0x0):
[ 26.090075] tc358840 2-000f: -----CSI-TX status-----
[ 26.090077] tc358840 2-000f: Lanes needed: 4
[ 26.090311] tc358840 2-000f: Lanes in use: 4
[ 26.090495] tc358840 2-000f: Splitter disabled
[ 26.090497] tc358840 2-000f: Color space: YCbCr 422 16-bit
[ 26.090658] tc358840 2-000f: -----HDMI status-----
[ 26.090660] tc358840 2-000f: HDCP encrypted content: no
[ 26.090662] tc358840 2-000f: Input color space: YCbCr 709 limited range
[ 26.090823] tc358840 2-000f: AV Mute: off
[ 26.090984] tc358840 2-000f: Deep color mode: 8-bits per channel
[ 26.091687] tc358840 2-000f: print_avi_infoframe: unpack of AVI infoframe failed
[ 26.113896] tegra-vi4 15700000.vi: ================== END STATUS ==================
[ 28.790463] serial-tegra 3110000.serial: configured rate out of supported range by -0.6 %
[ 28.827213] usbhid 1-3.2:1.0: can't add hid device: -32
[ 28.843020] usbhid: probe of 1-3.2:1.0 failed with error -32
[ 28.881442] tc358840 2-000f: tc358840_format_change:
[ 28.881611] tc358840 2-000f: No Signal
[ 28.881614] tc358840 2-000f:
[ 28.904948] usb 1-3.2: USB disconnect, device number 16
[ 28.916583] serial-tegra 3110000.serial: configured rate out of supported range by -0.6 %
[ 29.900326] usb 1-3.2: new full-speed USB device number 18 using tegra-xusb
[ 29.935978] usb 1-3.2: New USB device found, idVendor=1164, idProduct=b26b
[ 29.935984] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 29.935987] usb 1-3.2: Product: USB HID IO
[ 29.935990] usb 1-3.2: Manufacturer: NUVOTON
[ 29.935992] usb 1-3.2: SerialNumber: B02006092114
[ 29.945333] input: NUVOTON USB HID IO as /devices/3530000.xhci/usb1/1-3/1-3.2/1-3.2:1.0/0003:1164:B26B.0007/input/input8
[ 29.945528] hid-generic 0003:1164:B26B.0007: input,hidraw0: USB HID v1.10 Device [NUVOTON USB HID IO] on usb-3530000.xhci-3.2/input0
[ 32.076521] tc358840 2-000f: tc358840_format_change:
[ 32.078666] tc358840 2-000f: New format: 1920x1080i30.0 (2200x562)
[ 32.078669] tc358840 2-000f:
[ 33.872448] spmic-ldo0: disabling
[ 33.872651] spmic-ldo1: disabling
[ 33.872862] en-vdd-sd: disabling
[ 33.872865] vdd-usb0-5v: disabling
[ 33.872868] vdd-usb1-5v: disabling
[ 33.872873] vdd-3v3: disabling
[ 33.872876] en-vdd-vcm-2v8: disabling
[ 33.872878] vdd-sys-bl: disabling
[ 34.937579] tc358840 2-000f: tc358840_format_change:
[ 34.937750] tc358840 2-000f: No Signal
[ 34.937753] tc358840 2-000f:
[ 35.184835] tc358840 2-000f: tc358840_format_change:
[ 35.186998] tc358840 2-000f: New format: 1920x1080p30.0 (2200x1125)
[ 35.187001] tc358840 2-000f:
[ 440.584182] audit: type=1006 audit(1701470087.824:11): pid=6461 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1
[ 441.117596] audit: type=1006 audit(1701470088.360:12): pid=6376 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=8 res=1
[ 535.530343] usb 1-3.5.1: USB disconnect, device number 12
[ 535.756330] usb 1-3.5.1: new full-speed USB device number 19 using tegra-xusb
[ 535.958234] usb 1-3.5.1: New USB device found, idVendor=10c4, idProduct=002a
[ 535.958240] usb 1-3.5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 535.958243] usb 1-3.5.1: Product: MRB R2
[ 535.958246] usb 1-3.5.1: Manufacturer: TROLL SYSTEMS CORPORATION
[ 535.959228] usb 1-3.5.1: Not enough host controller resources for new device state.
[ 535.959242] usb 1-3.5.1: can't set config #1, error -12
[ 535.978879] usb 1-3.5.2: USB disconnect, device number 13
[ 535.979038] - Enter IT913x_disconnect Function -
[ 535.979040] - Enter I2C_exit Function -
[ 535.983511] dvb-usb: ITEtech USB2.0 DVB-T Receiver successfully deinitialized and disconnected.
[ 535.983964] USB IT913x (USBSkel-191) now disconnected
[ 535.984863] USB IT913x (USBSkel-192) now disconnected
[ 536.284325] usb 1-3.5.2: new high-speed USB device number 20 using tegra-xusb
[ 536.309533] usb 1-3.5.2: New USB device found, idVendor=048d, idProduct=9135
[ 536.309540] usb 1-3.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 536.309542] usb 1-3.5.2: Product: DVB-T TV Stick
[ 536.309545] usb 1-3.5.2: Manufacturer: ITE Technologies, Inc.
[ 536.309547] usb 1-3.5.2: SerialNumber: AF0102020700001
[ 536.310942] ===== it913x usb device plugged in =====
[ 536.310945] KERNEL_VERSION(4, 9, 201)
[ 536.310973] ===== URB_BUFSIZE:32712
[ 536.310975] DRIVER_RELEASE_VERSION : v18.05.21.3
[ 536.310977] FW_RELEASE_VERSION : V1_0_26_2
[ 536.310979] OMEGA2_FW_RELEASE_VERSION : V3_31_0_0
[ 536.310980] OMEGA2I_FW_RELEASE_VERSION : V3_32_0_1_I
[ 536.310982] OMEGA2W_FW_RELEASE_VERSION : V3_34_0_0_W
[ 536.310984] API_RELEASE_VERSION : 203.20160914.0
[ 536.310985] DVB_USB_ADAP_NOT_NEED_PID_FILTERING
[ 536.310986] USB mode = 0x200
[ 536.330895] Chip Version = 2, valid bit = 0x01
[ 536.330899] ========== Read EEPROM ==========
[ 536.331256] OMEGA Board ID = 0x00
[ 536.331617] EEPROM_IRMODE = 0x00
[ 536.331619] bIrTblDownload = OFF
[ 536.331986] EEPROM_TSMODE = 0x03
[ 536.331988] TSMode = PIP
[ 536.333544] RX2 BWMODE = NORM
[ 536.333898] Troll use - adjust TunerId [0x65] to 0x63
[ 536.333900] fc[0].TunerId = 0x63
[ 536.333902] fc[1].TunerId = 0x63
[ 536.334265] EEPROM susped mode = 1
[ 536.334639] EEPROM DCA Time Flag = 0
[ 536.334641] EEPROM DCA Master time= 68
[ 536.334643] EEPROM DCA Slave time = 68
[ 536.334646] Set busId = 0x2, tunerId = 0x63
[ 536.338869] C2 plug/cold-boot/(S4)
[ 536.338874] - Enter DRV_NIMReset Function -
[ 536.401028] - Enter DRV_Initialize Function - Board id = 0, numChips = 2, booted=False
[ 536.401034] - Enter Standard_initialize Function - NumChips = 2
[ 538.114434] FwVer OFDM = 0xFF330104
[ 538.115193] FwVer LINK = 0xFF280100
[ 538.292683] USB IT913x now attached to USBSkel-191
[ 538.292768] USB IT913x now attached to USBSkel-192
[ 538.292771] dvb-usb: found a 'ITEtech USB2.0 DVB-T Receiver' in warm state.
[ 538.292999] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 538.293309] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 538.293985] usb 1-3.5.2: DVB: registering adapter 0 frontend 0 (IT913x USB DVB-T)...
[ 538.294236] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 538.294594] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 538.295248] usb 1-3.5.2: DVB: registering adapter 1 frontend 0 (IT913x USB DVB-T)...
[ 538.295419] dvb-usb: ITEtech USB2.0 DVB-T Receiver successfully initialized and connected.
[ 538.296527] usb 1-3.5.3: USB disconnect, device number 14
[ 538.296686] it951x_disconnect()
[ 538.296710] tx_free_urbs() end
[ 538.296727] rx_free_urbs() end
[ 538.300150] USB ITEtech #223 now disconnected
[ 538.528329] usb 1-3.5.3: new high-speed USB device number 21 using tegra-xusb
[ 538.550583] usb 1-3.5.3: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 538.550592] usb 1-3.5.3: New USB device found, idVendor=048d, idProduct=9517
[ 538.550596] usb 1-3.5.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 538.554984] *** it951x usb device plugged in ***
[ 538.554988] - Enter Device_init Function -
[ 538.554990] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 538.554992] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 538.554994] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 538.554996] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 538.554998] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 538.555000] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 538.555002] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 538.555004] API_TX_RELEASE_VERSION : 202.20170914.0
[ 538.555005] API_RX_RELEASE_VERSION : 203.20130408.0
[ 538.555007] USB mode= 0x200
[ 538.555346] - Enter DRV_GetEEPROMConfig Function -
[ 538.556471] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 538.556474] =============No need read eeprom
[ 538.558069] - Enter DRV_Initialize Function -
[ 538.558409] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 538.558411] - Load Device Type: 0xB5 from default
[ 538.564778] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 538.565127] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 539.428418] Device initialize TX: YES
[ 539.428422] Device initialize TX Handler: YES
[ 539.429951] Device RX no initialized
[ 539.429952] Device initialize RX Handler: NO
[ 539.430193] FwVer OFDM = 0x0,
[ 539.430530] FwVer LINK = 0xff280100
[ 539.430534] Device_init success
[ 539.430808] AirHD Reg Write ok!
[ 539.431712] tx minor 223
[ 539.846904] Default IT9510_setTXChannelModulation: success
[ 539.846910] - Enter DL_ApPwCtrl Function -
[ 539.846913] chip = 1 bOn = OFF
[ 539.846914] - Enter DL_ApPwCtrl Function -
[ 539.846916] chip = 0 bOn = OFF
[ 540.244314] IT951x Power OFF
[ 540.244902] USB ITEtech device now attached to USBSkel-223
[ 540.245962] usb 1-3.5.4: USB disconnect, device number 15
[ 540.246141] it951x_disconnect()
[ 540.246168] tx_free_urbs() end
[ 540.246185] rx_free_urbs() end
[ 540.246305] USB ITEtech #224 now disconnected
[ 540.468329] usb 1-3.5.4: new high-speed USB device number 22 using tegra-xusb
[ 540.490588] usb 1-3.5.4: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 540.490595] usb 1-3.5.4: New USB device found, idVendor=048d, idProduct=9517
[ 540.490599] usb 1-3.5.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 540.491681] *** it951x usb device plugged in ***
[ 540.491685] - Enter Device_init Function -
[ 540.491687] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 540.491689] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 540.491691] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 540.491693] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 540.491695] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 540.491697] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 540.491698] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 540.491700] API_TX_RELEASE_VERSION : 202.20170914.0
[ 540.491702] API_RX_RELEASE_VERSION : 203.20130408.0
[ 540.491703] USB mode= 0x200
[ 540.493068] - Enter DRV_GetEEPROMConfig Function -
[ 540.494138] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 540.494141] =============No need read eeprom
[ 540.495893] - Enter DRV_Initialize Function -
[ 540.496258] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 540.496261] - Load Device Type: 0xB5 from default
[ 540.500871] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 540.501200] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 541.373201] Device initialize TX: YES
[ 541.373204] Device initialize TX Handler: YES
[ 541.374748] Device RX no initialized
[ 541.374749] Device initialize RX Handler: NO
[ 541.374997] FwVer OFDM = 0x0,
[ 541.375335] FwVer LINK = 0xff280100
[ 541.375338] Device_init success
[ 541.375619] AirHD Reg Write ok!
[ 541.377648] tx minor 224
[ 541.790222] Default IT9510_setTXChannelModulation: success
[ 541.790227] - Enter DL_ApPwCtrl Function -
[ 541.790231] chip = 1 bOn = OFF
[ 541.790232] - Enter DL_ApPwCtrl Function -
[ 541.790234] chip = 0 bOn = OFF
[ 542.196321] IT951x Power OFF
[ 542.196896] USB ITEtech device now attached to USBSkel-224
[ 1077.483076] usb 1-3.5.1: USB disconnect, device number 19
[ 1077.708674] usb 1-3.5.1: new full-speed USB device number 23 using tegra-xusb
[ 1077.994316] usb 1-3.5.1: New USB device found, idVendor=10c4, idProduct=002a
[ 1077.994322] usb 1-3.5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1077.994325] usb 1-3.5.1: Product: MRB R2
[ 1077.994328] usb 1-3.5.1: Manufacturer: TROLL SYSTEMS CORPORATION
[ 1077.994805] usb 1-3.5.1: Not enough host controller resources for new device state.
[ 1077.994819] usb 1-3.5.1: can't set config #1, error -12
[ 1078.014058] usb 1-3.5.2: USB disconnect, device number 20
[ 1078.014204] - Enter IT913x_disconnect Function -
[ 1078.014251] - Enter I2C_exit Function -
[ 1078.022368] dvb-usb: ITEtech USB2.0 DVB-T Receiver successfully deinitialized and disconnected.
[ 1078.022628] USB IT913x (USBSkel-191) now disconnected
[ 1078.022768] USB IT913x (USBSkel-192) now disconnected
[ 1078.316319] usb 1-3.5.2: new high-speed USB device number 24 using tegra-xusb
[ 1078.341399] usb 1-3.5.2: New USB device found, idVendor=048d, idProduct=9135
[ 1078.341405] usb 1-3.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1078.341407] usb 1-3.5.2: Product: DVB-T TV Stick
[ 1078.341410] usb 1-3.5.2: Manufacturer: ITE Technologies, Inc.
[ 1078.341413] usb 1-3.5.2: SerialNumber: AF0102020700001
[ 1078.342510] ===== it913x usb device plugged in =====
[ 1078.342514] KERNEL_VERSION(4, 9, 201)
[ 1078.342541] ===== URB_BUFSIZE:32712
[ 1078.342543] DRIVER_RELEASE_VERSION : v18.05.21.3
[ 1078.342545] FW_RELEASE_VERSION : V1_0_26_2
[ 1078.342546] OMEGA2_FW_RELEASE_VERSION : V3_31_0_0
[ 1078.342548] OMEGA2I_FW_RELEASE_VERSION : V3_32_0_1_I
[ 1078.342549] OMEGA2W_FW_RELEASE_VERSION : V3_34_0_0_W
[ 1078.342551] API_RELEASE_VERSION : 203.20160914.0
[ 1078.342553] DVB_USB_ADAP_NOT_NEED_PID_FILTERING
[ 1078.342554] USB mode = 0x200
[ 1078.355831] Chip Version = 2, valid bit = 0x01
[ 1078.355862] ========== Read EEPROM ==========
[ 1078.356239] OMEGA Board ID = 0x00
[ 1078.356614] EEPROM_IRMODE = 0x00
[ 1078.356617] bIrTblDownload = OFF
[ 1078.356990] EEPROM_TSMODE = 0x03
[ 1078.356992] TSMode = PIP
[ 1078.358560] RX2 BWMODE = NORM
[ 1078.358923] Troll use - adjust TunerId [0x65] to 0x63
[ 1078.358926] fc[0].TunerId = 0x63
[ 1078.358928] fc[1].TunerId = 0x63
[ 1078.359326] EEPROM susped mode = 1
[ 1078.359687] EEPROM DCA Time Flag = 0
[ 1078.359690] EEPROM DCA Master time= 68
[ 1078.359692] EEPROM DCA Slave time = 68
[ 1078.359697] Set busId = 0x2, tunerId = 0x63
[ 1078.363612] C2 plug/cold-boot/(S4)
[ 1078.363617] - Enter DRV_NIMReset Function -
[ 1078.425028] - Enter DRV_Initialize Function - Board id = 0, numChips = 2, booted=False
[ 1078.425033] - Enter Standard_initialize Function - NumChips = 2
[ 1080.133928] FwVer OFDM = 0xFF330104
[ 1080.134680] FwVer LINK = 0xFF280100
[ 1080.316809] USB IT913x now attached to USBSkel-191
[ 1080.316926] USB IT913x now attached to USBSkel-192
[ 1080.316929] dvb-usb: found a 'ITEtech USB2.0 DVB-T Receiver' in warm state.
[ 1080.317110] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 1080.317425] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 1080.318013] usb 1-3.5.2: DVB: registering adapter 0 frontend 0 (IT913x USB DVB-T)...
[ 1080.318083] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 1080.318430] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 1080.319036] usb 1-3.5.2: DVB: registering adapter 1 frontend 0 (IT913x USB DVB-T)...
[ 1080.319099] dvb-usb: ITEtech USB2.0 DVB-T Receiver successfully initialized and connected.
[ 1080.320191] usb 1-3.5.3: USB disconnect, device number 21
[ 1080.320386] it951x_disconnect()
[ 1080.320414] tx_free_urbs() end
[ 1080.320429] rx_free_urbs() end
[ 1080.324605] USB ITEtech #223 now disconnected
[ 1080.556333] usb 1-3.5.3: new high-speed USB device number 25 using tegra-xusb
[ 1080.578591] usb 1-3.5.3: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 1080.578599] usb 1-3.5.3: New USB device found, idVendor=048d, idProduct=9517
[ 1080.578603] usb 1-3.5.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1080.579726] *** it951x usb device plugged in ***
[ 1080.579731] - Enter Device_init Function -
[ 1080.579733] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 1080.579735] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 1080.579737] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 1080.579739] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 1080.579741] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 1080.579742] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 1080.579744] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 1080.579746] API_TX_RELEASE_VERSION : 202.20170914.0
[ 1080.579748] API_RX_RELEASE_VERSION : 203.20130408.0
[ 1080.579749] USB mode= 0x200
[ 1080.580089] - Enter DRV_GetEEPROMConfig Function -
[ 1080.581147] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 1080.581149] =============No need read eeprom
[ 1080.581475] - Enter DRV_Initialize Function -
[ 1080.581821] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 1080.581823] - Load Device Type: 0xB5 from default
[ 1080.587191] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 1080.587574] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 1081.456682] Device initialize TX: YES
[ 1081.456686] Device initialize TX Handler: YES
[ 1081.458239] Device RX no initialized
[ 1081.458241] Device initialize RX Handler: NO
[ 1081.458486] FwVer OFDM = 0x0,
[ 1081.458820] FwVer LINK = 0xff280100
[ 1081.458823] Device_init success
[ 1081.459111] AirHD Reg Write ok!
[ 1081.459991] tx minor 223
[ 1081.870299] Default IT9510_setTXChannelModulation: success
[ 1081.870304] - Enter DL_ApPwCtrl Function -
[ 1081.870308] chip = 1 bOn = OFF
[ 1081.870310] - Enter DL_ApPwCtrl Function -
[ 1081.870312] chip = 0 bOn = OFF
[ 1082.272945] IT951x Power OFF
[ 1082.275664] USB ITEtech device now attached to USBSkel-223
[ 1082.276767] usb 1-3.5.4: USB disconnect, device number 22
[ 1082.276954] it951x_disconnect()
[ 1082.276980] tx_free_urbs() end
[ 1082.276997] rx_free_urbs() end
[ 1082.277103] USB ITEtech #224 now disconnected
[ 1082.500329] usb 1-3.5.4: new high-speed USB device number 26 using tegra-xusb
[ 1082.522578] usb 1-3.5.4: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 1082.522585] usb 1-3.5.4: New USB device found, idVendor=048d, idProduct=9517
[ 1082.522589] usb 1-3.5.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1082.523644] *** it951x usb device plugged in ***
[ 1082.523648] - Enter Device_init Function -
[ 1082.523649] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 1082.523652] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 1082.523654] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 1082.523656] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 1082.523657] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 1082.523659] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 1082.523660] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 1082.523662] API_TX_RELEASE_VERSION : 202.20170914.0
[ 1082.523664] API_RX_RELEASE_VERSION : 203.20130408.0
[ 1082.523665] USB mode= 0x200
[ 1082.524007] - Enter DRV_GetEEPROMConfig Function -
[ 1082.525874] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 1082.525878] =============No need read eeprom
[ 1082.526193] - Enter DRV_Initialize Function -
[ 1082.526534] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 1082.526537] - Load Device Type: 0xB5 from default
[ 1082.532563] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 1082.532902] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 1083.402161] Device initialize TX: YES
[ 1083.402165] Device initialize TX Handler: YES
[ 1083.403753] Device RX no initialized
[ 1083.403755] Device initialize RX Handler: NO
[ 1083.404074] FwVer OFDM = 0x0,
[ 1083.404435] FwVer LINK = 0xff280100
[ 1083.404439] Device_init success
[ 1083.404738] AirHD Reg Write ok!
[ 1083.405668] tx minor 224
[ 1083.814634] Default IT9510_setTXChannelModulation: success
[ 1083.814640] - Enter DL_ApPwCtrl Function -
[ 1083.814644] chip = 1 bOn = OFF
[ 1083.814646] - Enter DL_ApPwCtrl Function -
[ 1083.814647] chip = 0 bOn = OFF
[ 1084.216313] IT951x Power OFF
[ 1084.216897] USB ITEtech device now attached to USBSkel-224
[ 1619.691864] usb 1-3.5.1: USB disconnect, device number 23
[ 1619.920353] usb 1-3.5.1: new full-speed USB device number 27 using tegra-xusb
[ 1620.022283] usb 1-3.5.1: New USB device found, idVendor=10c4, idProduct=002a
[ 1620.022289] usb 1-3.5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1620.022292] usb 1-3.5.1: Product: MRB R2
[ 1620.022295] usb 1-3.5.1: Manufacturer: TROLL SYSTEMS CORPORATION
[ 1620.022804] usb 1-3.5.1: Not enough host controller resources for new device state.
[ 1620.022827] usb 1-3.5.1: can't set config #1, error -12
[ 1620.040193] usb 1-3.5.2: USB disconnect, device number 24
[ 1620.040446] - Enter IT913x_disconnect Function -
[ 1620.040449] - Enter I2C_exit Function -
[ 1620.050126] dvb-usb: ITEtech USB2.0 DVB-T Receiver successfully deinitialized and disconnected.
[ 1620.050883] USB IT913x (USBSkel-191) now disconnected
[ 1620.051496] USB IT913x (USBSkel-192) now disconnected
[ 1620.348336] usb 1-3.5.2: new high-speed USB device number 28 using tegra-xusb
[ 1620.373865] usb 1-3.5.2: New USB device found, idVendor=048d, idProduct=9135
[ 1620.373871] usb 1-3.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1620.373874] usb 1-3.5.2: Product: DVB-T TV Stick
[ 1620.373877] usb 1-3.5.2: Manufacturer: ITE Technologies, Inc.
[ 1620.373879] usb 1-3.5.2: SerialNumber: AF0102020700001
[ 1620.374993] ===== it913x usb device plugged in =====
[ 1620.374997] KERNEL_VERSION(4, 9, 201)
[ 1620.375026] ===== URB_BUFSIZE:32712
[ 1620.375028] DRIVER_RELEASE_VERSION : v18.05.21.3
[ 1620.375030] FW_RELEASE_VERSION : V1_0_26_2
[ 1620.375031] OMEGA2_FW_RELEASE_VERSION : V3_31_0_0
[ 1620.375075] OMEGA2I_FW_RELEASE_VERSION : V3_32_0_1_I
[ 1620.375077] OMEGA2W_FW_RELEASE_VERSION : V3_34_0_0_W
[ 1620.375079] API_RELEASE_VERSION : 203.20160914.0
[ 1620.375081] DVB_USB_ADAP_NOT_NEED_PID_FILTERING
[ 1620.375082] USB mode = 0x200
[ 1620.394851] Chip Version = 2, valid bit = 0x01
[ 1620.394855] ========== Read EEPROM ==========
[ 1620.395212] OMEGA Board ID = 0x00
[ 1620.395563] EEPROM_IRMODE = 0x00
[ 1620.395566] bIrTblDownload = OFF
[ 1620.395921] EEPROM_TSMODE = 0x03
[ 1620.395923] TSMode = PIP
[ 1620.397494] RX2 BWMODE = NORM
[ 1620.397864] Troll use - adjust TunerId [0x65] to 0x63
[ 1620.397865] fc[0].TunerId = 0x63
[ 1620.397867] fc[1].TunerId = 0x63
[ 1620.398219] EEPROM susped mode = 1
[ 1620.398568] EEPROM DCA Time Flag = 0
[ 1620.398570] EEPROM DCA Master time= 68
[ 1620.398594] EEPROM DCA Slave time = 68
[ 1620.398597] Set busId = 0x2, tunerId = 0x63
[ 1620.402496] C2 plug/cold-boot/(S4)
[ 1620.402500] - Enter DRV_NIMReset Function -
[ 1620.465002] - Enter DRV_Initialize Function - Board id = 0, numChips = 2, booted=False
[ 1620.465007] - Enter Standard_initialize Function - NumChips = 2
[ 1622.175227] FwVer OFDM = 0xFF330104
[ 1622.175997] FwVer LINK = 0xFF280100
[ 1622.356866] USB IT913x now attached to USBSkel-191
[ 1622.356942] USB IT913x now attached to USBSkel-192
[ 1622.356946] dvb-usb: found a 'ITEtech USB2.0 DVB-T Receiver' in warm state.
[ 1622.357128] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 1622.357446] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 1622.358300] usb 1-3.5.2: DVB: registering adapter 0 frontend 0 (IT913x USB DVB-T)...
[ 1622.358372] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 1622.358712] DVB: registering new adapter (ITEtech USB2.0 DVB-T Receiver)
[ 1622.359167] usb 1-3.5.2: DVB: registering adapter 1 frontend 0 (IT913x USB DVB-T)...
[ 1622.359287] dvb-usb: ITEtech USB2.0 DVB-T Receiver successfully initialized and connected.
[ 1622.360321] usb 1-3.5.3: USB disconnect, device number 25
[ 1622.360487] it951x_disconnect()
[ 1622.360512] tx_free_urbs() end
[ 1622.360526] rx_free_urbs() end
[ 1622.365040] USB ITEtech #223 now disconnected
[ 1622.592344] usb 1-3.5.3: new high-speed USB device number 29 using tegra-xusb
[ 1622.614566] usb 1-3.5.3: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 1622.614597] usb 1-3.5.3: New USB device found, idVendor=048d, idProduct=9517
[ 1622.614601] usb 1-3.5.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1622.615712] *** it951x usb device plugged in ***
[ 1622.615716] - Enter Device_init Function -
[ 1622.615718] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 1622.615721] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 1622.615724] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 1622.615726] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 1622.615727] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 1622.615729] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 1622.615731] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 1622.615732] API_TX_RELEASE_VERSION : 202.20170914.0
[ 1622.615734] API_RX_RELEASE_VERSION : 203.20130408.0
[ 1622.615735] USB mode= 0x200
[ 1622.616053] - Enter DRV_GetEEPROMConfig Function -
[ 1622.617339] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 1622.617342] =============No need read eeprom
[ 1622.617654] - Enter DRV_Initialize Function -
[ 1622.617986] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 1622.617988] - Load Device Type: 0xB5 from default
[ 1622.623104] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 1622.623434] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 1623.487177] Device initialize TX: YES
[ 1623.487180] Device initialize TX Handler: YES
[ 1623.488731] Device RX no initialized
[ 1623.488734] Device initialize RX Handler: NO
[ 1623.488981] FwVer OFDM = 0x0,
[ 1623.489318] FwVer LINK = 0xff280100
[ 1623.489321] Device_init success
[ 1623.489605] AirHD Reg Write ok!
[ 1623.490465] tx minor 223
[ 1623.898103] Default IT9510_setTXChannelModulation: success
[ 1623.898109] - Enter DL_ApPwCtrl Function -
[ 1623.898112] chip = 1 bOn = OFF
[ 1623.898114] - Enter DL_ApPwCtrl Function -
[ 1623.898116] chip = 0 bOn = OFF
[ 1624.300313] IT951x Power OFF
[ 1624.300880] USB ITEtech device now attached to USBSkel-223
[ 1624.301927] usb 1-3.5.4: USB disconnect, device number 26
[ 1624.302078] it951x_disconnect()
[ 1624.302105] tx_free_urbs() end
[ 1624.302122] rx_free_urbs() end
[ 1624.302225] USB ITEtech #224 now disconnected
[ 1624.524317] usb 1-3.5.4: new high-speed USB device number 30 using tegra-xusb
[ 1624.546609] usb 1-3.5.4: config 1 interface 0 altsetting 0 endpoint 0x84 has an invalid bInterval 0, changing to 7
[ 1624.546617] usb 1-3.5.4: New USB device found, idVendor=048d, idProduct=9517
[ 1624.546621] usb 1-3.5.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1624.549398] *** it951x usb device plugged in ***
[ 1624.549402] - Enter Device_init Function -
[ 1624.549404] DRIVER_RELEASE_VERSION : v19.07.01.7.t
[ 1624.549406] EAGLEII_FW_RELEASE_LINK_VERSION: 255.40.1.0
[ 1624.549408] EAGLEII_FW_RELEASE_OFDM_VERSION: 255.10.13.0
[ 1624.549410] OMEGA_FW_RELEASE_LINK_VERSION: 0.0.255.1
[ 1624.549412] OMEGA_FW_RELEASE_OFDM_VERSION: 0.0.255.1
[ 1624.549413] OMEGA_FW_V2I_RELEASE_LINK_VERSION: 3.46.6.3
[ 1624.549415] OMEGA_FW_V2I_RELEASE_OFDM_VERSION: 3.49.6.3
[ 1624.549417] API_TX_RELEASE_VERSION : 202.20170914.0
[ 1624.549419] API_RX_RELEASE_VERSION : 203.20130408.0
[ 1624.549420] USB mode= 0x200
[ 1624.551033] - Enter DRV_GetEEPROMConfig Function -
[ 1624.552082] Chip Version is 1---and Read 4979---valid bit = 0x00
[ 1624.552085] =============No need read eeprom
[ 1624.552393] - Enter DRV_Initialize Function -
[ 1624.552730] IT9510User_getDeviceType
- No EEPROM or EEPROM Read no Value.
[ 1624.552732] - Load Device Type: 0xB5 from default
[ 1624.556236] - IT9510_setSlaveIICAddress as default: 3A ok -
[ 1624.556567] No Detected EEPROM: Default TS_Interface_Normal.StreamType_DVBT_SERIAL
[ 1625.419733] Device initialize TX: YES
[ 1625.419737] Device initialize TX Handler: YES
[ 1625.421269] Device RX no initialized
[ 1625.421272] Device initialize RX Handler: NO
[ 1625.421542] FwVer OFDM = 0x0,
[ 1625.422025] FwVer LINK = 0xff280100
[ 1625.422029] Device_init success
[ 1625.422335] AirHD Reg Write ok!
[ 1625.423211] tx minor 224
[ 1625.834146] Default IT9510_setTXChannelModulation: success
[ 1625.834151] - Enter DL_ApPwCtrl Function -
[ 1625.834155] chip = 1 bOn = OFF
[ 1625.834156] - Enter DL_ApPwCtrl Function -
[ 1625.834158] chip = 0 bOn = OFF
[ 1626.232314] IT951x Power OFF
[ 1626.232883] USB ITEtech device now attached to USBSkel-224
[ 1965.909787] audit: type=1006 audit(1701471613.152:13): pid=7046 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=9 res=1
[ 1966.397614] audit: type=1006 audit(1701471613.640:14): pid=6993 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=10 res=1`
Beta Was this translation helpful? Give feedback.
All reactions