Advertisement
Guest User

Dmesg output

a guest
Jun 25th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.39 KB | None | 0 0
  1. root@MX10-TvBox:~# dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [ 0.000000] Linux version 5.18.6-rockchip64 (root@armbianbuild) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #trunk SMP PREEMPT Thu Jun 23 14:34:37 UTC 2022
  4. [ 0.000000] Machine model: Rockchip RK3318 BOX
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] NUMA: No NUMA configuration found
  7. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000feffffff]
  8. [ 0.000000] NUMA: NODE_DATA [mem 0xfe7b1a80-0xfe7b3fff]
  9. [ 0.000000] Zone ranges:
  10. [ 0.000000] DMA [mem 0x0000000000200000-0x00000000feffffff]
  11. [ 0.000000] DMA32 empty
  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 0x0000000000200000-0x00000000feffffff]
  16. [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000feffffff]
  17. [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
  18. [ 0.000000] On node 0, zone DMA: 4096 pages in unavailable ranges
  19. [ 0.000000] cma: Reserved 128 MiB at 0x00000000f2400000
  20. [ 0.000000] psci: probing for conduit method from DT.
  21. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  22. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  23. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  24. [ 0.000000] psci: SMC Calling Convention v1.2
  25. [ 0.000000] percpu: Embedded 30 pages/cpu s82216 r8192 d32472 u122880
  26. [ 0.000000] pcpu-alloc: s82216 r8192 d32472 u122880 alloc=30*4096
  27. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  28. [ 0.000000] Detected VIPT I-cache on CPU0
  29. [ 0.000000] CPU features: detected: ARM erratum 845719
  30. [ 0.000000] Fallback order for Node 0: 0
  31. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1027656
  32. [ 0.000000] Policy zone: DMA
  33. [ 0.000000] Kernel command line: root=UUID=0d128a4b-0147-40e3-a8ef-d0595c8c1837 rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=10 ubootpart=201dc304-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  34. [ 0.000000] Unknown kernel command line parameters "ubootpart=201dc304-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space.
  35. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  36. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  37. [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
  38. [ 0.000000] Memory: 3917116K/4175872K available (16320K kernel code, 2714K rwdata, 6624K rodata, 4480K init, 571K bss, 127684K reserved, 131072K cma-reserved)
  39. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  40. [ 0.000000] trace event string verifier disabled
  41. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  42. [ 0.000000] rcu: RCU event tracing is enabled.
  43. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  44. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  45. [ 0.000000] Rude variant of Tasks RCU enabled.
  46. [ 0.000000] Tracing variant of Tasks RCU enabled.
  47. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  48. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  49. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  50. [ 0.000000] Root IRQ handler: gic_handle_irq
  51. [ 0.000000] GIC: Using split EOI/Deactivate mode
  52. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  53. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  54. [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  55. [ 0.001736] Console: colour dummy device 80x25
  56. [ 0.002692] printk: console [tty1] enabled
  57. [ 0.002861] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  58. [ 0.002918] pid_max: default: 32768 minimum: 301
  59. [ 0.003096] LSM: Security Framework initializing
  60. [ 0.003186] Yama: becoming mindful.
  61. [ 0.003377] AppArmor: AppArmor initialized
  62. [ 0.003474] Stack Depot allocating hash table with kvmalloc
  63. [ 0.013516] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  64. [ 0.013607] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  65. [ 0.017040] cblist_init_generic: Setting adjustable number of callback queues.
  66. [ 0.017113] cblist_init_generic: Setting shift to 2 and lim to 1.
  67. [ 0.017342] cblist_init_generic: Setting shift to 2 and lim to 1.
  68. [ 0.017554] cblist_init_generic: Setting shift to 2 and lim to 1.
  69. [ 0.017984] rcu: Hierarchical SRCU implementation.
  70. [ 0.022123] EFI services will not be available.
  71. [ 0.023041] smp: Bringing up secondary CPUs ...
  72. [ 0.024342] Detected VIPT I-cache on CPU1
  73. [ 0.024462] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  74. [ 0.025984] Detected VIPT I-cache on CPU2
  75. [ 0.026090] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  76. [ 0.027535] Detected VIPT I-cache on CPU3
  77. [ 0.027636] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  78. [ 0.027845] smp: Brought up 1 node, 4 CPUs
  79. [ 0.027993] SMP: Total of 4 processors activated.
  80. [ 0.028020] CPU features: detected: 32-bit EL0 Support
  81. [ 0.028044] CPU features: detected: 32-bit EL1 Support
  82. [ 0.028072] CPU features: detected: CRC32 instructions
  83. [ 0.029344] CPU: All CPU(s) started at EL2
  84. [ 0.029423] alternatives: patching kernel code
  85. [ 0.032962] devtmpfs: initialized
  86. [ 0.058409] Registered cp15_barrier emulation handler
  87. [ 0.058483] Registered setend emulation handler
  88. [ 0.058934] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  89. [ 0.059026] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  90. [ 0.065649] pinctrl core: initialized pinctrl subsystem
  91. [ 0.066948] DMI not present or invalid.
  92. [ 0.068368] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  93. [ 0.074155] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
  94. [ 0.075887] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  95. [ 0.079183] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  96. [ 0.079372] audit: initializing netlink subsys (disabled)
  97. [ 0.079869] audit: type=2000 audit(0.076:1): state=initialized audit_enabled=0 res=1
  98. [ 0.081474] thermal_sys: Registered thermal governor 'fair_share'
  99. [ 0.081492] thermal_sys: Registered thermal governor 'bang_bang'
  100. [ 0.081527] thermal_sys: Registered thermal governor 'step_wise'
  101. [ 0.081554] thermal_sys: Registered thermal governor 'user_space'
  102. [ 0.082172] cpuidle: using governor menu
  103. [ 0.082777] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  104. [ 0.083010] ASID allocator initialised with 65536 entries
  105. [ 0.085336] Serial: AMBA PL011 UART driver
  106. [ 0.109761] platform ff3c0000.hdmi: Fixing up cyclic dependency with ff370000.vop
  107. [ 0.138737] rockchip-gpio ff210000.gpio: probed /pinctrl/gpio@ff210000
  108. [ 0.140289] rockchip-gpio ff220000.gpio: probed /pinctrl/gpio@ff220000
  109. [ 0.141928] rockchip-gpio ff230000.gpio: probed /pinctrl/gpio@ff230000
  110. [ 0.143302] rockchip-gpio ff240000.gpio: probed /pinctrl/gpio@ff240000
  111. [ 0.178860] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  112. [ 0.178926] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  113. [ 0.178958] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  114. [ 0.178989] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  115. [ 0.180455] cryptd: max_cpu_qlen set to 1000
  116. [ 0.250406] raid6: neonx8 gen() 1044 MB/s
  117. [ 0.318584] raid6: neonx4 gen() 1067 MB/s
  118. [ 0.386768] raid6: neonx2 gen() 1007 MB/s
  119. [ 0.454973] raid6: neonx1 gen() 883 MB/s
  120. [ 0.523119] raid6: int64x8 gen() 744 MB/s
  121. [ 0.591311] raid6: int64x4 gen() 827 MB/s
  122. [ 0.659522] raid6: int64x2 gen() 707 MB/s
  123. [ 0.727696] raid6: int64x1 gen() 526 MB/s
  124. [ 0.727729] raid6: using algorithm neonx4 gen() 1067 MB/s
  125. [ 0.795841] raid6: .... xor() 768 MB/s, rmw enabled
  126. [ 0.795870] raid6: using neon recovery algorithm
  127. [ 0.801073] iommu: Default domain type: Translated
  128. [ 0.801129] iommu: DMA domain TLB invalidation policy: strict mode
  129. [ 0.801989] SCSI subsystem initialized
  130. [ 0.802470] libata version 3.00 loaded.
  131. [ 0.803019] usbcore: registered new interface driver usbfs
  132. [ 0.803127] usbcore: registered new interface driver hub
  133. [ 0.803232] usbcore: registered new device driver usb
  134. [ 0.804338] pps_core: LinuxPPS API ver. 1 registered
  135. [ 0.804374] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  136. [ 0.804446] PTP clock support registered
  137. [ 0.804908] EDAC MC: Ver: 3.0.0
  138. [ 0.807868] NetLabel: Initializing
  139. [ 0.807921] NetLabel: domain hash size = 128
  140. [ 0.808028] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  141. [ 0.808187] NetLabel: unlabeled traffic allowed by default
  142. [ 0.808493] vgaarb: loaded
  143. [ 0.809579] clocksource: Switched to clocksource arch_sys_counter
  144. [ 0.925108] VFS: Disk quotas dquot_6.6.0
  145. [ 0.925268] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  146. [ 0.927134] AppArmor: AppArmor Filesystem Enabled
  147. [ 0.942246] NET: Registered PF_INET protocol family
  148. [ 0.942827] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  149. [ 0.946643] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  150. [ 0.947000] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  151. [ 0.947168] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  152. [ 0.947827] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  153. [ 0.948613] TCP: Hash tables configured (established 32768 bind 32768)
  154. [ 0.948983] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  155. [ 0.949213] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  156. [ 0.949928] NET: Registered PF_UNIX/PF_LOCAL protocol family
  157. [ 0.950021] NET: Registered PF_XDP protocol family
  158. [ 0.950057] PCI: CLS 0 bytes, default 64
  159. [ 0.951060] Trying to unpack rootfs image as initramfs...
  160. [ 0.959142] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  161. [ 0.960428] kvm [1]: IPA Size Limit: 40 bits
  162. [ 0.963424] kvm [1]: vgic interrupt IRQ9
  163. [ 0.963810] kvm [1]: Hyp mode initialized successfully
  164. [ 0.967941] Initialise system trusted keyrings
  165. [ 0.968108] Key type blacklist registered
  166. [ 0.968745] workingset: timestamp_bits=44 max_order=20 bucket_order=0
  167. [ 0.981223] zbud: loaded
  168. [ 0.984918] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  169. [ 0.986672] fuse: init (API version 7.36)
  170. [ 0.991581] integrity: Platform Keyring initialized
  171. [ 1.062160] xor: measuring software checksum speed
  172. [ 1.070393] 8regs : 1218 MB/sec
  173. [ 1.078329] 32regs : 1260 MB/sec
  174. [ 1.087627] arm64_neon : 1072 MB/sec
  175. [ 1.087685] xor: using function: 32regs (1260 MB/sec)
  176. [ 1.087726] Key type asymmetric registered
  177. [ 1.087751] Asymmetric key parser 'x509' registered
  178. [ 2.583483] Freeing initrd memory: 16020K
  179. [ 2.616636] alg: self-tests for CTR-KDF (hmac(sha256)) passed
  180. [ 2.616881] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  181. [ 2.617165] io scheduler mq-deadline registered
  182. [ 2.617202] io scheduler kyber registered
  183. [ 2.617498] io scheduler bfq registered
  184. [ 2.649195] dma-pl330 ff1f0000.dma-controller: Loaded driver for PL330 DMAC-241330
  185. [ 2.649268] dma-pl330 ff1f0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  186. [ 2.656954] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  187. [ 2.662650] ff110000.serial: ttyS0 at MMIO 0xff110000 (irq = 21, base_baud = 1500000) is a 16550A
  188. [ 2.664528] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 22, base_baud = 1500000) is a 16550A
  189. [ 2.760762] printk: console [ttyS2] enabled
  190. [ 2.763338] Serial: AMBA driver
  191. [ 2.770550] rockchip-vop ff370000.vop: Adding to iommu group 4
  192. [ 2.796520] loop: module loaded
  193. [ 2.806367] tun: Universal TUN/TAP device driver, 1.6
  194. [ 2.808623] thunder_xcv, ver 1.0
  195. [ 2.809021] thunder_bgx, ver 1.0
  196. [ 2.809410] nicpf, ver 1.0
  197. [ 2.811197] e1000e: Intel(R) PRO/1000 Network Driver
  198. [ 2.811666] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  199. [ 2.812313] igb: Intel(R) Gigabit Ethernet Network Driver
  200. [ 2.812812] igb: Copyright (c) 2007-2014 Intel Corporation.
  201. [ 2.813383] igbvf: Intel(R) Gigabit Virtual Function Network Driver
  202. [ 2.813986] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  203. [ 2.814936] sky2: driver version 1.30
  204. [ 2.816399] VFIO - User Level meta-driver version: 0.3
  205. [ 2.820966] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator
  206. [ 2.822038] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator
  207. [ 2.835727] dwc2 ff580000.usb: DWC OTG Controller
  208. [ 2.836224] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
  209. [ 2.836929] dwc2 ff580000.usb: irq 49, io mem 0xff580000
  210. [ 2.837875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
  211. [ 2.838644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  212. [ 2.839313] usb usb1: Product: DWC OTG Controller
  213. [ 2.839748] usb usb1: Manufacturer: Linux 5.18.6-rockchip64 dwc2_hsotg
  214. [ 2.840347] usb usb1: SerialNumber: ff580000.usb
  215. [ 2.841885] hub 1-0:1.0: USB hub found
  216. [ 2.842312] hub 1-0:1.0: 1 port detected
  217. [ 2.844913] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  218. [ 2.845655] ehci-pci: EHCI PCI platform driver
  219. [ 2.846150] ehci-platform: EHCI generic platform driver
  220. [ 2.849783] ehci-platform ff5c0000.usb: EHCI Host Controller
  221. [ 2.850361] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
  222. [ 2.851329] ehci-platform ff5c0000.usb: irq 50, io mem 0xff5c0000
  223. [ 2.865615] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
  224. [ 2.866645] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
  225. [ 2.867412] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  226. [ 2.868079] usb usb2: Product: EHCI Host Controller
  227. [ 2.868532] usb usb2: Manufacturer: Linux 5.18.6-rockchip64 ehci_hcd
  228. [ 2.869114] usb usb2: SerialNumber: ff5c0000.usb
  229. [ 2.870590] hub 2-0:1.0: USB hub found
  230. [ 2.871016] hub 2-0:1.0: 1 port detected
  231. [ 2.872243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  232. [ 2.872856] ohci-pci: OHCI PCI platform driver
  233. [ 2.873377] ohci-platform: OHCI generic platform driver
  234. [ 2.874755] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
  235. [ 2.875410] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
  236. [ 2.876416] ohci-platform ff5d0000.usb: irq 51, io mem 0xff5d0000
  237. [ 2.937927] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
  238. [ 2.938700] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  239. [ 2.939365] usb usb3: Product: Generic Platform OHCI controller
  240. [ 2.939909] usb usb3: Manufacturer: Linux 5.18.6-rockchip64 ohci_hcd
  241. [ 2.940495] usb usb3: SerialNumber: ff5d0000.usb
  242. [ 2.941956] hub 3-0:1.0: USB hub found
  243. [ 2.942389] hub 3-0:1.0: 1 port detected
  244. [ 2.944943] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  245. [ 2.945503] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
  246. [ 2.946536] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010
  247. [ 2.947516] xhci-hcd xhci-hcd.0.auto: irq 52, io mem 0xff600000
  248. [ 2.948560] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  249. [ 2.949085] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
  250. [ 2.950115] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
  251. [ 2.951013] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
  252. [ 2.951777] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  253. [ 2.952443] usb usb4: Product: xHCI Host Controller
  254. [ 2.952896] usb usb4: Manufacturer: Linux 5.18.6-rockchip64 xhci-hcd
  255. [ 2.953483] usb usb4: SerialNumber: xhci-hcd.0.auto
  256. [ 2.955138] hub 4-0:1.0: USB hub found
  257. [ 2.955571] hub 4-0:1.0: 1 port detected
  258. [ 2.956684] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
  259. [ 2.957785] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
  260. [ 2.958553] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  261. [ 2.959222] usb usb5: Product: xHCI Host Controller
  262. [ 2.959674] usb usb5: Manufacturer: Linux 5.18.6-rockchip64 xhci-hcd
  263. [ 2.960258] usb usb5: SerialNumber: xhci-hcd.0.auto
  264. [ 2.961890] hub 5-0:1.0: USB hub found
  265. [ 2.962320] hub 5-0:1.0: 1 port detected
  266. [ 2.963678] usbcore: registered new interface driver usb-storage
  267. [ 2.968064] mousedev: PS/2 mouse device common for all mice
  268. [ 2.970825] i2c_dev: i2c /dev entries driver
  269. [ 2.975495] rk808 1-0018: chip id: 0x8050
  270. [ 2.979615] rk808-regulator rk808-regulator: there is no dvs0 gpio
  271. [ 2.980259] rk808-regulator rk808-regulator: there is no dvs1 gpio
  272. [ 2.980830] rk808-regulator rk808-regulator: max buck steps per change: 8
  273. [ 2.989011] vdd_11: Bringing 1000000uV into 1100000-1100000uV
  274. [ 2.995911] rk808-rtc rk808-rtc: registered as rtc0
  275. [ 2.996739] rk808-rtc rk808-rtc: setting system clock to 2022-06-25T08:36:15 UTC (1656146175)
  276. [ 2.999029] input: rk805 pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/rk805-pwrkey/input/input0
  277. [ 3.006697] dw_wdt ff1a0000.watchdog: No valid TOPs array specified
  278. [ 3.011346] sdhci: Secure Digital Host Controller Interface driver
  279. [ 3.011944] sdhci: Copyright(c) Pierre Ossman
  280. [ 3.012386] Synopsys Designware Multimedia Card Interface Driver
  281. [ 3.014821] sdhci-pltfm: SDHCI platform and OF driver helper
  282. [ 3.015965] dwmmc_rockchip ff520000.mmc: IDMAC supports 32-bit address mode.
  283. [ 3.015972] dwmmc_rockchip ff5f0000.mmc: IDMAC supports 32-bit address mode.
  284. [ 3.016026] dwmmc_rockchip ff5f0000.mmc: Using internal DMA controller.
  285. [ 3.016663] dwmmc_rockchip ff520000.mmc: Using internal DMA controller.
  286. [ 3.017282] dwmmc_rockchip ff5f0000.mmc: Version ID is 270a
  287. [ 3.017913] dwmmc_rockchip ff520000.mmc: Version ID is 270a
  288. [ 3.018620] dwmmc_rockchip ff5f0000.mmc: DW MMC controller at irq 57,32 bit host data width,256 deep fifo
  289. [ 3.019099] dwmmc_rockchip ff520000.mmc: DW MMC controller at irq 47,32 bit host data width,256 deep fifo
  290. [ 3.020007] dwmmc_rockchip ff5f0000.mmc: allocated mmc-pwrseq
  291. [ 3.021495] mmc_host mmc2: card is non-removable.
  292. [ 3.021882] mmc_host mmc4: card is non-removable.
  293. [ 3.022310] ledtrig-cpu: registered to indicate activity on CPUs
  294. [ 3.025275] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
  295. [ 3.026446] hid: raw HID events driver (C) Jiri Kosina
  296. [ 3.027170] usbcore: registered new interface driver usbhid
  297. [ 3.027688] usbhid: USB HID core driver
  298. [ 3.035250] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  299. [ 3.035497] mmc_host mmc4: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  300. [ 3.037071] drop_monitor: Initializing network drop monitor service
  301. [ 3.039037] NET: Registered PF_INET6 protocol family
  302. [ 3.073904] Segment Routing with IPv6
  303. [ 3.074395] In-situ OAM (IOAM) with IPv6
  304. [ 3.074921] NET: Registered PF_PACKET protocol family
  305. [ 3.075729] 8021q: 802.1Q VLAN Support v1.8
  306. [ 3.076234] Key type dns_resolver registered
  307. [ 3.078864] registered taskstats version 1
  308. [ 3.079297] Loading compiled-in X.509 certificates
  309. [ 3.086493] Loaded X.509 cert 'Build time autogenerated kernel key: 3314ec6a5b38c3539746e00f0a25d16d9b2c25d2'
  310. [ 3.090178] mmc_host mmc4: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  311. [ 3.093025] zswap: loaded using pool zstd/z3fold
  312. [ 3.094688] Key type ._fscrypt registered
  313. [ 3.095095] Key type .fscrypt registered
  314. [ 3.095459] Key type fscrypt-provisioning registered
  315. [ 3.100270] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
  316. [ 3.101739] Key type encrypted registered
  317. [ 3.102181] AppArmor: AppArmor sha1 policy hashing enabled
  318. [ 3.120926] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0)
  319. [ 3.122730] mmc2: new DDR MMC card at address 0001
  320. [ 3.125224] mmcblk2: mmc2:0001 MBG8FB 29.1 GiB
  321. [ 3.129685] usb 2-1: new high-speed USB device number 2 using ehci-platform
  322. [ 3.131029] mmcblk2: p1
  323. [ 3.133216] mmcblk2boot0: mmc2:0001 MBG8FB 4.00 MiB
  324. [ 3.139230] mmcblk2boot1: mmc2:0001 MBG8FB 4.00 MiB
  325. [ 3.141772] usb 1-1: new high-speed USB device number 2 using dwc2
  326. [ 3.144096] mmcblk2rpmb: mmc2:0001 MBG8FB 512 KiB, chardev (241:0)
  327. [ 3.145784] mmc_host mmc4: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  328. [ 3.208734] mmc_host mmc4: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
  329. [ 3.211224] rockchip-drm display-subsystem: bound ff370000.vop (ops vop_component_ops)
  330. [ 3.212135] dwhdmi-rockchip ff3c0000.hdmi: supply avdd-0v9 not found, using dummy regulator
  331. [ 3.213301] dwhdmi-rockchip ff3c0000.hdmi: supply avdd-1v8 not found, using dummy regulator
  332. [ 3.214673] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
  333. [ 3.216835] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
  334. [ 3.218776] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops dw_hdmi_rockchip_ops)
  335. [ 3.220814] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
  336. [ 3.291444] usb 2-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
  337. [ 3.292228] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  338. [ 3.292886] usb 2-1: Product: USB2.0 Hub
  339. [ 3.294582] hub 2-1:1.0: USB hub found
  340. [ 3.295311] hub 2-1:1.0: 4 ports detected
  341. [ 3.572049] Console: switching to colour frame buffer device 240x67
  342. [ 3.624978] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
  343. [ 3.631905] WCN: marlin_init entry!
  344. [ 3.634544] dwmmc_rockchip ff500000.mmc: IDMAC supports 32-bit address mode.
  345. [ 3.634963] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  346. [ 3.635451] dwmmc_rockchip ff500000.mmc: Using internal DMA controller.
  347. [ 3.635471] dwmmc_rockchip ff500000.mmc: Version ID is 270a
  348. [ 3.635591] usb 1-1: New USB device found, idVendor=04f9, idProduct=0249, bcdDevice= 1.00
  349. [ 3.636804] dwmmc_rockchip ff500000.mmc: DW MMC controller at irq 46,32 bit host data width,256 deep fifo
  350. [ 3.637072] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=3
  351. [ 3.637622] of_cfs_init
  352. [ 3.637735] of_cfs_init: OK
  353. [ 3.638468] dwmmc_rockchip ff500000.mmc: Got CD GPIO
  354. [ 3.638697] usb 1-1: SerialNumber: E69751G2N314505
  355. [ 3.656085] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  356. [ 3.674981] Freeing unused kernel memory: 4480K
  357. [ 3.675764] Run /init as init process
  358. [ 3.676222] with arguments:
  359. [ 3.676577] /init
  360. [ 3.676856] with environment:
  361. [ 3.677227] HOME=/
  362. [ 3.677512] TERM=linux
  363. [ 3.677902] ubootpart=201dc304-01
  364. [ 3.678338] cgroup_enable=memory
  365. [ 3.678755] cgroup_memory=1
  366. [ 3.921686] usb 2-1.3: new full-speed USB device number 3 using ehci-platform
  367. [ 4.032605] usb 2-1.3: New USB device found, idVendor=046d, idProduct=0b07, bcdDevice= 2.00
  368. [ 4.033693] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  369. [ 4.034571] usb 2-1.3: Product: Logitech BT Mini-Receiver
  370. [ 4.035208] usb 2-1.3: Manufacturer: Logitech
  371. [ 4.039297] hub 2-1.3:1.0: USB hub found
  372. [ 4.040129] hub 2-1.3:1.0: 3 ports detected
  373. [ 4.329770] usb 2-1.3.2: new full-speed USB device number 4 using ehci-platform
  374. [ 4.446830] usb 2-1.3.2: New USB device found, idVendor=046d, idProduct=c71e, bcdDevice= 2.00
  375. [ 4.447932] usb 2-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  376. [ 4.448854] usb 2-1.3.2: Product: Logitech BT Mini-Receiver
  377. [ 4.458387] usb 2-1.3.2: Manufacturer: Logitech
  378. [ 4.467896] usb 2-1.3.2: SerialNumber: 000761CDEDD5
  379. [ 4.498291] input: Logitech Logitech BT Mini-Receiver as /devices/platform/ff5c0000.usb/usb2/2-1/2-1.3/2-1.3.2/2-1.3.2:1.0/0003:046D:C71E.0001/input/input2
  380. [ 4.571882] hid-generic 0003:046D:C71E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech BT Mini-Receiver] on usb-ff5c0000.usb-1.3.2/input0
  381. [ 4.673693] usb 2-1.3.3: new full-speed USB device number 5 using ehci-platform
  382. [ 4.748612] input: adc-keys as /devices/platform/adc-keys/input/input3
  383. [ 4.819105] usb 2-1.3.3: New USB device found, idVendor=046d, idProduct=c71f, bcdDevice= 2.00
  384. [ 4.829311] usb 2-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  385. [ 4.839099] usb 2-1.3.3: Product: Logitech BT Mini-Receiver
  386. [ 4.850510] gpio-syscon ff100000.syscon:gpio: can't read the data register offset!
  387. [ 4.853879] usb 2-1.3.3: Manufacturer: Logitech
  388. [ 4.873730] usb 2-1.3.3: SerialNumber: 000761CDEDD5
  389. [ 4.932752] logitech-djreceiver 0003:046D:C71F.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech Logitech BT Mini-Receiver] on usb-ff5c0000.usb-1.3.3/input0
  390. [ 4.995605] logitech-djreceiver 0003:046D:C71E.0001: hidraw0: USB HID v1.11 Keyboard [Logitech Logitech BT Mini-Receiver] on usb-ff5c0000.usb-1.3.2/input0
  391. [ 5.164238] rk_gmac-dwmac ff550000.ethernet: IRQ eth_wake_irq not found
  392. [ 5.177915] rk_gmac-dwmac ff550000.ethernet: IRQ eth_lpi not found
  393. [ 5.193354] rk_gmac-dwmac ff550000.ethernet: PTP uses main clock
  394. [ 5.208228] rk_gmac-dwmac ff550000.ethernet: clock input or output? (output).
  395. [ 5.236791] rk_gmac-dwmac ff550000.ethernet: TX delay(0x30).
  396. [ 5.276352] rk_gmac-dwmac ff550000.ethernet: RX delay(0x10).
  397. [ 5.306004] rk_gmac-dwmac ff550000.ethernet: integrated PHY? (yes).
  398. [ 5.334461] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_refout
  399. [ 5.361641] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_speed
  400. [ 5.391135] rk_gmac-dwmac ff550000.ethernet: init for RMII
  401. [ 5.443859] rk_gmac-dwmac ff550000.ethernet: User ID: 0x10, Synopsys ID: 0x35
  402. [ 5.474882] rk_gmac-dwmac ff550000.ethernet: DWMAC1000
  403. [ 5.486088] rk_gmac-dwmac ff550000.ethernet: DMA HW capability register supported
  404. [ 5.495578] rk_gmac-dwmac ff550000.ethernet: RX Checksum Offload Engine supported
  405. [ 5.504471] rk_gmac-dwmac ff550000.ethernet: COE Type 2
  406. [ 5.513144] rk_gmac-dwmac ff550000.ethernet: TX Checksum insertion supported
  407. [ 5.522194] rk_gmac-dwmac ff550000.ethernet: Wake-Up On Lan supported
  408. [ 5.531524] rk_gmac-dwmac ff550000.ethernet: Normal descriptors
  409. [ 5.540056] rk_gmac-dwmac ff550000.ethernet: Ring mode enabled
  410. [ 5.548389] rk_gmac-dwmac ff550000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  411. [ 6.215327] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Quota mode: none.
  412. [ 6.940197] systemd[1]: Inserted module 'autofs4'
  413. [ 7.036591] systemd[1]: systemd 249.11-0ubuntu3.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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
  414. [ 7.064153] systemd[1]: Detected architecture arm64.
  415. [ 7.109018] systemd[1]: Hostname set to <MX10-TvBox>.
  416. [ 7.325339] dw-apb-uart ff130000.serial: forbid DMA for kernel console
  417. [ 8.479035] systemd[1]: Queued start job for default target Graphical Interface.
  418. [ 9.205608] random: crng init done
  419. [ 9.230783] systemd[1]: Created slice Slice /system/modprobe.
  420. [ 9.258362] systemd[1]: Created slice Slice /system/serial-getty.
  421. [ 9.284709] systemd[1]: Created slice User and Session Slice.
  422. [ 9.307796] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  423. [ 9.333191] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  424. [ 9.356188] systemd[1]: Reached target Remote File Systems.
  425. [ 9.378113] systemd[1]: Reached target Slice Units.
  426. [ 9.399830] systemd[1]: Reached target Swaps.
  427. [ 9.421044] systemd[1]: Reached target System Time Set.
  428. [ 9.441823] systemd[1]: Reached target Local Verity Protected Volumes.
  429. [ 9.468794] systemd[1]: Listening on Syslog Socket.
  430. [ 9.491246] systemd[1]: Listening on fsck to fsckd communication Socket.
  431. [ 9.514475] systemd[1]: Listening on initctl Compatibility Named Pipe.
  432. [ 9.539931] systemd[1]: Listening on Journal Audit Socket.
  433. [ 9.564079] systemd[1]: Listening on Journal Socket (/dev/log).
  434. [ 9.588703] systemd[1]: Listening on Journal Socket.
  435. [ 9.617370] systemd[1]: Listening on udev Control Socket.
  436. [ 9.641481] systemd[1]: Listening on udev Kernel Socket.
  437. [ 9.678078] systemd[1]: Mounting Huge Pages File System...
  438. [ 9.715087] systemd[1]: Mounting POSIX Message Queue File System...
  439. [ 9.752593] systemd[1]: Mounting Kernel Debug File System...
  440. [ 9.784993] systemd[1]: Mounting Kernel Trace File System...
  441. [ 9.821814] systemd[1]: Starting Restore / save the current clock...
  442. [ 9.855958] systemd[1]: Starting Set the console keyboard layout...
  443. [ 9.892682] systemd[1]: Starting Create List of Static Device Nodes...
  444. [ 9.933719] systemd[1]: Starting Load Kernel Module configfs...
  445. [ 9.973485] systemd[1]: Starting Load Kernel Module drm...
  446. [ 10.014874] systemd[1]: Starting Load Kernel Module fuse...
  447. [ 10.051316] systemd[1]: Started Nameserver information manager.
  448. [ 10.076111] systemd[1]: Reached target Preparation for Network.
  449. [ 10.098314] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  450. [ 10.124127] systemd[1]: Starting Load Kernel Modules...
  451. [ 10.157270] systemd[1]: Starting Remount Root and Kernel File Systems...
  452. [ 10.192947] systemd[1]: Starting Coldplug All udev Devices...
  453. [ 10.250431] systemd[1]: Mounted Huge Pages File System.
  454. [ 10.250506] EXT4-fs (mmcblk2p1): re-mounted. Quota mode: none.
  455. [ 10.295744] systemd[1]: Mounted POSIX Message Queue File System.
  456. [ 10.319739] systemd[1]: Mounted Kernel Debug File System.
  457. [ 10.340946] systemd[1]: Mounted Kernel Trace File System.
  458. [ 10.365651] systemd[1]: Finished Restore / save the current clock.
  459. [ 10.393689] systemd[1]: Finished Create List of Static Device Nodes.
  460. [ 10.420081] systemd[1]: modprobe@configfs.service: Deactivated successfully.
  461. [ 10.434465] systemd[1]: Finished Load Kernel Module configfs.
  462. [ 10.462543] systemd[1]: modprobe@drm.service: Deactivated successfully.
  463. [ 10.476114] systemd[1]: Finished Load Kernel Module drm.
  464. [ 10.499989] systemd[1]: modprobe@fuse.service: Deactivated successfully.
  465. [ 10.516481] systemd[1]: Finished Load Kernel Module fuse.
  466. [ 10.546443] systemd[1]: Finished Load Kernel Modules.
  467. [ 10.574853] systemd[1]: Finished Set the console keyboard layout.
  468. [ 10.599843] systemd[1]: Finished Remount Root and Kernel File Systems.
  469. [ 10.640443] systemd[1]: Mounting FUSE Control File System...
  470. [ 10.675855] systemd[1]: Mounting Kernel Configuration File System...
  471. [ 10.698090] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  472. [ 10.719118] systemd[1]: Starting Load/Save Random Seed...
  473. [ 10.753376] systemd[1]: Starting Apply Kernel Variables...
  474. [ 10.789931] systemd[1]: Starting Create System Users...
  475. [ 10.840927] systemd[1]: Mounted FUSE Control File System.
  476. [ 10.866690] systemd[1]: Mounted Kernel Configuration File System.
  477. [ 10.896567] systemd[1]: Finished Load/Save Random Seed.
  478. [ 10.921499] systemd[1]: Condition check resulted in First Boot Complete being skipped.
  479. [ 10.938927] systemd[1]: Finished Create System Users.
  480. [ 10.974613] systemd[1]: Starting Create Static Device Nodes in /dev...
  481. [ 10.996189] systemd[1]: Finished Apply Kernel Variables.
  482. [ 11.088049] systemd[1]: Finished Create Static Device Nodes in /dev.
  483. [ 11.102459] systemd[1]: Reached target Preparation for Local File Systems.
  484. [ 11.136140] systemd[1]: Mounting Mount unit for bare, revision 5...
  485. [ 11.165226] systemd[1]: Mounting Mount unit for core20, revision 1522...
  486. [ 11.172634] loop0: detected capacity change from 0 to 8
  487. [ 11.199042] loop1: detected capacity change from 0 to 118432
  488. [ 11.203088] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 107...
  489. [ 11.236081] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1534...
  490. [ 11.237040] loop2: detected capacity change from 0 to 478008
  491. [ 11.267237] loop3: detected capacity change from 0 to 166424
  492. [ 11.280311] systemd[1]: Mounting Mount unit for snapd, revision 16019...
  493. [ 11.306809] loop4: detected capacity change from 0 to 83192
  494. [ 11.310319] systemd[1]: Mounting /tmp...
  495. [ 11.344862] systemd[1]: Starting Rule-based Manager for Device Events and Files...
  496. [ 11.402140] systemd[1]: Mounted Mount unit for bare, revision 5.
  497. [ 11.417240] systemd[1]: Mounted Mount unit for core20, revision 1522.
  498. [ 11.430745] systemd[1]: Mounted Mount unit for gnome-3-38-2004, revision 107.
  499. [ 11.444261] systemd[1]: Mounted Mount unit for gtk-common-themes, revision 1534.
  500. [ 11.456017] systemd[1]: Mounted Mount unit for snapd, revision 16019.
  501. [ 11.469399] systemd[1]: Mounted /tmp.
  502. [ 11.481010] systemd[1]: Reached target Local File Systems.
  503. [ 11.507796] systemd[1]: Starting Load AppArmor profiles...
  504. [ 11.531288] systemd[1]: Starting Armbian leds state...
  505. [ 11.578591] systemd[1]: Starting Armbian ZRAM config...
  506. [ 11.624559] systemd[1]: Starting Set console font and keymap...
  507. [ 11.657102] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
  508. [ 11.705472] systemd[1]: Starting Set Up Additional Binary Formats...
  509. [ 11.727053] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  510. [ 11.727801] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  511. [ 11.736175] systemd[1]: Finished Set console font and keymap.
  512. [ 11.771722] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
  513. [ 11.818946] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 386 (systemd-binfmt)
  514. [ 11.843234] systemd[1]: Mounting Arbitrary Executable File Formats File System...
  515. [ 11.900209] systemd[1]: Finished Armbian leds state.
  516. [ 11.953752] systemd[1]: Mounted Arbitrary Executable File Formats File System.
  517. [ 11.985437] systemd[1]: Finished Set Up Additional Binary Formats.
  518. [ 12.036564] audit: type=1400 audit(1656146184.536:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=396 comm="apparmor_parser"
  519. [ 12.036632] audit: type=1400 audit(1656146184.536:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=396 comm="apparmor_parser"
  520. [ 12.069451] audit: type=1400 audit(1656146184.568:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=395 comm="apparmor_parser"
  521. [ 12.072216] systemd[1]: Finished Coldplug All udev Devices.
  522. [ 12.135346] audit: type=1400 audit(1656146184.636:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=400 comm="apparmor_parser"
  523. [ 12.135413] audit: type=1400 audit(1656146184.636:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=400 comm="apparmor_parser"
  524. [ 12.135446] audit: type=1400 audit(1656146184.636:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=400 comm="apparmor_parser"
  525. [ 12.148652] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
  526. [ 12.151107] audit: type=1400 audit(1656146184.652:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=394 comm="apparmor_parser"
  527. [ 12.151243] audit: type=1400 audit(1656146184.652:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=394 comm="apparmor_parser"
  528. [ 12.207270] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
  529. [ 12.240662] audit: type=1400 audit(1656146184.740:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/redshift" pid=401 comm="apparmor_parser"
  530. [ 12.255898] audit: type=1400 audit(1656146184.756:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ipsec/charon" pid=403 comm="apparmor_parser"
  531. [ 12.288529] systemd[1]: Started Rule-based Manager for Device Events and Files.
  532. [ 12.315604] systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
  533. [ 12.317222] systemd[1]: Started Dispatch Password Requests to Console Directory Watch when bootsplash is active.
  534. [ 12.351265] systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
  535. [ 12.351577] systemd[1]: Reached target Local Encrypted Volumes.
  536. [ 12.686489] zram: Added device: zram0
  537. [ 12.688107] zram: Added device: zram1
  538. [ 12.707762] zram: Added device: zram2
  539. [ 12.972485] zram0: detected capacity change from 0 to 4068688
  540. [ 13.046138] Adding 2034340k swap on /dev/zram0. Priority:5 extents:1 across:2034340k SSFS
  541. [ 13.309108] systemd[1]: Finished Load AppArmor profiles.
  542. [ 13.354610] systemd[1]: Starting Raise network interfaces...
  543. [ 13.391443] zram1: detected capacity change from 0 to 102400
  544. [ 13.397742] systemd[1]: Starting Load AppArmor profiles managed internally by snapd...
  545. [ 13.550840] systemd[1]: Finished Armbian ZRAM config.
  546. [ 13.595712] systemd[1]: Starting Armbian memory supported logging...
  547. [ 13.723368] systemd[1]: Finished Load AppArmor profiles managed internally by snapd.
  548. [ 13.853712] EXT4-fs (zram1): mounted filesystem without journal. Quota mode: none.
  549. [ 14.695973] core: _opp_supported_by_regulators: OPP minuV: 1450000 maxuV: 1450000, not supported by regulator
  550. [ 14.696039] cpu cpu0: _opp_add: OPP not supported by regulators (1512000000)
  551. [ 14.697240] core: _opp_supported_by_regulators: OPP minuV: 1400000 maxuV: 1400000, not supported by regulator
  552. [ 14.697292] cpu cpu0: _opp_add: OPP not supported by regulators (1392000000)
  553. [ 14.836627] systemd[1]: Finished Raise network interfaces.
  554. [ 14.917674] systemd[1]: Found device /dev/ttyS2.
  555. [ 15.429975] lima ff300000.gpu: gp - mali450 version major 0 minor 0
  556. [ 15.430112] lima ff300000.gpu: pp0 - mali450 version major 0 minor 0
  557. [ 15.430185] lima ff300000.gpu: pp1 - mali450 version major 0 minor 0
  558. [ 15.430313] lima ff300000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
  559. [ 15.430334] lima ff300000.gpu: l2 cache 64K, 4-way, 64byte cache line, 128bit external bus
  560. [ 15.438184] lima ff300000.gpu: bus rate = 491520000
  561. [ 15.438240] lima ff300000.gpu: mod rate = 491520000
  562. [ 15.453471] mc: Linux media interface: v0.10
  563. [ 15.471541] [drm] Initialized lima 1.1.0 20191231 for ff300000.gpu on minor 1
  564. [ 15.796822] systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
  565. [ 15.799973] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  566. [ 15.807739] systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
  567. [ 15.852459] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  568. [ 15.853144] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  569. [ 15.855820] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  570. [ 15.904366] videodev: Linux video capture interface: v2.00
  571. [ 15.928095] rk3328-codec ff410000.codec: spk_depop_time use default value.
  572. [ 15.952286] Registered IR keymap rc-empty
  573. [ 16.004175] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0
  574. [ 16.004930] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = 0, raw IR receiver, no transmitter
  575. [ 16.005407] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input4
  576. [ 16.082059] usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0249
  577. [ 16.113715] usbcore: registered new interface driver usblp
  578. [ 16.115256] rockchip-rga ff390000.rga: HW Version: 0x04.00
  579. [ 16.184049] rockchip-rga ff390000.rga: Registered rockchip-rga as /dev/video0
  580. [ 16.445113] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
  581. [ 16.453164] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
  582. [ 16.466764] rkvdec ff360000.video-codec: Adding to iommu group 3
  583. [ 16.480697] hantro-vpu ff350000.video-codec: Adding to iommu group 2
  584. [ 16.496411] hantro-vpu ff350000.video-codec: registered rockchip,rk3328-vpu-dec as /dev/video2
  585. [ 17.475012] systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
  586. [ 17.475338] systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
  587. [ 17.475583] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  588. [ 17.475934] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  589. [ 17.476434] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  590. [ 18.299399] systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
  591. [ 18.299594] systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
  592. [ 18.299746] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  593. [ 18.299947] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  594. [ 18.300183] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  595. [ 19.633490] systemd[1]: Finished Armbian memory supported logging.
  596. [ 19.659179] systemd[1]: Starting Journal Service...
  597. [ 19.972230] systemd[1]: Started Journal Service.
  598. [ 20.038908] systemd-journald[760]: Received client request to flush runtime journal.
  599. [ 39.637327] PPP generic driver version 2.4.2
  600. [ 39.649479] NET: Registered PF_PPPOX protocol family
  601. [ 39.751958] Initializing XFRM netlink socket
  602. [ 39.897341] l2tp_core: L2TP core driver, V2.0
  603. [ 39.940398] l2tp_netlink: L2TP netlink interface
  604. [ 39.970887] l2tp_ppp: PPPoL2TP kernel driver, V2.0
  605. [ 41.723417] BUG: Bad page map in process date pte:7efffce56a3fc3 pmd:80000001434f003
  606. [ 41.730496] addr:0000ffffb87c6000 vm_flags:00000071 anon_vma:0000000000000000 mapping:ffff000009f79098 index:5c6
  607. [ 41.738424] file:locale-archive fault:filemap_fault mmap:ext4_file_mmap readpage:ext4_readpage
  608. [ 41.746076] CPU: 3 PID: 2004 Comm: date Tainted: G C 5.18.6-rockchip64 #trunk
  609. [ 41.746128] Hardware name: Rockchip RK3318 BOX (DT)
  610. [ 41.746136] Call trace:
  611. [ 41.746141] dump_backtrace+0x12c/0x138
  612. [ 41.746171] show_stack+0x18/0x68
  613. [ 41.746181] dump_stack_lvl+0x68/0x84
  614. [ 41.746195] dump_stack+0x18/0x34
  615. [ 41.746203] print_bad_pte+0x16c/0x1e8
  616. [ 41.746215] vm_normal_page+0x98/0xb8
  617. [ 41.746223] unmap_page_range+0x2d0/0x8f0
  618. [ 41.746231] unmap_single_vma+0x88/0x100
  619. [ 41.746238] unmap_vmas+0xdc/0x100
  620. [ 41.746245] exit_mmap+0x88/0x1a0
  621. [ 41.746257] mmput+0x74/0x148
  622. [ 41.746268] do_exit+0x284/0x9d8
  623. [ 41.746279] do_group_exit+0x34/0xa0
  624. [ 41.746288] get_signal+0x8e8/0x930
  625. [ 41.746297] do_notify_resume+0x228/0x468
  626. [ 41.746307] el0_da+0x50/0x58
  627. [ 41.746320] el0t_64_sync_handler+0x68/0xb8
  628. [ 41.746328] el0t_64_sync+0x170/0x174
  629. [ 41.746338] Disabling lock debugging due to kernel taint
  630. [ 41.836942] BUG: Bad rss-counter state mm:000000002e7e9236 type:MM_FILEPAGES val:1
  631. [ 42.144402] rk_gmac-dwmac ff550000.ethernet eth0: PHY [stmmac-1:00] driver [Rockchip integrated EPHY] (irq=POLL)
  632. [ 42.238184] rk_gmac-dwmac ff550000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
  633. [ 42.249739] rk_gmac-dwmac ff550000.ethernet eth0: No Safety Features support found
  634. [ 42.249794] rk_gmac-dwmac ff550000.ethernet eth0: PTP not supported by HW
  635. [ 42.270392] rk_gmac-dwmac ff550000.ethernet eth0: configuring for phy/rmii link mode
  636. [ 43.355219] kauditd_printk_skb: 19 callbacks suppressed
  637. [ 43.355249] audit: type=1400 audit(1656146215.854:31): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1875 comm="cupsd" capability=12 capname="net_admin"
  638. [ 44.322315] rk_gmac-dwmac ff550000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  639. [ 44.322418] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  640. [ 44.451842] loop5: detected capacity change from 0 to 8
  641. [ 51.884383] hdmi-audio-codec hdmi-audio-codec.4.auto: Only one simultaneous stream supported!
  642. [ 51.884429] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
  643. [ 51.884456] ff000000.i2s-i2s-hifi: __soc_pcm_open() failed (-22)
  644.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement