Guest User

Untitled

a guest
Jan 2nd, 2025
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.79 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  2. [ 0.000000] Linux version 6.6.51+rpt-rpi-v8 ([email protected]) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08)
  3. [ 0.000000] KASLR enabled
  4. [ 0.000000] random: crng init done
  5. [ 0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
  6. [ 0.000000] efi: UEFI not found.
  7. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001e800000, size 256 MiB
  8. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  9. [ 0.000000] OF: reserved mem: 0x000000001e800000..0x000000002e7fffff (262144 KiB) map reusable linux,cma
  10. [ 0.000000] Zone ranges:
  11. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003b3fffff]
  12. [ 0.000000] DMA32 empty
  13. [ 0.000000] Normal empty
  14. [ 0.000000] Movable zone start for each node
  15. [ 0.000000] Early memory node ranges
  16. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
  17. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
  18. [ 0.000000] On node 0, zone DMA: 19456 pages in unavailable ranges
  19. [ 0.000000] percpu: Embedded 30 pages/cpu s85672 r8192 d29016 u122880
  20. [ 0.000000] pcpu-alloc: s85672 r8192 d29016 u122880 alloc=30*4096
  21. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  22. [ 0.000000] Detected VIPT I-cache on CPU0
  23. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  24. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  25. [ 0.000000] CPU features: detected: ARM erratum 843419
  26. [ 0.000000] CPU features: detected: ARM erratum 845719
  27. [ 0.000000] alternatives: applying boot alternatives
  28. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=8a438930-02 rootfstype=ext4 fsck.repair=yes rootwait
  29. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  30. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  31. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 238896
  32. [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
  33. [ 0.000000] Memory: 655300K/970752K available (13440K kernel code, 2212K rwdata, 4268K rodata, 4864K init, 1083K bss, 53308K reserved, 262144K cma-reserved)
  34. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  35. [ 0.000000] ftrace: allocating 43242 entries in 169 pages
  36. [ 0.000000] ftrace: allocated 169 pages with 4 groups
  37. [ 0.000000] trace event string verifier disabled
  38. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  39. [ 0.000000] rcu: RCU event tracing is enabled.
  40. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  41. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  42. [ 0.000000] Rude variant of Tasks RCU enabled.
  43. [ 0.000000] Tracing variant of Tasks RCU enabled.
  44. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  45. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  46. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  47. [ 0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
  48. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  49. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  50. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  51. [ 0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  52. [ 0.000393] Console: colour dummy device 80x25
  53. [ 0.000410] printk: console [tty1] enabled
  54. [ 0.001293] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  55. [ 0.001339] pid_max: default: 32768 minimum: 301
  56. [ 0.001451] LSM: initializing lsm=capability,integrity
  57. [ 0.001705] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  58. [ 0.001759] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  59. [ 0.002782] cgroup: Disabling memory control group subsystem
  60. [ 0.004840] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
  61. [ 0.004991] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
  62. [ 0.005161] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
  63. [ 0.005505] rcu: Hierarchical SRCU implementation.
  64. [ 0.005532] rcu: Max phase no-delay instances is 1000.
  65. [ 0.007624] EFI services will not be available.
  66. [ 0.008110] smp: Bringing up secondary CPUs ...
  67. [ 0.008898] Detected VIPT I-cache on CPU1
  68. [ 0.009053] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  69. [ 0.009918] Detected VIPT I-cache on CPU2
  70. [ 0.010030] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  71. [ 0.010840] Detected VIPT I-cache on CPU3
  72. [ 0.010943] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  73. [ 0.011063] smp: Brought up 1 node, 4 CPUs
  74. [ 0.011191] SMP: Total of 4 processors activated.
  75. [ 0.011215] CPU features: detected: 32-bit EL0 Support
  76. [ 0.011236] CPU features: detected: 32-bit EL1 Support
  77. [ 0.011259] CPU features: detected: CRC32 instructions
  78. [ 0.011399] CPU: All CPU(s) started at EL2
  79. [ 0.011434] alternatives: applying system-wide alternatives
  80. [ 0.014386] devtmpfs: initialized
  81. [ 0.027417] Enabled cp15_barrier support
  82. [ 0.027480] Enabled setend support
  83. [ 0.027718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  84. [ 0.027771] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  85. [ 0.040856] pinctrl core: initialized pinctrl subsystem
  86. [ 0.041611] DMI not present or invalid.
  87. [ 0.042343] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  88. [ 0.049090] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  89. [ 0.049497] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  90. [ 0.050135] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  91. [ 0.050273] audit: initializing netlink subsys (disabled)
  92. [ 0.050579] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
  93. [ 0.051397] thermal_sys: Registered thermal governor 'step_wise'
  94. [ 0.051461] cpuidle: using governor menu
  95. [ 0.051793] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  96. [ 0.051969] ASID allocator initialised with 32768 entries
  97. [ 0.053072] Serial: AMBA PL011 UART driver
  98. [ 0.059624] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  99. [ 0.069107] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:54:19, variant start
  100. [ 0.073110] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398
  101. [ 0.081743] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
  102. [ 0.081785] Modules: 0 pages in range for non-PLT usage
  103. [ 0.081792] Modules: 517776 pages in range for PLT usage
  104. [ 0.086774] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
  105. [ 0.088416] iommu: Default domain type: Translated
  106. [ 0.088448] iommu: DMA domain TLB invalidation policy: strict mode
  107. [ 0.088954] SCSI subsystem initialized
  108. [ 0.090335] usbcore: registered new interface driver usbfs
  109. [ 0.090411] usbcore: registered new interface driver hub
  110. [ 0.090497] usbcore: registered new device driver usb
  111. [ 0.091023] pps_core: LinuxPPS API ver. 1 registered
  112. [ 0.091050] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  113. [ 0.091101] PTP clock support registered
  114. [ 0.092600] vgaarb: loaded
  115. [ 0.093343] clocksource: Switched to clocksource arch_sys_counter
  116. [ 0.093938] VFS: Disk quotas dquot_6.6.0
  117. [ 0.094016] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  118. [ 0.094261] FS-Cache: Loaded
  119. [ 0.097369] CacheFiles: Loaded
  120. [ 0.108227] NET: Registered PF_INET protocol family
  121. [ 0.108612] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  122. [ 0.110722] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
  123. [ 0.110788] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  124. [ 0.110831] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
  125. [ 0.110969] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
  126. [ 0.111357] TCP: Hash tables configured (established 8192 bind 8192)
  127. [ 0.111742] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
  128. [ 0.111849] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  129. [ 0.111920] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  130. [ 0.112159] NET: Registered PF_UNIX/PF_LOCAL protocol family
  131. [ 0.112839] RPC: Registered named UNIX socket transport module.
  132. [ 0.112871] RPC: Registered udp transport module.
  133. [ 0.112892] RPC: Registered tcp transport module.
  134. [ 0.112913] RPC: Registered tcp-with-tls transport module.
  135. [ 0.112934] RPC: Registered tcp NFSv4.1 backchannel transport module.
  136. [ 0.112970] PCI: CLS 0 bytes, default 64
  137. [ 0.113719] Trying to unpack rootfs image as initramfs...
  138. [ 0.117558] kvm [1]: IPA Size Limit: 40 bits
  139. [ 0.119364] kvm [1]: Hyp mode initialized successfully
  140. [ 0.594169] Freeing initrd memory: 6728K
  141. [ 1.722876] Initialise system trusted keyrings
  142. [ 1.723378] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  143. [ 1.723507] zbud: loaded
  144. [ 1.724487] NFS: Registering the id_resolver key type
  145. [ 1.724538] Key type id_resolver registered
  146. [ 1.724561] Key type id_legacy registered
  147. [ 1.724605] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  148. [ 1.724634] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  149. [ 1.725542] Key type asymmetric registered
  150. [ 1.725574] Asymmetric key parser 'x509' registered
  151. [ 1.725660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  152. [ 1.725900] io scheduler mq-deadline registered
  153. [ 1.725929] io scheduler kyber registered
  154. [ 1.725986] io scheduler bfq registered
  155. [ 1.728744] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
  156. [ 1.731334] simple-framebuffer 3eaa9000.framebuffer: framebuffer at 0x3eaa9000, 0x151800 bytes
  157. [ 1.731386] simple-framebuffer 3eaa9000.framebuffer: format=a8r8g8b8, mode=720x480x32, linelength=2880
  158. [ 1.735029] Console: switching to colour frame buffer device 90x30
  159. [ 1.739812] simple-framebuffer 3eaa9000.framebuffer: fb0: simplefb registered!
  160. [ 1.746901] bcm2835-rng 3f104000.rng: hwrng registered
  161. [ 1.749128] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  162. [ 1.768039] brd: module loaded
  163. [ 1.778509] loop: module loaded
  164. [ 1.781058] Loading iSCSI transport class v2.0-870.
  165. [ 1.788281] usbcore: registered new device driver r8152-cfgselector
  166. [ 1.790256] usbcore: registered new interface driver r8152
  167. [ 1.792113] usbcore: registered new interface driver lan78xx
  168. [ 1.793922] usbcore: registered new interface driver smsc95xx
  169. [ 1.795874] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  170. [ 2.525872] Core Release: 2.80a
  171. [ 2.527566] Setting default values for core params
  172. [ 2.529271] Finished setting default values for core params
  173. [ 2.731250] Using Buffer DMA mode
  174. [ 2.732873] Periodic Transfer Interrupt Enhancement - disabled
  175. [ 2.734570] Multiprocessor Interrupt Enhancement - disabled
  176. [ 2.736295] OTG VER PARAM: 0, OTG VER FLAG: 0
  177. [ 2.737997] Dedicated Tx FIFOs mode
  178.  
  179. [ 2.741075] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080ba2000 dma = 0x00000000dec00000 len=9024
  180. [ 2.745945] FIQ FSM acceleration enabled for :
  181. Non-periodic Split Transactions
  182. Periodic Split Transactions
  183. High-Speed Isochronous Endpoints
  184. Interrupt/Control Split Transaction hack enabled
  185. [ 2.753438] dwc_otg: Microframe scheduler enabled
  186.  
  187. [ 2.753486] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
  188. [ 2.756423] dwc_otg 3f980000.usb: DWC OTG Controller
  189. [ 2.757976] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  190. [ 2.759551] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
  191. [ 2.761114] Init: Port Power? op_state=1
  192. [ 2.762663] Init: Power Port (0)
  193. [ 2.764474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
  194. [ 2.767691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  195. [ 2.769409] usb usb1: Product: DWC OTG Controller
  196. [ 2.771090] usb usb1: Manufacturer: Linux 6.6.51+rpt-rpi-v8 dwc_otg_hcd
  197. [ 2.772798] usb usb1: SerialNumber: 3f980000.usb
  198. [ 2.775247] hub 1-0:1.0: USB hub found
  199. [ 2.776944] hub 1-0:1.0: 1 port detected
  200. [ 2.779325] dwc_otg: FIQ enabled
  201. [ 2.779335] dwc_otg: NAK holdoff enabled
  202. [ 2.779343] dwc_otg: FIQ split-transaction FSM enabled
  203. [ 2.779357] Module dwc_common_port init
  204. [ 2.780192] usbcore: registered new interface driver uas
  205. [ 2.781958] usbcore: registered new interface driver usb-storage
  206. [ 2.784194] mousedev: PS/2 mouse device common for all mice
  207. [ 2.789069] sdhci: Secure Digital Host Controller Interface driver
  208. [ 2.790733] sdhci: Copyright(c) Pierre Ossman
  209. [ 2.792528] sdhci-pltfm: SDHCI platform and OF driver helper
  210. [ 2.796892] ledtrig-cpu: registered to indicate activity on CPUs
  211. [ 2.799068] hid: raw HID events driver (C) Jiri Kosina
  212. [ 2.800860] usbcore: registered new interface driver usbhid
  213. [ 2.802539] usbhid: USB HID core driver
  214. [ 2.809757] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  215. [ 2.814576] NET: Registered PF_PACKET protocol family
  216. [ 2.816432] Key type dns_resolver registered
  217. [ 2.854991] registered taskstats version 1
  218. [ 2.856992] Loading compiled-in X.509 certificates
  219. [ 2.873170] Key type .fscrypt registered
  220. [ 2.876081] Key type fscrypt-provisioning registered
  221. [ 2.887398] uart-pl011 3f201000.serial: cts_event_workaround enabled
  222. [ 2.889477] Indeed it is in host mode hprt0 = 00021501
  223. [ 2.893551] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
  224. [ 2.897101] serial serial0: tty port ttyAMA1 registered
  225. [ 2.907664] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  226. [ 2.909837] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  227. [ 2.913167] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
  228. [ 2.915026] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
  229. [ 2.942533] sdhost: log_buf @ 00000000cda4b678 (c2d9c000)
  230. [ 2.995161] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  231. [ 2.999259] of_cfs_init
  232. [ 3.001186] of_cfs_init: OK
  233. [ 3.003223] clk: Disabling unused clocks
  234. [ 3.017502] Freeing unused kernel memory: 4864K
  235. [ 3.019428] Run /init as init process
  236. [ 3.021080] with arguments:
  237. [ 3.021086] /init
  238. [ 3.021093] with environment:
  239. [ 3.021098] HOME=/
  240. [ 3.021105] TERM=linux
  241. [ 3.030847] mmc0: host does not support reading read-only switch, assuming write-enable
  242. [ 3.036138] mmc0: Host Software Queue enabled
  243. [ 3.037973] mmc0: new high speed SDHC card at address 0001
  244. [ 3.041330] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
  245. [ 3.046978] mmcblk0: p1 p2
  246. [ 3.050214] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
  247. [ 3.057493] mmc1: new high speed SDIO card at address 0001
  248. [ 3.085335] usb 1-1: new high-speed USB device number 2 using dwc_otg
  249. [ 3.087989] Indeed it is in host mode hprt0 = 00001101
  250. [ 3.301833] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
  251. [ 3.305204] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  252. [ 3.308248] hub 1-1:1.0: USB hub found
  253. [ 3.310379] hub 1-1:1.0: 4 ports detected
  254. [ 3.601313] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  255. [ 3.702113] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
  256. [ 3.708926] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  257. [ 3.733945] hub 1-1.1:1.0: USB hub found
  258. [ 3.736309] hub 1-1.1:1.0: 3 ports detected
  259. [ 4.092150] dwc_otg_handle_wakeup_detected_intr lxstate = 2
  260. [ 4.637273] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
  261. [ 4.741924] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
  262. [ 4.745948] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  263. [ 5.015456] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
  264. [ 5.050444] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
  265. [ 5.361295] usb 1-1.1.3: new high-speed USB device number 5 using dwc_otg
  266. [ 5.495235] usb 1-1.1.3: New USB device found, idVendor=14b0, idProduct=0206, bcdDevice= 1.00
  267. [ 5.499508] usb 1-1.1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
  268. [ 5.501791] usb 1-1.1.3: Product: SA400S37240G
  269. [ 5.504007] usb 1-1.1.3: Manufacturer: KINGSTON
  270. [ 5.506194] usb 1-1.1.3: SerialNumber: 123456698C9E
  271. [ 5.509221] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
  272. [ 5.513513] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
  273. [ 5.518088] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
  274. [ 5.522758] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
  275. [ 5.527476] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
  276. [ 5.531008] scsi host0: usb-storage 1-1.1.3:1.0
  277. [ 6.559918] scsi 0:0:0:0: Direct-Access KINGSTON SA400S37240G 0 PQ: 0 ANSI: 6
  278. [ 6.566745] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
  279. [ 6.569666] sd 0:0:0:0: [sda] Write Protect is off
  280. [ 6.572094] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  281. [ 6.576536] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  282. [ 6.585026] sda: sda1 sda2
  283. [ 6.588048] sd 0:0:0:0: [sda] Attached SCSI disk
  284. [ 8.377317] EXT4-fs (sda2): mounted filesystem ce208fd3-38a8-424a-87a2-cd44114eb820 ro with ordered data mode. Quota mode: none.
  285. [ 8.988344] systemd[1]: System time before build time, advancing clock.
  286. [ 9.215554] NET: Registered PF_INET6 protocol family
  287. [ 9.219299] Segment Routing with IPv6
  288. [ 9.221210] In-situ OAM (IOAM) with IPv6
  289. [ 9.299866] systemd[1]: systemd 252.31-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)
  290. [ 9.309394] systemd[1]: Detected architecture arm64.
  291. [ 9.326710] systemd[1]: Hostname set to <test-rpi>.
  292. [ 9.888458] systemd[1]: /lib/systemd/system/telegraf.service:11: Unknown key 'ImportCredential' in section [Service], ignoring.
  293. [ 10.356045] systemd[1]: Queued start job for default target multi-user.target.
  294. [ 10.385613] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
  295. [ 10.392527] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
  296. [ 10.399210] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
  297. [ 10.407302] systemd[1]: Created slice user.slice - User and Session Slice.
  298. [ 10.412857] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
  299. [ 10.420601] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
  300. [ 10.428990] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
  301. [ 10.436539] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-8a438930\x2d01.device - /dev/disk/by-partuuid/8a438930-01...
  302. [ 10.444289] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
  303. [ 10.449782] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
  304. [ 10.457931] systemd[1]: Reached target paths.target - Path Units.
  305. [ 10.463464] systemd[1]: Reached target slices.target - Slice Units.
  306. [ 10.468880] systemd[1]: Reached target swap.target - Swaps.
  307. [ 10.474139] systemd[1]: Reached target time-set.target - System Time Set.
  308. [ 10.479528] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
  309. [ 10.487987] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
  310. [ 10.496083] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
  311. [ 10.505428] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
  312. [ 10.514126] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
  313. [ 10.522814] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
  314. [ 10.529934] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
  315. [ 10.538513] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
  316. [ 10.544964] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
  317. [ 10.569823] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
  318. [ 10.581838] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
  319. [ 10.593775] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
  320. [ 10.600314] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
  321. [ 10.612649] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
  322. [ 10.628557] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
  323. [ 10.644804] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
  324. [ 10.661609] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
  325. [ 10.678567] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
  326. [ 10.693168] systemd[1]: Starting [email protected] - Load Kernel Module drm...
  327. [ 10.708229] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
  328. [ 10.729053] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
  329. [ 10.745648] systemd[1]: Starting [email protected] - Load Kernel Module loop...
  330. [ 10.752557] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected]
  331. [ 10.752839] 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).
  332. [ 10.779591] systemd[1]: Starting systemd-journald.service - Journal Service...
  333. [ 10.804797] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
  334. [ 10.822447] fuse: init (API version 7.39)
  335. [ 10.824654] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
  336. [ 10.843732] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
  337. [ 10.870683] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
  338. [ 10.877708] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
  339. [ 10.884493] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
  340. [ 10.897492] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
  341. [ 10.916416] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
  342. [ 10.938172] systemd[1]: [email protected]: Deactivated successfully.
  343. [ 10.943021] systemd[1]: Finished [email protected] - Load Kernel Module configfs.
  344. [ 10.956055] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
  345. [ 10.963777] i2c_dev: i2c /dev entries driver
  346. [ 10.966139] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
  347. [ 10.970102] EXT4-fs (sda2): re-mounted ce208fd3-38a8-424a-87a2-cd44114eb820 r/w. Quota mode: none.
  348. [ 10.991236] systemd[1]: [email protected]: Deactivated successfully.
  349. [ 10.995372] systemd[1]: Finished [email protected] - Load Kernel Module drm.
  350. [ 11.004482] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
  351. [ 11.008341] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
  352. [ 11.018953] systemd[1]: [email protected]: Deactivated successfully.
  353. [ 11.024662] systemd[1]: Finished [email protected] - Load Kernel Module fuse.
  354. [ 11.033533] systemd[1]: [email protected]: Deactivated successfully.
  355. [ 11.036981] systemd[1]: Finished [email protected] - Load Kernel Module loop.
  356. [ 11.044707] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
  357. [ 11.055912] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
  358. [ 11.093974] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
  359. [ 11.109441] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
  360. [ 11.124485] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
  361. [ 11.135479] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
  362. [ 11.149750] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
  363. [ 11.155917] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
  364. [ 11.168952] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
  365. [ 11.193048] systemd[1]: Starting systemd-sysusers.service - Create System Users...
  366. [ 11.254902] systemd[1]: Started systemd-journald.service - Journal Service.
  367. [ 11.431018] systemd-journald[255]: Received client request to flush runtime journal.
  368. [ 12.774349] sd 0:0:0:0: Attached scsi generic sg0 type 0
  369. [ 12.969011] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
  370. [ 12.974860] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
  371. [ 12.993334] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  372. [ 12.995172] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  373. [ 12.995203] [vc_sm_connected_init]: start
  374. [ 12.996807] [vc_sm_connected_init]: installed successfully
  375. [ 13.042072] mc: Linux media interface: v0.10
  376. [ 13.294655] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  377. [ 13.318321] videodev: Linux video capture interface: v2.00
  378. [ 13.341408] bcm2835_audio bcm2835_audio: card created with 8 channels
  379. [ 13.360103] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  380. [ 13.375326] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  381. [ 13.410061] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  382. [ 13.411019] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  383. [ 13.411708] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  384. [ 13.414772] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  385. [ 13.414814] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  386. [ 13.414849] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  387. [ 13.414872] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  388. [ 13.414888] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  389. [ 13.423104] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
  390. [ 13.423875] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
  391. [ 13.426414] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
  392. [ 13.427947] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
  393. [ 13.428041] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  394. [ 13.428064] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  395. [ 13.428080] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  396. [ 13.428095] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  397. [ 13.429601] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  398. [ 13.438786] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  399. [ 13.456576] Bluetooth: Core ver 2.22
  400. [ 13.456760] NET: Registered PF_BLUETOOTH protocol family
  401. [ 13.456771] Bluetooth: HCI device and connection manager initialized
  402. [ 13.456803] Bluetooth: HCI socket layer initialized
  403. [ 13.456820] Bluetooth: L2CAP socket layer initialized
  404. [ 13.456902] Bluetooth: SCO socket layer initialized
  405. [ 13.458350] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  406. [ 13.501864] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  407. [ 13.501986] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  408. [ 13.515625] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  409. [ 13.515692] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  410. [ 13.523519] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  411. [ 13.523587] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  412. [ 13.535708] Bluetooth: HCI UART driver ver 2.3
  413. [ 13.535746] Bluetooth: HCI UART protocol H4 registered
  414. [ 13.535920] Bluetooth: HCI UART protocol Three-wire (H5) registered
  415. [ 13.537461] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
  416. [ 13.541870] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  417. [ 13.541931] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  418. [ 13.546335] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
  419. [ 13.546853] Bluetooth: HCI UART protocol Broadcom registered
  420. [ 13.565057] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
  421. [ 13.565131] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
  422. [ 13.611455] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  423. [ 13.665712] uart-pl011 3f201000.serial: no DMA platform data
  424. [ 13.668928] Loaded X.509 cert '[email protected]: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
  425. [ 13.670695] Loaded X.509 cert '[email protected]: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
  426. [ 13.672337] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  427. [ 13.674589] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
  428. [ 13.913370] Bluetooth: hci0: BCM: chip id 107
  429. [ 13.913696] Bluetooth: hci0: BCM: features 0x2f
  430. [ 13.914641] brcmfmac: F1 signature read @0x18000000=0x15264345
  431. [ 13.914851] Bluetooth: hci0: BCM4345C0
  432. [ 13.914863] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
  433. [ 13.919282] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  434. [ 13.921697] usbcore: registered new interface driver brcmfmac
  435. [ 13.923286] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd' Patch
  436. [ 14.077833] Console: switching to colour dummy device 80x25
  437. [ 14.079949] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
  438. [ 14.086003] Registered IR keymap rc-cec
  439. [ 14.086247] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
  440. [ 14.086474] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
  441. [ 14.138383] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card1/input1
  442. [ 14.145741] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
  443. [ 14.146229] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
  444. [ 14.153503] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
  445. [ 14.153917] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
  446. [ 14.154228] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
  447. [ 14.154460] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
  448. [ 14.165901] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
  449. [ 14.167624] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
  450. [ 14.168102] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
  451. [ 14.192399] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
  452. [ 14.193935] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
  453. [ 14.706443] Adding 1048572k swap on /var/swap. Priority:-2 extents:3 across:1228796k
  454. [ 14.770254] Bluetooth: hci0: BCM: features 0x2f
  455. [ 14.771701] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
  456. [ 14.771717] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
  457. [ 14.772137] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
  458. [ 15.578350] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  459. [ 15.578374] Bluetooth: BNEP filters: protocol multicast
  460. [ 15.578394] Bluetooth: BNEP socket layer initialized
  461. [ 15.587422] Bluetooth: MGMT ver 1.22
  462. [ 15.603534] NET: Registered PF_ALG protocol family
  463. [ 17.673546] lan78xx 1-1.1.1:1.0 eth0: Link is Down
  464. [ 17.727986] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  465. [ 43.783943] warning: `cat' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
  466. [ 1264.038405] systemd[3457]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
  467.  
Advertisement
Add Comment
Please, Sign In to add comment