Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.91 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  2. [ 0.000000] Linux version 5.15.4-meson64-beta (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) #2 SMP PREEMPT Tue Nov 23 23:02:39 CET 2021
  3. [ 0.000000] Machine model: Beelink GT-King Pro
  4. [ 0.000000] efi: UEFI not found.
  5. [ 0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'secmon@5000000': base 0x0000000005000000, size 3 MiB
  6. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000e4c00000, size 256 MiB
  7. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  8. [ 0.000000] Zone ranges:
  9. [ 0.000000] DMA [mem 0x0000000000000000-0x00000000f4e5afff]
  10. [ 0.000000] DMA32 empty
  11. [ 0.000000] Normal empty
  12. [ 0.000000] Movable zone start for each node
  13. [ 0.000000] Early memory node ranges
  14. [ 0.000000] node 0: [mem 0x0000000000000000-0x00000000f4e5afff]
  15. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000f4e5afff]
  16. [ 0.000000] On node 0, zone DMA: 421 pages in unavailable ranges
  17. [ 0.000000] psci: probing for conduit method from DT.
  18. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  19. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  20. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  21. [ 0.000000] psci: SMC Calling Convention v1.1
  22. [ 0.000000] percpu: Embedded 19 pages/cpu s37336 r8192 d32296 u77824
  23. [ 0.000000] pcpu-alloc: s37336 r8192 d32296 u77824 alloc=19*4096
  24. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
  25. [ 0.000000] Detected VIPT I-cache on CPU0
  26. [ 0.000000] CPU features: detected: ARM erratum 845719
  27. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 987425
  28. [ 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
  29. [ 0.000000] Unknown command line parameters: cgroup_enable=memory cgroup_memory=1 mac=12:f8:e8:c4:ab:4f
  30. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  31. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  32. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  33. [ 0.000000] Memory: 3643048K/4012396K available (13952K kernel code, 2574K rwdata, 5500K rodata, 3520K init, 857K bss, 107204K reserved, 262144K cma-reserved)
  34. [ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x2c/0x4f0 with crng_init=0
  35. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
  36. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  37. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
  38. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  39. [ 0.000000] Tracing variant of Tasks RCU enabled.
  40. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
  41. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
  42. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  43. [ 0.000000] Root IRQ handler: gic_handle_irq
  44. [ 0.000000] GIC: Using split EOI/Deactivate mode
  45. [ 0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
  46. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  47. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  48. [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  49. [ 0.000228] Console: colour dummy device 80x25
  50. [ 0.000612] printk: console [tty0] enabled
  51. [ 0.000651] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
  52. [ 0.000674] pid_max: default: 32768 minimum: 301
  53. [ 0.000833] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  54. [ 0.000865] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  55. [ 0.002922] rcu: Hierarchical SRCU implementation.
  56. [ 0.004330] EFI services will not be available.
  57. [ 0.004764] smp: Bringing up secondary CPUs ...
  58. [ 0.005476] Detected VIPT I-cache on CPU1
  59. [ 0.005536] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  60. [ 0.006778] CPU features: detected: Spectre-v2
  61. [ 0.006790] CPU features: detected: Spectre-v4
  62. [ 0.006795] CPU features: detected: ARM erratum 858921
  63. [ 0.006801] Detected VIPT I-cache on CPU2
  64. [ 0.006826] arch_timer: Enabling local workaround for ARM erratum 858921
  65. [ 0.006841] arch_timer: CPU2: Trapping CNTVCT access
  66. [ 0.006852] CPU2: Booted secondary processor 0x0000000100 [0x410fd092]
  67. [ 0.007527] Detected VIPT I-cache on CPU3
  68. [ 0.007544] arch_timer: Enabling local workaround for ARM erratum 858921
  69. [ 0.007552] arch_timer: CPU3: Trapping CNTVCT access
  70. [ 0.007559] CPU3: Booted secondary processor 0x0000000101 [0x410fd092]
  71. [ 0.008219] Detected VIPT I-cache on CPU4
  72. [ 0.008237] arch_timer: Enabling local workaround for ARM erratum 858921
  73. [ 0.008244] arch_timer: CPU4: Trapping CNTVCT access
  74. [ 0.008250] CPU4: Booted secondary processor 0x0000000102 [0x410fd092]
  75. [ 0.008921] Detected VIPT I-cache on CPU5
  76. [ 0.008938] arch_timer: Enabling local workaround for ARM erratum 858921
  77. [ 0.008946] arch_timer: CPU5: Trapping CNTVCT access
  78. [ 0.008952] CPU5: Booted secondary processor 0x0000000103 [0x410fd092]
  79. [ 0.009027] smp: Brought up 1 node, 6 CPUs
  80. [ 0.009200] SMP: Total of 6 processors activated.
  81. [ 0.009212] CPU features: detected: 32-bit EL0 Support
  82. [ 0.009222] CPU features: detected: 32-bit EL1 Support
  83. [ 0.009234] CPU features: detected: CRC32 instructions
  84. [ 0.010139] CPU: All CPU(s) started at EL2
  85. [ 0.010188] alternatives: patching kernel code
  86. [ 0.012045] devtmpfs: initialized
  87. [ 0.018039] Registered cp15_barrier emulation handler
  88. [ 0.018068] Registered setend emulation handler
  89. [ 0.018153] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  90. [ 0.018177] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
  91. [ 0.022953] prandom: seed boundary self test passed
  92. [ 0.024425] prandom: 100 self tests passed
  93. [ 0.041463] prandom32: self test passed (less than 6 bits correlated)
  94. [ 0.041498] pinctrl core: initialized pinctrl subsystem
  95. [ 0.041954] DMI not present or invalid.
  96. [ 0.042105] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  97. [ 0.043554] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  98. [ 0.043827] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  99. [ 0.044136] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  100. [ 0.045036] thermal_sys: Registered thermal governor 'step_wise'
  101. [ 0.045288] cpuidle: using governor ladder
  102. [ 0.045381] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  103. [ 0.045491] ASID allocator initialised with 65536 entries
  104. [ 0.045567] Serial: AMBA PL011 UART driver
  105. [ 0.060062] platform ff900000.vpu: Fixing up cyclic dependency with ff600000.hdmi-tx
  106. [ 0.068704] platform cvbs-connector: Fixing up cyclic dependency with ff900000.vpu
  107. [ 0.068875] platform hdmi-connector: Fixing up cyclic dependency with ff600000.hdmi-tx
  108. [ 0.073227] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  109. [ 0.073245] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  110. [ 0.073256] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  111. [ 0.073267] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  112. [ 1.684092] cryptd: max_cpu_qlen set to 1000
  113. [ 1.687284] "cryptomgr_test" (105) uses obsolete ecb(arc4) skcipher
  114. [ 1.696273] alg: No test for 842 (842-generic)
  115. [ 1.696386] alg: No test for 842 (842-scomp)
  116. [ 1.786539] DRBG: Continuing without Jitter RNG
  117. [ 1.865636] raid6: neonx8 gen() 2743 MB/s
  118. [ 1.922369] raid6: neonx8 xor() 1999 MB/s
  119. [ 1.979107] raid6: neonx4 gen() 2937 MB/s
  120. [ 2.035840] raid6: neonx4 xor() 2183 MB/s
  121. [ 2.092577] raid6: neonx2 gen() 2516 MB/s
  122. [ 2.149310] raid6: neonx2 xor() 2104 MB/s
  123. [ 2.206057] raid6: neonx1 gen() 1947 MB/s
  124. [ 2.262786] raid6: neonx1 xor() 1674 MB/s
  125. [ 2.319522] raid6: int64x8 gen() 1350 MB/s
  126. [ 2.376267] raid6: int64x8 xor() 715 MB/s
  127. [ 2.433012] raid6: int64x4 gen() 1439 MB/s
  128. [ 2.489729] raid6: int64x4 xor() 699 MB/s
  129. [ 2.546466] raid6: int64x2 gen() 1342 MB/s
  130. [ 2.603210] raid6: int64x2 xor() 611 MB/s
  131. [ 2.659943] raid6: int64x1 gen() 1111 MB/s
  132. [ 2.716688] raid6: int64x1 xor() 455 MB/s
  133. [ 2.716697] raid6: using algorithm neonx4 gen() 2937 MB/s
  134. [ 2.716705] raid6: .... xor() 2183 MB/s, rmw enabled
  135. [ 2.716713] raid6: using neon recovery algorithm
  136. [ 2.716799] fbcon: Taking over console
  137. [ 2.717746] VDDAO_3V3: supplied by 12V
  138. [ 2.717992] iommu: Default domain type: Translated
  139. [ 2.718003] iommu: DMA domain TLB invalidation policy: strict mode
  140. [ 2.718211] vgaarb: loaded
  141. [ 2.718468] SCSI subsystem initialized
  142. [ 2.718592] usbcore: registered new interface driver usbfs
  143. [ 2.718623] usbcore: registered new interface driver hub
  144. [ 2.718653] usbcore: registered new device driver usb
  145. [ 2.718912] mc: Linux media interface: v0.10
  146. [ 2.718932] videodev: Linux video capture interface: v2.00
  147. [ 2.719105] EDAC MC: Ver: 3.0.0
  148. [ 2.719771] Advanced Linux Sound Architecture Driver Initialized.
  149. [ 2.720467] clocksource: Switched to clocksource arch_sys_counter
  150. [ 2.720625] VFS: Disk quotas dquot_6.6.0
  151. [ 2.720666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  152. [ 2.720758] FS-Cache: Loaded
  153. [ 2.724716] NET: Registered PF_INET protocol family
  154. [ 2.724887] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  155. [ 2.726892] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  156. [ 2.726963] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  157. [ 2.727120] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  158. [ 2.727330] TCP: Hash tables configured (established 32768 bind 32768)
  159. [ 2.727495] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
  160. [ 2.727561] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  161. [ 2.727605] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  162. [ 2.727753] NET: Registered PF_UNIX/PF_LOCAL protocol family
  163. [ 2.727782] NET: Registered PF_XDP protocol family
  164. [ 2.727798] PCI: CLS 0 bytes, default 64
  165. [ 2.727992] Trying to unpack rootfs image as initramfs...
  166. [ 2.737707] kvm [1]: IPA Size Limit: 40 bits
  167. [ 2.738389] kvm [1]: vgic interrupt IRQ9
  168. [ 2.738534] kvm [1]: Hyp mode initialized successfully
  169. [ 3.077268] Freeing initrd memory: 7012K
  170. [ 3.202891] Initialise system trusted keyrings
  171. [ 3.203019] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  172. [ 3.206039] zbud: loaded
  173. [ 3.207186] fuse: init (API version 7.34)
  174. [ 3.207444] SGI XFS with ACLs, security attributes, quota, no debug enabled
  175. [ 3.237432] NET: Registered PF_ALG protocol family
  176. [ 3.272161] xor: measuring software checksum speed
  177. [ 3.275015] 8regs : 3467 MB/sec
  178. [ 3.277453] 32regs : 4066 MB/sec
  179. [ 3.280410] arm64_neon : 3337 MB/sec
  180. [ 3.280418] xor: using function: 32regs (4066 MB/sec)
  181. [ 3.280440] Key type asymmetric registered
  182. [ 3.280449] Asymmetric key parser 'x509' registered
  183. [ 3.280504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  184. [ 3.280611] io scheduler mq-deadline registered
  185. [ 3.280624] io scheduler kyber registered
  186. [ 3.280701] io scheduler bfq registered
  187. [ 3.340098] soc soc0: Amlogic Meson G12B (S922X) Revision 29:b (40:2) Detected
  188. [ 3.341180] VDDCPU_A: supplied by regulator-dummy
  189. [ 3.341414] VDDCPU_B: supplied by regulator-dummy
  190. [ 3.342382] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
  191. [ 3.343489] Serial: AMBA driver
  192. [ 3.343746] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 22, base_baud = 1500000) is a meson_uart
  193. [ 4.412085] printk: console [ttyAML0] enabled
  194. [ 4.416764] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 28, base_baud = 1500000) is a meson_uart
  195. [ 4.425788] serial serial0: tty port ttyAML6 registered
  196. [ 4.436865] brd: module loaded
  197. [ 4.439132] loop: module loaded
  198. [ 4.440610] libphy: Fixed MDIO Bus: probed
  199. [ 4.444370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  200. [ 4.447937] ehci-pci: EHCI PCI platform driver
  201. [ 4.452365] ehci-platform: EHCI generic platform driver
  202. [ 4.457891] usbcore: registered new interface driver cdc_wdm
  203. [ 4.463132] usbcore: registered new interface driver usb-storage
  204. [ 4.469342] mousedev: PS/2 mouse device common for all mice
  205. [ 4.474825] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  206. [ 4.483613] meson-vrtc ff8000a8.rtc: registered as rtc1
  207. [ 4.487916] i2c_dev: i2c /dev entries driver
  208. [ 4.493768] debugfs: Directory 'ff800280.cec' with parent 'regmap' already present!
  209. [ 4.499649] Registered IR keymap rc-cec
  210. [ 4.503285] rc rc0: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0
  211. [ 4.511931] input: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0/input1
  212. [ 4.524946] cpufreq: cpufreq_online: CPU2: Running at unlisted initial frequency: 999999 KHz, changing to: 1000000 KHz
  213. [ 4.533398] Synopsys Designware Multimedia Card Interface Driver
  214. [ 4.538226] meson-gx-mmc ffe05000.sd: Got CD GPIO
  215. [ 4.538900] meson-sm: secure-monitor enabled
  216. [ 4.547092] hid: raw HID events driver (C) Jiri Kosina
  217. [ 4.551563] usbcore: registered new interface driver usbhid
  218. [ 4.557034] usbhid: USB HID core driver
  219. [ 4.563045] Initializing XFRM netlink socket
  220. [ 4.565348] NET: Registered PF_INET6 protocol family
  221. [ 4.595829] Segment Routing with IPv6
  222. [ 4.595861] RPL Segment Routing with IPv6
  223. [ 4.597883] In-situ OAM (IOAM) with IPv6
  224. [ 4.602091] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  225. [ 4.607992] NET: Registered PF_PACKET protocol family
  226. [ 4.612596] NET: Registered PF_KEY protocol family
  227. [ 4.617597] 8021q: 802.1Q VLAN Support v1.8
  228. [ 4.621637] registered taskstats version 1
  229. [ 4.625554] Loading compiled-in X.509 certificates
  230. [ 4.634040] zswap: loaded using pool zstd/zbud
  231. [ 4.636360] Key type ._fscrypt registered
  232. [ 4.638642] Key type .fscrypt registered
  233. [ 4.642517] Key type fscrypt-provisioning registered
  234. [ 4.647979] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
  235. [ 4.672820] VCC_5V: supplied by 12V
  236. [ 4.673593] VCC_3V3: supplied by VDDAO_3V3
  237. [ 4.675834] USB1_POW: supplied by VCC_5V
  238. [ 4.679424] USB_PWR_EN: supplied by VCC_5V
  239. [ 4.683237] VDDAO_1V8: supplied by VDDAO_3V3
  240. [ 4.800224] meson-drm ff900000.vpu: Queued 3 outputs on vpu
  241. [ 4.831341] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
  242. [ 4.835786] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver
  243. [ 4.843698] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops)
  244. [ 4.851057] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 0
  245. [ 4.859905] [drm] kms: can't enable cloning when we probably wanted to.
  246. [ 5.032791] Console: switching to colour frame buffer device 128x48
  247. [ 5.061734] meson-drm ff900000.vpu: [drm] fb0: meson frame buffer device
  248. [ 5.072150] meson8b-dwmac ff3f0000.ethernet: IRQ eth_wake_irq not found
  249. [ 5.074952] meson8b-dwmac ff3f0000.ethernet: IRQ eth_lpi not found
  250. [ 5.081186] meson8b-dwmac ff3f0000.ethernet: PTP uses main clock
  251. [ 5.089652] meson8b-dwmac ff3f0000.ethernet: User ID: 0x11, Synopsys ID: 0x37
  252. [ 5.094090] meson8b-dwmac ff3f0000.ethernet: DWMAC1000
  253. [ 5.099261] meson8b-dwmac ff3f0000.ethernet: DMA HW capability register supported
  254. [ 5.106674] meson8b-dwmac ff3f0000.ethernet: RX Checksum Offload Engine supported
  255. [ 5.114090] meson8b-dwmac ff3f0000.ethernet: COE Type 2
  256. [ 5.119264] meson8b-dwmac ff3f0000.ethernet: TX Checksum insertion supported
  257. [ 5.126554] meson8b-dwmac ff3f0000.ethernet: Wake-Up On Lan supported
  258. [ 5.132638] meson8b-dwmac ff3f0000.ethernet: Normal descriptors
  259. [ 5.139217] meson8b-dwmac ff3f0000.ethernet: Ring mode enabled
  260. [ 5.144276] meson8b-dwmac ff3f0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  261. [ 5.153219] libphy: stmmac: probed
  262. [ 5.157096] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2
  263. [ 5.160755] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1
  264. [ 5.169690] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
  265. [ 5.173054] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator
  266. [ 5.180982] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
  267. [ 5.187673] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
  268. [ 5.193245] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
  269. [ 5.200287] xhci-hcd xhci-hcd.3.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010
  270. [ 5.209432] xhci-hcd xhci-hcd.3.auto: irq 37, io mem 0xff500000
  271. [ 5.215380] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
  272. [ 5.221471] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
  273. [ 5.228290] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
  274. [ 5.234849] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  275. [ 5.243625] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  276. [ 5.250105] usb usb1: Product: xHCI Host Controller
  277. [ 5.255603] usb usb1: Manufacturer: Linux 5.15.4-meson64-beta xhci-hcd
  278. [ 5.261404] usb usb1: SerialNumber: xhci-hcd.3.auto
  279. [ 5.266475] hub 1-0:1.0: USB hub found
  280. [ 5.269966] hub 1-0:1.0: 2 ports detected
  281. [ 5.274127] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  282. [ 5.281967] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  283. [ 5.290126] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  284. [ 5.297319] usb usb2: Product: xHCI Host Controller
  285. [ 5.302113] usb usb2: Manufacturer: Linux 5.15.4-meson64-beta xhci-hcd
  286. [ 5.308582] usb usb2: SerialNumber: xhci-hcd.3.auto
  287. [ 5.313557] hub 2-0:1.0: USB hub found
  288. [ 5.317135] hub 2-0:1.0: 1 port detected
  289. [ 5.322268] FLASH_1V8: supplied by VCC_3V3
  290. [ 5.322552] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq
  291. [ 5.325202] VCC_1V8: supplied by VCC_3V3
  292. [ 5.334666] simple-framebuffer f4e5b000.framebuffer: framebuffer at 0xf4e5b000, 0x195000 bytes
  293. [ 5.342911] simple-framebuffer f4e5b000.framebuffer: format=x8r8g8b8, mode=720x576x32, linelength=2880
  294. [ 5.352327] simple-framebuffer f4e5b000.framebuffer: fb1: simplefb registered!
  295. [ 5.359847] libphy: mdio_mux: probed
  296. [ 5.530536] usb 1-2: new full-speed USB device number 2 using xhci-hcd
  297. [ 5.564486] libphy: mdio_mux: probed
  298. [ 5.585465] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
  299. [ 5.589450] ALSA device list:
  300. [ 5.591789] No soundcards found.
  301. [ 5.621332] Freeing unused kernel memory: 3520K
  302. [ 5.630692] Run /init as init process
  303. [ 5.636663] with arguments:
  304. [ 5.636670] /init
  305. [ 5.636678] with environment:
  306. [ 5.636683] HOME=/
  307. [ 5.636689] TERM=linux
  308. [ 5.636695] cgroup_enable=memory
  309. [ 5.636701] cgroup_memory=1
  310. [ 5.636707] mac=12:f8:e8:c4:ab:4f
  311. [ 5.703073] usb 1-2: New USB device found, idVendor=045e, idProduct=07a5, bcdDevice= 7.77
  312. [ 5.707583] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  313. [ 5.714582] usb 1-2: Product: Microsoft® 2.4GHz Transceiver v9.0
  314. [ 5.720637] usb 1-2: Manufacturer: Microsoft
  315. [ 5.746823] 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
  316. [ 5.771347] mmc1: new high speed MMC card at address 0001
  317. [ 5.773318] mmcblk1: mmc1:0001 SLD64G 57.6 GiB
  318. [ 5.803829] mmcblk1: p1 p2
  319. [ 5.805725] mmcblk1boot0: mmc1:0001 SLD64G 4.00 MiB
  320. [ 5.808176] mmcblk1boot1: mmc1:0001 SLD64G 4.00 MiB
  321. [ 5.813956] mmcblk1rpmb: mmc1:0001 SLD64G 4.00 MiB, chardev (242:0)
  322. [ 5.814122] 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
  323. [ 5.820671] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
  324. [ 5.847856] 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
  325. [ 5.861695] 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
  326. [ 5.864932] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.04
  327. [ 5.879092] 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
  328. [ 5.887098] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  329. [ 5.908333] usb 2-1: Product: 4-Port USB 3.0 Hub
  330. [ 5.912836] usb 2-1: Manufacturer: Generic
  331. [ 5.919212] 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
  332. [ 5.941280] hub 2-1:1.0: USB hub found
  333. [ 5.948911] hub 2-1:1.0: 4 ports detected
  334. [ 5.994077] 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
  335. [ 6.009982] 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
  336. [ 6.062029] random: fast init done
  337. [ 6.290589] usb 1-1: new high-speed USB device number 3 using xhci-hcd
  338. [ 6.459256] usb 1-1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.04
  339. [ 6.497294] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  340. [ 6.514239] usb 1-1: Product: 4-Port USB 2.0 Hub
  341. [ 6.528179] usb 1-1: Manufacturer: Generic
  342. [ 6.528176] usb 2-1.1: new SuperSpeed USB device number 3 using xhci-hcd
  343. [ 6.612369] hub 1-1:1.0: USB hub found
  344. [ 6.624357] usb 2-1.1: New USB device found, idVendor=090c, idProduct=2000, bcdDevice=11.00
  345. [ 6.700627] hub 1-1:1.0: 4 ports detected
  346. [ 6.705690] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  347. [ 6.754068] usb 2-1.1: Product: USB DISK
  348. [ 6.768990] usb 2-1.1: Manufacturer: SMI Corporation
  349. [ 6.781818] usb 2-1.1: SerialNumber: CCYYMMDDHHmmSSLV42M1
  350. [ 6.789767] usb-storage 2-1.1:1.0: USB Mass Storage device detected
  351. [ 6.804187] scsi host0: usb-storage 2-1.1:1.0
  352. [ 7.925243] scsi 0:0:0:0: Direct-Access SMI USB DISK 1100 PQ: 0 ANSI: 6
  353. [ 7.944894] sd 0:0:0:0: [sda] 245760000 512-byte logical blocks: (126 GB/117 GiB)
  354. [ 7.957223] sd 0:0:0:0: [sda] Write Protect is off
  355. [ 7.957233] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  356. [ 7.957554] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  357. [ 8.019390] sda: sda1 sda2
  358. [ 8.028524] sd 0:0:0:0: [sda] Attached SCSI removable disk
  359. [ 9.051798] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  360. [ 9.382663] systemd[1]: System time before build time, advancing clock.
  361. [ 9.455330] 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)
  362. [ 9.491850] systemd[1]: Detected architecture arm64.
  363. [ 9.507519] systemd[1]: Hostname set to <King>.
  364. [ 9.913996] random: lvmconfig: uninitialized urandom read (4 bytes read)
  365. [ 10.502872] systemd[1]: Queued start job for default target Graphical Interface.
  366. [ 10.509385] random: systemd: uninitialized urandom read (16 bytes read)
  367. [ 10.515858] systemd[1]: Created slice Virtual Machine and Container Slice.
  368. [ 10.523521] random: systemd: uninitialized urandom read (16 bytes read)
  369. [ 10.528737] systemd[1]: Created slice system-modprobe.slice.
  370. [ 10.535953] systemd[1]: Created slice system-serial\x2dgetty.slice.
  371. [ 10.541992] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  372. [ 10.547593] systemd[1]: Created slice User and Session Slice.
  373. [ 10.552833] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  374. [ 10.560447] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  375. [ 10.569756] systemd[1]: Reached target Remote File Systems.
  376. [ 10.575108] systemd[1]: Reached target Slices.
  377. [ 10.579307] systemd[1]: Reached target System Time Set.
  378. [ 10.584507] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
  379. [ 10.591424] systemd[1]: Reached target Libvirt guests shutdown.
  380. [ 10.597795] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  381. [ 10.604632] systemd[1]: Listening on LVM2 poll daemon socket.
  382. [ 10.611919] systemd[1]: Listening on Syslog Socket.
  383. [ 10.616391] systemd[1]: Listening on fsck to fsckd communication Socket.
  384. [ 10.622105] systemd[1]: Listening on initctl Compatibility Named Pipe.
  385. [ 10.632906] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  386. [ 10.637658] systemd[1]: Listening on Journal Socket (/dev/log).
  387. [ 10.645735] systemd[1]: Listening on Journal Socket.
  388. [ 10.650401] systemd[1]: Listening on udev Control Socket.
  389. [ 10.655421] systemd[1]: Listening on udev Kernel Socket.
  390. [ 10.663316] systemd[1]: Mounting Huge Pages File System...
  391. [ 10.670975] systemd[1]: Mounting POSIX Message Queue File System...
  392. [ 10.679497] systemd[1]: Mounting Kernel Debug File System...
  393. [ 10.683657] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  394. [ 10.694685] systemd[1]: Starting Journal Service...
  395. [ 10.699582] systemd[1]: Finished Availability of block devices.
  396. [ 10.715642] systemd[1]: Starting Restore / save the current clock...
  397. [ 10.723287] systemd[1]: Starting Set the console keyboard layout...
  398. [ 10.729639] systemd[1]: Starting Create list of static device nodes for the current kernel...
  399. [ 10.738201] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  400. [ 10.749657] systemd[1]: Starting Load Kernel Module configfs...
  401. [ 10.757186] systemd[1]: Starting Load Kernel Module drm...
  402. [ 10.762959] systemd[1]: Starting Load Kernel Module fuse...
  403. [ 10.769483] systemd[1]: Started Nameserver information manager.
  404. [ 10.774103] systemd[1]: Reached target Network (Pre).
  405. [ 10.780163] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  406. [ 10.787595] systemd[1]: Starting File System Check on Root Device...
  407. [ 10.797110] systemd[1]: Starting Load Kernel Modules...
  408. [ 10.803180] systemd[1]: Starting Coldplug All udev Devices...
  409. [ 10.809335] systemd[1]: Starting Uncomplicated firewall...
  410. [ 10.816276] systemd[1]: Started Journal Service.
  411. [ 11.007439] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  412. [ 11.114928] EXT4-fs (sda2): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
  413. [ 11.116585] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  414. [ 11.138866] usbcore: registered new interface driver brcmfmac
  415. [ 11.153840] Adding 2097148k swap on /swapfile. Priority:-2 extents:9 across:28581884k FS
  416. [ 11.163995] systemd-journald[456]: Received client request to flush runtime journal.
  417. [ 11.193180] systemd-journald[456]: File /var/log/journal/7bf2e109ed234a62af1b52aaa0b8105b/system.journal corrupted or uncleanly shut down, renaming and replacing.
  418. [ 11.471282] loop0: detected capacity change from 0 to 8
  419. [ 11.487514] loop1: detected capacity change from 0 to 269512
  420. [ 11.487684] loop2: detected capacity change from 0 to 100264
  421. [ 11.494799] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  422. [ 11.510725] loop3: detected capacity change from 0 to 100256
  423. [ 11.530685] loop4: detected capacity change from 0 to 300952
  424. [ 11.560637] loop5: detected capacity change from 0 to 117568
  425. [ 11.577264] loop6: detected capacity change from 0 to 117576
  426. [ 12.194396] random: crng init done
  427. [ 12.194442] random: 7 urandom warning(s) missed due to ratelimiting
  428. [ 12.209480] loop7: detected capacity change from 0 to 133552
  429. [ 12.215811] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored
  430. [ 12.215825] unable to read xattr id index table
  431. [ 12.236849] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored
  432. [ 12.236870] unable to read xattr id index table
  433. [ 12.243617] loop8: detected capacity change from 0 to 8
  434. [ 12.272534] loop9: detected capacity change from 0 to 57776
  435. [ 12.298630] loop10: detected capacity change from 0 to 131264
  436. [ 12.321444] loop11: detected capacity change from 0 to 618960
  437. [ 18.114614] Registered IR keymap rc-empty
  438. [ 18.114714] rc rc1: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc1
  439. [ 18.114920] rc rc1: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
  440. [ 18.115043] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc1/input7
  441. [ 18.115370] meson-ir ff808000.ir: receiver initialized
  442. [ 19.500098] Bluetooth: Core ver 2.22
  443. [ 19.500134] Bluetooth: Starting self testing
  444. [ 19.501688] rtc-pcf8563 0-0051: registered as rtc0
  445. [ 19.502878] rtc-pcf8563 0-0051: setting system clock to 2021-11-24T01:06:26 UTC (1637715986)
  446. [ 19.517509] Bluetooth: ECDH test passed in 16960 usecs
  447. [ 19.524443] Bluetooth: SMP test passed in 6675 usecs
  448. [ 19.524492] Bluetooth: Finished self testing
  449. [ 19.524590] NET: Registered PF_BLUETOOTH protocol family
  450. [ 19.524594] Bluetooth: HCI device and connection manager initialized
  451. [ 19.524637] Bluetooth: HCI socket layer initialized
  452. [ 19.524645] Bluetooth: L2CAP socket layer initialized
  453. [ 19.524678] Bluetooth: SCO socket layer initialized
  454. [ 19.616452] Bluetooth: HCI UART driver ver 2.3
  455. [ 19.616463] Bluetooth: HCI UART protocol H4 registered
  456. [ 19.616465] Bluetooth: HCI UART protocol BCSP registered
  457. [ 19.616513] Bluetooth: HCI UART protocol LL registered
  458. [ 19.616515] Bluetooth: HCI UART protocol ATH3K registered
  459. [ 19.616529] Bluetooth: HCI UART protocol Three-wire (H5) registered
  460. [ 19.616686] Bluetooth: HCI UART protocol Intel registered
  461. [ 19.616796] Bluetooth: HCI UART protocol Broadcom registered
  462. [ 19.616811] Bluetooth: HCI UART protocol QCA registered
  463. [ 19.616813] Bluetooth: HCI UART protocol AG6XX registered
  464. [ 19.616828] Bluetooth: HCI UART protocol Marvell registered
  465. [ 19.616908] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
  466. [ 19.616997] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
  467. [ 19.621539] panfrost ffe40000.gpu: clock rate = 24000000
  468. [ 19.621603] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
  469. [ 19.622352] panfrost ffe40000.gpu: mali-g52 id 0x7212 major 0x0 minor 0x0 status 0x0
  470. [ 19.622397] panfrost ffe40000.gpu: features: 00000000,13de77ff, issues: 00000000,00000400
  471. [ 19.622402] panfrost ffe40000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
  472. [ 19.622408] panfrost ffe40000.gpu: shader_present=0x3 l2_present=0x1
  473. [ 19.637032] [drm] Initialized panfrost 1.2.0 20180908 for ffe40000.gpu on minor 1
  474. [ 19.739745] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
  475. [ 19.884619] sd 0:0:0:0: Attached scsi generic sg0 type 0
  476. [ 19.971938] Bluetooth: hci0: BCM: chip id 159
  477. [ 19.972880] Bluetooth: hci0: BCM: features 0x0f
  478. [ 19.974489] Bluetooth: hci0: BCM4362A2
  479. [ 19.974495] Bluetooth: hci0: BCM4362A2 (000.017.017) build 0000
  480. [ 20.077400] Bluetooth: hci0: BCM4362A2 'brcm/BCM.hcd' Patch
  481. [ 21.245730] Bluetooth: hci0: BCM43752A2 UART 37.4MHz Ampak AP6275P sLNA iLNA [Version: 0036.0052]
  482. [ 21.245756] Bluetooth: hci0: BCM4362A2 (000.017.017) build 0052
  483. [ 27.881069] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  484. [ 27.881081] Bluetooth: BNEP filters: protocol multicast
  485. [ 27.881092] Bluetooth: BNEP socket layer initialized
  486. [ 28.770536] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=38)
  487. [ 28.772526] meson8b-dwmac ff3f0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
  488. [ 28.780480] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found
  489. [ 28.780493] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW
  490. [ 28.780718] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode
  491. [ 28.800336] loop12: detected capacity change from 0 to 8
  492. [ 29.212763] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  493. [ 31.217497] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  494. [ 31.217536] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  495. [ 31.230222] meson8b-dwmac ff3f0000.ethernet eth0: Link is Down
  496. [ 33.774514] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  497. [ 33.785505] meson8b-dwmac ff3f0000.ethernet eth0: Link is Down
  498. [ 36.270093] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  499. [ 38.294647] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
  500.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement