Guest User

Updated bookworm cb1

a guest
Feb 20th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.16 KB | None | 0 0
  1. alex@bigtreetech-cb1:~$ ip addr show
  2. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  3. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  4. inet 127.0.0.1/8 scope host lo
  5. valid_lft forever preferred_lft forever
  6. inet6 ::1/128 scope host noprefixroute
  7. valid_lft forever preferred_lft forever
  8. 2: can0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
  9. link/can
  10. 3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
  11. link/ether 94:a4:08:ee:cb:14 brd ff:ff:ff:ff:ff:ff
  12. 4: wlan1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
  13. link/ether 96:a4:08:ee:c9:14 brd ff:ff:ff:ff:ff:ff
  14. alex@bigtreetech-cb1:~$ dmesg
  15. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  16. [ 0.000000] Linux version 6.6.17-current-sunxi64 (armbian@next) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #2 SMP Fri Feb 16 18:10:57 UTC 2024
  17. [ 0.000000] KASLR disabled due to lack of seed
  18. [ 0.000000] Machine model: BigTreeTech CB1
  19. [ 0.000000] OF: reserved mem: 0x0000000040000000..0x000000004007ffff (512 KiB) nomap non-reusable secmon@40000000
  20. [ 0.000000] NUMA: No NUMA configuration found
  21. [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff]
  22. [ 0.000000] NUMA: NODE_DATA [mem 0x7fdcc040-0x7fdcdfff]
  23. [ 0.000000] Zone ranges:
  24. [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
  25. [ 0.000000] DMA32 empty
  26. [ 0.000000] Normal empty
  27. [ 0.000000] Movable zone start for each node
  28. [ 0.000000] Early memory node ranges
  29. [ 0.000000] node 0: [mem 0x0000000040000000-0x000000004007ffff]
  30. [ 0.000000] node 0: [mem 0x0000000040080000-0x000000007fffffff]
  31. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
  32. [ 0.000000] cma: Reserved 128 MiB at 0x0000000076c00000 on node -1
  33. [ 0.000000] psci: probing for conduit method from DT.
  34. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  35. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  36. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  37. [ 0.000000] psci: SMC Calling Convention v1.4
  38. [ 0.000000] percpu: Embedded 20 pages/cpu s42664 r8192 d31064 u81920
  39. [ 0.000000] pcpu-alloc: s42664 r8192 d31064 u81920 alloc=20*4096
  40. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  41. [ 0.000000] Detected VIPT I-cache on CPU0
  42. [ 0.000000] CPU features: detected: ARM erratum 845719
  43. [ 0.000000] alternatives: applying boot alternatives
  44. [ 0.000000] Kernel command line: root=UUID=1497699c-93c0-446b-a20c-12a77ac01bb1 rootwait rootfstype=ext4 splash plymouth.ignore-serial-consoles console=ttyS0,115200 console=tty1 consoleblank=0 loglevel=7 ubootpart= usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory swapaccount=1
  45. [ 0.000000] The swapaccount= commandline option is deprecated. Please report your usecase to [email protected] if you depend on this functionality.
  46. [ 0.000000] Unknown kernel command line parameters "splash ubootpart= cgroup_enable=memory", will be passed to user space.
  47. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  48. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  49. [ 0.000000] Fallback order for Node 0: 0
  50. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  51. [ 0.000000] Policy zone: DMA
  52. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  53. [ 0.000000] software IO TLB: area num 4.
  54. [ 0.000000] software IO TLB: mapped [mem 0x0000000072b80000-0x0000000076b80000] (64MB)
  55. [ 0.000000] Memory: 788848K/1048576K available (14080K kernel code, 1442K rwdata, 4068K rodata, 3072K init, 516K bss, 128656K reserved, 131072K cma-reserved)
  56. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  57. [ 0.000000] rcu: Hierarchical RCU implementation.
  58. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  59. [ 0.000000] Tracing variant of Tasks RCU enabled.
  60. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  61. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  62. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  63. [ 0.000000] Root IRQ handler: gic_handle_irq
  64. [ 0.000000] GIC: Using split EOI/Deactivate mode
  65. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  66. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  67. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  68. [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  69. [ 0.000507] Console: colour dummy device 80x25
  70. [ 0.000519] printk: console [tty1] enabled
  71. [ 0.000965] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  72. [ 0.000990] pid_max: default: 32768 minimum: 301
  73. [ 0.001085] LSM: initializing lsm=capability,yama,apparmor,integrity
  74. [ 0.001124] Yama: becoming mindful.
  75. [ 0.001210] AppArmor: AppArmor initialized
  76. [ 0.001322] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  77. [ 0.001346] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  78. [ 0.002420] cacheinfo: Unable to detect cache hierarchy for CPU 0
  79. [ 0.003274] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
  80. [ 0.003529] rcu: Hierarchical SRCU implementation.
  81. [ 0.003547] rcu: Max phase no-delay instances is 1000.
  82. [ 0.004871] smp: Bringing up secondary CPUs ...
  83. [ 0.005455] Detected VIPT I-cache on CPU1
  84. [ 0.005564] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  85. [ 0.006260] Detected VIPT I-cache on CPU2
  86. [ 0.006361] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  87. [ 0.007010] Detected VIPT I-cache on CPU3
  88. [ 0.007106] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  89. [ 0.007208] smp: Brought up 1 node, 4 CPUs
  90. [ 0.007276] SMP: Total of 4 processors activated.
  91. [ 0.007288] CPU features: detected: 32-bit EL0 Support
  92. [ 0.007300] CPU features: detected: CRC32 instructions
  93. [ 0.007393] CPU: All CPU(s) started at EL2
  94. [ 0.007405] alternatives: applying system-wide alternatives
  95. [ 0.009295] devtmpfs: initialized
  96. [ 0.015025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  97. [ 0.015079] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  98. [ 0.019032] pinctrl core: initialized pinctrl subsystem
  99. [ 0.020318] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  100. [ 0.021511] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  101. [ 0.021640] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  102. [ 0.021753] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  103. [ 0.021848] audit: initializing netlink subsys (disabled)
  104. [ 0.022115] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
  105. [ 0.022549] thermal_sys: Registered thermal governor 'fair_share'
  106. [ 0.022557] thermal_sys: Registered thermal governor 'bang_bang'
  107. [ 0.022570] thermal_sys: Registered thermal governor 'step_wise'
  108. [ 0.022581] thermal_sys: Registered thermal governor 'user_space'
  109. [ 0.022654] cpuidle: using governor menu
  110. [ 0.022951] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  111. [ 0.023071] ASID allocator initialised with 65536 entries
  112. [ 0.023343] Serial: AMBA PL011 UART driver
  113. [ 0.027750] platform 3001000.clock: Fixed dependency cycle(s) with /soc/rtc@7000000
  114. [ 0.031045] platform 6515000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@6510000/ports/port@4/endpoint@0
  115. [ 0.031108] platform 6515000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@6510000/ports/port@1/endpoint@2
  116. [ 0.031144] platform 6515000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@6510000
  117. [ 0.031566] platform 7010000.clock: Fixed dependency cycle(s) with /soc/rtc@7000000
  118. [ 0.034007] Modules: 26928 pages in range for non-PLT usage
  119. [ 0.034022] Modules: 518448 pages in range for PLT usage
  120. [ 0.034939] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
  121. [ 0.034980] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
  122. [ 0.034993] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
  123. [ 0.035005] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
  124. [ 0.035017] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
  125. [ 0.035029] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
  126. [ 0.035041] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
  127. [ 0.035052] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
  128. [ 0.036024] cryptd: max_cpu_qlen set to 1000
  129. [ 0.104403] raid6: neonx8 gen() 1805 MB/s
  130. [ 0.172463] raid6: neonx4 gen() 1850 MB/s
  131. [ 0.240510] raid6: neonx2 gen() 1755 MB/s
  132. [ 0.308568] raid6: neonx1 gen() 1510 MB/s
  133. [ 0.376624] raid6: int64x8 gen() 1147 MB/s
  134. [ 0.444683] raid6: int64x4 gen() 1348 MB/s
  135. [ 0.512733] raid6: int64x2 gen() 1175 MB/s
  136. [ 0.580803] raid6: int64x1 gen() 869 MB/s
  137. [ 0.580816] raid6: using algorithm neonx4 gen() 1850 MB/s
  138. [ 0.648839] raid6: .... xor() 1315 MB/s, rmw enabled
  139. [ 0.648851] raid6: using neon recovery algorithm
  140. [ 0.649616] iommu: Default domain type: Translated
  141. [ 0.649660] iommu: DMA domain TLB invalidation policy: strict mode
  142. [ 0.650008] SCSI subsystem initialized
  143. [ 0.650259] usbcore: registered new interface driver usbfs
  144. [ 0.650303] usbcore: registered new interface driver hub
  145. [ 0.650350] usbcore: registered new device driver usb
  146. [ 0.650708] pps_core: LinuxPPS API ver. 1 registered
  147. [ 0.650721] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  148. [ 0.650745] PTP clock support registered
  149. [ 0.651340] ARM FF-A: FFA_VERSION returned not supported
  150. [ 0.651423] scmi_core: SCMI protocol bus registered
  151. [ 0.651725] Advanced Linux Sound Architecture Driver Initialized.
  152. [ 0.652582] NetLabel: Initializing
  153. [ 0.652599] NetLabel: domain hash size = 128
  154. [ 0.652609] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  155. [ 0.652682] NetLabel: unlabeled traffic allowed by default
  156. [ 0.652694] mctp: management component transport protocol core
  157. [ 0.652705] NET: Registered PF_MCTP protocol family
  158. [ 0.653298] clocksource: Switched to clocksource arch_sys_counter
  159. [ 0.653631] VFS: Disk quotas dquot_6.6.0
  160. [ 0.653686] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  161. [ 0.654337] AppArmor: AppArmor Filesystem Enabled
  162. [ 0.661608] NET: Registered PF_INET protocol family
  163. [ 0.661804] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  164. [ 0.663019] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
  165. [ 0.663063] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  166. [ 0.663088] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
  167. [ 0.663166] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
  168. [ 0.663420] TCP: Hash tables configured (established 8192 bind 8192)
  169. [ 0.663570] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  170. [ 0.663622] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  171. [ 0.663862] NET: Registered PF_UNIX/PF_LOCAL protocol family
  172. [ 0.664160] Trying to unpack rootfs image as initramfs...
  173. [ 0.671445] Initialise system trusted keyrings
  174. [ 0.671541] Key type blacklist registered
  175. [ 0.671838] workingset: timestamp_bits=44 max_order=18 bucket_order=0
  176. [ 0.671920] zbud: loaded
  177. [ 0.672537] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  178. [ 0.674201] integrity: Platform Keyring initialized
  179. [ 0.711574] xor: automatically using best checksumming function 32regs
  180. [ 0.711614] async_tx: api initialized (async)
  181. [ 0.711633] Key type asymmetric registered
  182. [ 0.711645] Asymmetric key parser 'x509' registered
  183. [ 0.711768] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  184. [ 0.712079] io scheduler mq-deadline registered
  185. [ 0.712104] io scheduler kyber registered
  186. [ 0.712173] io scheduler bfq registered
  187. [ 0.725475] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  188. [ 0.743470] loop: module loaded
  189. [ 0.746976] usbcore: registered new interface driver usb-storage
  190. [ 0.747636] mousedev: PS/2 mouse device common for all mice
  191. [ 0.748873] sun6i-rtc 7000000.rtc: registered as rtc0
  192. [ 0.748944] sun6i-rtc 7000000.rtc: setting system clock to 1970-01-02T00:34:14 UTC (88454)
  193. [ 0.749404] i2c_dev: i2c /dev entries driver
  194. [ 0.749842] mv64xxx_i2c 7081400.i2c: can't get pinctrl, bus recovery not supported
  195. [ 0.750709] axp20x-i2c 0-0036: AXP20x variant AXP313a found
  196. [ 0.751117] axp20x-i2c 0-0036: AXP20X driver loaded
  197. [ 0.752600] sunxi-wdt 30090a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  198. [ 0.754883] sdhci: Secure Digital Host Controller Interface driver
  199. [ 0.754920] sdhci: Copyright(c) Pierre Ossman
  200. [ 0.754964] Synopsys Designware Multimedia Card Interface Driver
  201. [ 0.755661] sdhci-pltfm: SDHCI platform and OF driver helper
  202. [ 0.756774] ledtrig-cpu: registered to indicate activity on CPUs
  203. [ 0.757392] SMCCC: SOC_ID: ID = jep106:091e:1823 Revision = 0x00000000
  204. [ 0.757886] hid: raw HID events driver (C) Jiri Kosina
  205. [ 0.757993] usbcore: registered new interface driver usbhid
  206. [ 0.758008] usbhid: USB HID core driver
  207. [ 0.759099] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  208. [ 0.769901] NET: Registered PF_INET6 protocol family
  209. [ 1.609256] Freeing initrd memory: 17940K
  210. [ 1.654800] Segment Routing with IPv6
  211. [ 1.654909] In-situ OAM (IOAM) with IPv6
  212. [ 1.655021] NET: Registered PF_PACKET protocol family
  213. [ 1.655178] 8021q: 802.1Q VLAN Support v1.8
  214. [ 1.655262] 9pnet: Installing 9P2000 support
  215. [ 1.655363] Key type dns_resolver registered
  216. [ 1.662507] registered taskstats version 1
  217. [ 1.662696] Loading compiled-in X.509 certificates
  218. [ 1.671201] zswap: loaded using pool zstd/z3fold
  219. [ 1.681256] Key type .fscrypt registered
  220. [ 1.681397] Key type fscrypt-provisioning registered
  221. [ 1.682934] Btrfs loaded, zoned=yes, fsverity=no
  222. [ 1.683128] Key type encrypted registered
  223. [ 1.683149] AppArmor: AppArmor sha1 policy hashing enabled
  224. [ 1.683191] ima: No TPM chip found, activating TPM-bypass!
  225. [ 1.683225] ima: Allocated hash algorithm: sha1
  226. [ 1.683262] ima: No architecture policies found
  227. [ 1.683319] evm: Initialising EVM extended attributes:
  228. [ 1.683330] evm: security.selinux
  229. [ 1.683340] evm: security.SMACK64
  230. [ 1.683349] evm: security.SMACK64EXEC
  231. [ 1.683358] evm: security.SMACK64TRANSMUTE
  232. [ 1.683368] evm: security.SMACK64MMAP
  233. [ 1.683376] evm: security.apparmor
  234. [ 1.683385] evm: security.ima
  235. [ 1.683393] evm: security.capability
  236. [ 1.683402] evm: HMAC attrs: 0x1
  237. [ 1.693779] platform 1100000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@6510000/ports/port@0/endpoint@0
  238. [ 1.695975] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
  239. [ 1.704349] sun50i-h616-pinctrl 300b000.pinctrl: initialized sunXi PIO driver
  240. [ 1.705017] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
  241. [ 1.705383] sun50i-h616-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver
  242. [ 1.705711] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator
  243. [ 1.706444] printk: console [ttyS0] disabled
  244. [ 1.706829] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 285, base_baud = 1500000) is a 16550A
  245. [ 1.706893] printk: console [ttyS0] enabled
  246. [ 3.040780] phy phy-5100400.phy.0: Changing dr_mode to 1
  247. [ 3.041117] ehci-platform 5200000.usb: EHCI Host Controller
  248. [ 3.041237] ehci-platform 5310000.usb: EHCI Host Controller
  249. [ 3.041260] ehci-platform 5310000.usb: new USB bus registered, assigned bus number 1
  250. [ 3.041443] ehci-platform 5310000.usb: irq 288, io mem 0x05310000
  251. [ 3.042781] usb_phy_generic usb_phy_generic.1.auto: dummy supplies not allowed for exclusive requests
  252. [ 3.046164] ehci-platform 5101000.usb: EHCI Host Controller
  253. [ 3.046209] ehci-platform 5200000.usb: new USB bus registered, assigned bus number 2
  254. [ 3.049076] sun50i_cpufreq_nvmem: Using CPU speed bin speed0
  255. [ 3.049215] ehci-platform 5311000.usb: EHCI Host Controller
  256. [ 3.049237] ehci-platform 5311000.usb: new USB bus registered, assigned bus number 3
  257. [ 3.049425] ehci-platform 5311000.usb: irq 291, io mem 0x05311000
  258. [ 3.049945] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pg not found, using dummy regulator
  259. [ 3.050340] ohci-platform 5101400.usb: Generic Platform OHCI controller
  260. [ 3.050364] ohci-platform 5101400.usb: new USB bus registered, assigned bus number 4
  261. [ 3.050498] ohci-platform 5101400.usb: irq 292, io mem 0x05101400
  262. [ 3.051684] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
  263. [ 3.051805] ehci-platform 5101000.usb: new USB bus registered, assigned bus number 5
  264. [ 3.053179] ohci-platform 5200400.usb: Generic Platform OHCI controller
  265. [ 3.053205] ohci-platform 5200400.usb: new USB bus registered, assigned bus number 6
  266. [ 3.053367] ohci-platform 5200400.usb: irq 293, io mem 0x05200400
  267. [ 3.054166] ohci-platform 5310400.usb: Generic Platform OHCI controller
  268. [ 3.054193] ohci-platform 5310400.usb: new USB bus registered, assigned bus number 7
  269. [ 3.054338] ohci-platform 5310400.usb: irq 294, io mem 0x05310400
  270. [ 3.055084] ohci-platform 5311400.usb: Generic Platform OHCI controller
  271. [ 3.055111] ohci-platform 5311400.usb: new USB bus registered, assigned bus number 8
  272. [ 3.055237] ohci-platform 5311400.usb: irq 295, io mem 0x05311400
  273. [ 3.057526] ehci-platform 5200000.usb: irq 287, io mem 0x05200000
  274. [ 3.057699] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, using dummy regulator
  275. [ 3.058343] ehci-platform 5310000.usb: USB 2.0 started, EHCI 1.00
  276. [ 3.058573] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
  277. [ 3.058584] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  278. [ 3.058592] usb usb1: Product: EHCI Host Controller
  279. [ 3.058597] usb usb1: Manufacturer: Linux 6.6.17-current-sunxi64 ehci_hcd
  280. [ 3.058603] usb usb1: SerialNumber: 5310000.usb
  281. [ 3.059199] hub 1-0:1.0: USB hub found
  282. [ 3.059236] hub 1-0:1.0: 1 port detected
  283. [ 3.060867] of_cfs_init
  284. [ 3.060985] of_cfs_init: OK
  285. [ 3.061080] clk: Disabling unused clocks
  286. [ 3.061244] ALSA device list:
  287. [ 3.061250] No soundcards found.
  288. [ 3.062138] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq
  289. [ 3.065265] ehci-platform 5101000.usb: irq 286, io mem 0x05101000
  290. [ 3.073300] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00
  291. [ 3.085298] sunxi-mmc 4022000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
  292. [ 3.086084] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  293. [ 3.086344] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
  294. [ 3.086355] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  295. [ 3.086363] usb usb3: Product: EHCI Host Controller
  296. [ 3.086368] usb usb3: Manufacturer: Linux 6.6.17-current-sunxi64 ehci_hcd
  297. [ 3.086374] usb usb3: SerialNumber: 5311000.usb
  298. [ 3.086932] hub 3-0:1.0: USB hub found
  299. [ 3.086969] hub 3-0:1.0: 1 port detected
  300. [ 3.093867] ehci-platform 5200000.usb: USB 2.0 started, EHCI 1.00
  301. [ 3.113462] ehci-platform 5101000.usb: USB 2.0 started, EHCI 1.00
  302. [ 3.117540] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
  303. [ 3.117552] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  304. [ 3.117559] usb usb4: Product: Generic Platform OHCI controller
  305. [ 3.117565] usb usb4: Manufacturer: Linux 6.6.17-current-sunxi64 ohci_hcd
  306. [ 3.117570] usb usb4: SerialNumber: 5101400.usb
  307. [ 3.118147] hub 4-0:1.0: USB hub found
  308. [ 3.118185] hub 4-0:1.0: 1 port detected
  309. [ 3.119182] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
  310. [ 3.217405] mmc1: new DDR MMC card at address 0001
  311. [ 3.219847] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  312. [ 3.226828] mmcblk1: mmc1:0001 BJTD4R 29.1 GiB
  313. [ 3.232043] usb usb2: Product: EHCI Host Controller
  314. [ 3.232051] usb usb2: Manufacturer: Linux 6.6.17-current-sunxi64 ehci_hcd
  315. [ 3.233783] mmcblk1: p1 p2
  316. [ 3.240772] usb usb2: SerialNumber: 5200000.usb
  317. [ 3.241452] hub 2-0:1.0: USB hub found
  318. [ 3.247733] mmcblk1boot0: mmc1:0001 BJTD4R 4.00 MiB
  319. [ 3.255249] hub 2-0:1.0: 1 port detected
  320. [ 3.263793] mmcblk1boot1: mmc1:0001 BJTD4R 4.00 MiB
  321. [ 3.268079] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
  322. [ 3.293886] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  323. [ 3.295577] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  324. [ 3.304688] sunxi-mmc 4021000.mmc: card claims to support voltages below defined range
  325. [ 3.307183] usb usb6: Product: Generic Platform OHCI controller
  326. [ 3.317813] mmc2: new high speed SDIO card at address 0001
  327. [ 3.319389] usb usb6: Manufacturer: Linux 6.6.17-current-sunxi64 ohci_hcd
  328. [ 3.319396] usb usb6: SerialNumber: 5200400.usb
  329. [ 3.546003] hub 6-0:1.0: USB hub found
  330. [ 3.549884] hub 6-0:1.0: 1 port detected
  331. [ 3.554447] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
  332. [ 3.562758] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  333. [ 3.569996] usb usb8: Product: Generic Platform OHCI controller
  334. [ 3.575925] usb usb8: Manufacturer: Linux 6.6.17-current-sunxi64 ohci_hcd
  335. [ 3.582719] usb usb8: SerialNumber: 5311400.usb
  336. [ 3.587889] hub 8-0:1.0: USB hub found
  337. [ 3.591725] hub 8-0:1.0: 1 port detected
  338. [ 3.596275] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
  339. [ 3.604579] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  340. [ 3.611812] usb usb7: Product: Generic Platform OHCI controller
  341. [ 3.617739] usb usb7: Manufacturer: Linux 6.6.17-current-sunxi64 ohci_hcd
  342. [ 3.624532] usb usb7: SerialNumber: 5310400.usb
  343. [ 3.629717] hub 7-0:1.0: USB hub found
  344. [ 3.633556] hub 7-0:1.0: 1 port detected
  345. [ 3.638108] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
  346. [ 3.646413] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  347. [ 3.653655] usb usb5: Product: EHCI Host Controller
  348. [ 3.658543] usb usb5: Manufacturer: Linux 6.6.17-current-sunxi64 ehci_hcd
  349. [ 3.665338] usb usb5: SerialNumber: 5101000.usb
  350. [ 3.670473] hub 5-0:1.0: USB hub found
  351. [ 3.674303] hub 5-0:1.0: 1 port detected
  352. [ 3.679818] Freeing unused kernel memory: 3072K
  353. [ 3.693365] Run /init as init process
  354. [ 3.697035] with arguments:
  355. [ 3.697042] /init
  356. [ 3.697048] splash
  357. [ 3.697054] with environment:
  358. [ 3.697058] HOME=/
  359. [ 3.697064] TERM=linux
  360. [ 3.697069] ubootpart=
  361. [ 3.697074] cgroup_enable=memory
  362. [ 3.937412] usb 5-1: new high-speed USB device number 2 using ehci-platform
  363. [ 4.098013] usb 5-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
  364. [ 4.106252] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  365. [ 4.113413] usb 5-1: Product: USB 2.0 Hub
  366. [ 4.157624] hub 5-1:1.0: USB hub found
  367. [ 4.169381] hub 5-1:1.0: 4 ports detected
  368. [ 4.265180] dwmac-sun8i 5030000.ethernet: IRQ eth_wake_irq not found
  369. [ 4.271645] dwmac-sun8i 5030000.ethernet: IRQ eth_lpi not found
  370. [ 4.277700] dwmac-sun8i 5030000.ethernet: supply phy not found, using dummy regulator
  371. [ 4.285883] dwmac-sun8i 5030000.ethernet: supply phy-io not found, using dummy regulator
  372. [ 4.294243] dwmac-sun8i: probe of 5030000.ethernet failed with error -22
  373. [ 4.593327] usb 5-1.4: new full-speed USB device number 3 using ehci-platform
  374. [ 4.604842] EXT4-fs (mmcblk1p2): mounted filesystem 1497699c-93c0-446b-a20c-12a77ac01bb1 ro with writeback data mode. Quota mode: none.
  375. [ 4.828140] usb 5-1.4: New USB device found, idVendor=1d50, idProduct=606f, bcdDevice= 0.00
  376. [ 4.836598] usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  377. [ 4.843972] usb 5-1.4: Product: stm32g0b1xx
  378. [ 4.848225] usb 5-1.4: Manufacturer: Klipper
  379. [ 4.852565] usb 5-1.4: SerialNumber: 5A002D000F504B4633373520
  380. [ 5.025776] systemd[1]: System time before build time, advancing clock.
  381. [ 5.060916] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
  382. [ 5.093730] systemd[1]: Detected architecture arm64.
  383. [ 5.102585] systemd[1]: Hostname set to <bigtreetech-cb1>.
  384. [ 5.709365] systemd[1]: /lib/systemd/system/hdmi-audio.service:10: Support for option SysVStartPriority= has been removed and it is ignored
  385. [ 5.974126] systemd[1]: Queued start job for default target graphical.target.
  386. [ 6.002497] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
  387. [ 6.012865] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
  388. [ 6.023517] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
  389. [ 6.035112] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
  390. [ 6.046117] systemd[1]: Created slice user.slice - User and Session Slice.
  391. [ 6.053974] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
  392. [ 6.065950] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
  393. [ 6.079041] systemd[1]: Expecting device dev-disk-by\x2duuid-76C9\x2dCBB6.device - /dev/disk/by-uuid/76C9-CBB6...
  394. [ 6.089737] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...
  395. [ 6.097113] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
  396. [ 6.106788] systemd[1]: Reached target slices.target - Slice Units.
  397. [ 6.113650] systemd[1]: Reached target swap.target - Swaps.
  398. [ 6.119750] systemd[1]: Reached target time-set.target - System Time Set.
  399. [ 6.127316] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
  400. [ 6.173694] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
  401. [ 6.183120] systemd[1]: Listening on syslog.socket - Syslog Socket.
  402. [ 6.190701] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
  403. [ 6.200427] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
  404. [ 6.211160] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
  405. [ 6.220682] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
  406. [ 6.230970] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
  407. [ 6.242044] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
  408. [ 6.251399] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
  409. [ 6.289741] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
  410. [ 6.302965] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
  411. [ 6.316571] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
  412. [ 6.325618] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
  413. [ 6.341213] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
  414. [ 6.363423] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
  415. [ 6.378892] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
  416. [ 6.394825] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
  417. [ 6.411984] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
  418. [ 6.428685] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
  419. [ 6.444993] systemd[1]: Starting [email protected] - Load Kernel Module drm...
  420. [ 6.457605] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
  421. [ 6.460379] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
  422. [ 6.470612] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected]
  423. [ 6.494019] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
  424. [ 6.508631] systemd[1]: Starting [email protected] - Load Kernel Module loop...
  425. [ 6.517538] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
  426. [ 6.534177] fuse: init (API version 7.39)
  427. [ 6.541988] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
  428. [ 6.556853] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
  429. [ 6.573581] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
  430. [ 6.593422] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
  431. [ 6.603227] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
  432. [ 6.613479] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
  433. [ 6.624072] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
  434. [ 6.635511] EXT4-fs (mmcblk1p2): re-mounted 1497699c-93c0-446b-a20c-12a77ac01bb1 r/w. Quota mode: none.
  435. [ 6.635711] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
  436. [ 6.660174] systemd[1]: [email protected]: Deactivated successfully.
  437. [ 6.668937] systemd[1]: Finished [email protected] - Load Kernel Module configfs.
  438. [ 6.679375] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
  439. [ 6.687865] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
  440. [ 6.697929] systemd[1]: [email protected]: Deactivated successfully.
  441. [ 6.706116] systemd[1]: Finished [email protected] - Load Kernel Module drm.
  442. [ 6.715629] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
  443. [ 6.724010] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
  444. [ 6.735249] systemd[1]: [email protected]: Deactivated successfully.
  445. [ 6.743530] systemd[1]: Finished [email protected] - Load Kernel Module fuse.
  446. [ 6.753129] systemd[1]: [email protected]: Deactivated successfully.
  447. [ 6.760943] systemd[1]: Finished [email protected] - Load Kernel Module loop.
  448. [ 6.770526] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
  449. [ 6.782006] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
  450. [ 6.794641] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
  451. [ 6.834033] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
  452. [ 6.848474] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
  453. [ 6.858089] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
  454. [ 6.879761] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
  455. [ 6.888905] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
  456. [ 6.907269] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
  457. [ 6.922521] systemd[1]: Starting systemd-sysusers.service - Create System Users...
  458. [ 6.946350] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
  459. [ 6.956956] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
  460. [ 6.983762] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
  461. [ 6.995465] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
  462. [ 7.006304] systemd[1]: Finished systemd-sysusers.service - Create System Users.
  463. [ 7.042412] systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown...
  464. [ 7.058149] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
  465. [ 7.077966] systemd[1]: Finished ifupdown-pre.service - Helper to synchronize boot up for ifupdown.
  466. [ 7.125753] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
  467. [ 7.137114] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
  468. [ 7.165960] systemd[1]: Mounting tmp.mount - /tmp...
  469. [ 7.178264] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
  470. [ 7.193236] systemd[1]: Mounted tmp.mount - /tmp.
  471. [ 7.412428] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
  472. [ 7.473874] systemd[1]: Starting plymouth-start.service - Show Plymouth Boot Screen...
  473. [ 7.648128] systemd[1]: Started plymouth-start.service - Show Plymouth Boot Screen.
  474. [ 7.668252] systemd[1]: Found device dev-ttyS0.device - /dev/ttyS0.
  475. [ 7.789168] systemd[1]: Found device dev-disk-by\x2duuid-76C9\x2dCBB6.device - /dev/disk/by-uuid/76C9-CBB6.
  476. [ 7.801925] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
  477. [ 7.821231] systemd[1]: Started systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch.
  478. [ 7.833209] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
  479. [ 7.841849] systemd[1]: Reached target paths.target - Path Units.
  480. [ 7.875427] panfrost 1800000.gpu: clock rate = 432000000
  481. [ 7.880846] panfrost 1800000.gpu: bus_clock rate = 200000000
  482. [ 7.882077] systemd[1]: Starting systemd-fsck@dev-disk-by\x2duuid-76C9\x2dCBB6.service - File System Check on /dev/disk/by-uuid/76C9-CBB6...
  483. [ 7.896353] panfrost 1800000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
  484. [ 7.906992] panfrost 1800000.gpu: features: 00000000,000027f7, issues: 00000000,00000400
  485. [ 7.907009] panfrost 1800000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
  486. [ 7.907017] panfrost 1800000.gpu: shader_present=0x1 l2_present=0x1
  487. [ 7.930817] mc: Linux media interface: v0.10
  488. [ 7.934382] [drm] Initialized panfrost 1.2.0 20180908 for 1800000.gpu on minor 0
  489. [ 8.021579] videodev: Linux video capture interface: v2.00
  490. [ 8.028204] systemd[1]: Started systemd-fsckd.service - File System Check Daemon to report status.
  491. [ 8.073048] systemd[1]: Reached target usb-gadget.target - Hardware activated USB gadget.
  492. [ 8.115680] systemd[1]: Finished systemd-fsck@dev-disk-by\x2duuid-76C9\x2dCBB6.service - File System Check on /dev/disk/by-uuid/76C9-CBB6.
  493. [ 8.136633] CAN device driver interface
  494. [ 8.151500] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  495. [ 8.153095] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
  496. [ 8.161955] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  497. [ 8.177806] gs_usb 5-1.4:1.0: Configuring for 1 interfaces
  498. [ 8.185612] usbcore: registered new interface driver gs_usb
  499. [ 8.185705] cedrus 1c0e000.video-codec: Device registered as /dev/video0
  500. [ 8.206160] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
  501. [ 8.210731] systemd[1]: Mounting boot.mount - /boot...
  502. [ 8.246872] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
  503. [ 8.487492] systemd[1]: Mounted boot.mount - /boot.
  504. [ 8.508151] systemd[1]: Reached target local-fs.target - Local File Systems.
  505. [ 8.557346] random: crng init done
  506. [ 8.566415] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config...
  507. [ 8.582782] systemd[1]: Starting console-setup.service - Set console font and keymap...
  508. [ 8.599689] systemd[1]: Starting networking.service - Raise network interfaces...
  509. [ 8.617030] systemd[1]: Starting plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data...
  510. [ 8.635466] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
  511. [ 8.648359] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
  512. [ 8.659963] systemd[1]: Finished console-setup.service - Set console font and keymap.
  513. [ 8.671735] systemd[1]: Finished plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data.
  514. [ 8.683205] systemd[1]: Received SIGRTMIN+20 from PID 206 (plymouthd).
  515. [ 8.699471] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 384 (systemd-binfmt)
  516. [ 8.728637] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
  517. [ 8.742499] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
  518. [ 8.786865] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
  519. [ 8.798125] systemd[1]: systemd-machine-id-commit.service - Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
  520. [ 8.817783] zram: Added device: zram0
  521. [ 8.823044] systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
  522. [ 8.823827] zram: Added device: zram1
  523. [ 8.843324] zram: Added device: zram2
  524. [ 8.868627] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
  525. [ 8.902428] systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
  526. [ 8.924043] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
  527. [ 9.004677] zram0: detected capacity change from 0 to 940936
  528. [ 9.037891] Adding 470464k swap on /dev/zram0. Priority:5 extents:1 across:470464k SS
  529. [ 9.133074] systemd[1]: Finished networking.service - Raise network interfaces.
  530. [ 9.251641] zram1: detected capacity change from 0 to 102400
  531. [ 9.306491] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config.
  532. [ 9.338391] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging...
  533. [ 9.412857] EXT4-fs (zram1): mounted filesystem 067b87f6-6d63-414c-84ec-8f3b90779c32 r/w without journal. Quota mode: none.
  534. [ 11.617508] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging.
  535. [ 11.662506] systemd[1]: Starting systemd-journald.service - Journal Service...
  536. [ 11.859766] systemd[1]: Started systemd-journald.service - Journal Service.
  537. [ 11.924909] systemd-journald[558]: Received client request to flush runtime journal.
  538. [ 12.153229] RPC: Registered named UNIX socket transport module.
  539. [ 12.159251] RPC: Registered udp transport module.
  540. [ 12.164042] RPC: Registered tcp transport module.
  541. [ 12.168817] RPC: Registered tcp-with-tls transport module.
  542. [ 12.174401] RPC: Registered tcp NFSv4.1 backchannel transport module.
  543. [ 13.434021] systemd-journald[558]: Received client request to relinquish /var/log/journal/e0b733e3567c45bf8ffff69f117c851d access.
  544. [ 42.806209] systemd[1395]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
  545. alex@bigtreetech-cb1:~$ lsb_release -a
  546. No LSB modules are available.
  547. Distributor ID: Debian
  548. Description: Armbian 24.2.2 bookworm
  549. Release: 12
  550. Codename: bookworm
  551. alex@bigtreetech-cb1:~$
  552.  
Advertisement
Add Comment
Please, Sign In to add comment