Advertisement
sskorol

RPi Zero 2 W Ubuntu 20.04 dmesg log

Jan 31st, 2022
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 28.16 KB | None | 0 0
  1. ubuntu@rpi:~$ sudo dmesg
  2. [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [    0.000000] Linux version 5.4.0-1050-raspi (buildd@bos02-arm64-039) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #56-Ubuntu SMP PREEMPT Thu Jan 13 13:09:35 UTC 2022 (Ubuntu 5.4.0-1050.56-raspi 5.4.157)
  4. [    0.000000] Machine model: Raspberry Pi Zero 2 Rev 1.0
  5. [    0.000000] efi: Getting EFI parameters from FDT:
  6. [    0.000000] efi: UEFI not found.
  7. [    0.000000] Reserved memory: created CMA memory pool at 0x0000000012000000, size 64 MiB
  8. [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  9. [    0.000000] On node 0 totalpages: 98304
  10. [    0.000000]   DMA zone: 1536 pages used for memmap
  11. [    0.000000]   DMA zone: 0 pages reserved
  12. [    0.000000]   DMA zone: 98304 pages, LIFO batch:31
  13. [    0.000000] percpu: Embedded 32 pages/cpu s92184 r8192 d30696 u131072
  14. [    0.000000] pcpu-alloc: s92184 r8192 d30696 u131072 alloc=32*4096
  15. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  16. [    0.000000] Detected VIPT I-cache on CPU0
  17. [    0.000000] CPU features: detected: ARM erratum 845719
  18. [    0.000000] CPU features: kernel page table isolation forced ON by KASLR
  19. [    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  20. [    0.000000] CPU features: detected: ARM erratum 843419
  21. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 96768
  22. [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:56:4D:A4 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  net.ifnames=0 dwc_otg.lpm_enable=0 console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait fixrtc
  23. [    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  24. [    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
  25. [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  26. [    0.000000] Memory: 255056K/393216K available (11772K kernel code, 1268K rwdata, 4296K rodata, 4096K init, 1075K bss, 72624K reserved, 65536K cma-reserved)
  27. [    0.000000] random: get_random_u64 called from kmem_cache_open+0x3c/0x3e8 with crng_init=0
  28. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  29. [    0.000000] ftrace: allocating 39110 entries in 153 pages
  30. [    0.000000] rcu: Preemptible hierarchical RCU implementation.
  31. [    0.000000]  Tasks RCU enabled.
  32. [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  33. [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  34. [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  35. [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  36. [    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  37. [    0.000255] Console: colour dummy device 80x25
  38. [    0.001007] printk: console [tty1] enabled
  39. [    0.001085] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  40. [    0.001139] pid_max: default: 32768 minimum: 301
  41. [    0.001466] LSM: Security Framework initializing
  42. [    0.001554] Yama: becoming mindful.
  43. [    0.001704] AppArmor: AppArmor initialized
  44. [    0.001996] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  45. [    0.002047] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  46. [    0.002177] *** VALIDATE tmpfs ***
  47. [    0.003048] *** VALIDATE proc ***
  48. [    0.003509] cgroup: Disabling memory control group subsystem
  49. [    0.003783] *** VALIDATE cgroup1 ***
  50. [    0.003817] *** VALIDATE cgroup2 ***
  51. [    0.005648] ASID allocator initialised with 32768 entries
  52. [    0.005927] rcu: Hierarchical SRCU implementation.
  53. [    0.008527] EFI services will not be available.
  54. [    0.009703] smp: Bringing up secondary CPUs ...
  55. [    0.011051] Detected VIPT I-cache on CPU1
  56. [    0.011117] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  57. [    0.013084] Detected VIPT I-cache on CPU2
  58. [    0.013135] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  59. [    0.014885] Detected VIPT I-cache on CPU3
  60. [    0.014930] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  61. [    0.015443] smp: Brought up 1 node, 4 CPUs
  62. [    0.015598] SMP: Total of 4 processors activated.
  63. [    0.015629] CPU features: detected: 32-bit EL0 Support
  64. [    0.015662] CPU features: detected: CRC32 instructions
  65. [    0.021996] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  66. [    0.022043] CPU: All CPU(s) started at EL2
  67. [    0.022124] alternatives: patching kernel code
  68. [    0.024079] devtmpfs: initialized
  69. [    0.039450] Enabled cp15_barrier support
  70. [    0.039511] Enabled setend support
  71. [    0.040139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  72. [    0.040202] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  73. [    0.043953] pinctrl core: initialized pinctrl subsystem
  74. [    0.044940] DMI not present or invalid.
  75. [    0.045927] NET: Registered protocol family 16
  76. [    0.054385] DMA: preallocated 1024 KiB pool for atomic allocations
  77. [    0.054452] audit: initializing netlink subsys (disabled)
  78. [    0.054797] audit: type=2000 audit(0.052:1): state=initialized audit_enabled=0 res=1
  79. [    0.055660] cpuidle: using governor ladder
  80. [    0.055740] cpuidle: using governor menu
  81. [    0.056484] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  82. [    0.056972] Serial: AMBA PL011 UART driver
  83. [    0.059586] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  84. [    0.076340] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25 12:13, variant start_x
  85. [    0.080356] raspberrypi-firmware soc:firmware: Firmware hash is 564e5f9b852b23a330b1764bcf0b2d022a20afd0
  86. [    0.131833] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
  87. [    0.135504] iommu: Default domain type: Translated
  88. [    0.137538] SCSI subsystem initialized
  89. [    0.137865] libata version 3.00 loaded.
  90. [    0.138195] usbcore: registered new interface driver usbfs
  91. [    0.138284] usbcore: registered new interface driver hub
  92. [    0.138376] usbcore: registered new device driver usb
  93. [    0.138875] pps_core: LinuxPPS API ver. 1 registered
  94. [    0.138908] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  95. [    0.138968] PTP clock support registered
  96. [    0.139335] EDAC MC: Ver: 3.0.0
  97. [    0.141039] NetLabel: Initializing
  98. [    0.141070] NetLabel:  domain hash size = 128
  99. [    0.141097] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
  100. [    0.141239] NetLabel:  unlabeled traffic allowed by default
  101. [    0.142557] clocksource: Switched to clocksource arch_sys_counter
  102. [    0.284742] *** VALIDATE bpf ***
  103. [    0.285208] VFS: Disk quotas dquot_6.6.0
  104. [    0.285360] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  105. [    0.285555] *** VALIDATE ramfs ***
  106. [    0.286431] AppArmor: AppArmor Filesystem Enabled
  107. [    0.300613] thermal_sys: Registered thermal governor 'fair_share'
  108. [    0.300621] thermal_sys: Registered thermal governor 'bang_bang'
  109. [    0.300666] thermal_sys: Registered thermal governor 'step_wise'
  110. [    0.300699] thermal_sys: Registered thermal governor 'user_space'
  111. [    0.300731] thermal_sys: Registered thermal governor 'power_allocator'
  112. [    0.301536] NET: Registered protocol family 2
  113. [    0.301793] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  114. [    0.302886] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
  115. [    0.302956] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
  116. [    0.303054] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
  117. [    0.303182] TCP: Hash tables configured (established 4096 bind 4096)
  118. [    0.303388] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  119. [    0.303448] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  120. [    0.303772] NET: Registered protocol family 1
  121. [    0.303830] NET: Registered protocol family 44
  122. [    0.303871] PCI: CLS 0 bytes, default 64
  123. [    0.304276] Trying to unpack rootfs image as initramfs...
  124. [    1.358621] Freeing initrd memory: 29648K
  125. [    1.360429] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  126. [    1.360646] kvm [1]: IPA Size Limit: 40 bits
  127. [    1.361900] kvm [1]: Hyp mode initialized successfully
  128. [    1.366306] Initialise system trusted keyrings
  129. [    1.366396] Key type blacklist registered
  130. [    1.366777] workingset: timestamp_bits=46 max_order=17 bucket_order=0
  131. [    1.377285] zbud: loaded
  132. [    1.380340] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  133. [    1.381888] fuse: init (API version 7.31)
  134. [    1.382240] *** VALIDATE fuse ***
  135. [    1.382276] *** VALIDATE fuse ***
  136. [    1.408674] Key type asymmetric registered
  137. [    1.408709] Asymmetric key parser 'x509' registered
  138. [    1.408785] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
  139. [    1.409049] io scheduler mq-deadline registered
  140. [    1.413471] bcm2708_fb soc:fb: FB found 1 display(s)
  141. [    1.425875] Console: switching to colour frame buffer device 82x26
  142. [    1.430639] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
  143. [    1.524619] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
  144. [    1.529947] bcm2835-rng 3f104000.rng: hwrng registered
  145. [    1.533099] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
  146. [    1.539075] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  147. [    1.544691] cacheinfo: Unable to detect cache hierarchy for CPU 0
  148. [    5.754746] loop: module loaded
  149. [    5.760931] spi-bcm2835 3f204000.spi: could not get clk: -517
  150. [    5.766010] libphy: Fixed MDIO Bus: probed
  151. [    5.768761] tun: Universal TUN/TAP device driver, 1.6
  152. [    5.772075] PPP generic driver version 2.4.2
  153. [    5.775209] usbcore: registered new interface driver lan78xx
  154. [    5.778106] usbcore: registered new interface driver smsc95xx
  155. [    5.780905] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  156. [    5.783680] ehci-pci: EHCI PCI platform driver
  157. [    5.786426] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  158. [    5.789216] ohci-pci: OHCI PCI platform driver
  159. [    5.791995] uhci_hcd: USB Universal Host Controller Interface driver
  160. [    5.794952] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  161. [    6.525913] Core Release: 2.80a
  162. [    6.528543] Setting default values for core params
  163. [    6.531174] Finished setting default values for core params
  164. [    6.734121] Using Buffer DMA mode
  165. [    6.736596] Periodic Transfer Interrupt Enhancement - disabled
  166. [    6.739081] Multiprocessor Interrupt Enhancement - disabled
  167. [    6.741486] OTG VER PARAM: 0, OTG VER FLAG: 0
  168. [    6.743859] Dedicated Tx FIFOs mode
  169. [    6.746763] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = ffff800010d8a000 dma = 0x00000000d2110000 len=9024
  170. [    6.751577] FIQ FSM acceleration enabled for :
  171.                Non-periodic Split Transactions
  172.                Periodic Split Transactions
  173.                High-Speed Isochronous Endpoints
  174.                Interrupt/Control Split Transaction hack enabled
  175. [    6.763306] dwc_otg: Microframe scheduler enabled
  176. [    6.763347] WARN::hcd_init_fiq:496: MPHI regs_base at ffff800010075000
  177. [    6.765828] dwc_otg 3f980000.usb: DWC OTG Controller
  178. [    6.768267] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  179. [    6.770776] dwc_otg 3f980000.usb: irq 9, io mem 0x00000000
  180. [    6.773191] Init: Port Power? op_state=1
  181. [    6.775532] Init: Power Port (0)
  182. [    6.778191] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
  183. [    6.782897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  184. [    6.785412] usb usb1: Product: DWC OTG Controller
  185. [    6.787898] usb usb1: Manufacturer: Linux 5.4.0-1050-raspi dwc_otg_hcd
  186. [    6.790403] usb usb1: SerialNumber: 3f980000.usb
  187. [    6.793719] hub 1-0:1.0: USB hub found
  188. [    6.796268] hub 1-0:1.0: 1 port detected
  189. [    6.799500] dwc_otg: FIQ enabled
  190. [    6.799512] dwc_otg: NAK holdoff enabled
  191. [    6.799522] dwc_otg: FIQ split-transaction FSM enabled
  192. [    6.799538] Module dwc_common_port init
  193. [    6.800303] mousedev: PS/2 mouse device common for all mice
  194. [    6.803263] i2c /dev entries driver
  195. [    6.808698] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  196. [    6.811417] device-mapper: uevent: version 1.0.3
  197. [    6.814249] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
  198. [    6.823056] sdhci: Secure Digital Host Controller Interface driver
  199. [    6.824638] sdhci: Copyright(c) Pierre Ossman
  200. [    6.826607] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
  201. [    6.828589] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  202. [    6.830328] sdhci-pltfm: SDHCI platform and OF driver helper
  203. [    6.833145] ledtrig-cpu: registered to indicate activity on CPUs
  204. [    6.835019] hidraw: raw HID events driver (C) Jiri Kosina
  205. [    6.837426] vchiq: vchiq_init_state: slot_zero = (____ptrval____)
  206. [    6.842573] drop_monitor: Initializing network drop monitor service
  207. [    6.845003] NET: Registered protocol family 10
  208. [    6.880769] Segment Routing with IPv6
  209. [    6.882407] NET: Registered protocol family 17
  210. [    6.884152] Key type dns_resolver registered
  211. [    6.886372] registered taskstats version 1
  212. [    6.887978] Loading compiled-in X.509 certificates
  213. [    6.893019] Loaded X.509 cert 'Build time autogenerated kernel key: f19ae2c9b8ed0605fdb83330fa4d6b5d9156ae66'
  214. [    6.899277] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
  215. [    6.905600] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
  216. [    6.908872] blacklist: Loading compiled-in revocation X.509 certificates
  217. [    6.910668] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
  218. [    6.914422] Key type ._fscrypt registered
  219. [    6.916110] Key type .fscrypt registered
  220. [    6.951861] cryptd: max_cpu_qlen set to 1000
  221. [    6.980086] Key type big_key registered
  222. [    7.020096] Key type encrypted registered
  223. [    7.021667] AppArmor: AppArmor sha1 policy hashing enabled
  224. [    7.023260] ima: No TPM chip found, activating TPM-bypass!
  225. [    7.024830] ima: Allocated hash algorithm: sha1
  226. [    7.026392] ima: No architecture policies found
  227. [    7.028037] evm: Initialising EVM extended attributes:
  228. [    7.029596] evm: security.selinux
  229. [    7.031143] evm: security.SMACK64
  230. [    7.032602] evm: security.SMACK64EXEC
  231. [    7.033978] evm: security.SMACK64TRANSMUTE
  232. [    7.035294] evm: security.SMACK64MMAP
  233. [    7.036509] evm: security.apparmor
  234. [    7.037640] evm: security.ima
  235. [    7.038696] evm: security.capability
  236. [    7.039677] evm: HMAC attrs: 0x1
  237. [    7.048770] uart-pl011 3f201000.serial: cts_event_workaround enabled
  238. [    7.049822] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 66, base_baud = 0) is a PL011 rev2
  239. [    7.054806] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 61, base_baud = 50000000) is a 16550
  240. [    7.057623] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  241. [    7.062707] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
  242. [    7.063968] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
  243. [    7.091098] sdhost: log_buf @ (____ptrval____) (c7717000)
  244. [    7.111348] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  245. [    7.114142] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  246. [    7.116899] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  247. [    7.120902] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  248. [    7.123621] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  249. [    7.143862] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  250. [    7.147447] of_cfs_init
  251. [    7.148721] of_cfs_init: OK
  252. [    7.173628] Freeing unused kernel memory: 4096K
  253. [    7.179482] Checked W+X mappings: passed, no W+X pages found
  254. [    7.180810] Run /init as init process
  255. [    7.195634] random: fast init done
  256. [    7.202183] mmc0: host does not support reading read-only switch, assuming write-enable
  257. [    7.205584] mmc0: new high speed SDXC card at address 59b4
  258. [    7.207990] mmcblk0: mmc0:59b4 EC1S5 59.7 GiB
  259. [    7.212260]  mmcblk0: p1 p2
  260. [    7.248215] mmc1: new high speed SDIO card at address 0001
  261. [    7.291925] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  262. [    7.299020] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  263. [    7.300374] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  264. [    8.304895] usb_phy_generic phy: phy supply vcc not found, using dummy regulator
  265. [   11.958573] raid6: neonx8   gen()  1218 MB/s
  266. [   12.010548] raid6: neonx8   xor()  1104 MB/s
  267. [   12.058598] raid6: neonx4   gen()  1194 MB/s
  268. [   12.106584] raid6: neonx4   xor()  1136 MB/s
  269. [   12.154591] raid6: neonx2   gen()   876 MB/s
  270. [   12.202556] raid6: neonx2   xor()   868 MB/s
  271. [   12.250581] raid6: neonx1   gen()   507 MB/s
  272. [   12.298557] raid6: neonx1   xor()   494 MB/s
  273. [   12.346559] raid6: int64x8  gen()   929 MB/s
  274. [   12.394552] raid6: int64x8  xor()   609 MB/s
  275. [   12.442572] raid6: int64x4  gen()   786 MB/s
  276. [   12.490591] raid6: int64x4  xor()   558 MB/s
  277. [   12.538558] raid6: int64x2  gen()   480 MB/s
  278. [   12.586587] raid6: int64x2  xor()   383 MB/s
  279. [   12.634712] raid6: int64x1  gen()   277 MB/s
  280. [   12.682572] raid6: int64x1  xor()   226 MB/s
  281. [   12.684612] raid6: using algorithm neonx8 gen() 1218 MB/s
  282. [   12.686673] raid6: .... xor() 1104 MB/s, rmw enabled
  283. [   12.688630] raid6: using neon recovery algorithm
  284. [   12.699450] xor: measuring software checksum speed
  285. [   12.738543]    8regs     :  1963.000 MB/sec
  286. [   12.778542]    32regs    :  2250.000 MB/sec
  287. [   12.818545]    arm64_neon:  1889.000 MB/sec
  288. [   12.820465] xor: using function: 32regs (2250.000 MB/sec)
  289. [   12.826841] async_tx: api initialized (async)
  290. [   13.148034] Btrfs loaded, crc32c=crc32c-generic
  291. [   14.063917] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  292. [   15.171507] systemd[1]: System time before build time, advancing clock.
  293. [   15.257636] systemd[1]: Inserted module 'autofs4'
  294. [   15.379051] systemd[1]: systemd 245.4-4ubuntu3.15 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)
  295. [   15.392485] systemd[1]: Detected architecture arm64.
  296. [   15.530672] systemd[1]: Set hostname to <rpi>.
  297. [   16.783131] systemd[1]: Created slice system-modprobe.slice.
  298. [   16.792401] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  299. [   16.800920] systemd[1]: Created slice User and Session Slice.
  300. [   16.807887] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  301. [   16.827849] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  302. [   16.837461] systemd[1]: Reached target User and Group Name Lookups.
  303. [   16.843792] systemd[1]: Reached target Slices.
  304. [   16.850337] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  305. [   16.857164] systemd[1]: Listening on LVM2 poll daemon socket.
  306. [   16.863435] systemd[1]: Listening on multipathd control socket.
  307. [   16.869750] systemd[1]: Listening on Syslog Socket.
  308. [   16.876016] systemd[1]: Listening on fsck to fsckd communication Socket.
  309. [   16.882178] systemd[1]: Listening on initctl Compatibility Named Pipe.
  310. [   16.889314] systemd[1]: Listening on Journal Audit Socket.
  311. [   16.895838] systemd[1]: Listening on Journal Socket (/dev/log).
  312. [   16.902357] systemd[1]: Listening on Journal Socket.
  313. [   16.908626] systemd[1]: Listening on Network Service Netlink Socket.
  314. [   16.914668] systemd[1]: Listening on udev Control Socket.
  315. [   16.920321] systemd[1]: Listening on udev Kernel Socket.
  316. [   16.926112] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  317. [   16.938121] systemd[1]: Mounting POSIX Message Queue File System...
  318. [   16.952142] systemd[1]: Mounting Kernel Debug File System...
  319. [   16.965812] systemd[1]: Mounting Kernel Trace File System...
  320. [   16.981455] systemd[1]: Starting Journal Service...
  321. [   16.995296] systemd[1]: Starting Set the console keyboard layout...
  322. [   17.010090] systemd[1]: Starting Create list of static device nodes for the current kernel...
  323. [   17.028308] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  324. [   17.046721] systemd[1]: Starting Load Kernel Module drm...
  325. [   17.053955] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
  326. [   17.065792] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  327. [   17.073248] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  328. [   17.127814] systemd[1]: Starting Load Kernel Modules...
  329. [   17.148225] systemd[1]: Starting Remount Root and Kernel File Systems...
  330. [   17.171620] systemd[1]: Starting udev Coldplug all Devices...
  331. [   17.187313] systemd[1]: Starting Uncomplicated firewall...
  332. [   17.204791] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  333. [   17.214330] systemd[1]: Mounted POSIX Message Queue File System.
  334. [   17.226813] systemd[1]: Mounted Kernel Debug File System.
  335. [   17.234747] systemd[1]: Mounted Kernel Trace File System.
  336. [   17.250815] systemd[1]: Finished Create list of static device nodes for the current kernel.
  337. [   17.271383] systemd[1]: modprobe@drm.service: Succeeded.
  338. [   17.276938] systemd[1]: Finished Load Kernel Module drm.
  339. [   17.290157] systemd[1]: Finished Load Kernel Modules.
  340. [   17.303410] systemd[1]: Finished Remount Root and Kernel File Systems.
  341. [   17.315364] systemd[1]: Finished Uncomplicated firewall.
  342. [   17.328948] systemd[1]: Activating swap /swapfile...
  343. [   17.343134] systemd[1]: Mounting FUSE Control File System...
  344. [   17.359218] systemd[1]: Mounting Kernel Configuration File System...
  345. [   17.368020] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  346. [   17.373881] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  347. [   17.386817] systemd[1]: Starting Load/Save Random Seed...
  348. [   17.401113] systemd[1]: Starting Apply Kernel Variables...
  349. [   17.416644] systemd[1]: Starting Create System Users...
  350. [   17.429111] systemd[1]: Started Journal Service.
  351. [   17.528179] systemd-journald[859]: Received client request to flush runtime journal.
  352. [   17.585753] systemd-journald[859]: File /var/log/journal/8926a1cb84954067a3a3ffbfd12c6cf6/system.journal corrupted or uncleanly shut down, renaming and replacing.
  353. [   18.218616] Adding 4194300k swap on /swapfile.  Priority:-2 extents:16 across:6635516k SSFS
  354. [   18.846913] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  355. [   18.847793] vc_sm_cma: module verification failed: signature and/or required key missing - tainting kernel
  356. [   18.849592] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  357. [   18.849608] [vc_sm_connected_init]: start
  358. [   18.853510] [vc_sm_connected_init]: installed successfully
  359. [   18.893793] mc: Linux media interface: v0.10
  360. [   18.960451] videodev: Linux video capture interface: v2.00
  361. [   19.015660] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  362. [   19.069948] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  363. [   19.071424] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  364. [   19.119252] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  365. [   19.123607] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  366. [   19.137818] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  367. [   19.359599] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  368. [   19.368655] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  369. [   19.575955] brcmfmac: F1 signature read @0x18000000=0x1542a9a6
  370. [   19.594431] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
  371. [   19.605155] usbcore: registered new interface driver brcmfmac
  372. [   19.665687] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43436-sdio.raspberrypi,model-zero-2.txt failed with error -2
  373. [   19.747532] bcm2835-isp bcm2835-isp: bcm2835_isp_get_supported_fmts: port has more encoding than we provided space for. Some are dropped.
  374. [   19.754442] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  375. [   19.754627] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  376. [   19.754700] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  377. [   19.755215] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  378. [   19.758817] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  379. [   19.760451] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  380. [   19.760490] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  381. [   19.760922] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  382. [   19.760949] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  383. [   19.760968] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  384. [   19.760983] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  385. [   19.760995] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  386. [   19.761221] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  387. [   19.769547] : bcm2835_codec_get_supported_fmts: port has more encoding than we provided space for. Some are dropped.
  388. [   19.777226] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  389. [   19.777264] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  390. [   19.804058] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
  391. [   19.831976] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/2 wl0: Oct  9 2020 14:44:32 version 9.88.4.65 (test) (f149b32@shgit)  (r679549) FWID 01-f40f3270
  392. [   21.967456] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  393. [   22.473930] alua: device handler registered
  394. [   22.484726] emc: device handler registered
  395. [   22.494773] rdac: device handler registered
  396. [   24.592416] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  397. [   24.660436] audit: type=1400 audit(1641790607.483:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1537 comm="apparmor_parser"
  398. [   24.660467] audit: type=1400 audit(1641790607.483:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1537 comm="apparmor_parser"
  399. [   24.663621] audit: type=1400 audit(1641790607.487:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1533 comm="apparmor_parser"
  400. [   24.664059] audit: type=1400 audit(1641790607.487:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1534 comm="apparmor_parser"
  401. [   24.664086] audit: type=1400 audit(1641790607.487:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1534 comm="apparmor_parser"
  402. [   24.664107] audit: type=1400 audit(1641790607.487:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1534 comm="apparmor_parser"
  403. [   24.682398] audit: type=1400 audit(1641790607.503:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1536 comm="apparmor_parser"
  404. [   24.686804] audit: type=1400 audit(1641790607.507:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1538 comm="apparmor_parser"
  405. [   24.686837] audit: type=1400 audit(1641790607.511:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1538 comm="apparmor_parser"
  406. [   24.698533] audit: type=1400 audit(1641790607.519:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1539 comm="apparmor_parser"
  407. [   39.679651] random: crng init done
  408. [   39.679663] random: 7 urandom warning(s) missed due to ratelimiting
  409.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement