Sensor detected and driver loaded but no /dev/video0 node

Hi,

We’re developing a v4l2 driver for a image sensor based on the OV5496 driver. After all the modifications and some debugging, we are already at the point that the driver is loaded correctly. The I2C signals between the sensor and the TX1 board are also according to expectations. However, no /dev/video0 node is created. What are the possible causes of this issue? What are we missing?

Thanks

hello christopher.tiongson,

had you refer to Sensor Driver Programming Guide in the Release 28.1 Development Guide yet?
there are some instructions and debugging tips for your reference.
thanks

Yes, we’ve been using it as a guide.

We’re seeing vi registration error messages like “i2c_client drvdate is NULL” and “all channel register failed”. Could this be related to a device tree issue?

hello christopher.tiongson,

please share your kernel message from system boot up,
please gather them into a txt file and upload it to the comment attachment,
thanks

Here’s the system log. Thanks.

-- Logs begin at Thu 2016-02-11 16:28:00 UTC, end at Fri 2016-05-06 05:41:23 UTC. --
Feb 11 16:28:00 tegra-ubuntu systemd-journald[214]: Runtime journal (/run/log/journal/) is 8.0M, max 199.1M, 191.1M free.
Feb 11 16:28:00 tegra-ubuntu kernel: Booting Linux on physical CPU 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: Initializing cgroup subsys cpu
Feb 11 16:28:00 tegra-ubuntu kernel: Initializing cgroup subsys cpuacct
Feb 11 16:28:00 tegra-ubuntu kernel: Linux version 4.4.38 (glenn@glenn-HP-Compaq-8200-Elite-CMT-PC) (gcc version 4.8.5 (GCC) ) #48 SMP PREEMPT Tue Nov 21 14:45:35 PHT 2017
Feb 11 16:28:00 tegra-ubuntu kernel: Boot CPU: AArch64 Processor [411fd071]
Feb 11 16:28:00 tegra-ubuntu kernel: Reserved memory: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
Feb 11 16:28:00 tegra-ubuntu kernel: Reserved memory: initialized node iram-carveout, compatible id nvidia,iram-carveout
Feb 11 16:28:00 tegra-ubuntu kernel: Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
Feb 11 16:28:00 tegra-ubuntu kernel: cma: Reserved 16 MiB at 0x00000000fdc00000
Feb 11 16:28:00 tegra-ubuntu kernel: On node 0 totalpages: 1043456
Feb 11 16:28:00 tegra-ubuntu kernel:   DMA zone: 8192 pages used for memmap
Feb 11 16:28:00 tegra-ubuntu kernel:   DMA zone: 0 pages reserved
Feb 11 16:28:00 tegra-ubuntu kernel:   DMA zone: 519168 pages, LIFO batch:31
Feb 11 16:28:00 tegra-ubuntu kernel:   Normal zone: 8192 pages used for memmap
Feb 11 16:28:00 tegra-ubuntu kernel:   Normal zone: 524288 pages, LIFO batch:31
Feb 11 16:28:00 tegra-ubuntu kernel: psci: probing for conduit method from DT.
Feb 11 16:28:00 tegra-ubuntu kernel: psci: PSCIv1.0 detected in firmware.
Feb 11 16:28:00 tegra-ubuntu kernel: psci: Using standard PSCI v0.2 function IDs
Feb 11 16:28:00 tegra-ubuntu kernel: psci: MIGRATE_INFO_TYPE not supported.
Feb 11 16:28:00 tegra-ubuntu kernel: PERCPU: Embedded 17 pages/cpu @ffffffc0ffe40000 s31360 r8192 d30080 u69632
Feb 11 16:28:00 tegra-ubuntu kernel: pcpu-alloc: s31360 r8192 d30080 u69632 alloc=17*4096
Feb 11 16:28:00 tegra-ubuntu kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Feb 11 16:28:00 tegra-ubuntu kernel: CPU features: enabling workaround for ARM erratum 832075
Feb 11 16:28:00 tegra-ubuntu kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1027072
Feb 11 16:28:00 tegra-ubuntu kernel: Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 androidboot.modem=none androidboot.serialno=03243162376100808106 androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 core_edp_mv=1125 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootloader=00.00.2014.50-t210-37a3fa40 androidboot.verifiedbootstate=orange root=/dev/mmcblk0p1 rw rootwait
Feb 11 16:28:00 tegra-ubuntu kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: Memory: 3372552K/4173824K available (11017K kernel code, 1819K rwdata, 6360K rodata, 1208K init, 641K bss, 96760K reserved, 704512K cma-reserved)
Feb 11 16:28:00 tegra-ubuntu kernel: Virtual kernel memory layout:
                                         vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000   (   246 GB)
                                         vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
                                                   0xffffffbdc2000000 - 0xffffffbdc6000000   (    64 MB actual)
                                         fixed   : 0xffffffbffa7fd000 - 0xffffffbffac00000   (  4108 KB)
                                         PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000   (    16 MB)
                                         modules : 0xffffffbffc000000 - 0xffffffc000000000   (    64 MB)
                                         memory  : 0xffffffc000000000 - 0xffffffc100000000   (  4096 MB)
                                           .init : 0xffffffc001179000 - 0xffffffc0012a7000   (  1208 KB)
                                           .text : 0xffffffc000080000 - 0xffffffc001178c04   ( 17380 KB)
                                           .data : 0xffffffc0012c1000 - 0xffffffc001487e48   (  1820 KB)
Feb 11 16:28:00 tegra-ubuntu kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Feb 11 16:28:00 tegra-ubuntu kernel: Preemptible hierarchical RCU implementation.
Feb 11 16:28:00 tegra-ubuntu kernel:         Build-time adjustment of leaf fanout to 64.
Feb 11 16:28:00 tegra-ubuntu kernel:         RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
Feb 11 16:28:00 tegra-ubuntu kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
Feb 11 16:28:00 tegra-ubuntu kernel: NR_IRQS:64 nr_irqs:64 0
Feb 11 16:28:00 tegra-ubuntu kernel: /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
Feb 11 16:28:00 tegra-ubuntu kernel: enable_t210_agic_clks:106 ape clocked & reset cleared
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: kmemleak: Kernel memory leak detector disabled
Feb 11 16:28:00 tegra-ubuntu kernel: Architected cp15 timer(s) running at 19.20MHz (phys).
Feb 11 16:28:00 tegra-ubuntu kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Feb 11 16:28:00 tegra-ubuntu kernel: sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Feb 11 16:28:00 tegra-ubuntu kernel: Console: colour dummy device 80x25
Feb 11 16:28:00 tegra-ubuntu kernel: console [tty0] enabled
Feb 11 16:28:00 tegra-ubuntu kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
Feb 11 16:28:00 tegra-ubuntu kernel: pid_max: default: 32768 minimum: 301
Feb 11 16:28:00 tegra-ubuntu kernel: Security Framework initialized
Feb 11 16:28:00 tegra-ubuntu kernel: SELinux:  Initializing.
Feb 11 16:28:00 tegra-ubuntu kernel: SELinux:  Starting in permissive mode
Feb 11 16:28:00 tegra-ubuntu kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: Initializing cgroup subsys freezer
Feb 11 16:28:00 tegra-ubuntu kernel: Initializing cgroup subsys debug
Feb 11 16:28:00 tegra-ubuntu kernel: CPU0 ipc=1024
Feb 11 16:28:00 tegra-ubuntu kernel: CPU1 ipc=1024
Feb 11 16:28:00 tegra-ubuntu kernel: CPU2 ipc=1024
Feb 11 16:28:00 tegra-ubuntu kernel: CPU3 ipc=1024
Feb 11 16:28:00 tegra-ubuntu kernel: ASID allocator initialised with 65536 entries
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-id: chipid=22117.
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-id: opt_subrevision=0.
Feb 11 16:28:00 tegra-ubuntu kernel: Tegra Speedo/IDDQ fuse revision 4
Feb 11 16:28:00 tegra-ubuntu kernel: Tegra: CPU Speedo ID 7, SoC Speedo ID 0, GPU Speedo ID 2
Feb 11 16:28:00 tegra-ubuntu kernel: Tegra: CPU Process ID 0, SoC Process ID 0, GPU Process ID 0
Feb 11 16:28:00 tegra-ubuntu kernel: Tegra: CPU Speedo Value 2039, SoC Speedo Value 1949, GPU Speedo Value 2063
Feb 11 16:28:00 tegra-ubuntu kernel: Tegra: CPU IDDQ Value 2068, SoC IDDQ Value 2352, GPU IDDQ Value 3025
Feb 11 16:28:00 tegra-ubuntu kernel: Tegra Revision: A02 SKU: 0x17 CPU Process: 0 SoC Process: 0
Feb 11 16:28:00 tegra-ubuntu kernel: DTS File Name: /media/glenn/DATA/work/TX1/src/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/jetson/kernel-dts/tegra210-jetson-tx1-p2597-2180-a01-devkit.dts
Feb 11 16:28:00 tegra-ubuntu kernel: DTB Build time: Nov 21 2017 14:47:32
Feb 11 16:28:00 tegra-ubuntu kernel: CPU1: Booted secondary processor [411fd071]
Feb 11 16:28:00 tegra-ubuntu kernel: CPU2: Booted secondary processor [411fd071]
Feb 11 16:28:00 tegra-ubuntu kernel: CPU3: Booted secondary processor [411fd071]
Feb 11 16:28:00 tegra-ubuntu kernel: Brought up 4 CPUs
Feb 11 16:28:00 tegra-ubuntu kernel: SMP: Total of 4 processors activated.
Feb 11 16:28:00 tegra-ubuntu kernel: CPU: All CPU(s) started at EL2
Feb 11 16:28:00 tegra-ubuntu kernel: alternatives: patching kernel code
Feb 11 16:28:00 tegra-ubuntu kernel: devtmpfs: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: Initilizing CustomIPI irq domain
Feb 11 16:28:00 tegra-ubuntu kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Feb 11 16:28:00 tegra-ubuntu kernel: pinctrl core: initialized pinctrl subsystem
Feb 11 16:28:00 tegra-ubuntu kernel: OS set in device tree is L4T.
Feb 11 16:28:00 tegra-ubuntu kernel: regulator-dummy: no parameters
Feb 11 16:28:00 tegra-ubuntu kernel: Initializing plugin-manager
Feb 11 16:28:00 tegra-ubuntu kernel: Plugin module not found
Feb 11 16:28:00 tegra-ubuntu kernel: node /plugin-manager/fragement@0 match with board >=2180-1000-300
Feb 11 16:28:00 tegra-ubuntu kernel: node /plugin-manager/fragement@4 match with odm-data l4t
Feb 11 16:28:00 tegra-ubuntu kernel: Removing Prop nvidia,pmc-wakeup from target /bcmdhd_wlan
Feb 11 16:28:00 tegra-ubuntu kernel: Adding domain ape-pd to PM domain mc-clk-pd
Feb 11 16:28:00 tegra-ubuntu kernel: Adding domain adsp-pd to PM domain ape-pd
Feb 11 16:28:00 tegra-ubuntu kernel: NET: Registered protocol family 16
Feb 11 16:28:00 tegra-ubuntu kernel: console [pstore-1] enabled
Feb 11 16:28:00 tegra-ubuntu kernel: pstore: Registered ramoops as persistent store backend
Feb 11 16:28:00 tegra-ubuntu kernel: ramoops: attached 0x200000@0xb0000000, ecc: 0/0
Feb 11 16:28:00 tegra-ubuntu kernel: cpuidle: using governor ladder
Feb 11 16:28:00 tegra-ubuntu kernel: cpuidle: using governor menu
Feb 11 16:28:00 tegra-ubuntu kernel: bpmp: mail init ok
Feb 11 16:28:00 tegra-ubuntu kernel: vdso: 2 pages (1 code @ ffffffc0012c9000, 1 data @ ffffffc0012c8000)
Feb 11 16:28:00 tegra-ubuntu kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
Feb 11 16:28:00 tegra-ubuntu kernel: atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_powergate_init: DONE
Feb 11 16:28:00 tegra-ubuntu kernel: DTS File Name: /media/glenn/DATA/work/TX1/src/kernel/kernel-4.4/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/jetson/kernel-dts/tegra210-jetson-tx1-p2597-2180-a01-devkit.dts
Feb 11 16:28:00 tegra-ubuntu kernel: DTB Build time: Nov 21 2017 14:47:32
Feb 11 16:28:00 tegra-ubuntu kernel: Error: Driver 'tegra-mc' is already registered, aborting...
Feb 11 16:28:00 tegra-ubuntu kernel: platform tegra-carveouts: SMMU isn't ready yet
Feb 11 16:28:00 tegra-ubuntu kernel: platform tegra-carveouts: domain=ffffffc0fa12b318 allocates as[0]=ffffffc0fa1440a8
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
Feb 11 16:28:00 tegra-ubuntu kernel: platform smmu_test: domain=ffffffc0fa12b618 allocates as[0]=ffffffc0fa144110
Feb 11 16:28:00 tegra-ubuntu kernel: platform 70016000.bpmp: domain=ffffffc0fa12b918 allocates as[0]=ffffffc0fa144178
Feb 11 16:28:00 tegra-ubuntu kernel: bpmp: ping status is 0
Feb 11 16:28:00 tegra-ubuntu kernel: bpmp 70016000.bpmp: firmware tag is 1e4b302fc0f866f97885165cf8b395ac
Feb 11 16:28:00 tegra-ubuntu kernel: bpmp 70016000.bpmp: probe ok
Feb 11 16:28:00 tegra-ubuntu kernel: mc: mapped MMIO address: 0xffffff800007e000 -> 0x70019000
Feb 11 16:28:00 tegra-ubuntu kernel: mc: mapped MMIO address: 0xffffff80000b6000 -> 0x7001c000
Feb 11 16:28:00 tegra-ubuntu kernel: mc: mapped MMIO address: 0xffffff80000dc000 -> 0x7001d000
Feb 11 16:28:00 tegra-ubuntu kernel: mc-err: Set intmask: 0x23d40
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 58 (wlan-default-input-h2) hogged as input
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 65 (wlan-default-input-i1) hogged as input
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 56 (wlan-default-output-high-h0) hogged as output/high
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 64 (wlan-default-output-high-i0) hogged as output/high
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 148 (cam0-rst) hogged as output/low
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 151 (cam0-pwdn) hogged as output/low
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 149 (cam1-rst) hogged as output/low
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 152 (cam1-pwdn) hogged as output/low
Feb 11 16:28:00 tegra-ubuntu kernel: gpiochip_add_data: registered GPIOs 0 to 255 on device: tegra-gpio
Feb 11 16:28:00 tegra-ubuntu kernel: platform 70006000.serial: domain=ffffffc0fa1d5e18 allocates as[0]=ffffffc0fa1441e0
Feb 11 16:28:00 tegra-ubuntu kernel: platform sound: domain=ffffffc0fa222718 allocates as[0]=ffffffc0fa144248
Feb 11 16:28:00 tegra-ubuntu kernel: platform tegradc.1: domain=ffffffc0fa228918 allocates as[0]=ffffffc0fa1442b0
Feb 11 16:28:00 tegra-ubuntu kernel: platform tegradc.1: IOVA linear map 0x00000000c6000000(2a000000)
Feb 11 16:28:00 tegra-ubuntu kernel: platform 57000000.gpu: domain=ffffffc0fa22ed18 allocates as[0]=ffffffc0fa144318
Feb 11 16:28:00 tegra-ubuntu kernel: platform 57000000.gpu: domain=ffffffc0fa22ed18 allocates as[1]=ffffffc0fa144380
Feb 11 16:28:00 tegra-ubuntu kernel: platform 57000000.gpu: domain=ffffffc0fa22ed18 allocates as[2]=ffffffc0fa1443e8
Feb 11 16:28:00 tegra-ubuntu kernel: platform 57000000.gpu: domain=ffffffc0fa22ed18 allocates as[3]=ffffffc0fa144450
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc: ### PMC reset source: Power on reset
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc: ### PMC reset status reg: 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc: Clear bootloader IO dpd settings
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad audio voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad cam voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad dbg voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad dmic voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad pex-ctrl voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad spi voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad uart voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad audio-hv voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad spi-hv voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad gpio voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: IO pad sdmmc3 voltage is 1800000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: IO padctrl driver initialized
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
Feb 11 16:28:00 tegra-ubuntu kernel: platform 1003000.pcie-controller: domain=ffffffc0fa236e18 allocates as[0]=ffffffc0fa1444b8
Feb 11 16:28:00 tegra-ubuntu kernel: platform sdhci-tegra.3: domain=ffffffc0fa23ef18 allocates as[0]=ffffffc0fa144520
Feb 11 16:28:00 tegra-ubuntu kernel: platform sdhci-tegra.0: domain=ffffffc0fa2c5318 allocates as[0]=ffffffc0fa144588
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-ac-bat: 5000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-cpu-fixed: 1000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: irq: no irq domain found for /soctherm@0x700E2000 !
Feb 11 16:28:00 tegra-ubuntu kernel: irq: no irq domain found for /soctherm@0x700E2000 !
Feb 11 16:28:00 tegra-ubuntu kernel: ACPI: Interpreter disabled.
Feb 11 16:28:00 tegra-ubuntu kernel: SCSI subsystem initialized
Feb 11 16:28:00 tegra-ubuntu kernel: libata version 3.00 loaded.
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver usbfs
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver hub
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new device driver usb
Feb 11 16:28:00 tegra-ubuntu kernel: gpiochip_add_data: registered GPIOs 496 to 511 on device: tca9539
Feb 11 16:28:00 tegra-ubuntu kernel: gpiochip_add_data: registered GPIOs 480 to 495 on device: tca9539
Feb 11 16:28:00 tegra-ubuntu kernel: *regmap_get_i2c_bus : i2c->adapter = I2C_FUNC_I2C
Feb 11 16:28:00 tegra-ubuntu kernel: max77620 4-003c: PMIC Version OTP:0x3C and ES:0x8
Feb 11 16:28:00 tegra-ubuntu kernel: GPIO line 474 (spmic-default-output-high) hogged as output/high
Feb 11 16:28:00 tegra-ubuntu kernel: gpiochip_add_data: registered GPIOs 472 to 479 on device: max77620-gpio
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-core: 600 <--> 1400 mV at 1125 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vddio-ddr: at 1125 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-pre-reg: 1350 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-1v8: 1800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: avdd-sys: 1200 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-pex: 1050 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vddio-sdmmc1: 1800 <--> 3300 mV at 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-cam-hv: 2800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-rtc: 850 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: avdd-ts-hv: 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-ts: 1800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-gen-pll-edp: 1050 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-hdmi-dp: 1050 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: max77620 4-003c: max77620 probe successful
Feb 11 16:28:00 tegra-ubuntu kernel: media: Linux media interface: v0.10
Feb 11 16:28:00 tegra-ubuntu kernel: Linux video capture interface: v2.00
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210-emc 7001b000.memory-controller: validated EMC DFS table
Feb 11 16:28:00 tegra-ubuntu kernel: Advanced Linux Sound Architecture Driver Initialized.
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210_dvfs: no clock found for sdmmc2_ddr
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210_dvfs: no clock found for sdmmc4_ddr
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210_dvfs: no clock found for sdmmc1_ddr
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210_dvfs: no clock found for sdmmc3_ddr
Feb 11 16:28:00 tegra-ubuntu kernel: regulator_get() failed for (dvfs,vdd-cpu), -19
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-3v3: 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: max77620-gpio7: 1050 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: lcd-bl-en: 1800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-sd: 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-cam: 1800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-sys-boost: 5000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-hdmi: 5000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: aux-3v3: 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: snsr_pm: 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-disp-3v0: 3000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-fan: 5000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: usb-vbus1: 5000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-ts-1v8: 1800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-ts-hv-3v3: 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-disp-3v3: 3300 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-mdm-pwr-3v7: 3700 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-disp-1v8: 1800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-cam-hv-2v8: 2800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: rtl-5v0: 5000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-usb-vbus2: 5000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-cam-1v2: 1200 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-vcm-2v8: 2800 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: extcon-gpio-states extcon:extcon@1: Cable state 1
Feb 11 16:28:00 tegra-ubuntu kernel: clocksource: Switched to clocksource arch_sys_counter
Feb 11 16:28:00 tegra-ubuntu kernel: nvmap_heap_init: nvmap_heap_init: created heap block cache
Feb 11 16:28:00 tegra-ubuntu kernel: dma_declare_coherent_resizable_cma_memory:290: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
Feb 11 16:28:00 tegra-ubuntu kernel: cma: enabled page replacement for spfn=c6000, epfn=f0000
Feb 11 16:28:00 tegra-ubuntu kernel: dma_declare_coherent_resizable_cma_memory:337: resizable cma heap=vpr create successful
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
Feb 11 16:28:00 tegra-ubuntu kernel: misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
Feb 11 16:28:00 tegra-ubuntu kernel: misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
Feb 11 16:28:00 tegra-ubuntu kernel: pnp: PnP ACPI: disabled
Feb 11 16:28:00 tegra-ubuntu kernel: pca954x 6-0070: pca954x_probe: forcing device bus number, start 30.
Feb 11 16:28:00 tegra-ubuntu kernel: pca954x 6-0070: device detect skipped.
Feb 11 16:28:00 tegra-ubuntu kernel: regulator_get() failed for (6-0070,vcc-pullup), -19
Feb 11 16:28:00 tegra-ubuntu kernel: pca954x 6-0070: vcc-pullup regulator not found
Feb 11 16:28:00 tegra-ubuntu kernel: i2c i2c-6: Added multiplexed i2c bus 30
Feb 11 16:28:00 tegra-ubuntu kernel: i2c i2c-6: Added multiplexed i2c bus 31
Feb 11 16:28:00 tegra-ubuntu kernel: i2c i2c-6: Added multiplexed i2c bus 32
Feb 11 16:28:00 tegra-ubuntu kernel: i2c i2c-6: Added multiplexed i2c bus 33
Feb 11 16:28:00 tegra-ubuntu kernel: pca954x 6-0070: registered 4 multiplexed busses for I2C switch pca9546
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tdiode_tegra
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone5: Registering thermal zone thermal_zone5 for type PMIC-Die
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tboard_tegra
Feb 11 16:28:00 tegra-ubuntu kernel: isomgr_init(): iso emc max clk=1600000KHz
Feb 11 16:28:00 tegra-ubuntu kernel: isomgr_init(): max_iso_bw=11520000KB
Feb 11 16:28:00 tegra-ubuntu kernel: NET: Registered protocol family 2
Feb 11 16:28:00 tegra-ubuntu kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: TCP: Hash tables configured (established 32768 bind 32768)
Feb 11 16:28:00 tegra-ubuntu kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: NET: Registered protocol family 1
Feb 11 16:28:00 tegra-ubuntu kernel: RPC: Registered named UNIX socket transport module.
Feb 11 16:28:00 tegra-ubuntu kernel: RPC: Registered udp transport module.
Feb 11 16:28:00 tegra-ubuntu kernel: RPC: Registered tcp transport module.
Feb 11 16:28:00 tegra-ubuntu kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Feb 11 16:28:00 tegra-ubuntu kernel: PCI: CLS 0 bytes, default 128
Feb 11 16:28:00 tegra-ubuntu kernel: Trying to unpack rootfs image as initramfs...
Feb 11 16:28:00 tegra-ubuntu kernel: host1x 50000000.host1x: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
Feb 11 16:28:00 tegra-ubuntu kernel: futex hash table entries: 1024 (order: 5, 131072 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: audit: initializing netlink subsys (disabled)
Feb 11 16:28:00 tegra-ubuntu kernel: audit: type=2000 audit(0.455:1): initialized
Feb 11 16:28:00 tegra-ubuntu kernel: ntfs: driver 2.1.32 [Flags: R/O].
Feb 11 16:28:00 tegra-ubuntu kernel: fuse init (API version 7.23)
Feb 11 16:28:00 tegra-ubuntu kernel: SELinux:  Registering netfilter hooks
Feb 11 16:28:00 tegra-ubuntu kernel: io scheduler noop registered (default)
Feb 11 16:28:00 tegra-ubuntu kernel: io scheduler deadline registered
Feb 11 16:28:00 tegra-ubuntu kernel: io scheduler cfq registered
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: padctl mmio start 0x000000007009f000 end 0x000000007009ffff
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_SKU_CALIB_0 0x81a840f
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_USB_CALIB_EXT_0 0x4
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-0 is used by XUSB
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: using UTMI port 0 for otg
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-2 is used by XUSB
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 5, set usb3_lanes = 0x20
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 1 maps to USB2 port 2
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-1 is used by XUSB
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 6, set usb3_lanes = 0x60
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 0 maps to USB2 port 1
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 1, set pcie_lanes = 0x2
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 2, set pcie_lanes = 0x6
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 3, set pcie_lanes = 0xe
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 4, set pcie_lanes = 0x1e
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 0, set pcie_lanes = 0x1f
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 7, set sata_lanes = 0x80
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: mailbox is not ready yet
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pwm 7000a000.pwm: PWM clk can sleep in ops
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
Feb 11 16:28:00 tegra-ubuntu kernel: Adding domain pcie-pd to PM domain mc-clk-pd
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: 4x1, 1x1 configuration
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: failed to get PHY: -517
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: failed to get PHYs: -517
Feb 11 16:28:00 tegra-ubuntu kernel: tsec 54500000.tsec: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: tsec 54100000.tsecb: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: nvdec 54480000.nvdec: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: falcon 54340000.vic: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: falcon 544c0000.nvenc: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: falcon 54380000.nvjpg: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: DC OR NODE connected to /host1x/sor1
Feb 11 16:28:00 tegra-ubuntu kernel: display board info: id 0xffff, fab 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: panel_select fail by _node_status
Feb 11 16:28:00 tegra-ubuntu kernel: display board info: id 0xffff, fab 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: panel_select fail by _node_status
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: DT parsed successfully
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: Display dc.ffffff8000980000 registered with id=0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
Feb 11 16:28:00 tegra-ubuntu kernel: misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=3000000, max_bw=4687500
Feb 11 16:28:00 tegra-ubuntu kernel: display board info: id 0xffff, fab 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: panel_select fail by _node_status
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-adma 702e2000.adma: Tegra ADMA driver register 10 channels
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
Feb 11 16:28:00 tegra-ubuntu kernel: kfuse 7000fc00.kfuse: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_round_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_gpu_edp gpu_edp: unable to get max GPU freq
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-cpu: 708 <--> 1322 mV at 708 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-gpu: applied init 1000000uV constraint
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-gpu: 710 <--> 1320 mV at 1000 mV 
Feb 11 16:28:00 tegra-ubuntu kernel: pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
Feb 11 16:28:00 tegra-ubuntu kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: serial8250 !!
Feb 11 16:28:00 tegra-ubuntu kernel: platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: serial8250 !!
Feb 11 16:28:00 tegra-ubuntu kernel: platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: serial8250 !!
Feb 11 16:28:00 tegra-ubuntu kernel: serial8250 serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: serial8250 !!
Feb 11 16:28:00 tegra-ubuntu kernel: serial8250 serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: console [ttyS0] disabled
Feb 11 16:28:00 tegra-ubuntu kernel: 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 320, base_baud = 25500000) is a Tegra
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 82, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 208, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 30, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 32, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 184, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: probed
Feb 11 16:28:00 tegra-ubuntu kernel: console [ttyS0] enabled
Feb 11 16:28:00 tegra-ubuntu kernel: 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 321, base_baud = 0) is a TEGRA_UART
Feb 11 16:28:00 tegra-ubuntu kernel: 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 322, base_baud = 0) is a TEGRA_UART
Feb 11 16:28:00 tegra-ubuntu kernel: serial-tegra 70006300.serial: RX in PIO mode
Feb 11 16:28:00 tegra-ubuntu kernel: 70006300.serial: ttyTHS3 at MMIO 0x70006300 (irq = 323, base_baud = 0) is a TEGRA_UART
Feb 11 16:28:00 tegra-ubuntu kernel: gk20a 57000000.gpu: platform probe failed
Feb 11 16:28:00 tegra-ubuntu kernel: brd: module loaded
Feb 11 16:28:00 tegra-ubuntu kernel: Console: switching to colour frame buffer device 240x67
Feb 11 16:28:00 tegra-ubuntu kernel: loop: module loaded
Feb 11 16:28:00 tegra-ubuntu kernel: zram: Added device: zram0
Feb 11 16:28:00 tegra-ubuntu kernel: Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti
Feb 11 16:28:00 tegra-ubuntu kernel: nct1008_nct72 0-004c: find device tree node, parsing dt
Feb 11 16:28:00 tegra-ubuntu kernel: nct1008_nct72 0-004c: starting parse dt
Feb 11 16:28:00 tegra-ubuntu kernel: nct1008_nct72 0-004c: success parsing dt
Feb 11 16:28:00 tegra-ubuntu kernel: nct1008_nct72 0-004c: success in enabling tmp451 VDD rail
Feb 11 16:28:00 tegra-ubuntu kernel: tmp451: Enabled overheat logging at 102.00C
Feb 11 16:28:00 tegra-ubuntu kernel: nct1008_nct72 0-004c: nct1008_probe: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: fb registered
Feb 11 16:28:00 tegra-ubuntu kernel: THERMAL EST: found 2 subdevs
Feb 11 16:28:00 tegra-ubuntu kernel: THERMAL EST num_resources: 0
Feb 11 16:28:00 tegra-ubuntu kernel: [THERMAL EST subdev 0]
Feb 11 16:28:00 tegra-ubuntu kernel: [THERMAL EST subdev 1]
Feb 11 16:28:00 tegra-ubuntu kernel: thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: hdmi: pclk:148500K, set prod-setting:prod_c_hdmi_75m_150m
Feb 11 16:28:00 tegra-ubuntu kernel: THERMAL EST: thz register success.
Feb 11 16:28:00 tegra-ubuntu kernel: THERMAL EST: end of probe, return err: 0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_profiler: Branch: Dev
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_profiler: Version: 1.109
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_profiler: Samples version: 37
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_profiler: IO version: 21
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: imp: 0x41, idcode: 0x1
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: imp: 0x41, idcode: 0x1
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: [1] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: imp: 0x41, idcode: 0x1
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: [2] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: imp: 0x41, idcode: 0x1
Feb 11 16:28:00 tegra-ubuntu kernel: armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_profiler: auth: init
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-ahci 70027000.sata: Missing devslp-active state
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 82, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 208, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 30, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 32, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Unsupported HDMI VIC 184, ignoring
Feb 11 16:28:00 tegra-ubuntu kernel: Rounding down aligned max_sectors from 4294967295 to 4294967288
Feb 11 16:28:00 tegra-ubuntu kernel: spi-tegra114 7000d400.spi: Static pin configuration used
Feb 11 16:28:00 tegra-ubuntu kernel: spi-tegra114 7000da00.spi: Static pin configuration used
Feb 11 16:28:00 tegra-ubuntu kernel: tun: Universal TUN/TAP device driver, 1.6
Feb 11 16:28:00 tegra-ubuntu kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Feb 11 16:28:00 tegra-ubuntu kernel: PPP generic driver version 2.4.2
Feb 11 16:28:00 tegra-ubuntu kernel: PPP BSD Compression module registered
Feb 11 16:28:00 tegra-ubuntu kernel: PPP Deflate Compression module registered
Feb 11 16:28:00 tegra-ubuntu kernel: PPP MPPE Compression module registered
Feb 11 16:28:00 tegra-ubuntu kernel: NET: Registered protocol family 24
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver r8152
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver asix
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver ax88179_178a
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver cdc_ether
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver smsc95xx
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver net1080
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver cdc_subset
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver zaurus
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver cdc_ncm
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver usb-storage
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver usbserial
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver ftdi_sio
Feb 11 16:28:00 tegra-ubuntu kernel: usbserial: USB Serial support registered for FTDI USB Serial Device
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver option
Feb 11 16:28:00 tegra-ubuntu kernel: usbserial: USB Serial support registered for GSM modem (1-port)
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver pl2303
Feb 11 16:28:00 tegra-ubuntu kernel: usbserial: USB Serial support registered for pl2303
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-xudc-new 700d0000.xudc: usb2 phy is not available yet
Feb 11 16:28:00 tegra-ubuntu kernel: *regmap_get_i2c_bus : i2c->adapter = I2C_FUNC_I2C
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
Feb 11 16:28:00 tegra-ubuntu kernel: max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc1
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
Feb 11 16:28:00 tegra-ubuntu kernel: i2c /dev entries driver
Feb 11 16:28:00 tegra-ubuntu kernel: [AR0237]: probing v4l2 sensor.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: allocating memory to common_data.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: allocating memory to priv.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing regmap.
Feb 11 16:28:00 tegra-ubuntu kernel: *regmap_get_i2c_bus : i2c->adapter = I2C_FUNC_I2C
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: parsing DT.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_power_get().
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-cam-1v2: supplied by vdd-3v3
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: parsing ports.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_probe: name ar0237_a
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing subdevices
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing controls
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_ctrls_init++
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: verify streaming
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_power_on: power on
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream++
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: post ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream mode[0]
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: hdmi: plugged
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: post ar0237_s_stream mode[0]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream++
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: post ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_power_off: power off
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing media entity
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: Detected AR0237 sensor
Feb 11 16:28:00 tegra-ubuntu kernel: IR NEC protocol handler initialized
Feb 11 16:28:00 tegra-ubuntu kernel: IR Sharp protocol handler initialized
Feb 11 16:28:00 tegra-ubuntu kernel: IR XMP protocol handler initialized
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver uvcvideo
Feb 11 16:28:00 tegra-ubuntu kernel: USB Video Class driver (1.1.1)
Feb 11 16:28:00 tegra-ubuntu kernel: max77620-power max77620-power: Event recorder REG_NVERC : 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: pllx_offset tz:1 max:8, min:4
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: soctherm: trip temperature 2147483647 forced to 127000
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_aotag tegra-aotag: Registering sensor 0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_aotag tegra-aotag: Bound to TZ : ID 0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
Feb 11 16:28:00 tegra-ubuntu kernel: FAN dev name: pwm-fan
Feb 11 16:28:00 tegra-ubuntu kernel: FAN:gpio request success.
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: got pwm for fan
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: fan tach request irq success
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: tach period: 1000
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
Feb 11 16:28:00 tegra-ubuntu kernel: pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
Feb 11 16:28:00 tegra-ubuntu kernel: device-mapper: uevent: version 1.0.3
Feb 11 16:28:00 tegra-ubuntu kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci: Secure Digital Host Controller Interface driver
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci: Copyright(c) Pierre Ossman
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.3: Parent select= pll_p rate=408000000
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.3: Parent select= pll_c4_out2 rate=199680000
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-se 70012000.se: tegra_se_probe: complete
Feb 11 16:28:00 tegra-ubuntu kernel: hidraw: raw HID events driver (C) Jiri Kosina
Feb 11 16:28:00 tegra-ubuntu kernel: usbcore: registered new interface driver usbhid
Feb 11 16:28:00 tegra-ubuntu kernel: usbhid: USB HID core driver
Feb 11 16:28:00 tegra-ubuntu kernel: mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.1: Parent select= pll_p rate=408000000
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.1: Client registration for eMC Successful
Feb 11 16:28:00 tegra-ubuntu kernel: parse_throttle_dt_data: Num cap clks = 6
Feb 11 16:28:00 tegra-ubuntu kernel: mmc0: MAN_BKOPS_EN bit is not set
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: SDHCI controller on sdhci-tegra.1 [sdhci-tegra.1] using ADMA 64-bit with 64 bit addr
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.0: Got CD GPIO
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.0: Got WP GPIO
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.0: Parent select= pll_p rate=408000000
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.0: wakeup init done, cd_irq: 262
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
Feb 11 16:28:00 tegra-ubuntu kernel: mmc0: Skipping tuning since strobe enabled
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-sd: supplied by vdd-3v3
Feb 11 16:28:00 tegra-ubuntu kernel: mmc0: new HS400 MMC card at address 0001
Feb 11 16:28:00 tegra-ubuntu kernel: mmcblk0: mmc0:0001 016G32 14.7 GiB 
Feb 11 16:28:00 tegra-ubuntu kernel: mmcblk0rpmb: mmc0:0001 016G32 partition 3 4.00 MiB
Feb 11 16:28:00 tegra-ubuntu kernel:  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18
Feb 11 16:28:00 tegra-ubuntu kernel: mmc2: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: parse_throttle_dt_data: clk=cclk_g type=2
Feb 11 16:28:00 tegra-ubuntu kernel: parse_throttle_dt_data: clk=gpu type=4
Feb 11 16:28:00 tegra-ubuntu kernel: parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
Feb 11 16:28:00 tegra-ubuntu kernel: parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
Feb 11 16:28:00 tegra-ubuntu kernel: parse_throttle_dt_data: clk=cap.throttle.sclk type=0
Feb 11 16:28:00 tegra-ubuntu kernel: parse_throttle_dt_data: clk=emc type=3
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_throttle_probe: probe successful. #cdevs=4
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x_actmon 6000c800.actmon: in actmon_register()...
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1 tuning done saved tap delay=80
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: hw tuning done ...
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[0]: 0xe3ffffff
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[1]: 0x3fffffff
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[2]: 0xffffffff
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[3]: 0x7ffffff3
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[4]: 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[5]: 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[6]: 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: tuning_window[7]: 0x0
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci: Tap value: 80 | Trim value: 8
Feb 11 16:28:00 tegra-ubuntu kernel: sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
Feb 11 16:28:00 tegra-ubuntu kernel: mmc1: new ultra high speed SDR104 SDIO card at address 0001
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
Feb 11 16:28:00 tegra-ubuntu kernel: tegra124-dfll 70110000.clock: config PMU interface as PWM
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: snd-soc-dummy !!
Feb 11 16:28:00 tegra-ubuntu kernel: platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: snd-soc-dummy !!
Feb 11 16:28:00 tegra-ubuntu kernel: platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: snd-soc-dummy !!
Feb 11 16:28:00 tegra-ubuntu kernel: snd-soc-dummy snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: No Device Node present for smmu client: snd-soc-dummy !!
Feb 11 16:28:00 tegra-ubuntu kernel: snd-soc-dummy snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
Feb 11 16:28:00 tegra-ubuntu kernel: input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210-i2s tegra210-i2s.0: Missing prop fsync-width for I2S0
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210-i2s tegra210-i2s.2: Missing prop fsync-width for I2S2
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210-i2s tegra210-i2s.3: Missing prop fsync-width for I2S3
Feb 11 16:28:00 tegra-ubuntu kernel: tegra210-i2s tegra210-i2s.4: Missing prop fsync-width for I2S4
Feb 11 16:28:00 tegra-ubuntu kernel: OPE platform probe
Feb 11 16:28:00 tegra-ubuntu kernel: OPE platform probe successful
Feb 11 16:28:00 tegra-ubuntu kernel: OPE platform probe
Feb 11 16:28:00 tegra-ubuntu kernel: OPE platform probe successful
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: Failed to get HP Det GPIO, should be handled by codec
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
Feb 11 16:28:00 tegra-ubuntu kernel: input: tegra-snd-t210ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input1
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: codec-dai "dit-hifi" registered
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-snd-t210ref-mobile-rt565x sound: This is a dummy codec
Feb 11 16:28:00 tegra-ubuntu kernel: GACT probability NOT on
Feb 11 16:28:00 tegra-ubuntu kernel: Mirror/redirect action on
Feb 11 16:28:00 tegra-ubuntu kernel: u32 classifier
Feb 11 16:28:00 tegra-ubuntu kernel:     Actions configured
Feb 11 16:28:00 tegra-ubuntu kernel: Netfilter messages via NETLINK v0.30.
Feb 11 16:28:00 tegra-ubuntu kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Feb 11 16:28:00 tegra-ubuntu kernel: ctnetlink v0.93: registering with nfnetlink.
Feb 11 16:28:00 tegra-ubuntu kernel: xt_time: kernel timezone is -0000
Feb 11 16:28:00 tegra-ubuntu kernel: ipip: IPv4 over IPv4 tunneling driver
Feb 11 16:28:00 tegra-ubuntu kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Feb 11 16:28:00 tegra-ubuntu kernel: arp_tables: (C) 2002 David S. Miller
Feb 11 16:28:00 tegra-ubuntu kernel: Initializing XFRM netlink socket
Feb 11 16:28:00 tegra-ubuntu kernel: NET: Registered protocol family 10
Feb 11 16:28:00 tegra-ubuntu kernel: mip6: Mobile IPv6
Feb 11 16:28:00 tegra-ubuntu kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Feb 11 16:28:00 tegra-ubuntu kernel: sit: IPv6 over IPv4 tunneling driver
Feb 11 16:28:00 tegra-ubuntu kernel: NET: Registered protocol family 17
Feb 11 16:28:00 tegra-ubuntu kernel: NET: Registered protocol family 15
Feb 11 16:28:00 tegra-ubuntu kernel: bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Feb 11 16:28:00 tegra-ubuntu kernel: Key type dns_resolver registered
Feb 11 16:28:00 tegra-ubuntu kernel: Registered cp15_barrier emulation handler
Feb 11 16:28:00 tegra-ubuntu kernel: isp 54600000.isp: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: isp 54680000.isp: initialized
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_round_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_round_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_round_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_round_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_recalc_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_dvfs: GPU-cap: registered
Feb 11 16:28:00 tegra-ubuntu kernel: tegra dvfs: vdd-cpu: nominal 1226mV, offset 708000uV, step 19200uV, scaling enabled
Feb 11 16:28:00 tegra-ubuntu kernel: tegra dvfs: vdd-core: nominal 1125mV, offset 600000uV, step 12500uV, scaling enabled
Feb 11 16:28:00 tegra-ubuntu kernel: tegra dvfs: vdd-gpu: nominal 1100mV, offset 710000uV, step 10000uV, scaling enabled
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_dvfs: vdd-gpu-vts: registered
Feb 11 16:28:00 tegra-ubuntu kernel: xhci-tegra 70090000.xusb: can't get usb3-0 phy (-517)
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: padctl mmio start 0x000000007009f000 end 0x000000007009ffff
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_SKU_CALIB_0 0x81a840f
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_USB_CALIB_EXT_0 0x4
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-0 is used by XUSB
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: using UTMI port 0 for otg
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-2 is used by XUSB
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 5, set usb3_lanes = 0x20
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 1 maps to USB2 port 2
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-1 is used by XUSB
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 6, set usb3_lanes = 0x60
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 0 maps to USB2 port 1
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 1, set pcie_lanes = 0x2
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 2, set pcie_lanes = 0x6
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 3, set pcie_lanes = 0xe
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 4, set pcie_lanes = 0x1e
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 0, set pcie_lanes = 0x1f
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 7, set sata_lanes = 0x80
Feb 11 16:28:00 tegra-ubuntu kernel: usb-vbus1: supplied by vdd-3v3
Feb 11 16:28:00 tegra-ubuntu kernel: tegra21x-padctl-uphy 7009f000.pinctrl: Done tegra21x_padctl_uphy_probe
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: 4x1, 1x1 configuration
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: PCIE: Enable power rails
Feb 11 16:28:00 tegra-ubuntu kernel: clk_cbus_round_rate: no gbus parent
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_gpu_edp gpu_edp: unable to get max GPU freq
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: probing port 0, using 4 lanes
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-ahci 70027000.sata: Missing devslp-active state
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-ahci 70027000.sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-ahci 70027000.sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst 
Feb 11 16:28:00 tegra-ubuntu kernel: gk20a 57000000.gpu: GPCPLL initial settings: NA mode, M=1, N=34, P=3
Feb 11 16:28:00 tegra-ubuntu kernel: scsi host0: tegra_ahci
Feb 11 16:28:00 tegra-ubuntu kernel: scsi host1: tegra_ahci
Feb 11 16:28:00 tegra-ubuntu kernel: ata1: SATA max UDMA/133 mmio [mem 0x70027000-0x70028fff] port 0x100 irq 370
Feb 11 16:28:00 tegra-ubuntu kernel: ata2: DUMMY
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-xudc-new 700d0000.xudc: USB charger detection disabled
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-xudc-new 700d0000.xudc: device mode on
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
Feb 11 16:28:00 tegra-ubuntu kernel: xhci-tegra 70090000.xusb: UTMI port 0 has OTG_CAP
Feb 11 16:28:00 tegra-ubuntu kernel: xhci-tegra 70090000.xusb: No USB3 port has OTG_CAP
Feb 11 16:28:00 tegra-ubuntu kernel: xhci-tegra 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
Feb 11 16:28:00 tegra-ubuntu kernel: xhci-tegra 70090000.xusb: Falling back to user helper
Feb 11 16:28:00 tegra-ubuntu kernel: input: gpio-keys as /devices/gpio-keys/input/input2
Feb 11 16:28:00 tegra-ubuntu kernel: tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 08:25:00 UTC (946715100)
Feb 11 16:28:00 tegra-ubuntu kernel: vi 54080000.vi: vi_probe: ++
Feb 11 16:28:00 tegra-ubuntu kernel: vi 54080000.vi: initialized
Feb 11 16:28:00 tegra-ubuntu kernel:  (null): i2c_client drvdata is NULL
Feb 11 16:28:00 tegra-ubuntu kernel: vi 54080000.vi: all channel register failed
Feb 11 16:28:00 tegra-ubuntu kernel: Disable partitions left on by BL
Feb 11 16:28:00 tegra-ubuntu kernel:   disb
Feb 11 16:28:00 tegra-ubuntu kernel: DRAM derating cdev registered.
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-cpu-fixed: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-cam-hv: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: avdd-ts-hv: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-ts: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: max77620-gpio7: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: lcd-bl-en: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-sd: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: aux-3v3: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: snsr_pm: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-disp-3v0: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: vdd-fan: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: usb-vbus1: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-ts-1v8: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-ts-hv-3v3: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-disp-3v3: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-mdm-pwr-3v7: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-disp-1v8: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-cam-hv-2v8: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: rtl-5v0: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-usb-vbus2: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-cam-1v2: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-vcm-2v8: disabling
Feb 11 16:28:00 tegra-ubuntu kernel: ALSA device list:
Feb 11 16:28:00 tegra-ubuntu kernel:   #1: tegra-snd-t210ref-mobile-rt565x
Feb 11 16:28:00 tegra-ubuntu kernel: ata1: SATA link down (SStatus 0 SControl 300)
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 0 down, retrying
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 0 down, retrying
Feb 11 16:28:00 tegra-ubuntu kernel: EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities
Feb 11 16:28:00 tegra-ubuntu kernel: EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities
Feb 11 16:28:00 tegra-ubuntu kernel: EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
Feb 11 16:28:00 tegra-ubuntu kernel: VFS: Mounted root (ext4 filesystem) on device 179:1.
Feb 11 16:28:00 tegra-ubuntu kernel: devtmpfs: mounted
Feb 11 16:28:00 tegra-ubuntu kernel: Freeing unused kernel memory: 1208K (ffffffc001179000 - ffffffc0012a7000)
Feb 11 16:28:00 tegra-ubuntu kernel: Freeing alternatives memory: 76K (ffffffc0012a7000 - ffffffc0012ba000)
Feb 11 16:28:00 tegra-ubuntu systemd[1]: System time before build time, advancing clock.
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd: uninitialized urandom read (16 bytes read, 67 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)

syslog.txt (168 KB)

Feb 11 16:28:00 tegra-ubuntu systemd[1]: Detected architecture arm64.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Set hostname to <tegra-ubuntu>.
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd-cryptse: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 0 down, retrying
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 0 down, ignoring
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Reached target Encrypted Volumes.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on Syslog Socket.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Reached target Swap.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on Journal Socket.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Created slice User and Session Slice.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on udev Control Socket.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on LVM2 metadata daemon socket.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Created slice System Slice.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Mounting Debug File System...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Braille Device Support.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Created slice system-serial\x2dgetty.slice.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Load Kernel Modules...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Reached target Slices.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on Journal Socket (/dev/log).
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Created slice system-getty.slice.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on Journal Audit Socket.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Journal Service...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Reached target User and Group Name Lookups.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 11 16:28:00 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 1 down, retrying
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on udev Kernel Socket.
Feb 11 16:28:00 tegra-ubuntu systemd-journald[214]: Journal started
Feb 11 16:28:00 tegra-ubuntu systemd-modules-load[210]: could not open moddep file '/lib/modules/4.4.38/modules.dep.bin'
Feb 11 16:28:00 tegra-ubuntu systemd-modules-load[210]: Failed to lookup alias 'bluedroid_pm': Function not implemented
Feb 11 16:28:00 tegra-ubuntu systemd-modules-load[210]: could not open moddep file '/lib/modules/4.4.38/modules.dep.bin'
Feb 11 16:28:00 tegra-ubuntu systemd-modules-load[210]: Failed to lookup alias 'nvhost_vi': Function not implemented
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Listening on LVM2 poll daemon socket.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Reached target Remote File Systems (Pre).
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Reached target Remote File Systems.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Mounted Debug File System.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Journal Service.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Create Static Device Nodes in /dev.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Failed to start Load Kernel Modules.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: systemd-modules-load.service: Unit entered failed state.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Remount Root and Kernel File Systems.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started LVM2 metadata daemon.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Load/Save Random Seed...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting udev Coldplug all Devices...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Mounting Configuration File System...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Apply Kernel Variables...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Mounting FUSE Control File System...
Feb 11 16:28:00 tegra-ubuntu systemd-sysctl[225]: Couldn't write '1' to 'kernel/yama/ptrace_scope', ignoring: No such file or directory
Feb 11 16:28:00 tegra-ubuntu systemd-sysctl[225]: Couldn't write '1' to 'net/ipv4/tcp_syncookies', ignoring: No such file or directory
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting udev Kernel Device Manager...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Mounted Configuration File System.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Mounted FUSE Control File System.
Feb 11 16:28:00 tegra-ubuntu systemd-udevd[228]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Load/Save Random Seed.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Apply Kernel Variables.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started Flush Journal to Persistent Storage.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started udev Kernel Device Manager.
Feb 11 16:28:00 tegra-ubuntu systemd[1]: Started udev Coldplug all Devices.
Feb 11 16:28:01 tegra-ubuntu lvm[203]:   /dev/mmcblk0rpmb: read failed after 0 of 4096 at 0: Input/output error
Feb 11 16:28:01 tegra-ubuntu lvm[203]:   /dev/mmcblk0rpmb: read failed after 0 of 4096 at 4128768: Input/output error
Feb 11 16:28:01 tegra-ubuntu lvm[203]:   /dev/mmcblk0rpmb: read failed after 0 of 4096 at 4186112: Input/output error
Feb 11 16:28:01 tegra-ubuntu lvm[203]:   /dev/mmcblk0rpmb: read failed after 0 of 4096 at 4096: Input/output error
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211: World regulatory domain updated:
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:  DFS Master region: unset
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Feb 11 16:28:01 tegra-ubuntu kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Feb 11 16:28:01 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 1 down, retrying
Feb 11 16:28:01 tegra-ubuntu kernel: xhci-tegra 70090000.xusb: cannot find firmware....retry after 1 second
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Found device /dev/ttyS0.
Feb 11 16:28:01 tegra-ubuntu systemd-udevd[250]: Could not generate persistent MAC address for ip6tnl0: No such file or directory
Feb 11 16:28:01 tegra-ubuntu systemd-udevd[240]: Could not generate persistent MAC address for dummy0: No such file or directory
Feb 11 16:28:01 tegra-ubuntu systemd-udevd[239]: Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 0' failed with exit code 99.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Reached target Sound Card.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Reached target Local File Systems (Pre).
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Reached target Local File Systems.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting Clean up any mess left by 0dns-up...
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting Set console keymap...
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting LSB: AppArmor initialization...
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting Create Volatile Files and Directories...
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 11 16:28:01 tegra-ubuntu systemd-tmpfiles[362]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Feb 11 16:28:01 tegra-ubuntu kernel: random: nonblocking pool is initialized
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Started Create Volatile Files and Directories.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Started Clean up any mess left by 0dns-up.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Started LSB: AppArmor initialization.
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting Raise network interfaces...
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting Network Time Synchronization...
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Feb 11 16:28:01 tegra-ubuntu loadkeys[354]: Loading /etc/console-setup/cached.kmap.gz
Feb 11 16:28:01 tegra-ubuntu systemd[1]: Started Set console keymap.
Feb 11 16:28:01 tegra-ubuntu systemd-timesyncd[389]: System clock time unset or jumped backwards, restoring from recorded timestamp: Fri 2016-05-06 05:40:13 UTC
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Network Time Synchronization.
May 06 05:40:13 tegra-ubuntu systemd[1]: Time has been changed
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 06 05:40:13 tegra-ubuntu systemd[1]: Reached target System Initialization.
May 06 05:40:13 tegra-ubuntu systemd[1]: Listening on GPS (Global Positioning System) Daemon Sockets.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Socket activation for snappy daemon.
May 06 05:40:13 tegra-ubuntu systemd[1]: Listening on CUPS Scheduler.
May 06 05:40:13 tegra-ubuntu systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
May 06 05:40:13 tegra-ubuntu systemd[1]: Listening on RPCbind Server Activation Socket.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Daily Cleanup of Temporary Directories.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started CUPS Scheduler.
May 06 05:40:13 tegra-ubuntu systemd[1]: Reached target Paths.
May 06 05:40:13 tegra-ubuntu systemd[1]: Listening on D-Bus System Message Bus Socket.
May 06 05:40:13 tegra-ubuntu systemd[1]: Reached target System Time Synchronized.
May 06 05:40:13 tegra-ubuntu systemd[1]: apt-daily.timer: Adding 11h 52min 10.085519s random time.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Daily apt activities.
May 06 05:40:13 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 1 down, retrying
May 06 05:40:13 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: link 1 down, ignoring
May 06 05:40:13 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: PCIE: no end points detected
May 06 05:40:13 tegra-ubuntu systemd[1]: Reached target Timers.
May 06 05:40:13 tegra-ubuntu kernel: tegra-pcie 1003000.pcie-controller: PCIE: Disable power rails
May 06 05:40:13 tegra-ubuntu systemd[1]: Listening on Socket activation for snappy daemon.
May 06 05:40:13 tegra-ubuntu systemd[1]: Reached target Sockets.
May 06 05:40:13 tegra-ubuntu systemd[1]: Reached target Basic System.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Accounts Service...
May 06 05:40:13 tegra-ubuntu systemd[1]: Started D-Bus System Message Bus.
May 06 05:40:13 tegra-ubuntu systemd-udevd[244]: Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 1' failed with exit code 99.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Modem Manager...
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting LSB: Speech Dispatcher...
May 06 05:40:13 tegra-ubuntu systemd[1]: Started CUPS Scheduler.
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: Found user 'avahi' (UID 110) and group 'avahi' (GID 117).
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: Successfully dropped root privileges.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting NVIDIA specific first-boot script...
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: avahi-daemon 0.6.32-rc starting up.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting LSB: automatic crash report generation...
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: Successfully called chroot().
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: Successfully dropped remaining capabilities.
May 06 05:40:13 tegra-ubuntu avahi-daemon[450]: chroot.c: open() failed: No such file or directory
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: Failed to open /etc/resolv.conf: Invalid argument
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting System Logging Service...
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: No service file found in /etc/avahi/services.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started crash report submission daemon.
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: Network interface enumeration completed.
May 06 05:40:13 tegra-ubuntu avahi-daemon[443]: Server startup complete. Host name is tegra-ubuntu.local. Local service cookie is 3832014766.
May 06 05:40:13 tegra-ubuntu systemd-udevd[242]: Process '/bin/rm /var/lib/alsa/asound.state' failed with exit code 1.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Regular background program processing daemon.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Permit User Sessions...
May 06 05:40:13 tegra-ubuntu ModemManager[444]: <info>  ModemManager (version 1.4.12) starting in system bus...
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Network Manager...
May 06 05:40:13 tegra-ubuntu cron[463]: (CRON) INFO (pidfile fd = 3)
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Run anacron jobs.
May 06 05:40:13 tegra-ubuntu dbus[435]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting oFono Mobile telephony stack...
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Login Service...
May 06 05:40:13 tegra-ubuntu cron[463]: (CRON) INFO (Running @reboot jobs)
May 06 05:40:13 tegra-ubuntu anacron[472]: Anacron 2.3 started on 2016-05-06
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Save/Restore Sound Card State...
May 06 05:40:13 tegra-ubuntu systemd[1]: Started GPS (Global Positioning System) Daemon.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started System Logging Service.
May 06 05:40:13 tegra-ubuntu anacron[472]: Will run job `cron.weekly' in 10 min.
May 06 05:40:13 tegra-ubuntu anacron[472]: Will run job `cron.monthly' in 15 min.
May 06 05:40:13 tegra-ubuntu anacron[472]: Jobs will be executed sequentially
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: oFono version 1.17
May 06 05:40:13 tegra-ubuntu ofonod[474]: oFono version 1.17
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/plugin.c:__ofono_plugin_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/plugin.c:__ofono_plugin_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: Excluding RIL modem driver
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: Excluding BlueZ 5 Utils Plugin
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: Excluding External Hands-Free Profile Plugin
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: Excluding Hands-Free Audio Gateway Profile Plugins
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: No seats found
May 06 05:40:13 tegra-ubuntu ofonod[474]: Excluding RIL modem driver
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/system-settings.c:ofono_system_settings_driver_register() driver: 0x566158 name: Accounts Service System Settings
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: System does not support Android wakelocks.
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/smshistory.c:sms_history_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/history.c:ofono_history_driver_register() driver: 0x566070 name: SMS History
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/push-notification.c:push_notification_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/smart-messaging.c:smart_messaging_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/c-ares-dns-client.c:c_ares_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/dns-client.c:ofono_dns_client_driver_register() driver: 0x565f98 name: c-ares DNS client
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim-mnclength.c:ofono_sim_mnclength_driver_register() driver: 0x565708 name: MNC length
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/cdma-provision.c:ofono_cdma_provision_driver_register() driver: 0x5656b0 name: CDMA provisioning
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs-provision.c:ofono_gprs_provision_driver_register() driver: 0x565658 name: Ubuntu APN database Provisioning
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs-provision.c:ofono_gprs_provision_driver_register() driver: 0x565600 name: Provisioning
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/nettime.c:ofono_nettime_driver_register() driver: 0x5655a0 name: Network Time
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/upower.c:upower_init() upower init
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/dun_gw_bluez5.c:dun_gw_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x565320, name: ublox
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x565268, name: quectel
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/he910.c:he910_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5651c0, name: he910
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/connman.c:connman_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/private-network.c:ofono_private_network_driver_register() driver: 0x565168, name: ConnMan Private Network
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5650d0, name: sim900
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x565038, name: samsung
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564fa0, name: speedupcdma
May 06 05:40:13 tegra-ubuntu ofonod[474]: Excluding BlueZ 5 Utils Plugin
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564ef8, name: speedup
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564e60, name: alcatel
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564da8, name: icera
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564d10, name: linktop
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564c78, name: nokiacdma
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564be0, name: nokia
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564b48, name: cinterion
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564a30, name: ste
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564978, name: ifx
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5648e0, name: palmpre
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564838, name: novatel
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5647a0, name: sierra
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5646a8, name: huawei
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564610, name: zte
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564548, name: hso
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5644a0, name: mbm
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5643f8, name: calypso
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564360, name: wavecom
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5642c8, name: g1
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/cdma-voicecall.c:ofono_cdma_voicecall_driver_register() driver: 0x564218, name: cdmamodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x564268, name: cdmamodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/cdma-connman.c:ofono_cdma_connman_driver_register() driver: 0x5642a0, name: cdmamodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5640d8, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: Excluding External Hands-Free Profile Plugin
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Permit User Sessions.
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564140, name: localhfp
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5640a8, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ctm.c:ofono_ctm_driver_register() driver: 0x564080, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x564030, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/phonesim.c:parse_config() filename /etc/ofono/phonesim.conf
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x563ff8, name: speedupmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563d78, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x563ec0, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x563e28, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x563e90, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/handsfree.c:ofono_handsfree_driver_register() driver: 0x563f18, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/siri.c:ofono_siri_driver_register() driver: 0x563f88, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x563c60, name: dunmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x563ca8, name: dunmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563ac8, name: stemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x563be0, name: stemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563b68, name: stemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563888, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x563938, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563960, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5639d0, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: Excluding Hands-Free Audio Gateway Profile Plugins
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x563a20, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ctm.c:ofono_ctm_driver_register() driver: 0x563a60, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5637a8, name: hsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x5637e8, name: hsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0x563728, name: telitmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x563618, name: mbmmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x563658, name: mbmmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0x563698, name: mbmmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x5634e8, name: calypsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x563588, name: calypsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x5632f8, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563320, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x5633c0, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563428, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5633e8, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/cdma-netreg.c:ofono_cdma_netreg_driver_register() driver: 0x563488, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x563208, name: iceramodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563258, name: iceramodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563158, name: ztemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5630d8, name: swmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: No seats found
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563048, name: nwmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x562d38, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x562e68, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x562dd8, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x5628e8, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0x562968, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x562780, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x562e38, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x562cf0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x562860, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x562b70, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x562c00, name: atmodem-noef
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x562ca0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x562a30, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/cbs.c:ofono_cbs_driver_register() driver: 0x5628b0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x562ec0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x562f20, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x562f50, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim-auth.c:ofono_sim_auth_driver_register() driver: 0x562f90, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gnss.c:ofono_gnss_driver_register() driver: 0x562fd0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x562390, name: gobi
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x562018, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/system-settings.c:ofono_system_settings_driver_register() driver: 0x566158 name: Accounts Service System Settings
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x5620e0, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x562050, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x562128, name: qmimodem-legacy
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x5621b8, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x562248, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x562288, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x5622b0, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5622e0, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x562310, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0x562360, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561f40, name: u8500
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x561f08, name: u8500
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561e70, name: n900
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561dd8, name: isiusb
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x561930, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x561910, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x561968, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x5619b0, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x561a40, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/cbs.c:ofono_cbs_driver_register() driver: 0x561a80, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x561aa8, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x561b38, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: System does not support Android wakelocks.
May 06 05:40:13 tegra-ubuntu alsactl[491]: /usr/sbin/alsactl: load_state:1683: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x561b60, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x561ba0, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x561c00, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0x561c30, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x561c80, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x561cd0, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x561d00, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x561d30, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x561d48, name: wgmodem2.5
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: drivers/qcommsimmodem/qcom_msim_modem.c:qcom_msim_modem_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x561880, name: qcommsimmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: drivers/rilmodem/rilmodem.c:rilmodem_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x561458, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: drivers/rilmodem/sim.c:ril_sim_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x5615f8, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x5614d8, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: drivers/rilmodem/sms.c:ril_sms_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x561688, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x561490, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x561568, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x561598, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5615c8, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/smshistory.c:sms_history_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x5616c8, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x5616f0, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x561750, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x561790, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x5617e0, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x561820, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: drivers/mtkmodem/mtkmodem.c:mtkmodem_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x561308, name: mtkmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x561398, name: mtkmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x5613c8, name: mtkmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5611e0, name: qcom_msim
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561148, name: infineon
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5610b0, name: mtk
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/udevng.c:udev_start()
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: plugins/udevng.c:enumerate_devices()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/history.c:ofono_history_driver_register() driver: 0x566070 name: SMS History
May 06 05:40:13 tegra-ubuntu alsactl[491]: Found hardware: "tegra-hda" "Nvidia Tegra210 HDMI/DP" "HDA:10de0029,10de0101,00100100" "" ""
May 06 05:40:13 tegra-ubuntu alsactl[491]: Hardware is initialized using a generic method
May 06 05:40:13 tegra-ubuntu dbus[435]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/push-notification.c:push_notification_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/smart-messaging.c:smart_messaging_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/c-ares-dns-client.c:c_ares_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/dns-client.c:ofono_dns_client_driver_register() driver: 0x565f98 name: c-ares DNS client
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim-mnclength.c:ofono_sim_mnclength_driver_register() driver: 0x565708 name: MNC length
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/cdma-provision.c:ofono_cdma_provision_driver_register() driver: 0x5656b0 name: CDMA provisioning
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs-provision.c:ofono_gprs_provision_driver_register() driver: 0x565658 name: Ubuntu APN database Provisioning
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs-provision.c:ofono_gprs_provision_driver_register() driver: 0x565600 name: Provisioning
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/nettime.c:ofono_nettime_driver_register() driver: 0x5655a0 name: Network Time
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/upower.c:upower_init() upower init
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/dun_gw_bluez5.c:dun_gw_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x565320, name: ublox
May 06 05:40:13 tegra-ubuntu alsactl[491]: Found hardware: "tegra-snd-t210r" "" "" "" ""
May 06 05:40:13 tegra-ubuntu alsactl[491]: Hardware is initialized using a generic method
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x565268, name: quectel
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/he910.c:he910_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5651c0, name: he910
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/connman.c:connman_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/private-network.c:ofono_private_network_driver_register() driver: 0x565168, name: ConnMan Private Network
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5650d0, name: sim900
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x565038, name: samsung
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564fa0, name: speedupcdma
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564ef8, name: speedup
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564e60, name: alcatel
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564da8, name: icera
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564d10, name: linktop
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564c78, name: nokiacdma
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564be0, name: nokia
May 06 05:40:13 tegra-ubuntu nvfb-pre.sh[449]: update-alternatives: using /usr/lib/aarch64-linux-gnu/tegra-egl/ld.so.conf to provide /etc/ld.so.conf.d/aarch64-linux-gnu_EGL.conf (aarch64-linux-gnu_egl_conf) in auto mode
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564b48, name: cinterion
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564a30, name: ste
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564978, name: ifx
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5648e0, name: palmpre
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564838, name: novatel
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5647a0, name: sierra
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5646a8, name: huawei
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564610, name: zte
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564548, name: hso
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5644a0, name: mbm
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5643f8, name: calypso
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564360, name: wavecom
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5642c8, name: g1
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/cdma-voicecall.c:ofono_cdma_voicecall_driver_register() driver: 0x564218, name: cdmamodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x564268, name: cdmamodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/cdma-connman.c:ofono_cdma_connman_driver_register() driver: 0x5642a0, name: cdmamodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5640d8, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x564140, name: localhfp
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5640a8, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ctm.c:ofono_ctm_driver_register() driver: 0x564080, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x564030, name: phonesim
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/phonesim.c:parse_config() filename /etc/ofono/phonesim.conf
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x563ff8, name: speedupmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563d78, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x563ec0, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x563e28, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x563e90, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/handsfree.c:ofono_handsfree_driver_register() driver: 0x563f18, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/siri.c:ofono_siri_driver_register() driver: 0x563f88, name: hfpmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x563c60, name: dunmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x563ca8, name: dunmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563ac8, name: stemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x563be0, name: stemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563b68, name: stemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563888, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x563938, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563960, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5639d0, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x563a20, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ctm.c:ofono_ctm_driver_register() driver: 0x563a60, name: ifxmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5637a8, name: hsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x5637e8, name: hsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0x563728, name: telitmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x563618, name: mbmmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x563658, name: mbmmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0x563698, name: mbmmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x5634e8, name: calypsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x563588, name: calypsomodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x5632f8, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x563320, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x5633c0, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563428, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5633e8, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/cdma-netreg.c:ofono_cdma_netreg_driver_register() driver: 0x563488, name: huaweimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x563208, name: iceramodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563258, name: iceramodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563158, name: ztemodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5630d8, name: swmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x563048, name: nwmodem
May 06 05:40:13 tegra-ubuntu speech-dispatcher[445]:  * speech-dispatcher disabled; edit /etc/default/speech-dispatcher
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x562d38, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x562e68, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x562dd8, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x5628e8, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0x562968, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x562780, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x562e38, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x562cf0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x562860, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x562b70, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x562c00, name: atmodem-noef
May 06 05:40:13 tegra-ubuntu NetworkManager[469]: <info>  [1462513213.3566] NetworkManager (version 1.2.0) is starting...
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/stk.c:ofono_stk_driver_register() driver: 0x562ca0, name: atmodem
May 06 05:40:13 tegra-ubuntu NetworkManager[469]: <info>  [1462513213.3571] Read config: /etc/NetworkManager/NetworkManager.conf
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x562a30, name: atmodem
May 06 05:40:13 tegra-ubuntu systemd[1]: Started LSB: Speech Dispatcher.
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/cbs.c:ofono_cbs_driver_register() driver: 0x5628b0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x562ec0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x562f20, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x562f50, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim-auth.c:ofono_sim_auth_driver_register() driver: 0x562f90, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gnss.c:ofono_gnss_driver_register() driver: 0x562fd0, name: atmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x562390, name: gobi
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x562018, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x5620e0, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x562050, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x562128, name: qmimodem-legacy
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x5621b8, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x562248, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x562288, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x5622b0, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5622e0, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x562310, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0x562360, name: qmimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561f40, name: u8500
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x561f08, name: u8500
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561e70, name: n900
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561dd8, name: isiusb
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x561930, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x561910, name: isimodem
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Save/Restore Sound Card State.
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x561968, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x5619b0, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x561a40, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/cbs.c:ofono_cbs_driver_register() driver: 0x561a80, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x561aa8, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x561b38, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x561b60, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x561ba0, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x561c00, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0x561c30, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x561c80, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x561cd0, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x561d00, name: isimodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x561d30, name: isimodem
May 06 05:40:13 tegra-ubuntu NetworkManager[469]: <info>  [1462513213.3717] manager[0x6e11a0]: monitoring kernel firmware directory '/lib/firmware'.
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x561d48, name: wgmodem2.5
May 06 05:40:13 tegra-ubuntu NetworkManager[469]: <info>  [1462513213.3718] monitoring ifupdown state file '/run/network/ifstate'.
May 06 05:40:13 tegra-ubuntu ofonod[474]: drivers/qcommsimmodem/qcom_msim_modem.c:qcom_msim_modem_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x561880, name: qcommsimmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: drivers/rilmodem/rilmodem.c:rilmodem_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_devinfo_driver_register() driver: 0x561458, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: drivers/rilmodem/sim.c:ril_sim_init()
May 06 05:40:13 tegra-ubuntu NetworkManager[469]: <info>  [1462513213.3750] dns-mgr[0x6f58b0]: set resolv-conf-mode: dnsmasq, plugin="dnsmasq"
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sim.c:ofono_sim_driver_register() driver: 0x5615f8, name: rilmodem
May 06 05:40:13 tegra-ubuntu NetworkManager[469]: <info>  [1462513213.3751] dns-mgr[0x6f58b0]: using resolv.conf manager 'resolvconf'
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x5614d8, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: drivers/rilmodem/sms.c:ril_sms_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/sms.c:ofono_sms_driver_register() driver: 0x561688, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/network.c:ofono_netreg_driver_register() driver: 0x561490, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x561568, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x561598, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x5615c8, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/ussd.c:ofono_ussd_driver_register() driver: 0x5616c8, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x5616f0, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x561750, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x561790, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x5617e0, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x561820, name: rilmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: drivers/mtkmodem/mtkmodem.c:mtkmodem_init()
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x561308, name: mtkmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/gprs.c:ofono_gprs_driver_register() driver: 0x561398, name: mtkmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x5613c8, name: mtkmodem
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5611e0, name: qcom_msim
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x561148, name: infineon
May 06 05:40:13 tegra-ubuntu ofonod[474]: src/modem.c:ofono_modem_driver_register() driver: 0x5610b0, name: mtk
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/udevng.c:udev_start()
May 06 05:40:13 tegra-ubuntu ofonod[474]: plugins/udevng.c:enumerate_devices()
May 06 05:40:13 tegra-ubuntu nvfb-pre.sh[449]: update-alternatives: using /usr/lib/aarch64-linux-gnu/tegra/ld.so.conf to provide /etc/ld.so.conf.d/aarch64-linux-gnu_GL.conf (aarch64-linux-gnu_gl_conf) in auto mode
May 06 05:40:13 tegra-ubuntu dbus[435]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Avahi mDNS/DNS-SD Stack.
May 06 05:40:13 tegra-ubuntu ofonod[474]: ofonod[474]: Failed to create system keep alive wakelock
May 06 05:40:13 tegra-ubuntu ofonod[474]: Failed to create system keep alive wakelock
May 06 05:40:13 tegra-ubuntu apport[451]:  * Starting automatic crash report generation: apport
May 06 05:40:13 tegra-ubuntu systemd[1]: Started oFono Mobile telephony stack.
May 06 05:40:13 tegra-ubuntu systemd-logind[476]: New seat seat0.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Network Manager.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Login Service.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Network Manager Script Dispatcher Service...
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
May 06 05:40:13 tegra-ubuntu systemd[1]: Started Make remote CUPS printers available locally.
May 06 05:40:13 tegra-ubuntu systemd[1]: Starting Light Display Manager...
May 06 05:40:13 tegra-ubuntu apport[451]:    ...done.
May 06 05:40:13 tegra-ubuntu systemd[1]: Started LSB: automatic crash report generation.
May 06 05:40:13 tegra-ubuntu dbus[435]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'

hello christopher.tiongson,

besides copy-paste the kernel messages, you could upload the “file” by editing your own comments.
i’m going to check your kernel logs. thanks

hello christopher.tiongson,

according to below, looks sensor driver being probed successfully.

Feb 11 16:28:00 tegra-ubuntu kernel: [AR0237]: probing v4l2 sensor.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: allocating memory to common_data.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: allocating memory to priv.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing regmap.
Feb 11 16:28:00 tegra-ubuntu kernel: *regmap_get_i2c_bus : i2c->adapter = I2C_FUNC_I2C
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: parsing DT.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_power_get().
Feb 11 16:28:00 tegra-ubuntu kernel: en-vdd-cam-1v2: supplied by vdd-3v3
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: parsing ports.
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_probe: name ar0237_a
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing subdevices
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing controls
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_ctrls_init++
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: verify streaming
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_power_on: power on
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream++
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: post ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream mode[0]
Feb 11 16:28:00 tegra-ubuntu kernel: tegradc tegradc.1: hdmi: plugged
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: post ar0237_s_stream mode[0]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream++
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: post ar0237_s_stream mode[3]
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: ar0237_power_off: power off
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: initializing media entity
Feb 11 16:28:00 tegra-ubuntu kernel: ar0237 30-0010: Detected AR0237 sensor

please refer to the [Device Registration] session in [Sensor Driver Programming Guide] for more details.
thanks

Yes but our problem is the device node /dev/video0 isn’t getting instantiated. Is the failed vi channel registration related to this? Could this be due to an error in the device tree? We just patterned the device tree modifications on the available dtsi files for IMX274 since we are using an adaptor board with an I2C mux.

hello christopher.tiongson,

please review the port binding in the device tree, please also refer to our reference driver.
thanks

the no /dev/video0 issue has been discussed for at least 2 years and i have yet to see a solution. for further info and maybe the solution just search on " /dev/video0 "

We have just solved our no /dev/video0 issue. We just modified our DT to use vi and nvcsi channel 1 instead of 0.

1 Like

hello christopher.tiongson,

glad to know you have solved the issue.

i’m not sure what’s you mean, could you please describe more about below?

We just modified our DT to use vi and nvcsi channel 1 instead of 0.

We modified 2 dtsi files: the camera modules dtsi and sensor-specific dtsi file. Before when we still had the problem, we were using vi port 0 and nvcsi channel 0 (similar to the OV5693 reference file). The problem disappeared when we switched to vi port 1 and nvcsi channel 0.

/* all cameras are disabled by default */
	host1x {
		vi_base: vi {
			ports {
				vi_port0: port@0 {
					status = "disabled";
					vi_in0: endpoint {
						status = "disabled";
					};
				};
				vi_port1: port@1 {
					status = "okay";
					vi_in1: endpoint {
						status = "okay";
					};
				};
				vi_port2: port@2 {
					status = "disabled";
					vi_in2: endpoint {
						status = "disabled";
					};
				};
				vi_port3: port@3 {
					status = "disabled";
					vi_in3: endpoint {
						status = "disabled";
					};
				};
				vi_port4: port@4 {
					status = "disabled";
					vi_in4: endpoint {
						status = "disabled";
					};
				};
				vi_port5: port@5 {
					status = "disabled";
					vi_in5: endpoint {
						status = "disabled";
					};
				};
			};
		};
		csi_base: nvcsi {
			csi_chan0: channel@0 {
				status = "disabled";
				ports {
					csi_chan0_port0: port@0 {
						status = "disabled";
						csi_in0: endpoint@0 {
							status = "disabled";
						};
					};
					csi_chan0_port1: port@1 {
						status = "disabled";
						csi_out0: endpoint@1 {
							status = "disabled";
						};
					};
				};
			};
			csi_chan1: channel@1 {
				status = "okay";
				ports {
					csi_chan1_port0: port@0 {
						status = "okay";
						csi_in1: endpoint@0 {
							status = "okay";
						};
					};
					csi_chan1_port1: port@1 {
						status = "okay";
						csi_out1: endpoint@1 {
							status = "okay";
						};
					};
				};
			};
			csi_chan2: channel@2 {
				status = "disabled";
				ports {
					csi_chan2_port0: port@0 {
						status = "disabled";
						csi_in2: endpoint@4 {
							status = "disabled";
						};
					};
					csi_chan2_port1: port@1 {
						status = "disabled";
						csi_out2: endpoint@5 {
							status = "disabled";
						};
					};
				};
			};
			csi_chan3: channel@3 {
				status = "disabled";
				ports {
					csi_chan3_port0: port@0 {
						status = "disabled";
						csi_in3: endpoint@6 {
							status = "disabled";
						};
					};
					csi_chan3_port1: port@1 {
						status = "disabled";
						csi_out3: endpoint@7 {
							status = "disabled";
						};
					};
				};
			};
			csi_chan4: channel@4 {
				status = "disabled";
				ports {
					csi_chan4_port0: port@0 {
						status = "disabled";
						csi_in4: endpoint@8 {
							status = "disabled";
						};
					};
					csi_chan4_port1: port@1 {
						status = "disabled";
						csi_out4: endpoint@9 {
							status = "disabled";
						};
					};
				};
			};
			csi_chan5: channel@5 {
				status = "disabled";
				ports {
					csi_chan5_port0: port@0 {
						status = "disabled";
						csi_in5: endpoint@10 {
							status = "disabled";
						};
					};
					csi_chan5_port1: port@1 {
						status = "disabled";
						csi_out5: endpoint@11 {
							status = "disabled";
						};
					};
				};
			};
		};
/ {
	host1x {
		vi {
			num-channels = <1>;
			ports {
				#address-cells = <1>;
				#size-cells = <0>;
				port@1 {
					reg = <1>;
					ar0237_vi_in0: endpoint {
						csi-port = <0>;
						bus-width = <4>;
						clock-lanes = <0>;
						data-lanes = <1 2 3 4>;
						remote-endpoint = <&ar0237_csi_out0>;
					};
				};
			};
		};

		nvcsi {
			num-channels = <1>;
			#address-cells = <1>;
			#size-cells = <0>;
			channel@1 {
				reg = <1>;
				ports {
					#address-cells = <1>;
					#size-cells = <0>;
					port@0 {
						reg = <0>;
						ar0237_csi_in0: endpoint@0 {
							csi-port = <0>;
							bus-width = <4>;
							remote-endpoint = <&ar0237_ar0237_out0>;
						};
					};
					port@1 {
						reg = <1>;
						ar0237_csi_out0: endpoint@1 {
							remote-endpoint = <&ar0237_vi_in0>;
						};
					};
				};
			};
		};