· 6 years ago · Jan 11, 2020, 06:06 PM
1[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
2[ 0.000000] Linux version 5.4.0-nemo-ged5a1196effc (s.chupligin@inp1wst007) (gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)) #16 SMP Sat Jan 11 20:49:15 MSK 2020
3[ 0.000000] Machine model: PinePhone
4[ 0.000000] efi: Getting EFI parameters from FDT:
5[ 0.000000] efi: UEFI not found.
6[ 0.000000] cma: Reserved 32 MiB at 0x00000000be000000
7[ 0.000000] NUMA: No NUMA configuration found
8[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bfffffff]
9[ 0.000000] NUMA: NODE_DATA [mem 0xbdbd3800-0xbdbd4fff]
10[ 0.000000] Zone ranges:
11[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000bfffffff]
12[ 0.000000] Normal empty
13[ 0.000000] Movable zone start for each node
14[ 0.000000] Early memory node ranges
15[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
16[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
17[ 0.000000] On node 0 totalpages: 524288
18[ 0.000000] DMA32 zone: 8192 pages used for memmap
19[ 0.000000] DMA32 zone: 0 pages reserved
20[ 0.000000] DMA32 zone: 524288 pages, LIFO batch:63
21[ 0.000000] psci: probing for conduit method from DT.
22[ 0.000000] psci: PSCIv1.1 detected in firmware.
23[ 0.000000] psci: Using standard PSCI v0.2 function IDs
24[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
25[ 0.000000] psci: SMC Calling Convention v1.1
26[ 0.000000] percpu: Embedded 22 pages/cpu s52056 r8192 d29864 u90112
27[ 0.000000] pcpu-alloc: s52056 r8192 d29864 u90112 alloc=22*4096
28[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
29[ 0.000000] Detected VIPT I-cache on CPU0
30[ 0.000000] CPU features: detected: ARM erratum 845719
31[ 0.000000] CPU features: detected: ARM erratum 843419
32[ 0.000000] Speculative Store Bypass Disable mitigation not required
33[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
34[ 0.000000] Policy zone: DMA32
35[ 0.000000] Kernel command line: console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p2 no_console_suspend rootwait selinux=0 audit=0
36[ 0.000000] audit: disabled (until reboot)
37[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
38[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
39[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
40[ 0.000000] Memory: 2006208K/2097152K available (11132K kernel code, 814K rwdata, 4316K rodata, 960K init, 387K bss, 58176K reserved, 32768K cma-reserved)
41[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
42[ 0.000000] rcu: Hierarchical RCU implementation.
43[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
44[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
45[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
46[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
47[ 0.000000] GIC: Using split EOI/Deactivate mode
48[ 0.000000] random: get_random_bytes called from start_kernel+0x2a8/0x43c with crng_init=0
49[ 0.000000] arch_timer: Enabling global workaround for Allwinner erratum UNKNOWN1
50[ 0.000000] arch_timer: CPU0: Trapping CNTVCT access
51[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
52[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
53[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
54[ 0.000421] Console: colour dummy device 80x25
55[ 0.000809] printk: console [tty0] enabled
56[ 0.000905] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
57[ 0.000929] pid_max: default: 32768 minimum: 301
58[ 0.001030] LSM: Security Framework initializing
59[ 0.001059] Yama: becoming mindful.
60[ 0.001146] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
61[ 0.001179] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
62[ 0.001251] *** VALIDATE tmpfs ***
63[ 0.001799] *** VALIDATE proc ***
64[ 0.002068] *** VALIDATE cgroup1 ***
65[ 0.002084] *** VALIDATE cgroup2 ***
66[ 0.002923] ASID allocator initialised with 32768 entries
67[ 0.003034] rcu: Hierarchical SRCU implementation.
68[ 0.004263] EFI services will not be available.
69[ 0.004537] smp: Bringing up secondary CPUs ...
70[ 0.005875] Detected VIPT I-cache on CPU1
71[ 0.005932] arch_timer: CPU1: Trapping CNTVCT access
72[ 0.005943] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
73[ 0.006808] Detected VIPT I-cache on CPU2
74[ 0.006841] arch_timer: CPU2: Trapping CNTVCT access
75[ 0.006849] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
76[ 0.007619] Detected VIPT I-cache on CPU3
77[ 0.007646] arch_timer: CPU3: Trapping CNTVCT access
78[ 0.007654] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
79[ 0.007735] smp: Brought up 1 node, 4 CPUs
80[ 0.007820] SMP: Total of 4 processors activated.
81[ 0.007833] CPU features: detected: 32-bit EL0 Support
82[ 0.007847] CPU features: detected: CRC32 instructions
83[ 0.022659] CPU: All CPU(s) started at EL2
84[ 0.022698] alternatives: patching kernel code
85[ 0.024908] devtmpfs: initialized
86[ 0.031812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
87[ 0.031858] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
88[ 0.033417] pinctrl core: initialized pinctrl subsystem
89[ 0.034384] DMI not present or invalid.
90[ 0.034811] NET: Registered protocol family 16
91[ 0.036700] DMA: preallocated 256 KiB pool for atomic allocations
92[ 0.037683] cpuidle: using governor menu
93[ 0.038031] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
94[ 0.039035] Serial: AMBA PL011 UART driver
95[ 0.057442] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
96[ 0.057476] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
97[ 0.057491] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
98[ 0.057504] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
99[ 0.059883] cryptd: max_cpu_qlen set to 1000
100[ 0.064189] ACPI: Interpreter disabled.
101[ 0.065188] iommu: Default domain type: Translated
102[ 0.065374] vgaarb: loaded
103[ 0.065742] SCSI subsystem initialized
104[ 0.065915] libata version 3.00 loaded.
105[ 0.066222] usbcore: registered new interface driver usbfs
106[ 0.066278] usbcore: registered new interface driver hub
107[ 0.066340] usbcore: registered new device driver usb
108[ 0.066692] pps_core: LinuxPPS API ver. 1 registered
109[ 0.066705] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
110[ 0.066735] PTP clock support registered
111[ 0.066884] EDAC MC: Ver: 3.0.0
112[ 0.068064] Bluetooth: Core ver 2.22
113[ 0.068109] NET: Registered protocol family 31
114[ 0.068121] Bluetooth: HCI device and connection manager initialized
115[ 0.068141] Bluetooth: HCI socket layer initialized
116[ 0.068156] Bluetooth: L2CAP socket layer initialized
117[ 0.068179] Bluetooth: SCO socket layer initialized
118[ 0.068875] clocksource: Switched to clocksource arch_sys_counter
119[ 0.069084] VFS: Disk quotas dquot_6.6.0
120[ 0.069158] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
121[ 0.069211] *** VALIDATE ramfs ***
122[ 0.069232] *** VALIDATE hugetlbfs ***
123[ 0.069409] pnp: PnP ACPI: disabled
124[ 0.075736] thermal_sys: Registered thermal governor 'step_wise'
125[ 0.075741] thermal_sys: Registered thermal governor 'power_allocator'
126[ 0.076408] NET: Registered protocol family 2
127[ 0.076896] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
128[ 0.076953] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
129[ 0.077127] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
130[ 0.077506] TCP: Hash tables configured (established 16384 bind 16384)
131[ 0.077656] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
132[ 0.077727] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
133[ 0.077939] NET: Registered protocol family 1
134[ 0.078474] RPC: Registered named UNIX socket transport module.
135[ 0.078490] RPC: Registered udp transport module.
136[ 0.078501] RPC: Registered tcp transport module.
137[ 0.078511] RPC: Registered tcp NFSv4.1 backchannel transport module.
138[ 0.078531] PCI: CLS 0 bytes, default 64
139[ 0.079539] kvm [1]: IPA Size Limit: 40bits
140[ 0.080237] kvm [1]: vgic interrupt IRQ1
141[ 0.080379] kvm [1]: Hyp mode initialized successfully
142[ 0.088151] Initialise system trusted keyrings
143[ 0.088349] workingset: timestamp_bits=44 max_order=19 bucket_order=0
144[ 0.096147] squashfs: version 4.0 (2009/01/31) Phillip Lougher
145[ 0.097065] NFS: Registering the id_resolver key type
146[ 0.097108] Key type id_resolver registered
147[ 0.097120] Key type id_legacy registered
148[ 0.097139] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
149[ 0.097348] 9p: Installing v9fs 9p2000 file system support
150[ 0.116940] Key type asymmetric registered
151[ 0.116960] Asymmetric key parser 'x509' registered
152[ 0.117015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
153[ 0.117034] io scheduler mq-deadline registered
154[ 0.117046] io scheduler kyber registered
155[ 0.117696] sun50i-de2-bus 1000000.bus: Error couldn't map SRAM to device
156[ 0.118577] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
157[ 0.122163] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
158[ 0.124142] EINJ: ACPI disabled.
159[ 0.131959] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
160[ 0.143288] loop: module loaded
161[ 0.146055] libphy: Fixed MDIO Bus: probed
162[ 0.146398] tun: Universal TUN/TAP device driver, 1.6
163[ 0.147154] thunder_xcv, ver 1.0
164[ 0.147202] thunder_bgx, ver 1.0
165[ 0.147255] nicpf, ver 1.0
166[ 0.147778] hclge is initializing
167[ 0.147792] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
168[ 0.147807] hns3: Copyright (c) 2017 Huawei Corporation.
169[ 0.147877] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
170[ 0.147889] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
171[ 0.147938] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
172[ 0.147951] igb: Copyright (c) 2007-2014 Intel Corporation.
173[ 0.147999] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
174[ 0.148014] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
175[ 0.148171] sky2: driver version 1.30
176[ 0.148567] VFIO - User Level meta-driver version: 0.3
177[ 0.150003] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
178[ 0.150024] ehci-pci: EHCI PCI platform driver
179[ 0.150066] ehci-platform: EHCI generic platform driver
180[ 0.150329] ehci-platform 1c1a000.usb: EHCI Host Controller
181[ 0.150363] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
182[ 0.150505] ehci-platform 1c1a000.usb: irq 15, io mem 0x01c1a000
183[ 0.164896] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
184[ 0.165699] hub 1-0:1.0: USB hub found
185[ 0.165757] hub 1-0:1.0: 1 port detected
186[ 0.166472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
187[ 0.166506] ohci-pci: OHCI PCI platform driver
188[ 0.166580] ohci-platform: OHCI generic platform driver
189[ 0.166768] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
190[ 0.166800] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
191[ 0.166920] ohci-platform 1c1a400.usb: irq 16, io mem 0x01c1a400
192[ 0.229602] hub 2-0:1.0: USB hub found
193[ 0.229651] hub 2-0:1.0: 1 port detected
194[ 0.230782] usbcore: registered new interface driver usb-storage
195[ 0.230888] usbcore: registered new interface driver option
196[ 0.230925] usbserial: USB Serial support registered for GSM modem (1-port)
197[ 0.234457] sun6i-rtc 1f00000.rtc: registered as rtc0
198[ 0.234480] sun6i-rtc 1f00000.rtc: RTC enabled
199[ 0.234606] i2c /dev entries driver
200[ 0.236222] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=1)
201[ 0.236307] Bluetooth: HCI UART driver ver 2.3
202[ 0.236323] Bluetooth: HCI UART protocol H4 registered
203[ 0.236357] Bluetooth: HCI UART protocol LL registered
204[ 0.236387] Bluetooth: HCI UART protocol Three-wire (H5) registered
205[ 0.236484] Bluetooth: HCI UART protocol Broadcom registered
206[ 0.237200] sun50i-a64-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
207[ 0.237544] sdhci: Secure Digital Host Controller Interface driver
208[ 0.237558] sdhci: Copyright(c) Pierre Ossman
209[ 0.237740] Synopsys Designware Multimedia Card Interface Driver
210[ 0.238603] sdhci-pltfm: SDHCI platform and OF driver helper
211[ 0.239502] ledtrig-cpu: registered to indicate activity on CPUs
212[ 0.239783] hidraw: raw HID events driver (C) Jiri Kosina
213[ 0.240316] usbcore: registered new interface driver usbhid
214[ 0.240329] usbhid: USB HID core driver
215[ 0.242245] NET: Registered protocol family 17
216[ 0.242426] Bluetooth: RFCOMM TTY layer initialized
217[ 0.242450] Bluetooth: RFCOMM socket layer initialized
218[ 0.242512] Bluetooth: RFCOMM ver 1.11
219[ 0.242531] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
220[ 0.242549] Bluetooth: HIDP socket layer initialized
221[ 0.242723] 9pnet: Installing 9P2000 support
222[ 0.242801] Key type dns_resolver registered
223[ 0.243327] registered taskstats version 1
224[ 0.243340] Loading compiled-in X.509 certificates
225[ 0.256205] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
226[ 0.256661] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
227[ 0.259649] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input1
228[ 0.261271] axp20x-adc axp813-adc: DMA mask not set
229[ 0.262079] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set
230[ 0.263501] dcdc1: supplied by regulator-dummy
231[ 0.263884] dcdc2: supplied by regulator-dummy
232[ 0.264150] dcdc4: supplied by regulator-dummy
233[ 0.264405] dcdc5: supplied by regulator-dummy
234[ 0.264666] dcdc6: supplied by regulator-dummy
235[ 0.264986] dc1sw: supplied by regulator-dummy
236[ 0.265227] aldo1: supplied by regulator-dummy
237[ 0.265305] dovdd-csi: Bringing 3300000uV into 2800000-2800000uV
238[ 0.265551] aldo2: supplied by regulator-dummy
239[ 0.265829] aldo3: supplied by regulator-dummy
240[ 0.266100] dldo1: supplied by regulator-dummy
241[ 0.266360] dldo2: supplied by regulator-dummy
242[ 0.266465] vcc-mipi-io: Bringing 2900000uV into 3300000-3300000uV
243[ 0.266735] dldo3: supplied by regulator-dummy
244[ 0.266808] avdd-csi: Bringing 2900000uV into 2800000-2800000uV
245[ 0.267044] dldo4: supplied by regulator-dummy
246[ 0.267311] eldo1: supplied by regulator-dummy
247[ 0.267597] eldo2: supplied by regulator-dummy
248[ 0.267867] eldo3: supplied by regulator-dummy
249[ 0.267945] dvdd-1v8-csi: Bringing 700000uV into 1800000-1800000uV
250[ 0.268179] fldo1: supplied by regulator-dummy
251[ 0.268478] fldo2: supplied by regulator-dummy
252[ 0.268756] rtc-ldo: supplied by regulator-dummy
253[ 0.269058] ldo-io0: supplied by regulator-dummy
254[ 0.269433] ldo-io1: supplied by regulator-dummy
255[ 0.269510] vcc-1v8-typec: Bringing 3300000uV into 1800000-1800000uV
256[ 0.269745] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
257[ 0.274437] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
258[ 0.274822] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pb not found, using dummy regulator
259[ 0.275368] printk: console [ttyS0] disabled
260[ 0.295942] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 27, base_baud = 1500000) is a U6_16550A
261[ 1.670851] printk: console [ttyS0] enabled
262[ 1.696923] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 28, base_baud = 1500000) is a U6_16550A
263[ 1.706062] serial serial0: tty port ttyS1 registered
264[ 1.706234] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-ph not found, using dummy regulator
265[ 1.711733] ehci-platform 1c1b000.usb: EHCI Host Controller
266[ 1.726755] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
267[ 1.734604] ehci-platform 1c1b000.usb: irq 17, io mem 0x01c1b000
268[ 1.752883] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
269[ 1.759693] hub 3-0:1.0: USB hub found
270[ 1.763492] hub 3-0:1.0: 1 port detected
271[ 1.768288] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
272[ 1.774931] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
273[ 1.782789] ohci-platform 1c1b400.usb: irq 18, io mem 0x01c1b400
274[ 1.849495] hub 4-0:1.0: USB hub found
275[ 1.853291] hub 4-0:1.0: 1 port detected
276[ 1.858116] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
277[ 1.870228] input: 1c21800.lradc as /devices/platform/soc/1c21800.lradc/input/input2
278[ 1.878690] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
279[ 1.888949] input: gpio-vibrator as /devices/platform/vibrator/input/input3
280[ 1.897185] Goodix-TS 0-005d: 0-005d supply VDDIO not found, using dummy regulator
281[ 2.006374] Goodix-TS 0-005d: ID 917S, version: 0200
282[ 2.012258] Goodix-TS 0-005d: Direct firmware load for goodix_917S_cfg.bin failed with error -2
283[ 2.022920] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 792000 KHz
284[ 2.034982] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 816000 KHz
285[ 2.049047] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
286[ 2.059571] sunxi-mmc 1c0f000.mmc: Got CD GPIO
287[ 2.064306] random: fast init done
288[ 2.079994] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-005d/input/input4
289[ 2.090187] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
290[ 2.100279] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
291[ 2.128724] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
292[ 2.138345] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
293[ 2.157691] mmc0: new high speed SDHC card at address 0001
294[ 2.163799] mmcblk0: mmc0:0001 SD8GB 7.24 GiB
295[ 2.170253] mmcblk0: p1 p2
296[ 2.175947] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
297[ 2.186282] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:29 UTC (29)
298[ 2.189274] mmc1: new high speed SDIO card at address 0001
299[ 2.259466] mmc2: new DDR MMC card at address 0001
300[ 2.264948] mmcblk2: mmc2:0001 RS016G 14.6 GiB
301[ 2.269805] mmcblk2boot0: mmc2:0001 RS016G partition 1 4.00 MiB
302[ 2.276030] mmcblk2boot1: mmc2:0001 RS016G partition 2 4.00 MiB
303[ 2.283941] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 >
304[ 2.291451] mmcblk2: p1 size 21585920 extends beyond EOD, truncated
305[ 2.375773] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
306[ 2.383958] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
307[ 2.391787] devtmpfs: mounted
308[ 2.395193] Freeing unused kernel memory: 960K
309[ 2.399713] Run /sbin/init as init process
310[ 2.483089] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8703
311[ 2.495728] Bluetooth: hci0: RTL: chip_type status=0 type=5
312[ 2.504810] Bluetooth: hci0: RTL: rom_version status=0 version=1
313[ 2.510827] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723cs_xx_fw.bin
314[ 2.548188] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723cs_xx_config-pinebook.bin
315[ 2.580996] Bluetooth: hci0: RTL: cfg_sz 63, total sz 19427
316[ 2.894916] Bluetooth: hci0: RTL: fw version 0xaa5ca4dc
317[ 3.632416] NET: Registered protocol family 10
318[ 3.637695] Segment Routing with IPv6
319[ 3.654190] random: systemd: uninitialized urandom read (16 bytes read)
320[ 3.663023] random: systemd: uninitialized urandom read (16 bytes read)
321[ 3.690308] systemd[1]: systemd 225 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOM)
322[ 3.708679] systemd[1]: Detected architecture arm64.
323[ 3.724970] systemd[1]: No hostname configured.
324[ 3.729528] systemd[1]: Set hostname to <localhost>.
325[ 3.757230] random: systemd: uninitialized urandom read (16 bytes read)
326[ 4.260936] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
327[ 4.281073] systemd[1]: Reached target Swap.
328[ 4.297369] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
329[ 4.317812] systemd[1]: Created slice Root Slice.
330[ 4.333137] systemd[1]: Listening on udev Kernel Socket.
331[ 4.349416] systemd[1]: Created slice User and Session Slice.
332[ 4.580229] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
333[ 4.781621] fuse: init (API version 7.31)
334[ 4.785873] *** VALIDATE fuse ***
335[ 4.789269] *** VALIDATE fuse ***
336[ 5.336493] cfg80211: Loading compiled-in X.509 certificates for regulatory database
337[ 5.358067] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
338[ 5.364879] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
339[ 5.373600] cfg80211: failed to load regulatory.db
340[ 6.935572] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
341[ 6.950898] systemd-journald[215]: File /var/log/journal/216e802264924db5a789f03a3cdd9f47/system.journal corrupted or uncleanly shut down, renaming and replacing.
342[ 6.973161] RTL8723BS: module init start
343[ 6.977123] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
344[ 6.984222] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
345[ 6.990881] RTL8723BS: module init ret =0
346[ 7.189028] random: crng init done
347[ 7.192456] random: 7 urandom warning(s) missed due to ratelimiting
348[ 7.788063] systemd-journald[215]: Received request to flush runtime journal from PID 1
349[ 9.541092] pwm-backlight backlight: backlight supply power not found, using dummy regulator
350[ 9.735399] i2c-gpio i2c-csi: using lines 141 (SDA) and 140 (SCL)
351[ 9.742654] pwm-backlight backlight: backlight supply power not found, using dummy regulator
352[ 10.693068] pwm-backlight backlight: backlight supply power not found, using dummy regulator
353[ 11.118431] 8723cs: module is from the staging directory, the quality is unknown, you have been warned.
354[ 11.159514] pwm-backlight backlight: backlight supply power not found, using dummy regulator
355[ 11.170972] 8723cs: module init start
356[ 11.174718] 8723cs: rtl8723cs v4.3.22.9_16440.20151221_BTCOEX20151214-0700-ML20190826
357[ 11.182571] 8723cs: build time: Jan 11 2020 20:48:03
358[ 11.187549] 8723cs: rtl8723cs BT-Coex version = BTCOEX20151214-0700
359[ 11.325225] 8723cs: rtw_ndev_init(wlan0) if1 mac_addr=02:ba:ec:98:07:fb
360[ 11.333110] 8723cs: module init ret=0
361[ 11.337849] pwm-backlight backlight: backlight supply power not found, using dummy regulator
362[ 11.347198] sun4i-i2s 1c22000.i2s: Could not register PCM
363[ 11.353102] sun4i-i2s 1c22c00.dai: Could not register PCM
364[ 11.446623] pwm-backlight backlight: backlight supply power not found, using dummy regulator
365[ 11.456136] sun4i-i2s 1c22000.i2s: Could not register PCM
366[ 11.463211] sun4i-i2s 1c22c00.dai: Could not register PCM
367[ 11.469485] pwm-backlight backlight: backlight supply power not found, using dummy regulator
368[ 11.482368] sun4i-i2s 1c22000.i2s: Could not register PCM
369[ 11.488632] sun4i-i2s 1c22c00.dai: Could not register PCM
370[ 11.494937] pwm-backlight backlight: backlight supply power not found, using dummy regulator
371[ 11.532022] sun4i-i2s 1c22000.i2s: Could not register PCM
372[ 11.538320] sun4i-i2s 1c22c00.dai: Could not register PCM
373[ 11.545344] pwm-backlight backlight: backlight supply power not found, using dummy regulator
374[ 11.555442] lima 1c40000.gpu: IRQ ppmmu2 not found
375[ 11.560342] lima 1c40000.gpu: IRQ ppmmu3 not found
376[ 11.565225] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
377[ 11.571531] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
378[ 11.577949] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
379[ 11.584312] lima 1c40000.gpu: IRQ pp2 not found
380[ 11.588866] lima 1c40000.gpu: IRQ pp3 not found
381[ 11.593437] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
382[ 11.602166] lima 1c40000.gpu: bus rate = 200000000
383[ 11.607028] lima 1c40000.gpu: mod rate = 297000000
384[ 11.612512] [drm] Initialized lima 1.0.0 20190217 for 1c40000.gpu on minor 0
385[ 11.620892] sun4i-i2s 1c22000.i2s: Could not register PCM
386[ 11.627535] sun4i-i2s 1c22c00.dai: Could not register PCM
387[ 11.633969] pwm-backlight backlight: backlight supply power not found, using dummy regulator
388[ 11.844852] sun4i-i2s 1c22000.i2s: Could not register PCM
389[ 11.851469] sun4i-i2s 1c22c00.dai: Could not register PCM
390[ 11.857951] pwm-backlight backlight: backlight supply power not found, using dummy regulator
391[ 11.897714] sun4i-i2s 1c22000.i2s: Could not register PCM
392[ 11.904098] sun4i-i2s 1c22c00.dai: Could not register PCM
393[ 11.910976] pwm-backlight backlight: backlight supply power not found, using dummy regulator
394[ 11.922108] sun4i-i2s 1c22000.i2s: Could not register PCM
395[ 11.929561] sun4i-i2s 1c22c00.dai: Could not register PCM
396[ 11.935871] pwm-backlight backlight: backlight supply power not found, using dummy regulator
397[ 11.946026] inv-mpu6050-i2c 1-0068: mounting matrix not found: using identity...
398[ 11.953596] inv-mpu6050-i2c 1-0068: 1-0068 supply vddio not found, using dummy regulator
399[ 11.966010] sun4i-i2s 1c22000.i2s: Could not register PCM
400[ 11.972287] sun4i-i2s 1c22c00.dai: Could not register PCM
401[ 12.018166] sun4i-i2s 1c22000.i2s: Could not register PCM
402[ 12.024504] sun4i-i2s 1c22c00.dai: Could not register PCM
403[ 12.059630] sun4i-i2s 1c22000.i2s: Could not register PCM
404[ 12.066033] sun4i-i2s 1c22c00.dai: Could not register PCM
405[ 12.105629] mc: Linux media interface: v0.10
406[ 12.160373] i2c i2c-1: Added multiplexed i2c bus 3
407[ 12.166439] sun4i-i2s 1c22000.i2s: Could not register PCM
408[ 12.173242] sun4i-i2s 1c22c00.dai: Could not register PCM
409[ 12.261150] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
410[ 12.271329] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
411[ 12.280492] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
412[ 12.288405] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
413[ 12.297877] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
414[ 12.307058] sun4i-drm display-engine: failed to bind 1ca0000.dsi (ops sun6i_dsi_ops [sun6i_mipi_dsi]): -517
415[ 12.318179] sun4i-drm display-engine: Couldn't bind all pipelines components
416[ 12.325467] sun4i-drm display-engine: master bind failed: -517
417[ 12.352106] st-magn-i2c 1-001e: 1-001e supply vddio not found, using dummy regulator
418[ 12.362762] iio iio:device3: interrupts active high level
419[ 12.370219] iio iio:device3: registered magnetometer lis3mdl
420[ 12.377159] sun4i-i2s 1c22000.i2s: Could not register PCM
421[ 12.383584] sun4i-i2s 1c22c00.dai: Could not register PCM
422[ 12.392706] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
423[ 12.402532] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
424[ 12.411549] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
425[ 12.419441] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
426[ 12.428888] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
427[ 12.438048] sun4i-drm display-engine: failed to bind 1ca0000.dsi (ops sun6i_dsi_ops [sun6i_mipi_dsi]): -517
428[ 12.448318] sun4i-drm display-engine: Couldn't bind all pipelines components
429[ 12.455499] sun4i-drm display-engine: master bind failed: -517
430[ 12.548858] videodev: Linux video capture interface: v2.00
431[ 12.571379] sun6i-mipi-dsi 1ca0000.dsi: Attached device xbd599
432[ 12.577300] panel-xingbangda-xbd599 1ca0000.dsi.0: [drm:xbd599_probe [panel_xingbangda_xbd599]] 720x1440@60 24bpp dsi 4dl - ready
433[ 12.590299] sun4i-i2s 1c22000.i2s: Could not register PCM
434[ 12.597202] sun4i-i2s 1c22c00.dai: Could not register PCM
435[ 12.607284] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
436[ 12.617179] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
437[ 12.626294] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
438[ 12.634213] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
439[ 12.643736] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
440[ 12.652914] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops [sun6i_mipi_dsi])
441[ 12.661399] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
442[ 12.668044] [drm] No driver support for vblank timestamp query.
443[ 12.669535] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
444[ 12.674461] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
445[ 13.155936] Console: switching to colour frame buffer device 90x90
446[ 13.201490] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
447[ 13.217895] sun4i-i2s 1c22000.i2s: Could not register PCM
448[ 13.224215] sun4i-i2s 1c22c00.dai: Could not register PCM
449[ 15.253614] systemd-journald[215]: File /var/log/journal/216e802264924db5a789f03a3cdd9f47/user-100000.journal corrupted or uncleanly shut down, renaming and replacing.
450[ 15.305081] systemd[1]: usb-moded.service: Service hold-off time over, scheduling restart.
451[ 25.276914] usb 3-1: new high-speed USB device number 2 using ehci-platform
452[ 25.448583] option 3-1:1.0: GSM modem (1-port) converter detected
453[ 25.455340] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB0
454[ 25.462762] option 3-1:1.1: GSM modem (1-port) converter detected
455[ 25.470675] sun4i-i2s 1c22000.i2s: Could not register PCM
456[ 25.477094] sun4i-i2s 1c22c00.dai: Could not register PCM
457[ 25.482753] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB1
458[ 25.490119] option 3-1:1.2: GSM modem (1-port) converter detected
459[ 25.499392] sun4i-i2s 1c22000.i2s: Could not register PCM
460[ 25.506093] sun4i-i2s 1c22c00.dai: Could not register PCM
461[ 25.511848] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB2
462[ 25.519301] option 3-1:1.3: GSM modem (1-port) converter detected
463[ 25.529564] sun4i-i2s 1c22000.i2s: Could not register PCM
464[ 25.535957] sun4i-i2s 1c22c00.dai: Could not register PCM
465[ 25.541658] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB3
466[ 25.553423] sun4i-i2s 1c22000.i2s: Could not register PCM
467[ 25.560826] sun4i-i2s 1c22c00.dai: Could not register PCM
468[ 25.721039] usbcore: registered new interface driver cdc_wdm
469[ 25.786804] qmi_wwan 3-1:1.4: cdc-wdm0: USB WDM device
470[ 25.793030] qmi_wwan 3-1:1.4 wwan0: register 'qmi_wwan' at usb-1c1b000.usb-1, WWAN/QMI device, 12:64:da:d5:e5:d0
471[ 25.803692] usbcore: registered new interface driver qmi_wwan
472[ 25.812302] sun4i-i2s 1c22000.i2s: Could not register PCM
473[ 25.819142] sun4i-i2s 1c22c00.dai: Could not register PCM
474[ 33.757056] vcc5v0: disabling
475[ 41.997032] watchdog: watchdog0: nowayout prevents watchdog being stopped!
476[ 42.007085] watchdog: watchdog0: watchdog did not stop!