Advertisement
Guest User

Untitled

a guest
Jun 1st, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.03 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.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  52. [ 0.000256] Console: colour dummy device 80x25
  53. [ 0.000804] printk: console [tty1] enabled
  54. [ 0.000876] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  55. [ 0.000917] pid_max: default: 32768 minimum: 301
  56. [ 0.001067] LSM: Security Framework initializing
  57. [ 0.001251] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  58. [ 0.001330] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  59. [ 0.002609] cgroup: Disabling memory control group subsystem
  60. [ 0.005085] rcu: Hierarchical SRCU implementation.
  61. [ 0.006234] EFI services will not be available.
  62. [ 0.006794] smp: Bringing up secondary CPUs ...
  63. [ 0.007858] Detected PIPT I-cache on CPU1
  64. [ 0.007947] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  65. [ 0.009099] Detected PIPT I-cache on CPU2
  66. [ 0.009149] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  67. [ 0.010263] Detected PIPT I-cache on CPU3
  68. [ 0.010312] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  69. [ 0.010460] smp: Brought up 1 node, 4 CPUs
  70. [ 0.010553] SMP: Total of 4 processors activated.
  71. [ 0.010575] CPU features: detected: 32-bit EL0 Support
  72. [ 0.010593] CPU features: detected: 32-bit EL1 Support
  73. [ 0.010615] CPU features: detected: CRC32 instructions
  74. [ 0.041842] CPU: All CPU(s) started at EL2
  75. [ 0.041940] alternatives: patching kernel code
  76. [ 0.043704] devtmpfs: initialized
  77. [ 0.054826] Enabled cp15_barrier support
  78. [ 0.054894] Enabled setend support
  79. [ 0.055100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  80. [ 0.055149] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  81. [ 0.073622] pinctrl core: initialized pinctrl subsystem
  82. [ 0.074458] DMI not present or invalid.
  83. [ 0.074965] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  84. [ 0.078628] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  85. [ 0.078954] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  86. [ 0.079869] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  87. [ 0.079980] audit: initializing netlink subsys (disabled)
  88. [ 0.080304] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
  89. [ 0.080818] thermal_sys: Registered thermal governor 'step_wise'
  90. [ 0.081044] cpuidle: using governor menu
  91. [ 0.081375] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  92. [ 0.081576] ASID allocator initialised with 65536 entries
  93. [ 0.081746] Serial: AMBA PL011 UART driver
  94. [ 0.094421] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  95. [ 0.120380] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26, variant start
  96. [ 0.124400] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
  97. [ 0.174332] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
  98. [ 0.178565] vgaarb: loaded
  99. [ 0.179009] SCSI subsystem initialized
  100. [ 0.179236] usbcore: registered new interface driver usbfs
  101. [ 0.179304] usbcore: registered new interface driver hub
  102. [ 0.179380] usbcore: registered new device driver usb
  103. [ 0.179770] usb_phy_generic phy: supply vcc not found, using dummy regulator
  104. [ 0.180242] pps_core: LinuxPPS API ver. 1 registered
  105. [ 0.180268] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  106. [ 0.180306] PTP clock support registered
  107. [ 0.181850] clocksource: Switched to clocksource arch_sys_counter
  108. [ 0.274425] VFS: Disk quotas dquot_6.6.0
  109. [ 0.274558] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  110. [ 0.274744] FS-Cache: Loaded
  111. [ 0.275003] CacheFiles: Loaded
  112. [ 0.277253] simple-framebuffer 3cc23000.framebuffer: framebuffer at 0x3cc23000, 0x1fa4000 bytes
  113. [ 0.277289] simple-framebuffer 3cc23000.framebuffer: format=a8r8g8b8, mode=3840x2160x32, linelength=15360
  114. [ 0.322359] Console: switching to colour frame buffer device 480x135
  115. [ 0.365250] simple-framebuffer 3cc23000.framebuffer: fb0: simplefb registered!
  116. [ 0.375849] NET: Registered PF_INET protocol family
  117. [ 0.376432] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  118. [ 0.380025] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  119. [ 0.380178] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  120. [ 0.380481] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  121. [ 0.381191] TCP: Hash tables configured (established 32768 bind 32768)
  122. [ 0.381494] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  123. [ 0.381634] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  124. [ 0.382053] NET: Registered PF_UNIX/PF_LOCAL protocol family
  125. [ 0.383107] RPC: Registered named UNIX socket transport module.
  126. [ 0.383191] RPC: Registered udp transport module.
  127. [ 0.383253] RPC: Registered tcp transport module.
  128. [ 0.383312] RPC: Registered tcp NFSv4.1 backchannel transport module.
  129. [ 0.383396] PCI: CLS 0 bytes, default 64
  130. [ 0.385598] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  131. [ 0.386058] kvm [1]: IPA Size Limit: 44 bits
  132. [ 0.387279] kvm [1]: vgic interrupt IRQ9
  133. [ 0.387599] kvm [1]: Hyp mode initialized successfully
  134. [ 1.197636] Initialise system trusted keyrings
  135. [ 1.198106] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  136. [ 1.204999] zbud: loaded
  137. [ 1.206945] FS-Cache: Netfs 'nfs' registered for caching
  138. [ 1.207669] NFS: Registering the id_resolver key type
  139. [ 1.207766] Key type id_resolver registered
  140. [ 1.207824] Key type id_legacy registered
  141. [ 1.207975] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  142. [ 1.208060] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  143. [ 1.209359] Key type asymmetric registered
  144. [ 1.209425] Asymmetric key parser 'x509' registered
  145. [ 1.209559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  146. [ 1.209953] io scheduler mq-deadline registered
  147. [ 1.210018] io scheduler kyber registered
  148. [ 1.218283] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  149. [ 1.218411] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  150. [ 1.218586] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
  151. [ 1.218748] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
  152. [ 1.267949] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  153. [ 1.268378] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  154. [ 1.268464] pci_bus 0000:00: root bus resource [bus 00-ff]
  155. [ 1.268539] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
  156. [ 1.268725] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  157. [ 1.269031] pci 0000:00:00.0: PME# supported from D0 D3hot
  158. [ 1.273170] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  159. [ 1.273360] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  160. [ 1.273904] pci 0000:01:00.0: PME# supported from D0 D3cold
  161. [ 1.277887] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  162. [ 1.277988] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  163. [ 1.278101] pci 0000:00:00.0: PCI bridge to [bus 01]
  164. [ 1.278178] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  165. [ 1.286741] iproc-rng200 fe104000.rng: hwrng registered
  166. [ 1.287379] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  167. [ 1.288892] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  168. [ 1.289383] cacheinfo: Unable to detect cache hierarchy for CPU 0
  169. [ 1.300454] brd: module loaded
  170. [ 1.310302] loop: module loaded
  171. [ 1.311140] Loading iSCSI transport class v2.0-870.
  172. [ 1.316174] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  173. [ 1.374009] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  174. [ 1.375193] usbcore: registered new interface driver r8152
  175. [ 1.375338] usbcore: registered new interface driver lan78xx
  176. [ 1.375453] usbcore: registered new interface driver smsc95xx
  177. [ 1.377061] pci 0000:00:00.0: enabling device (0000 -> 0002)
  178. [ 1.377163] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
  179. [ 1.377318] xhci_hcd 0000:01:00.0: xHCI Host Controller
  180. [ 1.377403] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  181. [ 1.378258] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00003c0000000890
  182. [ 1.379340] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  183. [ 1.379447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  184. [ 1.379534] usb usb1: Product: xHCI Host Controller
  185. [ 1.379601] usb usb1: Manufacturer: Linux 5.15.32-v8+ xhci-hcd
  186. [ 1.379675] usb usb1: SerialNumber: 0000:01:00.0
  187. [ 1.380466] hub 1-0:1.0: USB hub found
  188. [ 1.380609] hub 1-0:1.0: 1 port detected
  189. [ 1.381302] xhci_hcd 0000:01:00.0: xHCI Host Controller
  190. [ 1.381392] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  191. [ 1.381489] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  192. [ 1.382080] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  193. [ 1.382186] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  194. [ 1.382271] usb usb2: Product: xHCI Host Controller
  195. [ 1.382335] usb usb2: Manufacturer: Linux 5.15.32-v8+ xhci-hcd
  196. [ 1.382408] usb usb2: SerialNumber: 0000:01:00.0
  197. [ 1.383128] hub 2-0:1.0: USB hub found
  198. [ 1.383242] hub 2-0:1.0: 4 ports detected
  199. [ 1.384961] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  200. [ 1.385335] dwc_otg: FIQ enabled
  201. [ 1.385346] dwc_otg: NAK holdoff enabled
  202. [ 1.385355] dwc_otg: FIQ split-transaction FSM enabled
  203. [ 1.385368] Module dwc_common_port init
  204. [ 1.385922] usbcore: registered new interface driver uas
  205. [ 1.386080] usbcore: registered new interface driver usb-storage
  206. [ 1.386379] mousedev: PS/2 mouse device common for all mice
  207. [ 1.391394] sdhci: Secure Digital Host Controller Interface driver
  208. [ 1.391486] sdhci: Copyright(c) Pierre Ossman
  209. [ 1.392160] sdhci-pltfm: SDHCI platform and OF driver helper
  210. [ 1.395664] ledtrig-cpu: registered to indicate activity on CPUs
  211. [ 1.396337] hid: raw HID events driver (C) Jiri Kosina
  212. [ 1.396546] usbcore: registered new interface driver usbhid
  213. [ 1.396618] usbhid: USB HID core driver
  214. [ 1.396990] ashmem: initialized
  215. [ 1.405048] Initializing XFRM netlink socket
  216. [ 1.405177] NET: Registered PF_PACKET protocol family
  217. [ 1.405361] Key type dns_resolver registered
  218. [ 1.406915] registered taskstats version 1
  219. [ 1.407018] Loading compiled-in X.509 certificates
  220. [ 1.407656] Key type ._fscrypt registered
  221. [ 1.407721] Key type .fscrypt registered
  222. [ 1.407780] Key type fscrypt-provisioning registered
  223. [ 1.419728] uart-pl011 fe201000.serial: there is not valid maps for state default
  224. [ 1.426429] uart-pl011 fe201000.serial: cts_event_workaround enabled
  225. [ 1.432759] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2
  226. [ 1.447891] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  227. [ 1.454636] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  228. [ 1.462010] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  229. [ 1.468228] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  230. [ 1.503272] of_cfs_init
  231. [ 1.509709] of_cfs_init: OK
  232. [ 1.540052] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
  233. [ 1.546851] Waiting for root device PARTUUID=ee7f9bbb-02...
  234. [ 1.598257] mmc1: new high speed SDIO card at address 0001
  235. [ 1.637880] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  236. [ 1.652797] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
  237. [ 1.660121] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
  238. [ 1.672989] mmcblk0: p1 p2
  239. [ 1.679845] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
  240. [ 1.706980] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  241. [ 1.713424] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  242. [ 1.728140] devtmpfs: mounted
  243. [ 1.742075] Freeing unused kernel memory: 3776K
  244. [ 1.748574] Run /sbin/init as init process
  245. [ 1.754800] with arguments:
  246. [ 1.754809] /sbin/init
  247. [ 1.754820] with environment:
  248. [ 1.754829] HOME=/
  249. [ 1.754838] TERM=linux
  250. [ 1.792888] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  251. [ 1.799484] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  252. [ 1.805857] usb 1-1: Product: USB2.0 Hub
  253. [ 1.814318] hub 1-1:1.0: USB hub found
  254. [ 1.821108] hub 1-1:1.0: 4 ports detected
  255. [ 1.918272] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
  256. [ 1.943739] usb 2-2: New USB device found, idVendor=1058, idProduct=25a3, bcdDevice=10.29
  257. [ 1.950043] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  258. [ 1.956337] usb 2-2: Product: Elements 25A3
  259. [ 1.962712] usb 2-2: Manufacturer: Western Digital
  260. [ 1.968904] usb 2-2: SerialNumber: 355047474A585543
  261. [ 1.978696] usb-storage 2-2:1.0: USB Mass Storage device detected
  262. [ 1.986050] scsi host0: usb-storage 2-2:1.0
  263. [ 2.208962] systemd[1]: System time before build time, advancing clock.
  264. [ 2.319882] NET: Registered PF_INET6 protocol family
  265. [ 2.327897] Segment Routing with IPv6
  266. [ 2.334107] In-situ OAM (IOAM) with IPv6
  267. [ 2.405403] 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.412867] systemd[1]: Detected architecture arm64.
  269. [ 2.458358] systemd[1]: Set hostname to <raspberrypi>.
  270. [ 3.006713] scsi 0:0:0:0: Direct-Access WD Elements 25A3 1029 PQ: 0 ANSI: 6
  271. [ 3.016356] sd 0:0:0:0: [sda] Spinning up disk...
  272. [ 3.218191] systemd[1]: Queued start job for default target Graphical Interface.
  273. [ 3.229307] random: systemd: uninitialized urandom read (16 bytes read)
  274. [ 3.238225] systemd[1]: Created slice system-getty.slice.
  275. [ 3.251957] random: systemd: uninitialized urandom read (16 bytes read)
  276. [ 3.259585] systemd[1]: Created slice system-modprobe.slice.
  277. [ 3.272984] random: systemd: uninitialized urandom read (16 bytes read)
  278. [ 3.280562] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  279. [ 3.294844] systemd[1]: Created slice User and Session Slice.
  280. [ 3.308766] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  281. [ 3.322624] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  282. [ 3.337278] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  283. [ 3.351301] systemd[1]: Reached target Local Encrypted Volumes.
  284. [ 3.365199] systemd[1]: Reached target Paths.
  285. [ 3.378954] systemd[1]: Reached target Slices.
  286. [ 3.392688] systemd[1]: Reached target Swap.
  287. [ 3.414530] systemd[1]: Listening on Syslog Socket.
  288. [ 3.429390] systemd[1]: Listening on fsck to fsckd communication Socket.
  289. [ 3.443699] systemd[1]: Listening on initctl Compatibility Named Pipe.
  290. [ 3.465560] systemd[1]: Listening on Journal Audit Socket.
  291. [ 3.480408] systemd[1]: Listening on Journal Socket (/dev/log).
  292. [ 3.495283] systemd[1]: Listening on Journal Socket.
  293. [ 3.513184] systemd[1]: Listening on udev Control Socket.
  294. [ 3.528065] systemd[1]: Listening on udev Kernel Socket.
  295. [ 3.542963] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  296. [ 3.553966] systemd[1]: Mounting POSIX Message Queue File System...
  297. [ 3.573090] systemd[1]: Mounting RPC Pipe File System...
  298. [ 3.593196] systemd[1]: Mounting Kernel Debug File System...
  299. [ 3.612460] systemd[1]: Mounting Kernel Trace File System...
  300. [ 3.627943] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
  301. [ 3.642759] systemd[1]: Starting Restore / save the current clock...
  302. [ 3.662516] systemd[1]: Starting Set the console keyboard layout...
  303. [ 3.683114] systemd[1]: Starting Create list of static device nodes for the current kernel...
  304. [ 3.705154] systemd[1]: Starting Load Kernel Module configfs...
  305. [ 3.726639] systemd[1]: Starting Load Kernel Module drm...
  306. [ 3.748082] systemd[1]: Starting Load Kernel Module fuse...
  307. [ 3.769982] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  308. [ 3.782634] systemd[1]: Starting File System Check on Root Device...
  309. [ 3.783938] fuse: init (API version 7.34)
  310. [ 3.815020] systemd[1]: Starting Journal Service...
  311. [ 3.840701] systemd[1]: Starting Load Kernel Modules...
  312. [ 3.864154] systemd[1]: Starting Coldplug All udev Devices...
  313. [ 3.911037] systemd[1]: Mounted POSIX Message Queue File System.
  314. [ 3.932064] systemd[1]: Mounted RPC Pipe File System.
  315. [ 3.952490] systemd[1]: Mounted Kernel Debug File System.
  316. [ 3.977495] systemd[1]: Mounted Kernel Trace File System.
  317. [ 3.999464] systemd[1]: Finished Restore / save the current clock.
  318. [ 4.018982] systemd[1]: Finished Create list of static device nodes for the current kernel.
  319. [ 4.029908] .
  320. [ 4.037330] systemd[1]: modprobe@configfs.service: Succeeded.
  321. [ 4.054096] systemd[1]: Finished Load Kernel Module configfs.
  322. [ 4.072449] systemd[1]: Finished Load Kernel Modules.
  323. [ 4.097003] systemd[1]: Mounting Kernel Configuration File System...
  324. [ 4.117695] systemd[1]: Started File System Check Daemon to report status.
  325. [ 4.139745] systemd[1]: Starting Apply Kernel Variables...
  326. [ 4.162718] systemd[1]: Started Journal Service.
  327. [ 4.498607] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
  328. [ 4.564121] systemd-journald[147]: Received client request to flush runtime journal.
  329. [ 4.576073] systemd-journald[147]: File /var/log/journal/d805b97c883941a4a6c867366b49d711/system.journal corrupted or uncleanly shut down, renaming and replacing.
  330. [ 5.053892] ..
  331. [ 6.334228] mc: Linux media interface: v0.10
  332. [ 6.368818] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  333. [ 6.370772] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  334. [ 6.370810] [vc_sm_connected_init]: start
  335. [ 6.385188] [vc_sm_connected_init]: installed successfully
  336. [ 6.412951] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
  337. [ 6.413569] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
  338. [ 6.524026] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  339. [ 6.561717] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  340. [ 6.578199] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
  341. [ 6.743444] sd 0:0:0:0: Attached scsi generic sg0 type 0
  342. [ 6.945923] random: crng init done
  343. [ 6.945953] random: 7 urandom warning(s) missed due to ratelimiting
  344. [ 7.101900] ...............ready
  345. [ 21.438407] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
  346. [ 21.438695] sd 0:0:0:0: [sda] 23437705216 512-byte logical blocks: (12.0 TB/10.9 TiB)
  347. [ 21.438715] sd 0:0:0:0: [sda] 4096-byte physical blocks
  348. [ 21.439429] sd 0:0:0:0: [sda] Write Protect is off
  349. [ 21.439448] sd 0:0:0:0: [sda] Mode Sense: 47 00 10 08
  350. [ 21.440178] sd 0:0:0:0: [sda] No Caching mode page found
  351. [ 21.440195] sd 0:0:0:0: [sda] Assuming drive cache: write through
  352. [ 21.502748] sda: sda1
  353. [ 21.505232] sd 0:0:0:0: [sda] Attached SCSI disk
  354. [ 21.588998] brcmfmac: F1 signature read @0x18000000=0x15264345
  355. [ 21.590109] videodev: Linux video capture interface: v2.00
  356. [ 21.603331] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  357. [ 21.606824] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  358. [ 21.607879] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
  359. [ 21.616148] usbcore: registered new interface driver brcmfmac
  360. [ 21.666253] bcm2835_audio bcm2835_audio: card created with 8 channels
  361. [ 21.668049] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
  362. [ 21.767998] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  363. [ 21.777747] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  364. [ 21.798834] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  365. [ 21.810458] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  366. [ 21.815485] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  367. [ 21.830668] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  368. [ 21.830728] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  369. [ 21.833432] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
  370. [ 21.838999] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  371. [ 21.839063] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  372. [ 21.842663] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  373. [ 21.848394] rpivid feb10000.codec: Device registered as /dev/video19
  374. [ 21.848456] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  375. [ 21.849392] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  376. [ 21.849455] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  377. [ 21.854553] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  378. [ 21.856141] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  379. [ 21.856294] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  380. [ 21.856456] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  381. [ 21.856756] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  382. [ 21.856792] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  383. [ 21.857300] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  384. [ 21.857342] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  385. [ 21.858587] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  386. [ 21.858763] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  387. [ 21.864431] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
  388. [ 21.864931] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
  389. [ 21.864987] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
  390. [ 21.892083] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
  391. [ 21.912672] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
  392. [ 21.950572] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
  393. [ 21.989534] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
  394. [ 21.989591] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  395. [ 21.989626] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  396. [ 21.989646] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  397. [ 21.989665] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  398. [ 21.992112] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  399. [ 22.189687] checking generic (3cc23000 1fa4000) vs hw (0 ffffffffffffffff)
  400. [ 22.189722] fb0: switching to vc4 from simple
  401. [ 22.199151] Console: switching to colour dummy device 80x25
  402. [ 22.241262] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  403. [ 22.248810] Registered IR keymap rc-cec
  404. [ 22.249020] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  405. [ 22.249249] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
  406. [ 22.304620] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  407. [ 22.307255] Registered IR keymap rc-cec
  408. [ 22.307502] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  409. [ 22.307762] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input1
  410. [ 22.316424] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
  411. [ 22.329032] Registered IR keymap rc-cec
  412. [ 22.329263] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
  413. [ 22.329471] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input2
  414. [ 22.335995] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
  415. [ 22.336519] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
  416. [ 22.336843] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
  417. [ 22.337148] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
  418. [ 22.337446] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
  419. [ 22.337696] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
  420. [ 22.338380] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
  421. [ 22.354517] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
  422. [ 22.484171] Console: switching to colour frame buffer device 480x135
  423. [ 22.546551] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
  424. [ 23.451856] 8021q: 802.1Q VLAN Support v1.8
  425. [ 23.519372] uart-pl011 fe201000.serial: no DMA platform data
  426. [ 23.550950] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  427. [ 24.177435] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
  428. [ 24.178067] bcmgenet fd580000.ethernet eth0: Link is Down
  429. [ 28.254006] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  430. [ 28.254047] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  431. [ 30.147799] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
  432. [ 30.362739] Bluetooth: Core ver 2.22
  433. [ 30.362875] NET: Registered PF_BLUETOOTH protocol family
  434. [ 30.362887] Bluetooth: HCI device and connection manager initialized
  435. [ 30.362912] Bluetooth: HCI socket layer initialized
  436. [ 30.362927] Bluetooth: L2CAP socket layer initialized
  437. [ 30.362957] Bluetooth: SCO socket layer initialized
  438. [ 30.374197] Bluetooth: HCI UART driver ver 2.3
  439. [ 30.374229] Bluetooth: HCI UART protocol H4 registered
  440. [ 30.374324] Bluetooth: HCI UART protocol Three-wire (H5) registered
  441. [ 30.374646] Bluetooth: HCI UART protocol Broadcom registered
  442. [ 30.732925] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  443. [ 30.732944] Bluetooth: BNEP filters: protocol multicast
  444. [ 30.732958] Bluetooth: BNEP socket layer initialized
  445. [ 30.744564] NET: Registered PF_ALG protocol family
  446. [ 31.709872] cam-dummy-reg: disabling
  447. [ 38.667450] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
  448. [ 38.667506] MAI: soc_pcm_open() failed (-19)
  449. [ 38.668325] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
  450. [ 38.668365] MAI: soc_pcm_open() failed (-19)
  451. [ 42.922462] Bluetooth: RFCOMM TTY layer initialized
  452. [ 42.922497] Bluetooth: RFCOMM socket layer initialized
  453. [ 42.922524] Bluetooth: RFCOMM ver 1.11
  454.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement