Created
May 21, 2023 12:19
-
-
Save Civil/85e939641841e4ebc1766033aabe20d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Linux version 5.10.113-g7b352f5ac2ba (runner@fv-az437-445) (riscv64-unknown-linux-gnu-gcc (Xuantie-900 linux-5.10.4 glibc gcc Toolchain V2.6.1 B-20220906) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Wed Apr 12 12:06:11 UTC 2023 | |
[ 0.000000] OF: fdt: Ignoring memory range 0x0 - 0x200000 | |
[ 0.000000] earlycon: uart0 at MMIO32 0x000000ffe7014000 (options '115200n8') | |
[ 0.000000] printk: bootconsole [uart0] enabled | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000001e4000000, size 320 MiB | |
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA32 [mem 0x0000000000200000-0x00000000ffffffff] | |
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff] | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000000200000-0x000000000fffffff] | |
[ 0.000000] node 0: [mem 0x0000000010000000-0x00000000166fffff] | |
[ 0.000000] node 0: [mem 0x0000000016700000-0x0000000016ffffff] | |
[ 0.000000] node 0: [mem 0x0000000017000000-0x0000000018ffffff] | |
[ 0.000000] node 0: [mem 0x0000000019000000-0x000000001bffffff] | |
[ 0.000000] node 0: [mem 0x000000001c000000-0x000000001dffffff] | |
[ 0.000000] node 0: [mem 0x000000001e000000-0x000000001fffffff] | |
[ 0.000000] node 0: [mem 0x0000000020000000-0x00000000207fffff] | |
[ 0.000000] node 0: [mem 0x0000000020800000-0x00000001ffffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff] | |
[ 0.000000] On node 0 totalpages: 2096640 | |
[ 0.000000] DMA32 zone: 14329 pages used for memmap | |
[ 0.000000] DMA32 zone: 0 pages reserved | |
[ 0.000000] DMA32 zone: 1048064 pages, LIFO batch:63 | |
[ 0.000000] Normal zone: 14336 pages used for memmap | |
[ 0.000000] Normal zone: 1048576 pages, LIFO batch:63 | |
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB) | |
[ 0.000000] SBI specification v0.3 detected | |
[ 0.000000] SBI implementation ID=0x1 Version=0x9 | |
[ 0.000000] SBI v0.2 TIME extension detected | |
[ 0.000000] SBI v0.2 IPI extension detected | |
[ 0.000000] SBI v0.2 RFENCE extension detected | |
[ 0.000000] SBI v0.2 HSM extension detected | |
[ 0.000000] riscv: ISA extensions acdfimsuv | |
[ 0.000000] riscv: ELF capabilities acdfimv | |
[ 0.000000] percpu: Embedded 27 pages/cpu s72856 r8192 d29544 u110592 | |
[ 0.000000] pcpu-alloc: s72856 r8192 d29544 u110592 alloc=27*4096 | |
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2067975 | |
[ 0.000000] Kernel command line: console=ttyS0,115200 root=PARTUUID=80a5a8e9-c744-491a-93c1-4f4194fd690a rootfstype=ext4 rootwait rw earlycon clk_ignore_unused loglevel=7 eth= rootrwoptions=rw,noatime rootrwreset=yes init=/lib/systemd/systemd | |
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) | |
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) | |
[ 0.000000] Sorting __ex_table... | |
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.000000] Memory: 7663016K/8386560K available (10307K kernel code, 5811K rwdata, 4096K rodata, 299K init, 436K bss, 395864K reserved, 327680K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] rcu: Preemptible hierarchical RCU implementation. | |
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. | |
[ 0.000000] Trampoline variant of Tasks RCU enabled. | |
[ 0.000000] Tracing variant of Tasks RCU enabled. | |
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 | |
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
[ 0.000000] riscv-intc: 64 local interrupts mapped | |
[ 0.000000] plic: interrupt-controller@ffd8000000: mapped 64 interrupts with 4 handlers for 8 contexts. | |
[ 0.000000] random: get_random_bytes called from start_kernel+0x36e/0x4ce with crng_init=0 | |
[ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0] | |
[ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x1623fa770, max_idle_ns: 881590404476 ns | |
[ 0.000008] sched_clock: 64 bits at 3000kHz, resolution 333ns, wraps every 4398046511097ns | |
[ 0.008697] Console: colour dummy device 80x25 | |
[ 0.013231] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=12000) | |
[ 0.023435] pid_max: default: 32768 minimum: 301 | |
[ 0.028322] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
[ 0.035961] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
[ 0.045937] ASID allocator initialised with 65536 entries | |
[ 0.051526] rcu: Hierarchical SRCU implementation. | |
[ 0.057188] EFI services will not be available. | |
[ 0.062191] smp: Bringing up secondary CPUs ... | |
[ 0.069576] smp: Brought up 1 node, 4 CPUs | |
[ 0.075662] devtmpfs: initialized | |
[ 0.105124] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.114918] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.129429] pinctrl core: initialized pinctrl subsystem | |
[ 0.135935] NET: Registered protocol family 16 | |
[ 0.157887] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.165299] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.173982] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.174383] cpuidle: using governor ladder | |
[ 0.184567] cpuidle: using governor menu | |
[ 0.304559] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.311366] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.326814] SCSI subsystem initialized | |
[ 0.330943] usbcore: registered new interface driver usbfs | |
[ 0.336594] usbcore: registered new interface driver hub | |
[ 0.342033] usbcore: registered new device driver usb | |
[ 0.348437] pca953x 0-0018: supply vcc not found, using dummy regulator | |
[ 0.355333] pca953x 0-0018: using no AI | |
[ 0.396245] i2c_designware ffe7f20000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 0.441047] i2c_designware ffe7f20000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 0.485852] i2c_designware ffe7f20000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 0.530709] i2c_designware ffe7f20000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 0.538397] pca953x 0-0018: failed writing register | |
[ 0.543863] pca953x: probe of 0-0018 failed with error -11 | |
[ 0.550404] pca953x 1-0018: supply vcc not found, using dummy regulator | |
[ 0.557263] pca953x 1-0018: using no AI | |
[ 1.583532] i2c_designware ffe7f24000.i2c: controller timed out | |
[ 1.994911] i2c_designware ffe7f24000.i2c: timeout in disabling adapter | |
[ 2.001560] pca953x 1-0018: failed writing register | |
[ 2.006804] pca953x: probe of 1-0018 failed with error -110 | |
[ 2.014301] pca953x 3-0018: supply vcc not found, using dummy regulator | |
[ 2.021180] pca953x 3-0018: using no AI | |
[ 2.035658] i2c_designware ffec014000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 2.053873] i2c_designware ffec014000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 2.072062] i2c_designware ffec014000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 2.090239] i2c_designware ffec014000.i2c: i2c_dw_handle_tx_abort: lost arbitration | |
[ 2.097946] pca953x 3-0018: failed writing register | |
[ 2.103194] pca953x: probe of 3-0018 failed with error -11 | |
[ 2.114457] mc: Linux media interface: v0.10 | |
[ 2.118871] videodev: Linux video capture interface: v2.00 | |
[ 2.124844] Advanced Linux Sound Architecture Driver Initialized. | |
[ 2.131708] Bluetooth: Core ver 2.22 | |
[ 2.135366] NET: Registered protocol family 31 | |
[ 2.139852] Bluetooth: HCI device and connection manager initialized | |
[ 2.146233] Bluetooth: HCI socket layer initialized | |
[ 2.151137] Bluetooth: L2CAP socket layer initialized | |
[ 2.156229] Bluetooth: SCO socket layer initialized | |
[ 2.161799] clocksource: Switched to clocksource riscv_clocksource | |
[ 3.032129] NET: Registered protocol family 2 | |
[ 3.036967] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) | |
[ 3.051402] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) | |
[ 3.060053] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
[ 3.068377] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) | |
[ 3.076800] TCP: Hash tables configured (established 65536 bind 65536) | |
[ 3.083600] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) | |
[ 3.090536] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) | |
[ 3.098097] NET: Registered protocol family 1 | |
[ 3.103203] RPC: Registered named UNIX socket transport module. | |
[ 3.109175] RPC: Registered udp transport module. | |
[ 3.113916] RPC: Registered tcp transport module. | |
[ 3.118641] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 3.127165] khv_probe, 164, irq: 66. | |
[ 3.132393] Initialise system trusted keyrings | |
[ 3.137150] workingset: timestamp_bits=62 max_order=21 bucket_order=0 | |
[ 3.157256] NFS: Registering the id_resolver key type | |
[ 3.162393] Key type id_resolver registered | |
[ 3.166617] Key type id_legacy registered | |
[ 3.170830] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 3.177558] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 3.185027] jffs2: version 2.2. (NAND) \xc2\xa9 2001-2006 Red Hat, Inc. | |
[ 3.191982] fuse: init (API version 7.32) | |
[ 3.196705] 9p: Installing v9fs 9p2000 file system support | |
[ 3.292310] NET: Registered protocol family 38 | |
[ 3.296835] Key type asymmetric registered | |
[ 3.301004] Asymmetric key parser 'x509' registered | |
[ 3.306008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) | |
[ 3.313465] io scheduler mq-deadline registered | |
[ 3.318053] io scheduler kyber registered | |
[ 3.323855] light-pinctrl ffe7f3c000.pinctrl1-apsys: initialized light pinctrl driver | |
[ 3.332108] light-pinctrl ffec007000.padctrl0-apsys: initialized light pinctrl driver | |
[ 3.340306] light-pinctrl fffff4a000.padctrl-aosys: initialized light pinctrl driver | |
[ 3.348400] i2c_designware ffe7f24000.i2c: timeout in disabling adapter | |
[ 3.361368] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator | |
[ 3.384314] light-fm-clk ffef010000.clock-controller: succeed to register light fullmask clock driver | |
[ 3.400968] visys-clk-gate-provider soc:visys-clk-gate: succeed to register visys gate clock provider | |
[ 3.413444] vpsys-clk-gate-provider ffecc30000.vpsys-clk-gate: succeed to register vpsys gate clock provider | |
[ 3.431389] vosys-clk-gate-provider ffef528000.vosys-clk-gate: succeed to register vosys gate clock provider | |
[ 3.441897] dspsys-clk-gate-provider soc:dspsys-clk-gate: cannot find regmap for tee dsp system register | |
[ 3.454804] dspsys-clk-gate-provider soc:dspsys-clk-gate: succeed to register dspsys gate clock provider | |
[ 3.465303] dw_axi_dmac_platform ffefc00000.dmac: DesignWare AXI DMA Controller, 4 channels | |
[ 3.475751] dw_axi_dmac_platform ffc8000000.audio_dmac: DesignWare AXI DMA Controller, 16 channels | |
[ 3.486388] (NULL device *): failed to find vdmabuf_reserved_memory node | |
[ 3.493133] virtio-vdmabuf: carveout bufs setup failed -22 | |
[ 3.571793] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled | |
[ 3.581186] printk: console [ttyS0] disabled | |
[ 3.585681] ffe7014000.serial: ttyS0 at MMIO 0xffe7014000 (irq = 4, base_baud = 6250000) is a 16550A | |
[ 3.594902] printk: console [ttyS0] enabled | |
[ 3.603314] printk: bootconsole [uart0] disabled | |
[ 3.614059] ffe7f00000.serial: ttyS1 at MMIO 0xffe7f00000 (irq = 6, base_baud = 6250000) is a 16550A | |
[ 3.624627] fff7f08000.serial: ttyS4 at MMIO 0xfff7f08000 (irq = 8, base_baud = 6250000) is a 16550A | |
[ 3.642034] vs-dc ffef600000.dc8200: dpu0pll_on:0 dpu1pll_on:1 | |
[ 3.651906] vs-drm display-subsystem: bound ffef600000.dc8200 (ops 0xffffffe000e9dce0) | |
[ 3.660109] dwhdmi-light ffef540000.dw-hdmi-tx: Detected HDMI TX controller v2.14a with HDCP (DWC HDMI 2.0 TX PHY) | |
[ 3.671064] dwhdmi-light ffef540000.dw-hdmi-tx: registered DesignWare HDMI I2C bus driver | |
[ 3.679646] vs-drm display-subsystem: bound ffef540000.dw-hdmi-tx (ops 0xffffffe000e9f4a8) | |
[ 3.688918] [drm] Initialized vs-drm 1.0.0 20191101 for display-subsystem on minor 0 | |
[ 3.696851] vs-drm display-subsystem: [drm] Cannot find any crtc or sizes | |
[ 3.716342] loop: module loaded | |
[ 3.721827] spi-flash@0 enforce active low on chipselect handle | |
[ 3.727807] get gpio succes 4 | |
[ 4.129833] spi-nand: probe of spi1.0 failed with error -110 | |
[ 4.136522] spi_norflash@0 enforce active low on chipselect handle | |
[ 4.143816] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff | |
[ 4.150805] dw_spi_mmio ffe700c000.spi: cs1 >= max 1 | |
[ 4.155822] spi_master spi0: spi_device register error /soc/spi@ffe700c000/spidev@1 | |
[ 4.163527] spi_master spi0: Failed to create SPI device for /soc/spi@ffe700c000/spidev@1 | |
[ 4.172269] spidev@0 enforce active low on chipselect handle | |
[ 4.181550] tun: Universal TUN/TAP device driver, 1.6 | |
[ 4.189362] RTW: module init start | |
[ 4.192861] RTW: rtl8723ds v5.13.5-29-g0dbf6713f.20210604_COEX20210106-3b3b | |
[ 4.199890] RTW: build time: Apr 12 2023 12:13:04 | |
[ 4.204669] RTW: rtl8723ds BT-Coex version = COEX20210106-3b3b | |
[ 4.210642] RTW: module init ret=0 | |
[ 4.214079] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
[ 4.221282] usbcore: registered new interface driver usb-storage | |
[ 4.227371] usbcore: registered new interface driver ums-sddr09 | |
[ 4.233372] usbcore: registered new interface driver ums-sddr55 | |
[ 4.239667] mousedev: PS/2 mouse device common for all mice | |
[ 4.246471] xgene-rtc fffff40000.rtc: registered as rtc0 | |
[ 4.251917] xgene-rtc fffff40000.rtc: setting system clock to 1970-01-01T00:00:00 UTC (0) | |
[ 4.260481] i2c /dev entries driver | |
[ 4.267210] hwmon hwmon0: temp2_input not attached to any thermal zone | |
[ 4.274426] light_reset_deassert id:0 | |
[ 4.278146] dw_wdt ffefc30000.watchdog: No valid TOPs array specified | |
[ 4.285298] light_reset_deassert id:1 | |
[ 4.289014] dw_wdt ffefc31000.watchdog: No valid TOPs array specified | |
[ 4.296874] Watchdog module: light-wdt loaded | |
[ 4.301280] Bluetooth: HCI UART driver ver 2.2.0c90be4.20211102-175223 | |
[ 4.307842] Bluetooth: HCI H4 protocol initialized | |
[ 4.312673] Bluetooth: HCI Realtek H5 protocol initialized | |
[ 4.318186] rtk_btcoex: rtk_btcoex_init: version: 1.2 | |
[ 4.323262] rtk_btcoex: create workqueue | |
[ 4.327429] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2 | |
[ 4.335434] sdhci: Secure Digital Host Controller Interface driver | |
[ 4.341657] sdhci: Copyright(c) Pierre Ossman | |
[ 4.346043] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 4.353351] sdhci-dwcmshc ffe70a0000.sd: can't request region for resource [mem 0xffef014064-0xffef014067] | |
[ 4.355149] usbcore: registered new interface driver usbhid | |
[ 4.368726] usbhid: USB HID core driver | |
[ 4.373534] misc vhost-vdmabuf: failed to find vdmabuf_reserved_memory node | |
[ 4.380545] misc vhost-vdmabuf: vhost-vdmabuf: carveout bufs setup failed -22 | |
[ 4.380739] mmc0: SDHCI controller on ffe7080000.sdhci [ffe7080000.sdhci] using ADMA 64-bit | |
[ 4.386972] mmc1: SDHCI controller on ffe7090000.sd [ffe7090000.sd] using ADMA 64-bit | |
[ 4.387710] misc vhost-vdmabuf: vhost-vdmabuf: init successfully | |
[ 4.390257] light-adc fffff51000.adc: Thead light adc registered. | |
[ 4.417483] [perf] T-HEAD C900 PMU v1 probed | |
[ 4.422673] light_efuse ffff210000.efuse: succeed to register light efuse driver | |
[ 4.434761] light-pinctrl ffec007000.padctrl0-apsys: pin FM_QSPI0_SCLK already requested by ffea000000.spi; cannot claim for ffe7034000.light_i2s | |
[ 4.447901] light-pinctrl ffec007000.padctrl0-apsys: pin-2 (ffe7034000.light_i2s) status -22 | |
[ 4.456385] light-pinctrl ffec007000.padctrl0-apsys: could not request pin 2 (FM_QSPI0_SCLK) from group i2s0grp on device ffec007000.padctrl0-apsys | |
[ 4.461057] mmc0: new HS400 MMC card at address 0001 | |
[ 4.469716] light-pcm-audio ffe7034000.light_i2s: Error applying setting, reverse things back | |
[ 4.469749] light-pcm-audio: probe of ffe7034000.light_i2s failed with error -22 | |
[ 4.475547] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB | |
[ 4.486905] NET: Registered protocol family 10 | |
[ 4.489874] mmc2: SDHCI controller on ffe70a0000.sd [ffe70a0000.sd] using ADMA 64-bit | |
[ 4.491103] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB | |
[ 4.496496] Segment Routing with IPv6 | |
[ 4.500104] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB | |
[ 4.507706] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver | |
[ 4.513897] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (246:0) | |
[ 4.518153] NET: Registered protocol family 17 | |
[ 4.527384] mmcblk0: p1 p2 p3 | |
[ 4.529467] Bluetooth: RFCOMM TTY layer initialized | |
[ 4.548936] Bluetooth: RFCOMM socket layer initialized | |
[ 4.554162] Bluetooth: RFCOMM ver 1.11 | |
[ 4.557998] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[ 4.563351] Bluetooth: BNEP socket layer initialized | |
[ 4.568387] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 | |
[ 4.574388] Bluetooth: HIDP socket layer initialized | |
[ 4.579449] [WLAN_RFKILL]: Enter rfkill_wlan_init | |
[ 4.584667] [WLAN_RFKILL]: Enter rfkill_wlan_probe | |
[ 4.589500] [WLAN_RFKILL]: can't find rockchip,grf property | |
[ 4.595105] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = rtl8723ds | |
[ 4.602276] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power will enabled while kernel starting and keep on. | |
[ 4.612219] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio. | |
[ 4.619696] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found ! | |
[ 4.627036] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio | |
[ 4.632288] [WLAN_RFKILL]: rockchip_wifi_power: 1 | |
[ 4.637016] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized | |
[ 4.646086] [WLAN_RFKILL]: wifi turn on power. -1 | |
[ 4.650815] [WLAN_RFKILL]: Exit rfkill_wlan_probe | |
[ 4.655677] [BT_RFKILL]: Enter rfkill_rk_init | |
[ 4.660467] [BT_RFKILL]: bluetooth_platdata_parse_dt: uart_rts_gpios is no-in-use. | |
[ 4.668119] [BT_RFKILL]: bluetooth_platdata_parse_dt: clk_get failed!!!. | |
[ 4.675034] [BT_RFKILL]: bt_default device registered. | |
[ 4.680514] 9pnet: Installing 9P2000 support | |
[ 4.684895] Key type dns_resolver registered | |
[ 4.689606] NET: Registered protocol family 40 | |
[ 4.694552] Loading compiled-in X.509 certificates | |
[ 4.702372] ******************************************************************** | |
[ 4.709832] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** | |
[ 4.717262] ** ** | |
[ 4.724716] ** WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL ** | |
[ 4.732146] ** ** | |
[ 4.739571] ** This means that this kernel is built to expose clk operations ** | |
[ 4.746999] ** such as parent or rate setting, enabling, disabling, etc. ** | |
[ 4.754421] ** to userspace, which may compromise security on your system. ** | |
[ 4.761840] ** ** | |
[ 4.769258] ** If you see this message and you are not debugging the ** | |
[ 4.776677] ** kernel, report this immediately to your vendor! ** | |
[ 4.784098] ** ** | |
[ 4.791517] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** | |
[ 4.798947] ******************************************************************** | |
[ 4.857341] pwm-light ffec01c000.pwm: succeed to add a pwm chip | |
[ 4.863748] light-pinctrl ffec007000.padctrl0-apsys: pin FM_QSPI0_SCLK already requested by ffea000000.spi; cannot claim for ffe7034000.light_i2s | |
[ 4.876841] light-pinctrl ffec007000.padctrl0-apsys: pin-2 (ffe7034000.light_i2s) status -22 | |
[ 4.885318] light-pinctrl ffec007000.padctrl0-apsys: could not request pin 2 (FM_QSPI0_SCLK) from group i2s0grp on device ffec007000.padctrl0-apsys | |
[ 4.898712] light-pcm-audio ffe7034000.light_i2s: Error applying setting, reverse things back | |
[ 4.907332] light-pcm-audio: probe of ffe7034000.light_i2s failed with error -22 | |
[ 4.915021] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator | |
[ 4.924079] light_dwmac_eth ffe7070000.ethernet: IRQ eth_wake_irq not found | |
[ 4.931091] light_dwmac_eth ffe7070000.ethernet: IRQ eth_lpi not found | |
[ 4.932038] mmc2: Got command interrupt 0x00000001 even though no command operation was in progress. | |
[ 4.937910] light_dwmac_eth ffe7070000.ethernet: Cannot get CSR clock | |
[ 4.953266] light_dwmac_eth ffe7070000.ethernet: PTP uses main clock | |
[ 4.959667] light_dwmac_eth ffe7070000.ethernet: no reset control found | |
[ 4.966327] light_dwmac_eth ffe7070000.ethernet: id: 0 | |
[ 4.971503] light_dwmac_eth ffe7070000.ethernet: phy interface: 9 | |
[ 4.977699] RX clk delay: 0x0 | |
[ 4.980704] TX clk delay: 0x0 | |
[ 4.983962] light_dwmac_eth ffe7070000.ethernet: User ID: 0x10, Synopsys ID: 0x37 | |
[ 4.991492] light_dwmac_eth ffe7070000.ethernet: DWMAC1000 | |
[ 4.997102] light_dwmac_eth ffe7070000.ethernet: DMA HW capability register supported | |
[ 5.004965] light_dwmac_eth ffe7070000.ethernet: RX Checksum Offload Engine supported | |
[ 5.012821] light_dwmac_eth ffe7070000.ethernet: COE Type 2 | |
[ 5.018421] light_dwmac_eth ffe7070000.ethernet: TX Checksum insertion supported | |
[ 5.025837] light_dwmac_eth ffe7070000.ethernet: Enhanced/Alternate descriptors | |
[ 5.033174] light_dwmac_eth ffe7070000.ethernet: Enabled extended descriptors | |
[ 5.040333] light_dwmac_eth ffe7070000.ethernet: Ring mode enabled | |
[ 5.046541] light_dwmac_eth ffe7070000.ethernet: Enable RX Mitigation via HW Watchdog Timer | |
[ 5.054923] light_dwmac_eth ffe7070000.ethernet: device MAC address 0a:15:0d:9c:ad:e7 | |
[ 5.068617] light_dwmac_eth ffe7060000.ethernet: IRQ eth_wake_irq not found | |
[ 5.075692] light_dwmac_eth ffe7060000.ethernet: IRQ eth_lpi not found | |
[ 5.082534] light_dwmac_eth ffe7060000.ethernet: Cannot get CSR clock | |
[ 5.089027] light_dwmac_eth ffe7060000.ethernet: PTP uses main clock | |
[ 5.095421] light_dwmac_eth ffe7060000.ethernet: no reset control found | |
[ 5.102075] light_dwmac_eth ffe7060000.ethernet: id: 1 | |
[ 5.107260] light_dwmac_eth ffe7060000.ethernet: phy interface: 9 | |
[ 5.113458] RX clk delay: 0x0 | |
[ 5.116460] TX clk delay: 0x0 | |
[ 5.119709] light_dwmac_eth ffe7060000.ethernet: User ID: 0x10, Synopsys ID: 0x37 | |
[ 5.127242] light_dwmac_eth ffe7060000.ethernet: DWMAC1000 | |
[ 5.132849] light_dwmac_eth ffe7060000.ethernet: DMA HW capability register supported | |
[ 5.140708] light_dwmac_eth ffe7060000.ethernet: RX Checksum Offload Engine supported | |
[ 5.148570] light_dwmac_eth ffe7060000.ethernet: COE Type 2 | |
[ 5.154168] light_dwmac_eth ffe7060000.ethernet: TX Checksum insertion supported | |
[ 5.161590] light_dwmac_eth ffe7060000.ethernet: Enhanced/Alternate descriptors | |
[ 5.168927] light_dwmac_eth ffe7060000.ethernet: Enabled extended descriptors | |
[ 5.176091] light_dwmac_eth ffe7060000.ethernet: Ring mode enabled | |
[ 5.182304] light_dwmac_eth ffe7060000.ethernet: Enable RX Mitigation via HW Watchdog Timer | |
[ 5.190687] light_dwmac_eth ffe7060000.ethernet: device MAC address 2a:51:f5:81:27:94 | |
[ 5.229179] succeed to create power domain debugfs direntry | |
[ 5.236524] soc_vdd_3v3_en GPIO handle specifies active low - ignored | |
[ 5.244331] soc_vdd5v_se_en GPIO handle specifies active low - ignored | |
[ 5.251635] soc_wcn33_en GPIO handle specifies active low - ignored | |
[ 5.258778] soc_vbus_en GPIO handle specifies active low - ignored | |
[ 5.287554] random: fast init done | |
[ 5.295194] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 750000 KHz, changing to: 800000 KHz | |
[ 5.306207] cpu cpu0: finish to register cpufreq driver | |
[ 5.312056] thead,light-aon-test aon:light-aon-test: Successfully registered | |
[ 5.347712] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.388687] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.424124] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.459693] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.495196] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.530776] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.566472] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.602264] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.638105] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.674015] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.709964] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.745919] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.781908] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.817917] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.853924] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.889946] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.925953] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.961953] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 5.997984] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 6.034058] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 6.070097] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 6.106127] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 6.142137] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 6.178226] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 6.214193] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 6.250144] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 6.286073] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 6.355618] es7210_probe: read chipid failed -1 | |
[ 6.389214] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 6.425666] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 6.436524] alloc_contig_range: [1e4180, 1e4200) PFNs busy | |
[ 6.454918] alloc_contig_range: [1e4180, 1e4200) PFNs busy | |
[ 6.460699] alloc_contig_range: [1e4200, 1e4280) PFNs busy | |
[ 6.496167] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 6.531429] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 6.539844] debugfs: File 'SDOUT' in directory 'dapm' already present! | |
[ 6.573212] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 6.609218] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 6.622410] [light_wdt_probe,327] register power off callback | |
[ 6.628268] succeed to register light pmic watchdog | |
[ 6.637117] input: gpio-keys as /devices/platform/gpio-keys/input/input0 | |
[ 6.644433] aw87519_pa 5-0058: aw87519_parse_dt: no reset gpio provided failed | |
[ 6.651728] aw87519_pa 5-0058: aw87519_i2c_probe: failed to parse device tree node | |
[ 6.659366] aw87519_pa: probe of 5-0058 failed with error -1 | |
[ 6.665139] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 6.675279] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 6.682024] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 | |
[ 6.685821] clk: Not disabling unused clocks | |
[ 6.690668] cfg80211: failed to load regulatory.db | |
[ 6.694969] ALSA device list: | |
[ 6.702728] #0: Light-Sound-Card | |
[ 6.706489] dw-apb-uart ffe7014000.serial: forbid DMA for kernel console | |
[ 6.789368] EXT4-fs (mmcblk0p3): recovery complete | |
[ 6.794797] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) | |
[ 6.802960] VFS: Mounted root (ext4 filesystem) on device 179:3. | |
[ 6.809482] devtmpfs: mounted | |
[ 6.812593] Freeing unused kernel memory: 296K | |
[ 6.817311] Run /lib/systemd/systemd as init process | |
[ 6.822301] with arguments: | |
[ 6.822307] /lib/systemd/systemd | |
[ 6.822312] with environment: | |
[ 6.822318] HOME=/ | |
[ 6.822324] TERM=linux | |
[ 6.822329] eth= | |
[ 6.822333] rootrwoptions=rw,noatime | |
[ 6.822338] rootrwreset=yes | |
[ 6.950288] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 6.958389] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 6.985527] systemd[1]: System time before build time, advancing clock. | |
[ 7.028943] systemd[1]: systemd 252.6-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) | |
[ 7.061268] systemd[1]: Detected architecture riscv64. | |
[ 7.085440] systemd[1]: Hostname set to <lpi4a>. | |
[ 7.319498] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 7.327601] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 7.390807] systemd[1]: Configuration file /etc/systemd/system/lpi4a-sysfan.service is marked executable. Please remove executable permission bits. Proceeding anyway. | |
[ 7.405750] systemd[1]: Configuration file /etc/systemd/system/lpi4a-sysfan.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. | |
[ 7.593456] systemd[1]: Queued start job for default target graphical.target. | |
[ 7.603354] systemd[1]: Created slice system-getty.slice - Slice /system/getty. | |
[ 7.635294] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. | |
[ 7.665597] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. | |
[ 7.696969] systemd[1]: Created slice user.slice - User and Session Slice. | |
[ 7.722521] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. | |
[ 7.754704] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. | |
[ 7.786203] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc). | |
[ 7.806843] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. | |
[ 7.834028] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. | |
[ 7.862257] systemd[1]: Reached target paths.target - Path Units. | |
[ 7.886205] systemd[1]: Reached target remote-fs.target - Remote File Systems. | |
[ 7.914009] systemd[1]: Reached target slices.target - Slice Units. | |
[ 7.938069] systemd[1]: Reached target swap.target - Swaps. | |
[ 7.962095] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. | |
[ 7.991890] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. | |
[ 8.022175] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. | |
[ 8.059020] systemd[1]: systemd-journald-audit.socket - Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit). | |
[ 8.074208] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). | |
[ 8.105151] systemd[1]: Listening on systemd-journald.socket - Journal Socket. | |
[ 8.133066] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. | |
[ 8.163530] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. | |
[ 8.192677] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... | |
[ 8.220323] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... | |
[ 8.250415] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... | |
[ 8.289380] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... | |
[ 8.318743] systemd[1]: kmod-static-nodes.service - Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/5.10.113-g7b352f5ac2ba/modules.devname). | |
[ 8.343046] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... | |
[ 8.383334] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... | |
[ 8.415137] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... | |
[ 8.445253] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... | |
[ 8.487269] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... | |
[ 8.522997] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... | |
[ 8.550198] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). | |
[ 8.565550] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. | |
[ 8.578510] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) | |
[ 8.589250] systemd[1]: Starting systemd-journald.service - Journal Service... | |
[ 8.617837] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... | |
[ 8.644200] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... | |
[ 8.662784] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null) | |
[ 8.672217] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... | |
[ 8.703172] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. | |
[ 8.726369] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. | |
[ 8.750369] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. | |
[ 8.774270] systemd[1]: Started systemd-journald.service - Journal Service. | |
[ 9.040283] systemd-journald[191]: Received client request to flush runtime journal. | |
[ 9.049568] systemd-journald[191]: File /var/log/journal/a8e51682045e46ef8fb9d16c3555f4e4/system.journal corrupted or uncleanly shut down, renaming and replacing. | |
[ 9.475346] light_dwmac_eth ffe7060000.ethernet end1: renamed from eth1 | |
[ 9.530433] light_dwmac_eth ffe7070000.ethernet end0: renamed from eth0 | |
[ 10.071153] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 10.079265] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 10.243451] random: alsactl: uninitialized urandom read (4 bytes read) | |
[ 10.247622] Galcore version 6.4.6.9.354872 | |
[ 10.258904] pvrsrvkm: loading out-of-tree module taints kernel. | |
[ 10.267062] alloc_contig_range: [1e4200, 1e4600) PFNs busy | |
[ 10.273169] alloc_contig_range: [1e4300, 1e4700) PFNs busy | |
[ 10.279131] alloc_contig_range: [1e4400, 1e4800) PFNs busy | |
[ 10.285380] alloc_contig_range: [1e4500, 1e4900) PFNs busy | |
[ 10.285446] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 10.316477] [drm] Initialized vivante 1.0.0 20170808 for ffecc80000.gc620 on minor 1 | |
[ 10.320994] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 10.942035] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 10.950155] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 10.958633] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 10.966744] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!! | |
[ 10.989353] EXT4-fs (mmcblk0p2): recovery complete | |
[ 10.994253] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) | |
[ 11.292827] [BT_RFKILL]: bt shut off power | |
[ 11.907118] PVR_K: 225: *****enter sys dev init ffef400000 29 | |
[ 11.914655] PVR_K: 225: Read BVNC 36.52.104.182 from HW device registers | |
[ 11.921587] PVR_K: 225: RGX Device registered BVNC 36.52.104.182 with 1 core in the system | |
[ 11.930898] [drm] Initialized pvr 1.16.6099580 20170530 for ffef400000.gpu on minor 2 | |
[ 11.943080] systemd-journald[191]: Oldest entry in /var/log/journal/a8e51682045e46ef8fb9d16c3555f4e4/system.journal is older than the configured file retention duration (1month), suggesting rotation. | |
[ 11.960949] systemd-journald[191]: /var/log/journal/a8e51682045e46ef8fb9d16c3555f4e4/system.journal: Journal header limits reached or header out-of-date, rotating. | |
[ 12.295909] random: alsactl: uninitialized urandom read (4 bytes read) | |
[ 12.328371] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 12.339378] random: dbus-daemon: uninitialized urandom read (12 bytes read) | |
[ 12.361330] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 12.372893] random: dbus-daemon: uninitialized urandom read (12 bytes read) | |
[ 13.020316] PVR_K: 361: RGX Firmware image 'rgx.fw.36.52.104.182' loaded | |
[ 13.028631] PVR_K: 361: *****enter sysintstall LISR | |
[ 13.037014] PVR_K: 361: Shader binary image 'rgx.sh.36.52.104.182' loaded | |
[ 13.228803] alloc_contig_range: [1e4200, 1e4500) PFNs busy | |
[ 13.238121] alloc_contig_range: [1e4300, 1e4600) PFNs busy | |
[ 13.248150] alloc_contig_range: [1e4a00, 1e4d00) PFNs busy | |
[ 13.254141] alloc_contig_range: [1e4b00, 1e4e00) PFNs busy | |
[ 13.262248] alloc_contig_range: [1e4108, 1e410c) PFNs busy | |
[ 13.409865] light_dwmac_eth ffe7070000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL) | |
[ 13.423184] alloc_contig_range: [1e4108, 1e410c) PFNs busy | |
[ 13.430606] dwmac1000: Master AXI performs fixed burst length | |
[ 13.436432] light_dwmac_eth ffe7070000.ethernet end0: No Safety Features support found | |
[ 13.644448] light_dwmac_eth ffe7070000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported | |
[ 13.657667] light_dwmac_eth ffe7070000.ethernet end0: configuring for phy/rgmii-id link mode | |
[ 13.745818] light_dwmac_eth ffe7060000.ethernet end1: PHY [stmmac-0:02] driver [RTL8211F Gigabit Ethernet] (irq=POLL) | |
[ 13.757501] alloc_contig_range: [1e4108, 1e410c) PFNs busy | |
[ 13.774818] dwmac1000: Master AXI performs fixed burst length | |
[ 13.780628] light_dwmac_eth ffe7060000.ethernet end1: No Safety Features support found | |
[ 13.988587] light_dwmac_eth ffe7060000.ethernet end1: IEEE 1588-2008 Advanced Timestamp supported | |
[ 13.997956] light_dwmac_eth ffe7060000.ethernet end1: configuring for phy/rgmii-id link mode | |
[ 15.811775] urandom_read: 5 callbacks suppressed | |
[ 15.811782] random: pulseaudio: uninitialized urandom read (4 bytes read) | |
[ 16.269021] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 16.298510] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.328039] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.357447] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.386860] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.416283] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.445583] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.474791] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.504274] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.533913] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.563637] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.593590] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.623578] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.653495] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.683242] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.713150] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.743109] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.773089] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.803314] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.833633] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.863935] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.894154] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 16.924234] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 16.954202] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 17.093619] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.123047] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.152467] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.181760] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.210909] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.240072] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.269210] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.499633] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.528627] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.557591] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.587103] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 17.616451] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 17.645505] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 17.674634] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 17.703507] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 17.732380] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 17.761364] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 17.790414] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 17.796695] light_dwmac_eth ffe7070000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx | |
[ 17.807893] IPv6: ADDRCONF(NETDEV_CHANGE): end0: link becomes ready | |
[ 17.819334] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 17.848369] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 17.877039] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.424728] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.433333] es8156_set_bias_level codec_uninit_sequence | |
[ 18.469974] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 18.507746] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.537570] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.570049] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.600053] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.630232] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.660488] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.690619] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.721148] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.729971] random: crng init done | |
[ 18.751750] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.782205] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.812020] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.841841] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.872289] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.904322] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.933886] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.966038] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 18.995773] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 19.025953] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 19.056125] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 19.086613] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 19.117055] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 19.148153] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 19.179102] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 19.325668] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.356920] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.388907] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.420127] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.451397] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.482624] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.514313] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.769606] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.801288] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.832824] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 19.864216] es8156 5-0008: ASoC: error at soc_component_read_no_lock on es8156.5-0008: -121 | |
[ 24.995979] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 25.027635] es8156 5-0008: ASoC: error at snd_soc_component_update_bits on es8156.5-0008: -121 | |
[ 25.059597] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.091248] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.123149] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.154981] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.186824] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.218594] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.250319] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.281940] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.813887] es8156 5-0008: ASoC: error at soc_component_write_no_lock on es8156.5-0008: -121 | |
[ 25.822455] es8156_set_bias_level codec_uninit_sequence | |
[ 38.018360] soc_dovdd18_scan: disabling | |
[ 38.022793] soc_dvdd12_scan: disabling | |
[ 38.027142] soc_avdd28_scan_en: disabling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment