Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.73 KB | None | 0 0
  1. root@King:~# cat dmesg.txt
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [ 0.000000] Linux version 5.15.4-sound (root@mac) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #4 SMP PREEMPT Wed Nov 24 03:03:34 CET 2021
  4. [ 0.000000] Machine model: Beelink GT-King Pro
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'secmon@5000000': base 0x0000000005000000, size 3 MiB
  7. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000e4c00000, size 256 MiB
  8. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  9. [ 0.000000] Zone ranges:
  10. [ 0.000000] DMA [mem 0x0000000000000000-0x00000000f4e5afff]
  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 0x0000000000000000-0x00000000f4e5afff]
  16. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000f4e5afff]
  17. [ 0.000000] On node 0, zone DMA: 421 pages in unavailable ranges
  18. [ 0.000000] psci: probing for conduit method from DT.
  19. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  20. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  21. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  22. [ 0.000000] psci: SMC Calling Convention v1.1
  23. [ 0.000000] percpu: Embedded 19 pages/cpu s37336 r8192 d32296 u77824
  24. [ 0.000000] pcpu-alloc: s37336 r8192 d32296 u77824 alloc=19*4096
  25. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
  26. [ 0.000000] Detected VIPT I-cache on CPU0
  27. [ 0.000000] CPU features: detected: ARM erratum 845719
  28. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 987425
  29. [ 0.000000] Kernel command line: root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 mac=12:f8:e8:c4:ab:4f
  30. [ 0.000000] Unknown kernel command line parameters "cgroup_enable=memory cgroup_memory=1 mac=12:f8:e8:c4:ab:4f", will be passed to user space.
  31. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  32. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  33. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  34. [ 0.000000] Memory: 3643048K/4012396K available (13952K kernel code, 2574K rwdata, 5504K rodata, 3520K init, 859K bss, 107204K reserved, 262144K cma-reserved)
  35. [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x2c/0x4f0 with crng_init=0
  36. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
  37. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  38. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
  39. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  40. [ 0.000000] Tracing variant of Tasks RCU enabled.
  41. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
  42. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
  43. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  44. [ 0.000000] Root IRQ handler: gic_handle_irq
  45. [ 0.000000] GIC: Using split EOI/Deactivate mode
  46. [ 0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
  47. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  48. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  49. [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  50. [ 0.000235] Console: colour dummy device 80x25
  51. [ 0.000636] printk: console [tty0] enabled
  52. [ 0.000676] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
  53. [ 0.000699] pid_max: default: 32768 minimum: 301
  54. [ 0.000856] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  55. [ 0.000888] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  56. [ 0.002943] rcu: Hierarchical SRCU implementation.
  57. [ 0.004340] EFI services will not be available.
  58. [ 0.004769] smp: Bringing up secondary CPUs ...
  59. [ 0.005468] Detected VIPT I-cache on CPU1
  60. [ 0.005527] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  61. [ 0.006757] CPU features: detected: Spectre-v2
  62. [ 0.006767] CPU features: detected: Spectre-v4
  63. [ 0.006772] CPU features: detected: ARM erratum 858921
  64. [ 0.006778] Detected VIPT I-cache on CPU2
  65. [ 0.006804] arch_timer: Enabling local workaround for ARM erratum 858921
  66. [ 0.006818] arch_timer: CPU2: Trapping CNTVCT access
  67. [ 0.006829] CPU2: Booted secondary processor 0x0000000100 [0x410fd092]
  68. [ 0.007496] Detected VIPT I-cache on CPU3
  69. [ 0.007514] arch_timer: Enabling local workaround for ARM erratum 858921
  70. [ 0.007521] arch_timer: CPU3: Trapping CNTVCT access
  71. [ 0.007528] CPU3: Booted secondary processor 0x0000000101 [0x410fd092]
  72. [ 0.008184] Detected VIPT I-cache on CPU4
  73. [ 0.008203] arch_timer: Enabling local workaround for ARM erratum 858921
  74. [ 0.008211] arch_timer: CPU4: Trapping CNTVCT access
  75. [ 0.008217] CPU4: Booted secondary processor 0x0000000102 [0x410fd092]
  76. [ 0.008879] Detected VIPT I-cache on CPU5
  77. [ 0.008897] arch_timer: Enabling local workaround for ARM erratum 858921
  78. [ 0.008904] arch_timer: CPU5: Trapping CNTVCT access
  79. [ 0.008910] CPU5: Booted secondary processor 0x0000000103 [0x410fd092]
  80. [ 0.008984] smp: Brought up 1 node, 6 CPUs
  81. [ 0.009164] SMP: Total of 6 processors activated.
  82. [ 0.009177] CPU features: detected: 32-bit EL0 Support
  83. [ 0.009187] CPU features: detected: 32-bit EL1 Support
  84. [ 0.009200] CPU features: detected: CRC32 instructions
  85. [ 0.010114] CPU: All CPU(s) started at EL2
  86. [ 0.010162] alternatives: patching kernel code
  87. [ 0.012007] devtmpfs: initialized
  88. [ 0.018066] Registered cp15_barrier emulation handler
  89. [ 0.018096] Registered setend emulation handler
  90. [ 0.018181] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  91. [ 0.018205] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
  92. [ 0.023013] prandom: seed boundary self test passed
  93. [ 0.024486] prandom: 100 self tests passed
  94. [ 0.041528] prandom32: self test passed (less than 6 bits correlated)
  95. [ 0.041563] pinctrl core: initialized pinctrl subsystem
  96. [ 0.042016] DMI not present or invalid.
  97. [ 0.042172] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  98. [ 0.043596] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  99. [ 0.043864] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  100. [ 0.044170] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  101. [ 0.045063] thermal_sys: Registered thermal governor 'step_wise'
  102. [ 0.045316] cpuidle: using governor ladder
  103. [ 0.045409] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  104. [ 0.045516] ASID allocator initialised with 65536 entries
  105. [ 0.045594] Serial: AMBA PL011 UART driver
  106. [ 0.060122] platform ff900000.vpu: Fixing up cyclic dependency with ff600000.hdmi-tx
  107. [ 0.068808] platform cvbs-connector: Fixing up cyclic dependency with ff900000.vpu
  108. [ 0.068982] platform hdmi-connector: Fixing up cyclic dependency with ff600000.hdmi-tx
  109. [ 0.073343] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  110. [ 0.073362] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  111. [ 0.073373] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  112. [ 0.073383] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  113. [ 1.682575] cryptd: max_cpu_qlen set to 1000
  114. [ 1.685400] "cryptomgr_test" (105) uses obsolete ecb(arc4) skcipher
  115. [ 1.693724] alg: No test for 842 (842-generic)
  116. [ 1.693812] alg: No test for 842 (842-scomp)
  117. [ 1.782746] DRBG: Continuing without Jitter RNG
  118. [ 1.862225] raid6: neonx8 gen() 2741 MB/s
  119. [ 1.918962] raid6: neonx8 xor() 1995 MB/s
  120. [ 1.975708] raid6: neonx4 gen() 2929 MB/s
  121. [ 2.032449] raid6: neonx4 xor() 2165 MB/s
  122. [ 2.089191] raid6: neonx2 gen() 2520 MB/s
  123. [ 2.145935] raid6: neonx2 xor() 2071 MB/s
  124. [ 2.202677] raid6: neonx1 gen() 1949 MB/s
  125. [ 2.259420] raid6: neonx1 xor() 1664 MB/s
  126. [ 2.316171] raid6: int64x8 gen() 1355 MB/s
  127. [ 2.372913] raid6: int64x8 xor() 716 MB/s
  128. [ 2.429635] raid6: int64x4 gen() 1439 MB/s
  129. [ 2.486364] raid6: int64x4 xor() 699 MB/s
  130. [ 2.543102] raid6: int64x2 gen() 1342 MB/s
  131. [ 2.599851] raid6: int64x2 xor() 611 MB/s
  132. [ 2.656587] raid6: int64x1 gen() 1112 MB/s
  133. [ 2.713319] raid6: int64x1 xor() 454 MB/s
  134. [ 2.713327] raid6: using algorithm neonx4 gen() 2929 MB/s
  135. [ 2.713336] raid6: .... xor() 2165 MB/s, rmw enabled
  136. [ 2.713344] raid6: using neon recovery algorithm
  137. [ 2.713431] fbcon: Taking over console
  138. [ 2.714388] VDDAO_3V3: supplied by 12V
  139. [ 2.714660] iommu: Default domain type: Translated
  140. [ 2.714671] iommu: DMA domain TLB invalidation policy: strict mode
  141. [ 2.714885] vgaarb: loaded
  142. [ 2.715122] SCSI subsystem initialized
  143. [ 2.715246] usbcore: registered new interface driver usbfs
  144. [ 2.715277] usbcore: registered new interface driver hub
  145. [ 2.715307] usbcore: registered new device driver usb
  146. [ 2.715588] mc: Linux media interface: v0.10
  147. [ 2.715610] videodev: Linux video capture interface: v2.00
  148. [ 2.715776] EDAC MC: Ver: 3.0.0
  149. [ 2.716353] Advanced Linux Sound Architecture Driver Initialized.
  150. [ 2.717012] clocksource: Switched to clocksource arch_sys_counter
  151. [ 2.717165] VFS: Disk quotas dquot_6.6.0
  152. [ 2.717207] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  153. [ 2.717296] FS-Cache: Loaded
  154. [ 2.721189] NET: Registered PF_INET protocol family
  155. [ 2.721364] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  156. [ 2.723356] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  157. [ 2.723419] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  158. [ 2.723570] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  159. [ 2.723778] TCP: Hash tables configured (established 32768 bind 32768)
  160. [ 2.723946] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
  161. [ 2.724015] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  162. [ 2.724058] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  163. [ 2.724204] NET: Registered PF_UNIX/PF_LOCAL protocol family
  164. [ 2.724231] NET: Registered PF_XDP protocol family
  165. [ 2.724248] PCI: CLS 0 bytes, default 64
  166. [ 2.724443] Trying to unpack rootfs image as initramfs...
  167. [ 2.734288] kvm [1]: IPA Size Limit: 40 bits
  168. [ 2.734978] kvm [1]: vgic interrupt IRQ9
  169. [ 2.735125] kvm [1]: Hyp mode initialized successfully
  170. [ 3.056606] Freeing initrd memory: 7012K
  171. [ 3.182004] Initialise system trusted keyrings
  172. [ 3.182135] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  173. [ 3.185109] zbud: loaded
  174. [ 3.186205] fuse: init (API version 7.34)
  175. [ 3.186455] SGI XFS with ACLs, security attributes, quota, no debug enabled
  176. [ 3.216058] NET: Registered PF_ALG protocol family
  177. [ 3.250866] xor: measuring software checksum speed
  178. [ 3.253723] 8regs : 3467 MB/sec
  179. [ 3.256140] 32regs : 4086 MB/sec
  180. [ 3.259119] arm64_neon : 3321 MB/sec
  181. [ 3.259128] xor: using function: 32regs (4086 MB/sec)
  182. [ 3.259140] Key type asymmetric registered
  183. [ 3.259148] Asymmetric key parser 'x509' registered
  184. [ 3.259201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  185. [ 3.259308] io scheduler mq-deadline registered
  186. [ 3.259320] io scheduler kyber registered
  187. [ 3.259390] io scheduler bfq registered
  188. [ 3.318779] soc soc0: Amlogic Meson G12B (S922X) Revision 29:b (40:2) Detected
  189. [ 3.319847] VDDCPU_A: supplied by 12V
  190. [ 3.320094] VDDCPU_B: supplied by 12V
  191. [ 3.321054] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
  192. [ 3.322166] Serial: AMBA driver
  193. [ 3.322418] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 22, base_baud = 1500000) is a meson_uart
  194. [ 4.391449] printk: console [ttyAML0] enabled
  195. [ 4.396141] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 28, base_baud = 1500000) is a meson_uart
  196. [ 4.405162] serial serial0: tty port ttyAML6 registered
  197. [ 4.416293] brd: module loaded
  198. [ 4.418523] loop: module loaded
  199. [ 4.419986] libphy: Fixed MDIO Bus: probed
  200. [ 4.423813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  201. [ 4.427372] ehci-pci: EHCI PCI platform driver
  202. [ 4.431799] ehci-platform: EHCI generic platform driver
  203. [ 4.437334] usbcore: registered new interface driver cdc_wdm
  204. [ 4.442566] usbcore: registered new interface driver usb-storage
  205. [ 4.448790] mousedev: PS/2 mouse device common for all mice
  206. [ 4.454264] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  207. [ 4.462629] SPI driver rmi4_spi has no spi_device_id for syna,rmi4-spi
  208. [ 4.468769] meson-vrtc ff8000a8.rtc: registered as rtc1
  209. [ 4.473817] i2c_dev: i2c /dev entries driver
  210. [ 4.479677] debugfs: Directory 'ff800280.cec' with parent 'regmap' already present!
  211. [ 4.485553] Registered IR keymap rc-cec
  212. [ 4.489186] rc rc0: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0
  213. [ 4.497833] input: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0/input1
  214. [ 4.509650] core: _opp_supported_by_regulators: OPP minuV: 1040000 maxuV: 1040000, not supported by regulator
  215. [ 4.516724] cpu cpu0: _opp_add: OPP not supported by regulators (2016000000)
  216. [ 4.524757] core: _opp_supported_by_regulators: OPP minuV: 1030000 maxuV: 1030000, not supported by regulator
  217. [ 4.533538] cpu cpu2: _opp_add: OPP not supported by regulators (2304000000)
  218. [ 4.540578] core: _opp_supported_by_regulators: OPP minuV: 1040000 maxuV: 1040000, not supported by regulator
  219. [ 4.550355] cpu cpu2: _opp_add: OPP not supported by regulators (2400000000)
  220. [ 4.557790] cpufreq: cpufreq_online: CPU2: Running at unlisted initial frequency: 999999 KHz, changing to: 1000000 KHz
  221. [ 4.570233] Synopsys Designware Multimedia Card Interface Driver
  222. [ 4.574704] meson-gx-mmc ffe05000.sd: Got CD GPIO
  223. [ 4.575217] meson-sm: secure-monitor enabled
  224. [ 4.583356] hid: raw HID events driver (C) Jiri Kosina
  225. [ 4.587917] usbcore: registered new interface driver usbhid
  226. [ 4.593392] usbhid: USB HID core driver
  227. [ 4.599191] Initializing XFRM netlink socket
  228. [ 4.601701] NET: Registered PF_INET6 protocol family
  229. [ 4.630193] Segment Routing with IPv6
  230. [ 4.630248] RPL Segment Routing with IPv6
  231. [ 4.632296] In-situ OAM (IOAM) with IPv6
  232. [ 4.636310] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  233. [ 4.642555] NET: Registered PF_PACKET protocol family
  234. [ 4.646994] NET: Registered PF_KEY protocol family
  235. [ 4.652326] 8021q: 802.1Q VLAN Support v1.8
  236. [ 4.656103] registered taskstats version 1
  237. [ 4.659935] Loading compiled-in X.509 certificates
  238. [ 4.673444] zswap: loaded using pool zstd/zbud
  239. [ 4.675000] Key type ._fscrypt registered
  240. [ 4.676222] Key type .fscrypt registered
  241. [ 4.680114] Key type fscrypt-provisioning registered
  242. [ 4.685519] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
  243. [ 4.704813] VCC_5V: supplied by 12V
  244. [ 4.705023] VCC_3V3: supplied by VDDAO_3V3
  245. [ 4.706979] USB1_POW: supplied by VCC_5V
  246. [ 4.710814] USB_PWR_EN: supplied by VCC_5V
  247. [ 4.714786] VDDAO_1V8: supplied by VDDAO_3V3
  248. [ 4.779454] meson-drm ff900000.vpu: Queued 3 outputs on vpu
  249. [ 4.811027] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
  250. [ 4.816004] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver
  251. [ 4.823302] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops)
  252. [ 4.830761] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 0
  253. [ 4.838595] [drm] kms: can't enable cloning when we probably wanted to.
  254. [ 5.019297] Console: switching to colour frame buffer device 128x48
  255. [ 5.045963] meson-drm ff900000.vpu: [drm] fb0: meson frame buffer device
  256. [ 5.055579] meson8b-dwmac ff3f0000.ethernet: IRQ eth_wake_irq not found
  257. [ 5.059243] meson8b-dwmac ff3f0000.ethernet: IRQ eth_lpi not found
  258. [ 5.065395] meson8b-dwmac ff3f0000.ethernet: PTP uses main clock
  259. [ 5.072602] meson8b-dwmac ff3f0000.ethernet: User ID: 0x11, Synopsys ID: 0x37
  260. [ 5.078326] meson8b-dwmac ff3f0000.ethernet: DWMAC1000
  261. [ 5.083500] meson8b-dwmac ff3f0000.ethernet: DMA HW capability register supported
  262. [ 5.090902] meson8b-dwmac ff3f0000.ethernet: RX Checksum Offload Engine supported
  263. [ 5.098320] meson8b-dwmac ff3f0000.ethernet: COE Type 2
  264. [ 5.103497] meson8b-dwmac ff3f0000.ethernet: TX Checksum insertion supported
  265. [ 5.110479] meson8b-dwmac ff3f0000.ethernet: Wake-Up On Lan supported
  266. [ 5.116865] meson8b-dwmac ff3f0000.ethernet: Normal descriptors
  267. [ 5.122727] meson8b-dwmac ff3f0000.ethernet: Ring mode enabled
  268. [ 5.128507] meson8b-dwmac ff3f0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  269. [ 5.136752] libphy: stmmac: probed
  270. [ 5.141333] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2
  271. [ 5.144981] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1
  272. [ 5.153205] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
  273. [ 5.157284] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator
  274. [ 5.164464] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
  275. [ 5.172112] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
  276. [ 5.176851] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
  277. [ 5.184510] xhci-hcd xhci-hcd.3.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010
  278. [ 5.193652] xhci-hcd xhci-hcd.3.auto: irq 37, io mem 0xff500000
  279. [ 5.199700] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  280. [ 5.207688] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  281. [ 5.214841] usb usb1: Product: xHCI Host Controller
  282. [ 5.219672] usb usb1: Manufacturer: Linux 5.15.4-sound xhci-hcd
  283. [ 5.225535] usb usb1: SerialNumber: xhci-hcd.3.auto
  284. [ 5.230583] hub 1-0:1.0: USB hub found
  285. [ 5.234094] hub 1-0:1.0: 2 ports detected
  286. [ 5.238214] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
  287. [ 5.243530] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
  288. [ 5.251073] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
  289. [ 5.257560] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  290. [ 5.265635] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  291. [ 5.273750] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  292. [ 5.280911] usb usb2: Product: xHCI Host Controller
  293. [ 5.285738] usb usb2: Manufacturer: Linux 5.15.4-sound xhci-hcd
  294. [ 5.291602] usb usb2: SerialNumber: xhci-hcd.3.auto
  295. [ 5.296568] hub 2-0:1.0: USB hub found
  296. [ 5.300154] hub 2-0:1.0: 1 port detected
  297. [ 5.305180] FLASH_1V8: supplied by VCC_3V3
  298. [ 5.305498] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq
  299. [ 5.308277] VCC_1V8: supplied by VCC_3V3
  300. [ 5.317532] simple-framebuffer f4e5b000.framebuffer: framebuffer at 0xf4e5b000, 0x195000 bytes
  301. [ 5.325930] simple-framebuffer f4e5b000.framebuffer: format=x8r8g8b8, mode=720x576x32, linelength=2880
  302. [ 5.335223] simple-framebuffer f4e5b000.framebuffer: fb1: simplefb registered!
  303. [ 5.342760] libphy: mdio_mux: probed
  304. [ 5.500390] usb 1-2: new full-speed USB device number 2 using xhci-hcd
  305. [ 5.551512] libphy: mdio_mux: probed
  306. [ 5.559715] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
  307. [ 5.559739] ALSA device list:
  308. [ 5.564068] No soundcards found.
  309. [ 5.596577] Freeing unused kernel memory: 3520K
  310. [ 5.617046] Run /init as init process
  311. [ 5.620810] with arguments:
  312. [ 5.620818] /init
  313. [ 5.620825] with environment:
  314. [ 5.620831] HOME=/
  315. [ 5.620837] TERM=linux
  316. [ 5.620842] cgroup_enable=memory
  317. [ 5.620848] cgroup_memory=1
  318. [ 5.620853] mac=12:f8:e8:c4:ab:4f
  319. [ 5.661965] usb 1-2: New USB device found, idVendor=045e, idProduct=07a5, bcdDevice= 7.77
  320. [ 5.665945] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  321. [ 5.673149] usb 1-2: Product: Microsoft® 2.4GHz Transceiver v9.0
  322. [ 5.679074] usb 1-2: Manufacturer: Microsoft
  323. [ 5.705348] input: Microsoft Microsoft® 2.4GHz Transceiver v9.0 as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.3.auto/usb1/1-2/1-2:1.0/0003:045E:07A5.0001/input/input2
  324. [ 5.764789] mmc1: new high speed MMC card at address 0001
  325. [ 5.767129] mmcblk1: mmc1:0001 SLD64G 57.6 GiB
  326. [ 5.773936] hid-generic 0003:045E:07A5.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v9.0] on usb-xhci-hcd.3.auto-2/input0
  327. [ 5.780504] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
  328. [ 5.798002] mmcblk1: p1 p2
  329. [ 5.800986] mmcblk1boot0: mmc1:0001 SLD64G 4.00 MiB
  330. [ 5.803443] mmcblk1boot1: mmc1:0001 SLD64G 4.00 MiB
  331. [ 5.806967] input: Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.3.auto/usb1/1-2/1-2:1.1/0003:045E:07A5.0002/input/input3
  332. [ 5.818534] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.04
  333. [ 5.824029] mmcblk1rpmb: mmc1:0001 SLD64G 4.00 MiB, chardev (242:0)
  334. [ 5.832323] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  335. [ 5.837951] input: Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.3.auto/usb1/1-2/1-2:1.1/0003:045E:07A5.0002/input/input4
  336. [ 5.844845] usb 2-1: Product: 4-Port USB 3.0 Hub
  337. [ 5.862439] hid-generic 0003:045E:07A5.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v9.0] on usb-xhci-hcd.3.auto-2/input1
  338. [ 5.866886] usb 2-1: Manufacturer: Generic
  339. [ 5.891631] input: Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.3.auto/usb1/1-2/1-2:1.2/0003:045E:07A5.0003/input/input5
  340. [ 5.916042] hub 2-1:1.0: USB hub found
  341. [ 5.922892] hub 2-1:1.0: 4 ports detected
  342. [ 5.967205] input: Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.3.auto/usb1/1-2/1-2:1.2/0003:045E:07A5.0003/input/input6
  343. [ 5.983198] hid-generic 0003:045E:07A5.0003: input,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v9.0] on usb-xhci-hcd.3.auto-2/input2
  344. [ 6.026742] random: fast init done
  345. [ 6.267128] usb 1-1: new high-speed USB device number 3 using xhci-hcd
  346. [ 6.438714] usb 1-1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.04
  347. [ 6.465173] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  348. [ 6.485392] usb 1-1: Product: 4-Port USB 2.0 Hub
  349. [ 6.493285] usb 1-1: Manufacturer: Generic
  350. [ 6.537784] usb 2-1.1: new SuperSpeed USB device number 3 using xhci-hcd
  351. [ 6.539034] hub 1-1:1.0: USB hub found
  352. [ 6.607897] hub 1-1:1.0: 4 ports detected
  353. [ 6.627430] usb 2-1.1: New USB device found, idVendor=090c, idProduct=2000, bcdDevice=11.00
  354. [ 6.700546] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  355. [ 6.731532] usb 2-1.1: Product: USB DISK
  356. [ 6.746599] usb 2-1.1: Manufacturer: SMI Corporation
  357. [ 6.756322] usb 2-1.1: SerialNumber: CCYYMMDDHHmmSSLV42M1
  358. [ 6.757744] usb-storage 2-1.1:1.0: USB Mass Storage device detected
  359. [ 6.775626] scsi host0: usb-storage 2-1.1:1.0
  360. [ 7.899037] scsi 0:0:0:0: Direct-Access SMI USB DISK 1100 PQ: 0 ANSI: 6
  361. [ 7.928786] sd 0:0:0:0: [sda] 245760000 512-byte logical blocks: (126 GB/117 GiB)
  362. [ 7.932512] sd 0:0:0:0: [sda] Write Protect is off
  363. [ 7.932554] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  364. [ 7.933223] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  365. [ 7.984225] sda: sda1 sda2
  366. [ 8.004183] sd 0:0:0:0: [sda] Attached SCSI removable disk
  367. [ 8.208614] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  368. [ 8.774917] systemd[1]: System time before build time, advancing clock.
  369. [ 8.985332] systemd[1]: systemd 248.3-1ubuntu8 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)
  370. [ 9.057264] systemd[1]: Detected architecture arm64.
  371. [ 9.084946] systemd[1]: Hostname set to <King>.
  372. [ 9.604916] random: lvmconfig: uninitialized urandom read (4 bytes read)
  373. [ 10.165938] systemd[1]: Queued start job for default target Graphical Interface.
  374. [ 10.171872] random: systemd: uninitialized urandom read (16 bytes read)
  375. [ 10.178771] systemd[1]: Created slice Virtual Machine and Container Slice.
  376. [ 10.186293] random: systemd: uninitialized urandom read (16 bytes read)
  377. [ 10.191825] systemd[1]: Created slice system-modprobe.slice.
  378. [ 10.199227] systemd[1]: Created slice system-serial\x2dgetty.slice.
  379. [ 10.204675] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  380. [ 10.210944] systemd[1]: Created slice User and Session Slice.
  381. [ 10.215654] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  382. [ 10.223401] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  383. [ 10.232917] systemd[1]: Reached target Remote File Systems.
  384. [ 10.238038] systemd[1]: Reached target Slices.
  385. [ 10.242520] systemd[1]: Reached target System Time Set.
  386. [ 10.247468] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
  387. [ 10.254750] systemd[1]: Reached target Libvirt guests shutdown.
  388. [ 10.260790] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  389. [ 10.267372] systemd[1]: Listening on LVM2 poll daemon socket.
  390. [ 10.275157] systemd[1]: Listening on Syslog Socket.
  391. [ 10.279119] systemd[1]: Listening on fsck to fsckd communication Socket.
  392. [ 10.284808] systemd[1]: Listening on initctl Compatibility Named Pipe.
  393. [ 10.295443] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  394. [ 10.300659] systemd[1]: Listening on Journal Socket (/dev/log).
  395. [ 10.308342] systemd[1]: Listening on Journal Socket.
  396. [ 10.313719] systemd[1]: Listening on udev Control Socket.
  397. [ 10.318046] systemd[1]: Listening on udev Kernel Socket.
  398. [ 10.325353] systemd[1]: Mounting Huge Pages File System...
  399. [ 10.332760] systemd[1]: Mounting POSIX Message Queue File System...
  400. [ 10.340614] systemd[1]: Mounting Kernel Debug File System...
  401. [ 10.344646] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  402. [ 10.355758] systemd[1]: Starting Journal Service...
  403. [ 10.360078] systemd[1]: Finished Availability of block devices.
  404. [ 10.377212] systemd[1]: Starting Restore / save the current clock...
  405. [ 10.384431] systemd[1]: Starting Set the console keyboard layout...
  406. [ 10.390366] systemd[1]: Starting Create list of static device nodes for the current kernel...
  407. [ 10.399030] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  408. [ 10.414345] systemd[1]: Starting Load Kernel Module configfs...
  409. [ 10.420603] systemd[1]: Starting Load Kernel Module drm...
  410. [ 10.425819] systemd[1]: Starting Load Kernel Module fuse...
  411. [ 10.434165] systemd[1]: Started Nameserver information manager.
  412. [ 10.438829] systemd[1]: Reached target Network (Pre).
  413. [ 10.446191] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  414. [ 10.455205] systemd[1]: Starting File System Check on Root Device...
  415. [ 10.465623] systemd[1]: Starting Load Kernel Modules...
  416. [ 10.471445] systemd[1]: Starting Coldplug All udev Devices...
  417. [ 10.476991] systemd[1]: Starting Uncomplicated firewall...
  418. [ 10.483642] systemd[1]: Started Journal Service.
  419. [ 10.578053] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  420. [ 10.664546] EXT4-fs (sda2): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
  421. [ 10.666557] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  422. [ 10.691635] usbcore: registered new interface driver brcmfmac
  423. [ 10.702100] Adding 2097148k swap on /swapfile. Priority:-2 extents:9 across:28581884k FS
  424. [ 10.711758] systemd-journald[449]: Received client request to flush runtime journal.
  425. [ 10.754289] systemd-journald[449]: File /var/log/journal/7bf2e109ed234a62af1b52aaa0b8105b/system.journal corrupted or uncleanly shut down, renaming and replacing.
  426. [ 11.695597] random: crng init done
  427. [ 11.695656] random: 7 urandom warning(s) missed due to ratelimiting
  428. [ 18.222699] loop0: detected capacity change from 0 to 8
  429. [ 18.244923] loop1: detected capacity change from 0 to 269512
  430. [ 18.679568] loop2: detected capacity change from 0 to 100264
  431. [ 18.679669] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  432. [ 19.134556] loop3: detected capacity change from 0 to 100256
  433. [ 19.563850] loop4: detected capacity change from 0 to 117576
  434. [ 20.000927] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored
  435. [ 20.000956] unable to read xattr id index table
  436. [ 20.003574] loop5: detected capacity change from 0 to 117568
  437. [ 20.030583] loop6: detected capacity change from 0 to 133552
  438. [ 20.038707] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored
  439. [ 20.038715] unable to read xattr id index table
  440. [ 20.057380] loop7: detected capacity change from 0 to 300952
  441. [ 20.127232] loop8: detected capacity change from 0 to 8
  442. [ 20.127889] loop10: detected capacity change from 0 to 618960
  443. [ 20.127896] loop9: detected capacity change from 0 to 57776
  444. [ 20.128023] loop11: detected capacity change from 0 to 131264
  445. [ 23.757190] Registered IR keymap rc-empty
  446. [ 23.757781] rc rc1: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc1
  447. [ 23.758349] rc rc1: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
  448. [ 23.758651] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc1/input7
  449. [ 23.764763] meson-ir ff808000.ir: receiver initialized
  450. [ 24.271080] Bluetooth: Core ver 2.22
  451. [ 24.271092] Bluetooth: Starting self testing
  452. [ 24.277695] Bluetooth: ECDH test passed in 6445 usecs
  453. [ 24.279925] Bluetooth: SMP test passed in 2117 usecs
  454. [ 24.279955] Bluetooth: Finished self testing
  455. [ 24.281388] NET: Registered PF_BLUETOOTH protocol family
  456. [ 24.281398] Bluetooth: HCI device and connection manager initialized
  457. [ 24.281408] Bluetooth: HCI socket layer initialized
  458. [ 24.281412] Bluetooth: L2CAP socket layer initialized
  459. [ 24.281428] Bluetooth: SCO socket layer initialized
  460. [ 24.290100] panfrost ffe40000.gpu: clock rate = 24000000
  461. [ 24.290159] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
  462. [ 24.301500] panfrost ffe40000.gpu: mali-g52 id 0x7212 major 0x0 minor 0x0 status 0x0
  463. [ 24.301513] panfrost ffe40000.gpu: features: 00000000,13de77ff, issues: 00000000,00000400
  464. [ 24.301517] panfrost ffe40000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
  465. [ 24.301522] panfrost ffe40000.gpu: shader_present=0x3 l2_present=0x1
  466. [ 24.308363] rtc-pcf8563 0-0051: registered as rtc0
  467. [ 24.309589] rtc-pcf8563 0-0051: setting system clock to 2021-11-24T02:10:37 UTC (1637719837)
  468. [ 24.316498] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
  469. [ 24.327528] [drm] Initialized panfrost 1.2.0 20180908 for ffe40000.gpu on minor 1
  470. [ 24.424878] Bluetooth: HCI UART driver ver 2.3
  471. [ 24.424895] Bluetooth: HCI UART protocol H4 registered
  472. [ 24.424898] Bluetooth: HCI UART protocol BCSP registered
  473. [ 24.424961] Bluetooth: HCI UART protocol LL registered
  474. [ 24.424964] Bluetooth: HCI UART protocol ATH3K registered
  475. [ 24.424979] Bluetooth: HCI UART protocol Three-wire (H5) registered
  476. [ 24.425144] Bluetooth: HCI UART protocol Intel registered
  477. [ 24.425259] Bluetooth: HCI UART protocol Broadcom registered
  478. [ 24.425277] Bluetooth: HCI UART protocol QCA registered
  479. [ 24.425280] Bluetooth: HCI UART protocol AG6XX registered
  480. [ 24.425296] Bluetooth: HCI UART protocol Marvell registered
  481. [ 24.425497] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
  482. [ 24.425745] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
  483. [ 24.618975] sd 0:0:0:0: Attached scsi generic sg0 type 0
  484. [ 24.777878] Bluetooth: hci0: BCM: chip id 159
  485. [ 24.778313] Bluetooth: hci0: BCM: features 0x0f
  486. [ 24.779949] Bluetooth: hci0: BCM4362A2
  487. [ 24.779952] Bluetooth: hci0: BCM4362A2 (000.017.017) build 0000
  488. [ 24.907962] Bluetooth: hci0: BCM4362A2 'brcm/BCM.hcd' Patch
  489. [ 26.052617] Bluetooth: hci0: BCM43752A2 UART 37.4MHz Ampak AP6275P sLNA iLNA [Version: 0036.0052]
  490. [ 26.052631] Bluetooth: hci0: BCM4362A2 (000.017.017) build 0052
  491. [ 46.374947] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  492. [ 46.374962] Bluetooth: BNEP filters: protocol multicast
  493. [ 46.374973] Bluetooth: BNEP socket layer initialized
  494. [ 47.080382] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=38)
  495. [ 47.082392] meson8b-dwmac ff3f0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
  496. [ 47.090385] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found
  497. [ 47.090408] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW
  498. [ 47.090776] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode
  499. [ 48.138974] loop12: detected capacity change from 0 to 8
  500. [ 49.561123] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  501. [ 49.561163] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  502. [ 49.568727] meson8b-dwmac ff3f0000.ethernet eth0: Link is Down
  503. [ 51.978765] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  504. [ 51.987690] meson8b-dwmac ff3f0000.ethernet eth0: Link is Down
  505. [ 54.662024] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  506. [ 59.684846] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  507. [ 68.396044] fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
  508. [ 68.396069] fe.dai-link-1: ASoC: dpcm_fe_dai_prepare() failed (-22)
  509. [ 68.396187] fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
  510.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement