Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.48 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  2. [ 0.000000] Linux version 5.15.32-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022
  3. [ 0.000000] random: fast init done
  4. [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
  7. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  8. [ 0.000000] Zone ranges:
  9. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
  10. [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff]
  11. [ 0.000000] Normal empty
  12. [ 0.000000] Movable zone start for each node
  13. [ 0.000000] Early memory node ranges
  14. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
  15. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
  16. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
  17. [ 0.000000] percpu: Embedded 28 pages/cpu s77144 r8192 d29352 u114688
  18. [ 0.000000] pcpu-alloc: s77144 r8192 d29352 u114688 alloc=28*4096
  19. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  20. [ 0.000000] Detected PIPT I-cache on CPU0
  21. [ 0.000000] CPU features: detected: Spectre-v2
  22. [ 0.000000] CPU features: detected: Spectre-v4
  23. [ 0.000000] CPU features: detected: Spectre-BHB
  24. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  25. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912
  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:3840x2160M@60 smsc95xx.macaddr=DC:A6:32:69:7C:47 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=ee7f9bbb-02 rootfstype=ext4 fsck.repair=yes rootwait
  27. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  28. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  29. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  30. [ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
  31. [ 0.000000] Memory: 3357488K/4050944K available (11456K kernel code, 1962K rwdata, 4144K rodata, 3776K init, 964K bss, 169168K reserved, 524288K cma-reserved)
  32. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  33. [ 0.000000] ftrace: allocating 37889 entries in 149 pages
  34. [ 0.000000] ftrace: allocated 149 pages with 4 groups
  35. [ 0.000000] trace event string verifier disabled
  36. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  37. [ 0.000000] rcu: RCU event tracing is enabled.
  38. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  39. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  40. [ 0.000000] Rude variant of Tasks RCU enabled.
  41. [ 0.000000] Tracing variant of Tasks RCU enabled.
  42. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  43. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  44. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  45. [ 0.000000] Root IRQ handler: gic_handle_irq
  46. [ 0.000000] GIC: Using split EOI/Deactivate mode
  47. [ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
  48. [ 0.000000] random: get_random_bytes called from start_kernel+0x510/0x6f8 with crng_init=1
  49. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  50. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  51. [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  52. [ 0.000256] Console: colour dummy device 80x25
  53. [ 0.000807] printk: console [tty1] enabled
  54. [ 0.000881] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  55. [ 0.000921] pid_max: default: 32768 minimum: 301
  56. [ 0.001070] LSM: Security Framework initializing
  57. [ 0.001255] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  58. [ 0.001337] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  59. [ 0.002618] cgroup: Disabling memory control group subsystem
  60. [ 0.005095] rcu: Hierarchical SRCU implementation.
  61. [ 0.006245] EFI services will not be available.
  62. [ 0.006802] smp: Bringing up secondary CPUs ...
  63. [ 0.007862] Detected PIPT I-cache on CPU1
  64. [ 0.007951] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  65. [ 0.009108] Detected PIPT I-cache on CPU2
  66. [ 0.009157] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  67. [ 0.010280] Detected PIPT I-cache on CPU3
  68. [ 0.010330] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  69. [ 0.010477] smp: Brought up 1 node, 4 CPUs
  70. [ 0.010571] SMP: Total of 4 processors activated.
  71. [ 0.010593] CPU features: detected: 32-bit EL0 Support
  72. [ 0.010612] CPU features: detected: 32-bit EL1 Support
  73. [ 0.010635] CPU features: detected: CRC32 instructions
  74. [ 0.042511] CPU: All CPU(s) started at EL2
  75. [ 0.042600] alternatives: patching kernel code
  76. [ 0.044359] devtmpfs: initialized
  77. [ 0.055513] Enabled cp15_barrier support
  78. [ 0.055584] Enabled setend support
  79. [ 0.055789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  80. [ 0.055839] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  81. [ 0.074192] pinctrl core: initialized pinctrl subsystem
  82. [ 0.075036] DMI not present or invalid.
  83. [ 0.075550] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  84. [ 0.079202] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  85. [ 0.079528] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  86. [ 0.080461] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  87. [ 0.080574] audit: initializing netlink subsys (disabled)
  88. [ 0.080877] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
  89. [ 0.081385] thermal_sys: Registered thermal governor 'step_wise'
  90. [ 0.081611] cpuidle: using governor menu
  91. [ 0.081945] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  92. [ 0.082145] ASID allocator initialised with 65536 entries
  93. [ 0.082317] Serial: AMBA PL011 UART driver
  94. [ 0.095001] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  95. [ 0.120388] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26, variant start
  96. [ 0.124407] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
  97. [ 0.174451] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
  98. [ 0.178655] vgaarb: loaded
  99. [ 0.179101] SCSI subsystem initialized
  100. [ 0.179327] usbcore: registered new interface driver usbfs
  101. [ 0.179394] usbcore: registered new interface driver hub
  102. [ 0.179471] usbcore: registered new device driver usb
  103. [ 0.179855] usb_phy_generic phy: supply vcc not found, using dummy regulator
  104. [ 0.180329] pps_core: LinuxPPS API ver. 1 registered
  105. [ 0.180354] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  106. [ 0.180393] PTP clock support registered
  107. [ 0.181925] clocksource: Switched to clocksource arch_sys_counter
  108. [ 0.274495] VFS: Disk quotas dquot_6.6.0
  109. [ 0.274626] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  110. [ 0.274809] FS-Cache: Loaded
  111. [ 0.275071] CacheFiles: Loaded
  112. [ 0.277285] simple-framebuffer 3cc23000.framebuffer: framebuffer at 0x3cc23000, 0x1fa4000 bytes
  113. [ 0.277322] simple-framebuffer 3cc23000.framebuffer: format=a8r8g8b8, mode=3840x2160x32, linelength=15360
  114. [ 0.322418] Console: switching to colour frame buffer device 480x135
  115. [ 0.365291] simple-framebuffer 3cc23000.framebuffer: fb0: simplefb registered!
  116. [ 0.375856] NET: Registered PF_INET protocol family
  117. [ 0.376366] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  118. [ 0.379969] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  119. [ 0.380122] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  120. [ 0.380428] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  121. [ 0.381129] TCP: Hash tables configured (established 32768 bind 32768)
  122. [ 0.381432] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  123. [ 0.381571] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  124. [ 0.381988] NET: Registered PF_UNIX/PF_LOCAL protocol family
  125. [ 0.383054] RPC: Registered named UNIX socket transport module.
  126. [ 0.383138] RPC: Registered udp transport module.
  127. [ 0.383199] RPC: Registered tcp transport module.
  128. [ 0.383259] RPC: Registered tcp NFSv4.1 backchannel transport module.
  129. [ 0.383343] PCI: CLS 0 bytes, default 64
  130. [ 0.385553] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  131. [ 0.386013] kvm [1]: IPA Size Limit: 44 bits
  132. [ 0.387236] kvm [1]: vgic interrupt IRQ9
  133. [ 0.387557] kvm [1]: Hyp mode initialized successfully
  134. [ 1.197224] Initialise system trusted keyrings
  135. [ 1.197684] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  136. [ 1.204603] zbud: loaded
  137. [ 1.206564] FS-Cache: Netfs 'nfs' registered for caching
  138. [ 1.207290] NFS: Registering the id_resolver key type
  139. [ 1.207395] Key type id_resolver registered
  140. [ 1.207453] Key type id_legacy registered
  141. [ 1.207607] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  142. [ 1.207689] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  143. [ 1.208992] Key type asymmetric registered
  144. [ 1.209055] Asymmetric key parser 'x509' registered
  145. [ 1.209184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  146. [ 1.209513] io scheduler mq-deadline registered
  147. [ 1.209578] io scheduler kyber registered
  148. [ 1.217880] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  149. [ 1.218037] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  150. [ 1.218216] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
  151. [ 1.218379] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
  152. [ 1.268022] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  153. [ 1.268453] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  154. [ 1.268538] pci_bus 0000:00: root bus resource [bus 00-ff]
  155. [ 1.268612] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
  156. [ 1.268796] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  157. [ 1.269101] pci 0000:00:00.0: PME# supported from D0 D3hot
  158. [ 1.273227] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  159. [ 1.273418] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  160. [ 1.273962] pci 0000:01:00.0: PME# supported from D0 D3cold
  161. [ 1.277938] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  162. [ 1.278038] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  163. [ 1.278151] pci 0000:00:00.0: PCI bridge to [bus 01]
  164. [ 1.278226] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  165. [ 1.286819] iproc-rng200 fe104000.rng: hwrng registered
  166. [ 1.287456] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  167. [ 1.288958] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  168. [ 1.289448] cacheinfo: Unable to detect cache hierarchy for CPU 0
  169. [ 1.300525] brd: module loaded
  170. [ 1.310343] loop: module loaded
  171. [ 1.311213] Loading iSCSI transport class v2.0-870.
  172. [ 1.316281] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  173. [ 1.374087] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  174. [ 1.375261] usbcore: registered new interface driver r8152
  175. [ 1.375408] usbcore: registered new interface driver lan78xx
  176. [ 1.375526] usbcore: registered new interface driver smsc95xx
  177. [ 1.377113] pci 0000:00:00.0: enabling device (0000 -> 0002)
  178. [ 1.377216] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
  179. [ 1.377375] xhci_hcd 0000:01:00.0: xHCI Host Controller
  180. [ 1.377462] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  181. [ 1.378337] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00003c0000000890
  182. [ 1.379416] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  183. [ 1.379523] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  184. [ 1.379611] usb usb1: Product: xHCI Host Controller
  185. [ 1.379677] usb usb1: Manufacturer: Linux 5.15.32-v8+ xhci-hcd
  186. [ 1.379749] usb usb1: SerialNumber: 0000:01:00.0
  187. [ 1.380536] hub 1-0:1.0: USB hub found
  188. [ 1.380681] hub 1-0:1.0: 1 port detected
  189. [ 1.381373] xhci_hcd 0000:01:00.0: xHCI Host Controller
  190. [ 1.381464] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  191. [ 1.381564] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  192. [ 1.382161] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  193. [ 1.382266] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  194. [ 1.382352] usb usb2: Product: xHCI Host Controller
  195. [ 1.382416] usb usb2: Manufacturer: Linux 5.15.32-v8+ xhci-hcd
  196. [ 1.382490] usb usb2: SerialNumber: 0000:01:00.0
  197. [ 1.383227] hub 2-0:1.0: USB hub found
  198. [ 1.383349] hub 2-0:1.0: 4 ports detected
  199. [ 1.385080] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  200. [ 1.385457] dwc_otg: FIQ enabled
  201. [ 1.385468] dwc_otg: NAK holdoff enabled
  202. [ 1.385478] dwc_otg: FIQ split-transaction FSM enabled
  203. [ 1.385490] Module dwc_common_port init
  204. [ 1.386071] usbcore: registered new interface driver uas
  205. [ 1.386230] usbcore: registered new interface driver usb-storage
  206. [ 1.386526] mousedev: PS/2 mouse device common for all mice
  207. [ 1.391523] sdhci: Secure Digital Host Controller Interface driver
  208. [ 1.391613] sdhci: Copyright(c) Pierre Ossman
  209. [ 1.392291] sdhci-pltfm: SDHCI platform and OF driver helper
  210. [ 1.395819] ledtrig-cpu: registered to indicate activity on CPUs
  211. [ 1.396505] hid: raw HID events driver (C) Jiri Kosina
  212. [ 1.396723] usbcore: registered new interface driver usbhid
  213. [ 1.396797] usbhid: USB HID core driver
  214. [ 1.397166] ashmem: initialized
  215. [ 1.405373] Initializing XFRM netlink socket
  216. [ 1.405506] NET: Registered PF_PACKET protocol family
  217. [ 1.405690] Key type dns_resolver registered
  218. [ 1.407015] registered taskstats version 1
  219. [ 1.407110] Loading compiled-in X.509 certificates
  220. [ 1.407845] Key type ._fscrypt registered
  221. [ 1.408031] Key type .fscrypt registered
  222. [ 1.408087] Key type fscrypt-provisioning registered
  223. [ 1.419990] uart-pl011 fe201000.serial: there is not valid maps for state default
  224. [ 1.426563] uart-pl011 fe201000.serial: cts_event_workaround enabled
  225. [ 1.432876] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2
  226. [ 1.447928] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  227. [ 1.454687] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  228. [ 1.462050] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  229. [ 1.468285] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  230. [ 1.503645] of_cfs_init
  231. [ 1.510048] of_cfs_init: OK
  232. [ 1.539529] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
  233. [ 1.546343] Waiting for root device PARTUUID=ee7f9bbb-02...
  234. [ 1.597476] mmc1: new high speed SDIO card at address 0001
  235. [ 1.633953] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  236. [ 1.653068] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
  237. [ 1.660246] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
  238. [ 1.673109] mmcblk0: p1 p2
  239. [ 1.679931] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
  240. [ 1.707572] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  241. [ 1.714048] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  242. [ 1.729607] devtmpfs: mounted
  243. [ 1.743419] Freeing unused kernel memory: 3776K
  244. [ 1.749942] Run /sbin/init as init process
  245. [ 1.756168] with arguments:
  246. [ 1.756177] /sbin/init
  247. [ 1.756188] with environment:
  248. [ 1.756196] HOME=/
  249. [ 1.756206] TERM=linux
  250. [ 1.788769] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  251. [ 1.795362] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  252. [ 1.801714] usb 1-1: Product: USB2.0 Hub
  253. [ 1.810136] hub 1-1:1.0: USB hub found
  254. [ 1.817003] hub 1-1:1.0: 4 ports detected
  255. [ 1.918363] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
  256. [ 1.943939] usb 2-2: New USB device found, idVendor=1058, idProduct=25a3, bcdDevice=10.29
  257. [ 1.950328] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  258. [ 1.956731] usb 2-2: Product: Elements 25A3
  259. [ 1.962952] usb 2-2: Manufacturer: Western Digital
  260. [ 1.969180] usb 2-2: SerialNumber: 355047474A585543
  261. [ 1.979045] usb-storage 2-2:1.0: USB Mass Storage device detected
  262. [ 1.986282] scsi host0: usb-storage 2-2:1.0
  263. [ 2.211492] systemd[1]: System time before build time, advancing clock.
  264. [ 2.321785] NET: Registered PF_INET6 protocol family
  265. [ 2.329822] Segment Routing with IPv6
  266. [ 2.338050] In-situ OAM (IOAM) with IPv6
  267. [ 2.438704] systemd[1]: systemd 247.3-7 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.446223] systemd[1]: Detected architecture arm64.
  269. [ 2.491834] systemd[1]: Set hostname to <raspberrypi>.
  270. [ 3.006786] scsi 0:0:0:0: Direct-Access WD Elements 25A3 1029 PQ: 0 ANSI: 6
  271. [ 3.016825] sd 0:0:0:0: [sda] Spinning up disk...
  272. [ 3.238232] systemd[1]: Queued start job for default target Graphical Interface.
  273. [ 3.249162] random: systemd: uninitialized urandom read (16 bytes read)
  274. [ 3.258086] systemd[1]: Created slice system-getty.slice.
  275. [ 3.271969] random: systemd: uninitialized urandom read (16 bytes read)
  276. [ 3.279543] systemd[1]: Created slice system-modprobe.slice.
  277. [ 3.292830] random: systemd: uninitialized urandom read (16 bytes read)
  278. [ 3.300393] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  279. [ 3.314656] systemd[1]: Created slice User and Session Slice.
  280. [ 3.328514] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  281. [ 3.342387] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  282. [ 3.357066] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  283. [ 3.371084] systemd[1]: Reached target Local Encrypted Volumes.
  284. [ 3.384987] systemd[1]: Reached target Paths.
  285. [ 3.398735] systemd[1]: Reached target Slices.
  286. [ 3.412407] systemd[1]: Reached target Swap.
  287. [ 3.434067] systemd[1]: Listening on Syslog Socket.
  288. [ 3.448843] systemd[1]: Listening on fsck to fsckd communication Socket.
  289. [ 3.463075] systemd[1]: Listening on initctl Compatibility Named Pipe.
  290. [ 3.485008] systemd[1]: Listening on Journal Audit Socket.
  291. [ 3.499874] systemd[1]: Listening on Journal Socket (/dev/log).
  292. [ 3.514726] systemd[1]: Listening on Journal Socket.
  293. [ 3.532569] systemd[1]: Listening on udev Control Socket.
  294. [ 3.547434] systemd[1]: Listening on udev Kernel Socket.
  295. [ 3.562291] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  296. [ 3.573252] systemd[1]: Mounting POSIX Message Queue File System...
  297. [ 3.592468] systemd[1]: Mounting RPC Pipe File System...
  298. [ 3.612630] systemd[1]: Mounting Kernel Debug File System...
  299. [ 3.631858] systemd[1]: Mounting Kernel Trace File System...
  300. [ 3.647281] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
  301. [ 3.662082] systemd[1]: Starting Restore / save the current clock...
  302. [ 3.681804] systemd[1]: Starting Set the console keyboard layout...
  303. [ 3.702134] systemd[1]: Starting Create list of static device nodes for the current kernel...
  304. [ 3.725077] systemd[1]: Starting Load Kernel Module configfs...
  305. [ 3.746441] systemd[1]: Starting Load Kernel Module drm...
  306. [ 3.767873] systemd[1]: Starting Load Kernel Module fuse...
  307. [ 3.791623] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  308. [ 3.806929] systemd[1]: Starting File System Check on Root Device...
  309. [ 3.817298] fuse: init (API version 7.34)
  310. [ 3.840519] systemd[1]: Starting Journal Service...
  311. [ 3.865280] systemd[1]: Starting Load Kernel Modules...
  312. [ 3.886572] systemd[1]: Starting Coldplug All udev Devices...
  313. [ 3.929676] systemd[1]: Mounted POSIX Message Queue File System.
  314. [ 3.949348] systemd[1]: Mounted RPC Pipe File System.
  315. [ 3.980826] systemd[1]: Mounted Kernel Debug File System.
  316. [ 3.998125] systemd[1]: Mounted Kernel Trace File System.
  317. [ 4.016223] systemd[1]: Finished Restore / save the current clock.
  318. [ 4.029969] .
  319. [ 4.035454] systemd[1]: Finished Create list of static device nodes for the current kernel.
  320. [ 4.060805] systemd[1]: modprobe@configfs.service: Succeeded.
  321. [ 4.070463] systemd[1]: Finished Load Kernel Module configfs.
  322. [ 4.088673] systemd[1]: Finished File System Check on Root Device.
  323. [ 4.106365] systemd[1]: Finished Load Kernel Modules.
  324. [ 4.128037] systemd[1]: Mounting Kernel Configuration File System...
  325. [ 4.149019] systemd[1]: Started File System Check Daemon to report status.
  326. [ 4.171387] systemd[1]: Starting Remount Root and Kernel File Systems...
  327. [ 4.193999] systemd[1]: Starting Apply Kernel Variables...
  328. [ 4.217401] systemd[1]: Started Journal Service.
  329. [ 4.448339] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
  330. [ 4.511377] systemd-journald[146]: Received client request to flush runtime journal.
  331. [ 5.053970] .
  332. [ 5.856563] mc: Linux media interface: v0.10
  333. [ 6.078009] .
  334. [ 6.205062] sd 0:0:0:0: Attached scsi generic sg0 type 0
  335. [ 6.917992] random: crng init done
  336. [ 6.918031] random: 7 urandom warning(s) missed due to ratelimiting
  337. [ 7.101993] ...............ready
  338. [ 21.438500] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
  339. [ 21.438799] sd 0:0:0:0: [sda] 23437705216 512-byte logical blocks: (12.0 TB/10.9 TiB)
  340. [ 21.438818] sd 0:0:0:0: [sda] 4096-byte physical blocks
  341. [ 21.439527] sd 0:0:0:0: [sda] Write Protect is off
  342. [ 21.439547] sd 0:0:0:0: [sda] Mode Sense: 47 00 10 08
  343. [ 21.440265] sd 0:0:0:0: [sda] No Caching mode page found
  344. [ 21.440283] sd 0:0:0:0: [sda] Assuming drive cache: write through
  345. [ 21.508094] sda: sda1
  346. [ 21.510653] sd 0:0:0:0: [sda] Attached SCSI disk
  347. [ 21.669857] videodev: Linux video capture interface: v2.00
  348. [ 21.758590] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
  349. [ 21.793599] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  350. [ 21.813158] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  351. [ 21.819888] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  352. [ 21.819925] [vc_sm_connected_init]: start
  353. [ 21.822714] [vc_sm_connected_init]: installed successfully
  354. [ 21.843122] bcm2835_audio bcm2835_audio: card created with 8 channels
  355. [ 21.870394] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  356. [ 21.897080] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  357. [ 21.906393] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  358. [ 21.912777] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
  359. [ 21.921158] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  360. [ 21.929161] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  361. [ 21.932599] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  362. [ 21.952064] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
  363. [ 21.953015] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
  364. [ 21.963827] rpivid feb10000.codec: Device registered as /dev/video19
  365. [ 21.985517] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  366. [ 21.998316] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  367. [ 21.998384] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  368. [ 22.012339] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  369. [ 22.016494] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  370. [ 22.016562] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  371. [ 22.032276] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  372. [ 22.050644] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  373. [ 22.050700] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  374. [ 22.050725] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  375. [ 22.050764] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  376. [ 22.050803] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  377. [ 22.051616] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  378. [ 22.051694] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  379. [ 22.076132] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  380. [ 22.076189] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  381. [ 22.083225] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
  382. [ 22.083296] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
  383. [ 22.086348] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
  384. [ 22.087111] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
  385. [ 22.091361] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
  386. [ 22.095304] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
  387. [ 22.095350] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  388. [ 22.095371] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  389. [ 22.095389] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  390. [ 22.095405] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  391. [ 22.095784] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  392. [ 22.347306] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  393. [ 22.376658] checking generic (3cc23000 1fa4000) vs hw (0 ffffffffffffffff)
  394. [ 22.376701] fb0: switching to vc4 from simple
  395. [ 22.384386] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  396. [ 22.396527] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
  397. [ 22.408155] Console: switching to colour dummy device 80x25
  398. [ 22.450816] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  399. [ 22.460830] Registered IR keymap rc-cec
  400. [ 22.491766] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  401. [ 22.492396] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
  402. [ 22.541541] brcmfmac: F1 signature read @0x18000000=0x15264345
  403. [ 22.560643] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  404. [ 22.563707] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
  405. [ 22.566786] usbcore: registered new interface driver brcmfmac
  406. [ 22.605993] uart-pl011 fe201000.serial: no DMA platform data
  407. [ 22.709177] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  408. [ 22.711888] Registered IR keymap rc-cec
  409. [ 22.747414] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  410. [ 22.761133] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input1
  411. [ 22.830785] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  412. [ 22.830949] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  413. [ 22.841843] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
  414. [ 22.887573] 8021q: 802.1Q VLAN Support v1.8
  415. [ 22.952505] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  416. [ 22.958275] Registered IR keymap rc-cec
  417. [ 22.971386] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  418. [ 23.025632] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input2
  419. [ 23.043142] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
  420. [ 23.043650] bcmgenet fd580000.ethernet eth0: Link is Down
  421. [ 23.114524] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
  422. [ 23.129011] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  423. [ 23.151228] Registered IR keymap rc-cec
  424. [ 23.168606] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
  425. [ 23.201703] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input3
  426. [ 23.210133] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
  427. [ 23.210577] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
  428. [ 23.210899] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
  429. [ 23.211223] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
  430. [ 23.211518] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
  431. [ 23.212124] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
  432. [ 23.212468] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
  433. [ 23.224850] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
  434. [ 23.392930] Console: switching to colour frame buffer device 480x135
  435. [ 23.461269] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  436. [ 23.531009] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
  437. [ 27.134092] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  438. [ 27.134133] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  439. [ 28.739206] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
  440. [ 29.293481] Bluetooth: Core ver 2.22
  441. [ 29.293584] NET: Registered PF_BLUETOOTH protocol family
  442. [ 29.293590] Bluetooth: HCI device and connection manager initialized
  443. [ 29.293607] Bluetooth: HCI socket layer initialized
  444. [ 29.293615] Bluetooth: L2CAP socket layer initialized
  445. [ 29.293628] Bluetooth: SCO socket layer initialized
  446. [ 29.301337] Bluetooth: HCI UART driver ver 2.3
  447. [ 29.301360] Bluetooth: HCI UART protocol H4 registered
  448. [ 29.301430] Bluetooth: HCI UART protocol Three-wire (H5) registered
  449. [ 29.301603] Bluetooth: HCI UART protocol Broadcom registered
  450. [ 29.684147] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  451. [ 29.684172] Bluetooth: BNEP filters: protocol multicast
  452. [ 29.684192] Bluetooth: BNEP socket layer initialized
  453. [ 29.699947] NET: Registered PF_ALG protocol family
  454. [ 31.709934] cam-dummy-reg: disabling
  455. [ 37.292995] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
  456. [ 37.293069] MAI: soc_pcm_open() failed (-19)
  457. [ 37.293897] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
  458. [ 37.293990] MAI: soc_pcm_open() failed (-19)
  459. [ 41.391158] Bluetooth: RFCOMM TTY layer initialized
  460. [ 41.391202] Bluetooth: RFCOMM socket layer initialized
  461. [ 41.391228] Bluetooth: RFCOMM ver 1.11
  462.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement