Advertisement
Guest User

Untitled

a guest
May 4th, 2020
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.93 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  2. [ 0.000000] Linux version 5.4.35-v8 (@buildstream) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Fri May 1 17:22:32 UTC 2020
  3. [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
  4. [ 0.000000] efi: Getting EFI parameters from FDT:
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
  7. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  8. [ 0.000000] On node 0 totalpages: 1025536
  9. [ 0.000000] DMA zone: 4096 pages used for memmap
  10. [ 0.000000] DMA zone: 0 pages reserved
  11. [ 0.000000] DMA zone: 255488 pages, LIFO batch:63
  12. [ 0.000000] DMA32 zone: 12032 pages used for memmap
  13. [ 0.000000] DMA32 zone: 770048 pages, LIFO batch:63
  14. [ 0.000000] percpu: Embedded 31 pages/cpu s89560 r8192 d29224 u126976
  15. [ 0.000000] pcpu-alloc: s89560 r8192 d29224 u126976 alloc=31*4096
  16. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  17. [ 0.000000] Detected PIPT I-cache on CPU0
  18. [ 0.000000] CPU features: detected: EL2 vector hardening
  19. [ 0.000000] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
  20. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1009408
  21. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:A9:D4:28 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait kernel=kernel8.img
  22. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  23. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  24. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  25. [ 0.000000] software IO TLB: mapped [mem 0x3a600000-0x3e600000] (64MB)
  26. [ 0.000000] Memory: 3676868K/4102144K available (9724K kernel code, 1106K rwdata, 3524K rodata, 1088K init, 1200K bss, 163132K reserved, 262144K cma-reserved)
  27. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  28. [ 0.000000] ftrace: allocating 32806 entries in 129 pages
  29. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  30. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  31. [ 0.000000] Tasks RCU enabled.
  32. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  33. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  34. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  35. [ 0.000000] GIC: Using split EOI/Deactivate mode
  36. [ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4a8 with crng_init=0
  37. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  38. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  39. [ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  40. [ 0.000224] Console: colour dummy device 80x25
  41. [ 0.000628] printk: console [tty1] enabled
  42. [ 0.000685] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  43. [ 0.000719] pid_max: default: 32768 minimum: 301
  44. [ 0.001040] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  45. [ 0.001102] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  46. [ 0.002138] Disabling memory control group subsystem
  47. [ 0.024021] ASID allocator initialised with 32768 entries
  48. [ 0.032013] rcu: Hierarchical SRCU implementation.
  49. [ 0.040372] EFI services will not be available.
  50. [ 0.048066] smp: Bringing up secondary CPUs ...
  51. [ 0.080249] Detected PIPT I-cache on CPU1
  52. [ 0.080305] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  53. [ 0.112343] Detected PIPT I-cache on CPU2
  54. [ 0.112384] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  55. [ 0.144447] Detected PIPT I-cache on CPU3
  56. [ 0.144487] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  57. [ 0.144620] smp: Brought up 1 node, 4 CPUs
  58. [ 0.144706] SMP: Total of 4 processors activated.
  59. [ 0.144728] CPU features: detected: 32-bit EL0 Support
  60. [ 0.144750] CPU features: detected: CRC32 instructions
  61. [ 0.168431] CPU: All CPU(s) started at EL2
  62. [ 0.168497] alternatives: patching kernel code
  63. [ 0.170017] devtmpfs: initialized
  64. [ 0.179297] Enabled cp15_barrier support
  65. [ 0.179349] Enabled setend support
  66. [ 0.179756] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  67. [ 0.179804] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  68. [ 0.186523] pinctrl core: initialized pinctrl subsystem
  69. [ 0.187197] DMI not present or invalid.
  70. [ 0.187537] NET: Registered protocol family 16
  71. [ 0.190218] DMA: preallocated 1024 KiB pool for atomic allocations
  72. [ 0.190932] cpuidle: using governor menu
  73. [ 0.191242] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  74. [ 0.191477] Serial: AMBA PL011 UART driver
  75. [ 0.195026] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  76. [ 0.212640] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-04-27 14:33, variant start_cd
  77. [ 0.216651] raspberrypi-firmware soc:firmware: Firmware hash is 3a8f1793b758d6fb7f375edaa260e069ecd34c88
  78. [ 0.261733] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
  79. [ 0.265016] vgaarb: loaded
  80. [ 0.265432] SCSI subsystem initialized
  81. [ 0.265658] usbcore: registered new interface driver usbfs
  82. [ 0.265722] usbcore: registered new interface driver hub
  83. [ 0.265838] usbcore: registered new device driver usb
  84. [ 0.267094] clocksource: Switched to clocksource arch_sys_counter
  85. [ 0.984343] VFS: Disk quotas dquot_6.6.0
  86. [ 0.984446] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  87. [ 0.984622] FS-Cache: Loaded
  88. [ 0.984830] CacheFiles: Loaded
  89. [ 0.985787] simple-framebuffer 3ebff000.framebuffer: framebuffer at 0x3ebff000, 0x3fc000 bytes, mapped to 0x(____ptrval____)
  90. [ 0.985823] simple-framebuffer 3ebff000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
  91. [ 0.993374] Console: switching to colour frame buffer device 240x67
  92. [ 1.000242] simple-framebuffer 3ebff000.framebuffer: fb0: simplefb registered!
  93. [ 1.009510] thermal_sys: Registered thermal governor 'step_wise'
  94. [ 1.009832] NET: Registered protocol family 2
  95. [ 1.010653] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  96. [ 1.010758] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  97. [ 1.011000] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  98. [ 1.011542] TCP: Hash tables configured (established 32768 bind 32768)
  99. [ 1.011787] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  100. [ 1.011888] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  101. [ 1.012216] NET: Registered protocol family 1
  102. [ 1.013030] RPC: Registered named UNIX socket transport module.
  103. [ 1.013088] RPC: Registered udp transport module.
  104. [ 1.013131] RPC: Registered tcp transport module.
  105. [ 1.013175] RPC: Registered tcp NFSv4.1 backchannel transport module.
  106. [ 1.013237] PCI: CLS 0 bytes, default 64
  107. [ 1.015152] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  108. [ 1.015454] kvm: Limiting the IPA size due to kernel Virtual Address limit
  109. [ 1.015513] kvm [1]: IPA Size Limit: 43bits
  110. [ 1.016335] kvm [1]: vgic interrupt IRQ1
  111. [ 1.016597] kvm [1]: Hyp mode initialized successfully
  112. [ 1.018590] Initialise system trusted keyrings
  113. [ 1.018891] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  114. [ 1.027435] FS-Cache: Netfs 'nfs' registered for caching
  115. [ 1.032168] NFS: Registering the id_resolver key type
  116. [ 1.032239] Key type id_resolver registered
  117. [ 1.032281] Key type id_legacy registered
  118. [ 1.032333] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  119. [ 1.033560] Key type asymmetric registered
  120. [ 1.033608] Asymmetric key parser 'x509' registered
  121. [ 1.033687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  122. [ 1.033965] io scheduler mq-deadline registered
  123. [ 1.034014] io scheduler kyber registered
  124. [ 1.037499] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  125. [ 1.037577] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  126. [ 1.037697] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
  127. [ 1.037815] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000
  128. [ 1.085187] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
  129. [ 1.087407] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  130. [ 1.089295] pci_bus 0000:00: root bus resource [bus 00-ff]
  131. [ 1.091220] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  132. [ 1.093162] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  133. [ 1.095283] pci 0000:00:00.0: PME# supported from D0 D3hot
  134. [ 1.100544] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  135. [ 1.102667] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  136. [ 1.104689] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  137. [ 1.106922] pci 0000:01:00.0: PME# supported from D0 D3cold
  138. [ 1.112103] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  139. [ 1.113978] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  140. [ 1.115872] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  141. [ 1.117790] pci 0000:00:00.0: PCI bridge to [bus 01]
  142. [ 1.119676] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  143. [ 1.121651] pci 0000:00:00.0: enabling device (0000 -> 0002)
  144. [ 1.123582] pci 0000:01:00.0: enabling device (0000 -> 0002)
  145. [ 1.128026] raspberrypi-clk firmware-clocks: CPU frequency range: min 600000000, max 1500000000
  146. [ 1.132019] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
  147. [ 1.136330] iproc-rng200 fe104000.rng: hwrng registered
  148. [ 1.138619] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
  149. [ 1.141350] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  150. [ 1.143689] cacheinfo: Unable to detect cache hierarchy for CPU 0
  151. [ 1.155279] brd: module loaded
  152. [ 1.168506] loop: module loaded
  153. [ 1.171441] Loading iSCSI transport class v2.0-870.
  154. [ 1.175125] libphy: Fixed MDIO Bus: probed
  155. [ 1.177523] bcmgenet fd580000.ethernet: failed to get enet clock
  156. [ 1.179407] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  157. [ 1.181230] bcmgenet fd580000.ethernet: failed to get enet-wol clock
  158. [ 1.183027] bcmgenet fd580000.ethernet: failed to get enet-eee clock
  159. [ 1.184824] bcmgenet: Skipping UMAC reset
  160. [ 1.195122] libphy: bcmgenet MII bus: probed
  161. [ 1.243186] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  162. [ 1.245858] usbcore: registered new interface driver r8152
  163. [ 1.247699] usbcore: registered new interface driver lan78xx
  164. [ 1.249476] usbcore: registered new interface driver smsc95xx
  165. [ 1.251676] xhci_hcd 0000:01:00.0: xHCI Host Controller
  166. [ 1.253430] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  167. [ 1.256114] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
  168. [ 1.259016] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
  169. [ 1.260826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  170. [ 1.262572] usb usb1: Product: xHCI Host Controller
  171. [ 1.264322] usb usb1: Manufacturer: Linux 5.4.35-v8 xhci-hcd
  172. [ 1.266062] usb usb1: SerialNumber: 0000:01:00.0
  173. [ 1.268372] hub 1-0:1.0: USB hub found
  174. [ 1.270183] hub 1-0:1.0: 1 port detected
  175. [ 1.272414] xhci_hcd 0000:01:00.0: xHCI Host Controller
  176. [ 1.274140] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  177. [ 1.275901] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  178. [ 1.278056] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
  179. [ 1.279847] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  180. [ 1.281592] usb usb2: Product: xHCI Host Controller
  181. [ 1.283344] usb usb2: Manufacturer: Linux 5.4.35-v8 xhci-hcd
  182. [ 1.285077] usb usb2: SerialNumber: 0000:01:00.0
  183. [ 1.287346] hub 2-0:1.0: USB hub found
  184. [ 1.289127] hub 2-0:1.0: 4 ports detected
  185. [ 1.292204] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  186. [ 1.294178] dwc_otg: FIQ enabled
  187. [ 1.294187] dwc_otg: NAK holdoff enabled
  188. [ 1.294195] dwc_otg: FIQ split-transaction FSM enabled
  189. [ 1.294207] Module dwc_common_port init
  190. [ 1.294490] usbcore: registered new interface driver uas
  191. [ 1.296314] usbcore: registered new interface driver usb-storage
  192. [ 1.298186] mousedev: PS/2 mouse device common for all mice
  193. [ 1.300651] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
  194. [ 1.302684] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
  195. [ 1.306138] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  196. [ 1.310049] sdhci: Secure Digital Host Controller Interface driver
  197. [ 1.311779] sdhci: Copyright(c) Pierre Ossman
  198. [ 1.313979] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
  199. [ 1.316183] sdhci-pltfm: SDHCI platform and OF driver helper
  200. [ 1.322521] ledtrig-cpu: registered to indicate activity on CPUs
  201. [ 1.324379] hidraw: raw HID events driver (C) Jiri Kosina
  202. [ 1.326337] usbcore: registered new interface driver usbhid
  203. [ 1.328083] usbhid: USB HID core driver
  204. [ 1.330991] vchiq: vchiq_init_state: slot_zero = (____ptrval____)
  205. [ 1.336004] Initializing XFRM netlink socket
  206. [ 1.337737] NET: Registered protocol family 17
  207. [ 1.339529] Key type dns_resolver registered
  208. [ 1.341704] registered taskstats version 1
  209. [ 1.343401] Loading compiled-in X.509 certificates
  210. [ 1.345165] Key type ._fscrypt registered
  211. [ 1.346816] Key type .fscrypt registered
  212. [ 1.359744] uart-pl011 fe201000.serial: cts_event_workaround enabled
  213. [ 1.361500] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 15, base_baud = 0) is a PL011 rev2
  214. [ 1.369171] printk: console [ttyS0] disabled
  215. [ 1.370881] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 17, base_baud = 62500000) is a 16550
  216. [ 1.607126] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  217. [ 1.611644] printk: console [ttyS0] enabled
  218. [ 1.638103] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  219. [ 1.639183] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  220. [ 1.646560] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  221. [ 1.646571] usb 1-1: Product: USB2.0 Hub
  222. [ 1.648020] hub 1-1:1.0: USB hub found
  223. [ 1.652374] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
  224. [ 1.657366] hub 1-1:1.0: 4 ports detected
  225. [ 1.662825] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  226. [ 1.959125] usb 1-1.3: new low-speed USB device number 3 using xhci_hcd
  227. [ 1.961924] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  228. [ 2.075499] usb 1-1.3: New USB device found, idVendor=045e, idProduct=00cb, bcdDevice= 1.00
  229. [ 2.143279] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
  230. [ 2.145420] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  231. [ 2.154006] of_cfs_init
  232. [ 2.157161] usb 1-1.3: Product: Microsoft USB Optical Mouse
  233. [ 2.165416] of_cfs_init: OK
  234. [ 2.171413] usb 1-1.3: Manufacturer: PixArt
  235. [ 2.344535] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  236. [ 2.358925] 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.3/1-1.3:1.0/0003:045E:00CB.0001/input/input0
  237. [ 2.401725] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  238. [ 2.406076] 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.3/input0
  239. [ 2.451490] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  240. [ 2.535131] usb 1-1.4: new low-speed USB device number 4 using xhci_hcd
  241. [ 2.584774] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  242. [ 2.695592] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.00
  243. [ 2.743105] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  244. [ 2.750553] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  245. [ 2.862392] usb 1-1.4: Product: USB Keyboard
  246. [ 2.868847] usb 1-1.4: Manufacturer: Logitech
  247. [ 2.875823] Waiting for root device /dev/mmcblk0p2...
  248. [ 2.876744] random: fast init done
  249. [ 2.900116] input: Logitech USB 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:C31C.0002/input/input1
  250. [ 2.957459] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
  251. [ 2.970123] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
  252. [ 2.975792] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:01:00.0-1.4/input0
  253. [ 2.992150] mmc1: new high speed SDIO card at address 0001
  254. [ 3.000411] mmcblk0: p1 p2
  255. [ 3.005062] input: Logitech USB 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:C31C.0003/input/input2
  256. [ 3.083270] input: Logitech USB Keyboard System 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:C31C.0003/input/input3
  257. [ 3.103005] hid-generic 0003:046D:C31C.0003: input,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:01:00.0-1.4/input1
  258. [ 3.133380] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  259. [ 3.144179] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  260. [ 3.156293] devtmpfs: mounted
  261. [ 3.166303] Freeing unused kernel memory: 1088K
  262. [ 3.173517] Run /sbin/init as init process
  263. [ 3.405804] systemd[1]: System time before build time, advancing clock.
  264. [ 3.506067] NET: Registered protocol family 10
  265. [ 3.514415] Segment Routing with IPv6
  266. [ 3.542659] systemd[1]: systemd 242 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
  267. [ 3.570264] systemd[1]: Detected architecture arm64.
  268. [ 3.578003] systemd[1]: Running with unpopulated /etc.
  269. [ 3.613844] systemd[1]: No hostname configured.
  270. [ 3.621101] systemd[1]: Set hostname to <localhost>.
  271. [ 3.628841] systemd[1]: System cannot boot: Missing /etc/machine-id and /etc is mounted read-only.
  272. [ 3.640548] systemd[1]: Booting up is supported only when:
  273. [ 3.648708] systemd[1]: 1) /etc/machine-id exists and is populated.
  274. [ 3.657660] systemd[1]: 2) /etc/machine-id exists and is empty.
  275. [ 3.666226] systemd[1]: 3) /etc/machine-id is missing and /etc is writable.
  276. [ 4.721687] random: systemd: uninitialized urandom read (16 bytes read)
  277. [ 4.737191] random: systemd: uninitialized urandom read (16 bytes read)
  278. [ 4.771333] random: systemd: uninitialized urandom read (16 bytes read)
  279. [ 4.973243] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  280. [ 5.155054] systemd-journald[119]: Received request to flush runtime journal from PID 1
  281. [ 5.406364] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
  282. [ 5.423570] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  283. [ 5.442591] mc: Linux media interface: v0.10
  284. [ 5.443670] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
  285. [ 5.460743] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  286. [ 5.466693] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
  287. [ 5.470108] [vc_sm_connected_init]: start
  288. [ 5.483976] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
  289. [ 5.498787] vc_sm_cma_vchi_init: failed to open VCHI service (-1)
  290. [ 5.498795] [vc_sm_connected_init]: failed to initialize shared memory service
  291. [ 5.528162] videodev: Linux video capture interface: v2.00
  292. [ 5.647558] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  293. [ 5.661866] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  294. [ 5.673333] vc4_hdmi fef00700.hdmi: Unknown register ID 46
  295. [ 5.683944] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi' already present!
  296. [ 5.695282] vc4_hdmi fef00700.hdmi: vc4-hdmi-hifi <-> fef00700.hdmi mapping ok
  297. [ 5.706914] vc4_hdmi fef00700.hdmi: ASoC: no DMI vendor name!
  298. [ 5.719605] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
  299. [ 5.729581] vc4_hdmi fef05700.hdmi: Unknown register ID 46
  300. [ 5.738535] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi1' already present!
  301. [ 5.750895] vc4_hdmi fef05700.hdmi: vc4-hdmi-hifi <-> fef05700.hdmi mapping ok
  302. [ 5.760650] vc4_hdmi fef05700.hdmi: ASoC: no DMI vendor name!
  303. [ 5.769509] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
  304. [ 5.778995] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
  305. [ 5.790057] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  306. [ 5.799227] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
  307. [ 5.816404] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  308. [ 5.817211] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
  309. [ 5.844302] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  310. [ 5.859101] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
  311. [ 5.872230] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  312. [ 5.884886] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
  313. [ 5.896791] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
  314. [ 5.897052] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
  315. [ 5.897698] checking generic (3ebff000 3fc000) vs hw (0 ffffffffffffffff)
  316. [ 5.897709] fb0: switching to vc4drmfb from simple
  317. [ 5.898193] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
  318. [ 5.920068] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
  319. [ 5.934587] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
  320. [ 5.984209] Console: switching to colour dummy device 80x25
  321. [ 6.004192] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  322. [ 6.013748] [drm] Driver supports precise vblank timestamp query.
  323. [ 6.022765] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
  324. [ 6.024152] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  325. [ 6.055516] ------------[ cut here ]------------
  326. [ 6.055586] WARNING: CPU: 1 PID: 135 at drivers/gpu/drm/vc4/vc4_hdmi_phy.c:414 vc5_hdmi_phy_init+0x7b4/0x2078 [vc4]
  327. [ 6.055591] Modules linked in: sha256_generic(+) libsha256 cfg80211(+) bcm2835_codec(C) bcm2835_isp(C) bcm2835_v4l2(C) rfkill evdev joydev v3d v4l2_mem2mem videobuf2_dma_contig raspberrypi_hwmon videobuf2_vmalloc bcm2835_mmal_vchiq(C) vc4(+) gpu_sched hwmon videobuf2_memops videobuf2_v4l2 snd_soc_core videobuf2_common snd_compress videodev snd_pcm_dmaengine vc_sm_cma(C) mc snd_pcm rpivid_mem snd_timer uio_pdrv_genirq snd uio sch_fq_codel ipv6 nf_defrag_ipv6
  328. [ 6.055671] CPU: 1 PID: 135 Comm: systemd-udevd Tainted: G C 5.4.35-v8 #1
  329. [ 6.055676] Hardware name: Raspberry Pi 4 Model B Rev 1.2 (DT)
  330. [ 6.055683] pstate: 20000005 (nzCv daif -PAN -UAO)
  331. [ 6.055728] pc : vc5_hdmi_phy_init+0x7b4/0x2078 [vc4]
  332. [ 6.055771] lr : vc4_hdmi_encoder_enable+0x19c/0x1e20 [vc4]
  333. [ 6.055775] sp : ffffffc011903160
  334. [ 6.055780] x29: ffffffc011903160 x28: ffffff80f3df22f0
  335. [ 6.055788] x27: ffffff80f55fd940 x26: 000000008a500000
  336. [ 6.055796] x25: ffffffc008c197a8 x24: 0000000000002060
  337. [ 6.055804] x23: 000000000a500000 x22: 0000000000000300
  338. [ 6.055811] x21: 0000000008d9ee20 x20: ffffff80f1de0080
  339. [ 6.055817] x19: 000000010989e7c0 x18: 0000000000000000
  340. [ 6.055824] x17: 0000000000000000 x16: 0000000000000000
  341. [ 6.055831] x15: 0000000000000000 x14: 0000000000000000
  342. [ 6.055837] x13: ffffffc01000d000 x12: 0000000000000001
  343. [ 6.055844] x11: 0000000000000000 x10: 0000000000000000
  344. [ 6.055850] x9 : 0000000000000003 x8 : ffffffc01000d038
  345. [ 6.055857] x7 : 0000000000000001 x6 : 0000000000000000
  346. [ 6.055863] x5 : ffffffc010e99000 x4 : 000000000000004c
  347. [ 6.055870] x3 : 0000000000000000 x2 : ffffffc008c197a8
  348. [ 6.055876] x1 : ffffffc011355f44 x0 : 00000000dc8984ff
  349. [ 6.055884] Call trace:
  350. [ 6.055926] vc5_hdmi_phy_init+0x7b4/0x2078 [vc4]
  351. [ 6.055967] vc4_hdmi_encoder_enable+0x19c/0x1e20 [vc4]
  352. [ 6.055985] drm_atomic_helper_commit_modeset_enables+0x20c/0x238
  353. [ 6.056023] vc4_atomic_complete_commit+0xd0/0x508 [vc4]
  354. [ 6.056061] vc4_atomic_commit+0xf0/0x188 [vc4]
  355. [ 6.056069] drm_atomic_commit+0x54/0x60
  356. [ 6.056079] drm_client_modeset_commit_atomic.isra.0+0x17c/0x200
  357. [ 6.056086] drm_client_modeset_commit_force+0x60/0x198
  358. [ 6.056095] drm_fb_helper_restore_fbdev_mode_unlocked+0x78/0xd8
  359. [ 6.056102] drm_fb_helper_set_par+0x34/0x60
  360. [ 6.056111] fbcon_init+0x3b0/0x538
  361. [ 6.056119] visual_init+0xb4/0x108
  362. [ 6.056127] do_bind_con_driver+0x1d4/0x3a8
  363. [ 6.056135] do_take_over_console+0x144/0x200
  364. [ 6.056141] do_fbcon_takeover+0x70/0xd8
  365. [ 6.056148] fbcon_fb_registered+0x100/0x110
  366. [ 6.056158] register_framebuffer+0x1f0/0x310
  367. [ 6.056166] __drm_fb_helper_initial_config_and_unlock+0x2e0/0x480
  368. [ 6.056173] drm_fbdev_client_hotplug+0xdc/0x190
  369. [ 6.056179] drm_fbdev_generic_setup+0xa4/0x148
  370. [ 6.056218] vc4_drm_bind+0x170/0x1a0 [vc4]
  371. [ 6.056226] try_to_bring_up_master+0x16c/0x1d0
  372. [ 6.056233] component_master_add_with_match+0xbc/0x100
  373. [ 6.056271] vc4_platform_drm_probe+0xcc/0x100 [vc4]
  374. [ 6.056279] platform_drv_probe+0x58/0xa8
  375. [ 6.056290] really_probe+0xe0/0x328
  376. [ 6.056298] driver_probe_device+0x5c/0xf0
  377. [ 6.056306] device_driver_attach+0x74/0x80
  378. [ 6.056313] __driver_attach+0x64/0xe0
  379. [ 6.056321] bus_for_each_dev+0x80/0xd0
  380. [ 6.056328] driver_attach+0x30/0x40
  381. [ 6.056335] bus_add_driver+0x14c/0x1f0
  382. [ 6.056343] driver_register+0x64/0x110
  383. [ 6.056349] __platform_driver_register+0x54/0x60
  384. [ 6.056387] vc4_drm_register+0x4c/0x58 [vc4]
  385. [ 6.056397] do_one_initcall+0x50/0x298
  386. [ 6.056407] do_init_module+0x5c/0x248
  387. [ 6.056415] load_module+0x1e98/0x2548
  388. [ 6.056423] __do_sys_finit_module+0xd0/0xe8
  389. [ 6.056431] __arm64_sys_finit_module+0x28/0x38
  390. [ 6.056441] el0_svc_common.constprop.0+0x78/0x190
  391. [ 6.056449] el0_svc_handler+0x34/0xa0
  392. [ 6.056455] el0_svc+0x8/0xc
  393. [ 6.056461] ---[ end trace 06df78e584a255b1 ]---
  394. [ 6.097723] Console: switching to colour frame buffer device 240x67
  395. [ 6.099668] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  396. [ 6.099825] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  397. [ 6.099838] cfg80211: failed to load regulatory.db
  398. [ 6.186680] brcmfmac: F1 signature read @0x18000000=0x15264345
  399. [ 6.188173] vc4-drm gpu: fb0: vc4drmfb frame buffer device
  400. [ 6.200153] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  401. [ 6.621701] usbcore: registered new interface driver brcmfmac
  402. [ 6.621767] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
  403. [ 7.627206] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
  404. [ 17.578221] random: crng init done
  405. [ 17.581697] random: 7 urandom warning(s) missed due to ratelimiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement