Advertisement
Guest User

Untitled

a guest
Mar 14th, 2023
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.05 KB | None | 0 0
  1. ~ $ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 5.15.84-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1613 SMP Thu Jan 5 12:01:26 GMT 2023
  4. [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
  5. [ 0.000000] CPU: div instructions available: patching division code
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  7. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
  8. [ 0.000000] random: crng init done
  9. [ 0.000000] Memory policy: Data cache writealloc
  10. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000012c00000, size 448 MiB
  11. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  12. [ 0.000000] Zone ranges:
  13. [ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
  14. [ 0.000000] Normal empty
  15. [ 0.000000] HighMem [mem 0x0000000030000000-0x00000001ffffffff]
  16. [ 0.000000] Movable zone start for each node
  17. [ 0.000000] Early memory node ranges
  18. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
  19. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
  20. [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
  21. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
  22. [ 0.000000] percpu: Embedded 16 pages/cpu s35788 r8192 d21556 u65536
  23. [ 0.000000] pcpu-alloc: s35788 r8192 d21556 u65536 alloc=16*4096
  24. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  25. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2059584
  26. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=E4:5F:01:70:36:FF vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=8dec9c4c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
  27. [ 0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
  28. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  29. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  30. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  31. [ 0.000000] software IO TLB: mapped [mem 0x000000000a400000-0x000000000e400000] (64MB)
  32. [ 0.000000] Memory: 7627436K/8245248K available (10240K kernel code, 1386K rwdata, 3308K rodata, 2048K init, 591K bss, 159060K reserved, 458752K cma-reserved, 7458816K highmem)
  33. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  34. [ 0.000000] ftrace: allocating 35518 entries in 105 pages
  35. [ 0.000000] ftrace: allocated 105 pages with 4 groups
  36. [ 0.000000] trace event string verifier disabled
  37. [ 0.000000] rcu: Hierarchical RCU implementation.
  38. [ 0.000000] Rude 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 10 jiffies.
  41. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  42. [ 0.000000] GIC: Using split EOI/Deactivate mode
  43. [ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 25)
  44. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  45. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  46. [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  47. [ 0.000018] Switching to timer-based delay loop, resolution 18ns
  48. [ 0.000379] Console: colour dummy device 80x30
  49. [ 0.000442] printk: console [tty1] enabled
  50. [ 0.000507] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
  51. [ 0.000538] pid_max: default: 32768 minimum: 301
  52. [ 0.000679] LSM: Security Framework initializing
  53. [ 0.000888] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  54. [ 0.000919] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  55. [ 0.002529] cgroup: Disabling memory control group subsystem
  56. [ 0.002783] CPU: Testing write buffer coherency: ok
  57. [ 0.002841] CPU0: Spectre BHB: enabling loop workaround for all CPUs
  58. [ 0.003314] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  59. [ 0.004846] Setting up static identity map for 0x200000 - 0x20003c
  60. [ 0.005050] rcu: Hierarchical SRCU implementation.
  61. [ 0.006072] smp: Bringing up secondary CPUs ...
  62. [ 0.007293] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  63. [ 0.008658] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  64. [ 0.009965] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  65. [ 0.010124] smp: Brought up 1 node, 4 CPUs
  66. [ 0.010149] SMP: Total of 4 processors activated (432.00 BogoMIPS).
  67. [ 0.010169] CPU: All CPU(s) started in HYP mode.
  68. [ 0.010183] CPU: Virtualization extensions available.
  69. [ 0.010990] devtmpfs: initialized
  70. [ 0.026473] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
  71. [ 0.026707] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  72. [ 0.026743] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  73. [ 0.041600] pinctrl core: initialized pinctrl subsystem
  74. [ 0.042902] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  75. [ 0.047601] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  76. [ 0.048421] audit: initializing netlink subsys (disabled)
  77. [ 0.048688] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
  78. [ 0.049349] thermal_sys: Registered thermal governor 'step_wise'
  79. [ 0.050228] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  80. [ 0.050248] hw-breakpoint: maximum watchpoint size is 8 bytes.
  81. [ 0.050646] Serial: AMBA PL011 UART driver
  82. [ 0.064611] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  83. [ 0.100089] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-02-22T10:46:02, variant start
  84. [ 0.110106] raspberrypi-firmware soc:firmware: Firmware hash is 74a4b109e7f5be465332a1f102649d34f8498d05
  85. [ 0.170336] Kprobes globally optimized
  86. [ 0.176471] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
  87. [ 0.181165] vgaarb: loaded
  88. [ 0.181657] SCSI subsystem initialized
  89. [ 0.181902] usbcore: registered new interface driver usbfs
  90. [ 0.181964] usbcore: registered new interface driver hub
  91. [ 0.182037] usbcore: registered new device driver usb
  92. [ 0.182441] usb_phy_generic phy: supply vcc not found, using dummy regulator
  93. [ 0.182643] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
  94. [ 0.182960] pps_core: LinuxPPS API ver. 1 registered
  95. [ 0.182975] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  96. [ 0.183003] PTP clock support registered
  97. [ 0.184752] clocksource: Switched to clocksource arch_sys_counter
  98. [ 0.265525] VFS: Disk quotas dquot_6.6.0
  99. [ 0.265638] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  100. [ 0.265825] FS-Cache: Loaded
  101. [ 0.266025] CacheFiles: Loaded
  102. [ 0.267158] simple-framebuffer 3e402000.framebuffer: framebuffer at 0x3e402000, 0x7f8000 bytes
  103. [ 0.267181] simple-framebuffer 3e402000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
  104. [ 0.267694] Console: switching to colour frame buffer device 240x67
  105. [ 0.278358] simple-framebuffer 3e402000.framebuffer: fb0: simplefb registered!
  106. [ 0.287210] NET: Registered PF_INET protocol family
  107. [ 0.287483] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  108. [ 0.289150] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  109. [ 0.289185] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  110. [ 0.289210] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  111. [ 0.289275] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  112. [ 0.289353] TCP: Hash tables configured (established 8192 bind 8192)
  113. [ 0.289526] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  114. [ 0.289565] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  115. [ 0.289815] NET: Registered PF_UNIX/PF_LOCAL protocol family
  116. [ 0.290847] RPC: Registered named UNIX socket transport module.
  117. [ 0.290866] RPC: Registered udp transport module.
  118. [ 0.290880] RPC: Registered tcp transport module.
  119. [ 0.290894] RPC: Registered tcp NFSv4.1 backchannel transport module.
  120. [ 0.290918] PCI: CLS 0 bytes, default 64
  121. [ 1.342045] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  122. [ 1.344795] Initialise system trusted keyrings
  123. [ 1.345101] workingset: timestamp_bits=14 max_order=21 bucket_order=7
  124. [ 1.354174] zbud: loaded
  125. [ 1.356338] FS-Cache: Netfs 'nfs' registered for caching
  126. [ 1.357216] NFS: Registering the id_resolver key type
  127. [ 1.357260] Key type id_resolver registered
  128. [ 1.357274] Key type id_legacy registered
  129. [ 1.357406] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  130. [ 1.357423] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  131. [ 1.358533] Key type asymmetric registered
  132. [ 1.358550] Asymmetric key parser 'x509' registered
  133. [ 1.358782] bounce: pool size: 64 pages
  134. [ 1.358850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  135. [ 1.359092] io scheduler mq-deadline registered
  136. [ 1.359109] io scheduler kyber registered
  137. [ 1.368469] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  138. [ 1.368515] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  139. [ 1.368611] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
  140. [ 1.368705] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000
  141. [ 1.426856] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  142. [ 1.427232] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  143. [ 1.427253] pci_bus 0000:00: root bus resource [bus 00-ff]
  144. [ 1.427275] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
  145. [ 1.427369] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  146. [ 1.427617] pci 0000:00:00.0: PME# supported from D0 D3hot
  147. [ 1.431357] PCI: bus0: Fast back to back transfers disabled
  148. [ 1.431695] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  149. [ 1.431825] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  150. [ 1.432292] pci 0000:01:00.0: PME# supported from D0 D3hot
  151. [ 1.435971] PCI: bus1: Fast back to back transfers disabled
  152. [ 1.436034] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  153. [ 1.436062] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  154. [ 1.436149] pci 0000:00:00.0: PCI bridge to [bus 01]
  155. [ 1.436174] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  156. [ 1.436619] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
  157. [ 1.436871] pcieport 0000:00:00.0: PME: Signaling with IRQ 77
  158. [ 1.450865] iproc-rng200 fe104000.rng: hwrng registered
  159. [ 1.451248] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  160. [ 1.452824] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  161. [ 1.466256] brd: module loaded
  162. [ 1.476914] loop: module loaded
  163. [ 1.477760] Loading iSCSI transport class v2.0-870.
  164. [ 1.483109] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  165. [ 1.574913] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  166. [ 1.576167] usbcore: registered new interface driver r8152
  167. [ 1.576243] usbcore: registered new interface driver lan78xx
  168. [ 1.576307] usbcore: registered new interface driver smsc95xx
  169. [ 1.628098] xhci_hcd 0000:01:00.0: xHCI Host Controller
  170. [ 1.628149] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  171. [ 1.633740] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
  172. [ 1.634856] xhci_hcd 0000:01:00.0: xHCI Host Controller
  173. [ 1.634884] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  174. [ 1.634910] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  175. [ 1.635346] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  176. [ 1.635370] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  177. [ 1.635389] usb usb1: Product: xHCI Host Controller
  178. [ 1.635405] usb usb1: Manufacturer: Linux 5.15.84-v7l+ xhci-hcd
  179. [ 1.635421] usb usb1: SerialNumber: 0000:01:00.0
  180. [ 1.636201] hub 1-0:1.0: USB hub found
  181. [ 1.636272] hub 1-0:1.0: 1 port detected
  182. [ 1.637277] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  183. [ 1.637301] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  184. [ 1.637319] usb usb2: Product: xHCI Host Controller
  185. [ 1.637336] usb usb2: Manufacturer: Linux 5.15.84-v7l+ xhci-hcd
  186. [ 1.637353] usb usb2: SerialNumber: 0000:01:00.0
  187. [ 1.638088] hub 2-0:1.0: USB hub found
  188. [ 1.638186] hub 2-0:1.0: 4 ports detected
  189. [ 1.640145] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  190. [ 1.640519] dwc_otg: FIQ enabled
  191. [ 1.640533] dwc_otg: NAK holdoff enabled
  192. [ 1.640547] dwc_otg: FIQ split-transaction FSM enabled
  193. [ 1.640564] Module dwc_common_port init
  194. [ 1.641048] usbcore: registered new interface driver uas
  195. [ 1.641160] usbcore: registered new interface driver usb-storage
  196. [ 1.641367] mousedev: PS/2 mouse device common for all mice
  197. [ 1.647241] sdhci: Secure Digital Host Controller Interface driver
  198. [ 1.647260] sdhci: Copyright(c) Pierre Ossman
  199. [ 1.647989] sdhci-pltfm: SDHCI platform and OF driver helper
  200. [ 1.651804] ledtrig-cpu: registered to indicate activity on CPUs
  201. [ 1.652185] hid: raw HID events driver (C) Jiri Kosina
  202. [ 1.652385] usbcore: registered new interface driver usbhid
  203. [ 1.652401] usbhid: USB HID core driver
  204. [ 1.659069] Initializing XFRM netlink socket
  205. [ 1.659116] NET: Registered PF_PACKET protocol family
  206. [ 1.659234] Key type dns_resolver registered
  207. [ 1.659731] Registering SWP/SWPB emulation handler
  208. [ 1.660573] registered taskstats version 1
  209. [ 1.660603] Loading compiled-in X.509 certificates
  210. [ 1.661502] Key type .fscrypt registered
  211. [ 1.661520] Key type fscrypt-provisioning registered
  212. [ 1.675199] uart-pl011 fe201000.serial: there is not valid maps for state default
  213. [ 1.675535] uart-pl011 fe201000.serial: cts_event_workaround enabled
  214. [ 1.675680] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
  215. [ 1.685184] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  216. [ 1.685678] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  217. [ 1.687005] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  218. [ 1.687026] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  219. [ 1.717319] of_cfs_init
  220. [ 1.717595] of_cfs_init: OK
  221. [ 1.751923] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
  222. [ 1.752504] Waiting for root device PARTUUID=8dec9c4c-02...
  223. [ 1.806884] mmc1: new high speed SDIO card at address 0001
  224. [ 1.851121] mmc0: new ultra high speed DDR50 SDHC card at address 59b4
  225. [ 1.852162] mmcblk0: mmc0:59b4 SN32G 29.7 GiB
  226. [ 1.855867] mmcblk0: p1 p2
  227. [ 1.856452] mmcblk0: mmc0:59b4 SN32G 29.7 GiB (quirks 0x00004000)
  228. [ 1.879078] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  229. [ 1.879165] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  230. [ 1.879822] devtmpfs: mounted
  231. [ 1.891019] Freeing unused kernel image (initmem) memory: 2048K
  232. [ 1.905106] Run /sbin/init as init process
  233. [ 1.905122] with arguments:
  234. [ 1.905134] /sbin/init
  235. [ 1.905147] splash
  236. [ 1.905160] with environment:
  237. [ 1.905172] HOME=/
  238. [ 1.905184] TERM=linux
  239. [ 1.924804] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  240. [ 2.108204] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  241. [ 2.108240] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  242. [ 2.108261] usb 1-1: Product: USB2.0 Hub
  243. [ 2.110447] hub 1-1:1.0: USB hub found
  244. [ 2.110745] hub 1-1:1.0: 4 ports detected
  245. [ 2.230149] systemd[1]: System time before build time, advancing clock.
  246. [ 2.265239] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
  247. [ 2.306829] usb 2-1: New USB device found, idVendor=152d, idProduct=0578, bcdDevice= 2.04
  248. [ 2.306863] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  249. [ 2.306883] usb 2-1: Product: External USB 3.0
  250. [ 2.306900] usb 2-1: Manufacturer: JMicron
  251. [ 2.306917] usb 2-1: SerialNumber: 201703310007F
  252. [ 2.347624] scsi host0: uas
  253. [ 2.349215] scsi 0:0:0:0: Direct-Access External USB3.0 0204 PQ: 0 ANSI: 6
  254. [ 2.351868] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
  255. [ 2.351894] sd 0:0:0:0: [sda] 4096-byte physical blocks
  256. [ 2.352163] sd 0:0:0:0: [sda] Write Protect is off
  257. [ 2.352183] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
  258. [ 2.352686] sd 0:0:0:0: [sda] Disabling FUA
  259. [ 2.352708] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  260. [ 2.353579] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
  261. [ 2.427914] sda: sda1
  262. [ 2.430439] sd 0:0:0:0: [sda] Attached SCSI disk
  263. [ 2.437422] NET: Registered PF_INET6 protocol family
  264. [ 2.439153] Segment Routing with IPv6
  265. [ 2.439199] In-situ OAM (IOAM) with IPv6
  266. [ 2.444813] usb 1-1.2: new low-speed USB device number 3 using xhci_hcd
  267. [ 2.516237] systemd[1]: systemd 247.3-7+rpi1+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
  268. [ 2.517144] systemd[1]: Detected architecture arm.
  269. [ 2.523175] systemd[1]: Set hostname to <raspberrypi>.
  270. [ 2.583538] usb 1-1.2: New USB device found, idVendor=045e, idProduct=00cb, bcdDevice= 1.00
  271. [ 2.583576] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  272. [ 2.583599] usb 1-1.2: Product: Microsoft USB Optical Mouse
  273. [ 2.583617] usb 1-1.2: Manufacturer: PixArt
  274. [ 2.596278] input: PixArt Microsoft USB Optical Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:00CB.0001/input/input0
  275. [ 2.597060] hid-generic 0003:045E:00CB.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Microsoft USB Optical Mouse] on usb-0000:01:00.0-1.2/input0
  276. [ 2.694859] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd
  277. [ 2.836651] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.03
  278. [ 2.836685] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  279. [ 2.836707] usb 1-1.4: Product: Logitech Illuminated Keyboard
  280. [ 2.836725] usb 1-1.4: Manufacturer: Logitech
  281. [ 2.849977] input: Logitech Logitech Illuminated Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C318.0002/input/input1
  282. [ 2.915805] hid-generic 0003:046D:C318.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:01:00.0-1.4/input0
  283. [ 2.922332] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C318.0003/input/input2
  284. [ 2.985449] hid-generic 0003:046D:C318.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:01:00.0-1.4/input1
  285. [ 3.237784] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
  286. [ 3.420590] systemd[1]: Queued start job for default target Graphical Interface.
  287. [ 3.426317] systemd[1]: Created slice system-getty.slice.
  288. [ 3.427744] systemd[1]: Created slice system-modprobe.slice.
  289. [ 3.428775] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  290. [ 3.429654] systemd[1]: Created slice User and Session Slice.
  291. [ 3.430192] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  292. [ 3.431308] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  293. [ 3.432078] systemd[1]: Reached target Slices.
  294. [ 3.432314] systemd[1]: Reached target Swap.
  295. [ 3.435744] systemd[1]: Listening on Syslog Socket.
  296. [ 3.436618] systemd[1]: Listening on fsck to fsckd communication Socket.
  297. [ 3.437060] systemd[1]: Listening on initctl Compatibility Named Pipe.
  298. [ 3.438374] systemd[1]: Listening on Journal Audit Socket.
  299. [ 3.439154] systemd[1]: Listening on Journal Socket (/dev/log).
  300. [ 3.440145] systemd[1]: Listening on Journal Socket.
  301. [ 3.445191] systemd[1]: Listening on udev Control Socket.
  302. [ 3.446081] systemd[1]: Listening on udev Kernel Socket.
  303. [ 3.447037] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  304. [ 3.452711] systemd[1]: Mounting POSIX Message Queue File System...
  305. [ 3.459308] systemd[1]: Mounting RPC Pipe File System...
  306. [ 3.466843] systemd[1]: Mounting Kernel Debug File System...
  307. [ 3.474143] systemd[1]: Mounting Kernel Trace File System...
  308. [ 3.475010] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
  309. [ 3.485718] systemd[1]: Starting Restore / save the current clock...
  310. [ 3.493542] systemd[1]: Starting Set the console keyboard layout...
  311. [ 3.501869] systemd[1]: Starting Create list of static device nodes for the current kernel...
  312. [ 3.509943] systemd[1]: Starting Load Kernel Module configfs...
  313. [ 3.519374] systemd[1]: Starting Load Kernel Module drm...
  314. [ 3.528358] systemd[1]: Starting Load Kernel Module fuse...
  315. [ 3.548144] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  316. [ 3.556566] systemd[1]: Starting File System Check on Root Device...
  317. [ 3.591865] systemd[1]: Starting Journal Service...
  318. [ 3.608163] fuse: init (API version 7.34)
  319. [ 3.616641] systemd[1]: Starting Load Kernel Modules...
  320. [ 3.624250] systemd[1]: Starting Coldplug All udev Devices...
  321. [ 3.668509] systemd[1]: Mounted POSIX Message Queue File System.
  322. [ 3.669395] systemd[1]: Mounted RPC Pipe File System.
  323. [ 3.670326] systemd[1]: Mounted Kernel Debug File System.
  324. [ 3.671238] systemd[1]: Mounted Kernel Trace File System.
  325. [ 3.673473] systemd[1]: Finished Restore / save the current clock.
  326. [ 3.681139] systemd[1]: Finished Create list of static device nodes for the current kernel.
  327. [ 3.683663] systemd[1]: [email protected]: Succeeded.
  328. [ 3.685822] systemd[1]: Finished Load Kernel Module configfs.
  329. [ 3.688150] systemd[1]: [email protected]: Succeeded.
  330. [ 3.689854] systemd[1]: Finished Load Kernel Module fuse.
  331. [ 3.714997] systemd[1]: Mounting FUSE Control File System...
  332. [ 3.733986] systemd[1]: Mounting Kernel Configuration File System...
  333. [ 3.761974] i2c_dev: i2c /dev entries driver
  334. [ 3.795956] systemd[1]: Started File System Check Daemon to report status.
  335. [ 3.809242] systemd[1]: [email protected]: Succeeded.
  336. [ 3.825088] systemd[1]: Finished Load Kernel Module drm.
  337. [ 3.827820] systemd[1]: Finished Load Kernel Modules.
  338. [ 3.828905] systemd[1]: Mounted FUSE Control File System.
  339. [ 3.829619] systemd[1]: Mounted Kernel Configuration File System.
  340. [ 3.836428] systemd[1]: Starting Apply Kernel Variables...
  341. [ 3.856143] systemd[1]: Finished File System Check on Root Device.
  342. [ 3.862524] systemd[1]: Starting Remount Root and Kernel File Systems...
  343. [ 3.907049] systemd[1]: Finished Apply Kernel Variables.
  344. [ 4.046583] systemd[1]: Started Journal Service.
  345. [ 4.284414] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
  346. [ 4.354522] systemd-journald[146]: Received client request to flush runtime journal.
  347. [ 4.372576] systemd-journald[146]: File /var/log/journal/06bb36c88e5249279c75af8e9ffd7254/system.journal corrupted or uncleanly shut down, renaming and replacing.
  348. [ 5.595389] mc: Linux media interface: v0.10
  349. [ 5.652766] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  350. [ 5.696863] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  351. [ 5.696899] [vc_sm_connected_init]: start
  352. [ 5.698266] [vc_sm_connected_init]: installed successfully
  353. [ 5.771082] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  354. [ 5.862582] videodev: Linux video capture interface: v2.00
  355. [ 5.870562] bcm2835_audio bcm2835_audio: card created with 8 channels
  356. [ 5.926393] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
  357. [ 5.933288] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
  358. [ 6.002197] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
  359. [ 6.009927] rpivid feb10000.codec: Device registered as /dev/video19
  360. [ 6.062316] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  361. [ 6.187261] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  362. [ 6.199284] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  363. [ 6.229704] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  364. [ 6.231213] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  365. [ 6.255974] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  366. [ 6.256043] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  367. [ 6.266813] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  368. [ 6.266886] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  369. [ 6.275752] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  370. [ 6.280547] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  371. [ 6.280602] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  372. [ 6.282802] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  373. [ 6.282847] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  374. [ 6.282876] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  375. [ 6.282900] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  376. [ 6.282922] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  377. [ 6.293774] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  378. [ 6.293828] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  379. [ 6.316710] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
  380. [ 6.316760] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
  381. [ 6.319419] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
  382. [ 6.320655] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
  383. [ 6.353709] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
  384. [ 6.364894] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
  385. [ 6.364943] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  386. [ 6.364969] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  387. [ 6.364992] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  388. [ 6.365015] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  389. [ 6.367703] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  390. [ 6.403233] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
  391. [ 6.457957] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  392. [ 6.908885] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  393. [ 7.019360] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  394. [ 7.039508] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
  395. [ 7.415559] brcmfmac: F1 signature read @0x18000000=0x15264345
  396. [ 7.462594] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  397. [ 7.685764] checking generic (3e402000 7f8000) vs hw (0 ffffffffffffffff)
  398. [ 7.685807] fb0: switching to vc4 from simple
  399. [ 7.704478] Console: switching to colour dummy device 80x30
  400. [ 7.749470] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  401. [ 7.753754] usbcore: registered new interface driver brcmfmac
  402. [ 7.765843] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  403. [ 7.771879] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
  404. [ 7.772216] Registered IR keymap rc-cec
  405. [ 7.805183] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  406. [ 7.868745] sd 0:0:0:0: Attached scsi generic sg0 type 0
  407. [ 7.884644] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4
  408. [ 8.251903] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
  409. [ 8.258055] Registered IR keymap rc-cec
  410. [ 8.347159] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
  411. [ 8.347842] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input5
  412. [ 8.423996] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
  413. [ 8.424591] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
  414. [ 8.425278] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
  415. [ 8.425879] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
  416. [ 8.426348] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
  417. [ 8.441982] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
  418. [ 8.444041] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
  419. [ 8.627294] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
  420. [ 8.810788] uart-pl011 fe201000.serial: no DMA platform data
  421. [ 8.863334] Console: switching to colour frame buffer device 240x67
  422. [ 8.863396] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
  423. [ 9.254382] 8021q: 802.1Q VLAN Support v1.8
  424. [ 9.465618] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
  425. [ 9.466644] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  426. [ 9.467893] bcmgenet fd580000.ethernet eth0: Link is Down
  427. [ 13.595017] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  428. [ 13.595068] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  429. [ 16.435871] Bluetooth: Core ver 2.22
  430. [ 16.435931] NET: Registered PF_BLUETOOTH protocol family
  431. [ 16.435937] Bluetooth: HCI device and connection manager initialized
  432. [ 16.435950] Bluetooth: HCI socket layer initialized
  433. [ 16.435958] Bluetooth: L2CAP socket layer initialized
  434. [ 16.435972] Bluetooth: SCO socket layer initialized
  435. [ 16.451867] Bluetooth: HCI UART driver ver 2.3
  436. [ 16.451883] Bluetooth: HCI UART protocol H4 registered
  437. [ 16.451952] Bluetooth: HCI UART protocol Three-wire (H5) registered
  438. [ 16.452135] Bluetooth: HCI UART protocol Broadcom registered
  439. [ 16.516889] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
  440. [ 16.892530] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  441. [ 16.892544] Bluetooth: BNEP filters: protocol multicast
  442. [ 16.892556] Bluetooth: BNEP socket layer initialized
  443. [ 16.909982] NET: Registered PF_ALG protocol family
  444. [ 16.944152] cryptd: max_cpu_qlen set to 1000
  445. [ 17.118903] Bluetooth: RFCOMM TTY layer initialized
  446. [ 17.118933] Bluetooth: RFCOMM socket layer initialized
  447. [ 17.118960] Bluetooth: RFCOMM ver 1.11
  448. [ 19.610241] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  449. [ 31.834834] cam-dummy-reg: disabling
  450. [ 83.779380] v3d fec00000.v3d: MMU error from client L2T (0) at 0x7701000, pte invalid
  451. [ 337.372450] rpivid feb10000.codec: rpivid_h265_start: (1920x1088)
  452. [ 337.390891] rpivid feb10000.codec: SPS changed
  453. [ 337.390909] rpivid feb10000.codec: PPS changed
  454. [ 337.533497] rpivid feb10000.codec: Missing DPB ent 6, timestamp=0, index=-1
  455. [ 337.536627] rpivid feb10000.codec: phase1_cb: Post wait: 0xffffffff
  456. [ 337.548173] rpivid feb10000.codec: Missing DPB ent 7, timestamp=0, index=-1
  457. [ 337.565503] rpivid feb10000.codec: Missing DPB ent 7, timestamp=0, index=-1
  458. [ 337.581759] rpivid feb10000.codec: Missing DPB ent 6, timestamp=0, index=-1
  459. [ 337.585889] rpivid feb10000.codec: phase1_cb: Post wait: 0xffffffff
  460. [ 337.591421] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  461. [ 337.604108] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  462. [ 337.614387] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  463. [ 337.614936] rpivid feb10000.codec: phase1_cb: Post wait: 0xffffffff
  464. [ 337.621817] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  465. [ 337.633631] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  466. [ 337.635723] rpivid feb10000.codec: phase1_cb: Post wait: 0xffffffff
  467. [ 337.688544] rpivid feb10000.codec: rpivid_h265_stop
  468. [ 419.541104] rpivid feb10000.codec: rpivid_h265_start: (1920x1088)
  469. [ 419.561728] rpivid feb10000.codec: SPS changed
  470. [ 419.561740] rpivid feb10000.codec: PPS changed
  471. [ 419.684387] rpivid feb10000.codec: phase1_cb: Post wait: 0xffffffff
  472. [ 419.712847] rpivid feb10000.codec: Missing DPB ent 6, timestamp=0, index=-1
  473. [ 419.712875] rpivid feb10000.codec: Missing DPB ent 7, timestamp=0, index=-1
  474. [ 419.714253] rpivid feb10000.codec: phase1_cb: Post wait: 0xffffffff
  475. [ 419.725333] rpivid feb10000.codec: Missing DPB ent 7, timestamp=0, index=-1
  476. [ 419.725346] rpivid feb10000.codec: Missing DPB ent 8, timestamp=0, index=-1
  477. [ 419.742995] rpivid feb10000.codec: Missing DPB ent 6, timestamp=0, index=-1
  478. [ 419.743012] rpivid feb10000.codec: Missing DPB ent 7, timestamp=0, index=-1
  479. [ 419.754831] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  480. [ 419.754851] rpivid feb10000.codec: Missing DPB ent 6, timestamp=0, index=-1
  481. [ 419.765301] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  482. [ 419.765318] rpivid feb10000.codec: Missing DPB ent 6, timestamp=0, index=-1
  483. [ 419.785930] rpivid feb10000.codec: Missing DPB ent 4, timestamp=0, index=-1
  484. [ 419.785950] rpivid feb10000.codec: Missing DPB ent 5, timestamp=0, index=-1
  485. [ 419.785957] rpivid feb10000.codec: Missing DPB ent 8, timestamp=0, index=-1
  486. [ 419.805892] rpivid feb10000.codec: phase1_cb: Post wait: 0xffffffff
  487. [ 419.814771] rpivid feb10000.codec: Missing DPB ent 1, timestamp=0, index=-1
  488. [ 419.827517] rpivid feb10000.codec: Missing DPB ent 2, timestamp=0, index=-1
  489. [ 419.837765] rpivid feb10000.codec: Missing DPB ent 2, timestamp=0, index=-1
  490. [ 419.927002] rpivid feb10000.codec: rpivid_h265_stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement