Skip to content

Instantly share code, notes, and snippets.

@Nathoufresh
Created August 6, 2021 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nathoufresh/1c4716ed0c19909edb1b6d55f404b519 to your computer and use it in GitHub Desktop.
Save Nathoufresh/1c4716ed0c19909edb1b6d55f404b519 to your computer and use it in GitHub Desktop.
dmesg
[pi@raspberrypi ~]$ sudo dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.10.52-1-MANJARO-ARM (builduser@odroid-n2plus-pm) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Mon Jul 26 22:24:33 UTC 2021
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000e000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003bffffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
[ 0.000000] On node 0 totalpages: 1015808
[ 0.000000] DMA zone: 3840 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 245760 pages, LIFO batch:63
[ 0.000000] DMA32 zone: 12032 pages used for memmap
[ 0.000000] DMA32 zone: 770048 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 32 pages/cpu s91224 r8192 d31656 u131072
[ 0.000000] pcpu-alloc: s91224 r8192 d31656 u131072 alloc=32*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999936
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:A8:B0:44 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 root=PARTUUID=2a586bd1-02 rw rootwait selinux=0 quiet splash plymouth.ignore-serial-consoles smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 elevator=noop usbhid.mousepoll=8 snd-bcm2835.enable_compat_alsa=0 audit=0 dwc_otg.speed=1
[ 0.000000] Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000038000000-0x000000003c000000] (64MB)
[ 0.000000] Memory: 3356136K/4063232K available (11648K kernel code, 2410K rwdata, 4000K rodata, 3712K init, 1401K bss, 182808K reserved, 524288K cma-reserved)
[ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x90/0x190 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 36202 entries in 142 pages
[ 0.000000] ftrace: allocated 142 pages with 4 groups
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000240] Console: colour dummy device 80x25
[ 0.000291] printk: console [tty0] enabled
[ 0.000340] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000364] pid_max: default: 32768 minimum: 301
[ 0.000565] LSM: Security Framework initializing
[ 0.000787] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.000839] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.002139] cgroup: Disabling memory control group subsystem
[ 0.004402] rcu: Hierarchical SRCU implementation.
[ 0.005399] EFI services will not be available.
[ 0.005891] smp: Bringing up secondary CPUs ...
[ 0.006817] Detected PIPT I-cache on CPU1
[ 0.006885] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.007990] Detected PIPT I-cache on CPU2
[ 0.008038] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.009083] Detected PIPT I-cache on CPU3
[ 0.009129] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.009277] smp: Brought up 1 node, 4 CPUs
[ 0.009292] SMP: Total of 4 processors activated.
[ 0.009306] CPU features: detected: 32-bit EL0 Support
[ 0.009319] CPU features: detected: CRC32 instructions
[ 0.009332] CPU features: detected: 32-bit EL1 Support
[ 0.043225] CPU: All CPU(s) started at EL2
[ 0.043284] alternatives: patching kernel code
[ 0.045018] devtmpfs: initialized
[ 0.055497] Enabled cp15_barrier support
[ 0.055532] Enabled setend support
[ 0.055742] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.055768] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.068941] pinctrl core: initialized pinctrl subsystem
[ 0.069674] DMI not present or invalid.
[ 0.070059] NET: Registered protocol family 16
[ 0.073001] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.073258] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.074157] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.074713] thermal_sys: Registered thermal governor 'step_wise'
[ 0.075177] cpuidle: using governor menu
[ 0.075400] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.075560] ASID allocator initialised with 65536 entries
[ 0.075773] Serial: AMBA PL011 UART driver
[ 0.104831] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.111149] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-08-05T13:48:03, variant start
[ 0.115157] raspberrypi-firmware soc:firmware: Firmware hash is fc9eef11715b244b59c2da056d5aa540fc31255f
[ 0.149444] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.153239] vgaarb: loaded
[ 0.153661] SCSI subsystem initialized
[ 0.153871] usbcore: registered new interface driver usbfs
[ 0.153923] usbcore: registered new interface driver hub
[ 0.153994] usbcore: registered new device driver usb
[ 0.154317] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.155991] clocksource: Switched to clocksource arch_sys_counter
[ 1.175267] VFS: Disk quotas dquot_6.6.0
[ 1.175359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.175510] FS-Cache: Loaded
[ 1.175745] CacheFiles: Loaded
[ 1.176738] simple-framebuffer 3ea50000.framebuffer: framebuffer at 0x3ea50000, 0x177000 bytes, mapped to 0x(____ptrval____)
[ 1.176755] simple-framebuffer 3ea50000.framebuffer: format=a8r8g8b8, mode=800x480x32, linelength=3200
[ 1.177149] Console: switching to colour frame buffer device 100x30
[ 1.179227] simple-framebuffer 3ea50000.framebuffer: fb0: simplefb registered!
[ 1.189049] NET: Registered protocol family 2
[ 1.189494] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.192674] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 1.192728] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.193013] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.193502] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.193717] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.193774] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.194092] NET: Registered protocol family 1
[ 1.194939] RPC: Registered named UNIX socket transport module.
[ 1.194951] RPC: Registered udp transport module.
[ 1.194962] RPC: Registered tcp transport module.
[ 1.194972] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.194992] PCI: CLS 0 bytes, default 64
[ 1.195252] Trying to unpack rootfs image as initramfs...
[ 2.081068] Freeing initrd memory: 13128K
[ 2.082948] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 2.083233] kvm [1]: IPA Size Limit: 44 bits
[ 2.084536] kvm [1]: vgic interrupt IRQ9
[ 2.084801] kvm [1]: Hyp mode initialized successfully
[ 2.087258] Initialise system trusted keyrings
[ 2.087511] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 2.093820] zbud: loaded
[ 2.095659] FS-Cache: Netfs 'nfs' registered for caching
[ 2.096354] NFS: Registering the id_resolver key type
[ 2.096399] Key type id_resolver registered
[ 2.096409] Key type id_legacy registered
[ 2.096533] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.096545] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 2.098713] Key type asymmetric registered
[ 2.098727] Asymmetric key parser 'x509' registered
[ 2.098775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 2.099011] io scheduler mq-deadline registered
[ 2.099023] io scheduler kyber registered
[ 2.099167] io scheduler bfq registered
[ 2.103105] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 2.103133] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 2.103212] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 2.103287] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[ 2.150088] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 2.150440] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 2.150457] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.150474] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 2.150553] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 2.150782] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 2.154779] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 2.154897] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 2.155309] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 2.167372] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 2.167394] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 2.167429] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.167450] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 2.173381] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 2.174225] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[ 2.176480] iproc-rng200 fe104000.rng: hwrng registered
[ 2.176823] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 2.177652] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 2.178045] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.189161] brd: module loaded
[ 2.316147] loop: module loaded
[ 2.317784] Loading iSCSI transport class v2.0-870.
[ 2.320948] libphy: Fixed MDIO Bus: probed
[ 2.322509] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 2.332022] libphy: bcmgenet MII bus: probed
[ 2.388141] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 2.389220] usbcore: registered new interface driver lan78xx
[ 2.389291] usbcore: registered new interface driver smsc95xx
[ 2.390852] pci 0000:00:00.0: enabling device (0000 -> 0002)
[ 2.390884] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
[ 2.390976] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.391007] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 2.391704] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890
[ 2.392616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.392632] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.392645] usb usb1: Product: xHCI Host Controller
[ 2.392657] usb usb1: Manufacturer: Linux 5.10.52-1-MANJARO-ARM xhci-hcd
[ 2.392669] usb usb1: SerialNumber: 0000:01:00.0
[ 2.393391] hub 1-0:1.0: USB hub found
[ 2.393494] hub 1-0:1.0: 1 port detected
[ 2.394108] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.394131] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 2.394153] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 2.394556] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 2.394572] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.394585] usb usb2: Product: xHCI Host Controller
[ 2.394597] usb usb2: Manufacturer: Linux 5.10.52-1-MANJARO-ARM xhci-hcd
[ 2.394610] usb usb2: SerialNumber: 0000:01:00.0
[ 2.395233] hub 2-0:1.0: USB hub found
[ 2.395323] hub 2-0:1.0: 4 ports detected
[ 2.396908] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.397187] dwc_otg: FIQ enabled
[ 2.397197] dwc_otg: NAK holdoff enabled
[ 2.397207] dwc_otg: FIQ split-transaction FSM enabled
[ 2.397220] Module dwc_common_port init
[ 2.397742] usbcore: registered new interface driver uas
[ 2.397823] usbcore: registered new interface driver usb-storage
[ 2.398025] mousedev: PS/2 mouse device common for all mice
[ 2.400015] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 2.403294] sdhci: Secure Digital Host Controller Interface driver
[ 2.403307] sdhci: Copyright(c) Pierre Ossman
[ 2.403949] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 2.404545] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.408698] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.408843] hid: raw HID events driver (C) Jiri Kosina
[ 2.408931] usbcore: registered new interface driver usbhid
[ 2.408936] usbhid: USB HID core driver
[ 2.409131] ashmem: initialized
[ 2.413111] Initializing XFRM netlink socket
[ 2.413133] NET: Registered protocol family 17
[ 2.413209] Key type dns_resolver registered
[ 2.413482] registered taskstats version 1
[ 2.413497] Loading compiled-in X.509 certificates
[ 2.413758] Key type ._fscrypt registered
[ 2.413763] Key type .fscrypt registered
[ 2.413768] Key type fscrypt-provisioning registered
[ 2.420650] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 2.420788] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 2.420857] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 21, base_baud = 0) is a PL011 rev2
[ 2.425134] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[ 2.425466] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 22, base_baud = 62500000) is a 16550
[ 2.425841] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.426252] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 2.426259] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 2.452987] of_cfs_init
[ 2.453059] of_cfs_init: OK
[ 2.473866] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.475413] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.476953] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.479712] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.481250] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.491060] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 2.496020] Freeing unused kernel memory: 3712K
[ 2.496110] Run /init as init process
[ 2.496114] with arguments:
[ 2.496119] /init
[ 2.496122] splash
[ 2.496126] with environment:
[ 2.496130] HOME=/
[ 2.496134] TERM=linux
[ 2.496138] selinux=0
[ 2.511244] random: fast init done
[ 2.537669] mmc1: new high speed SDIO card at address 0001
[ 2.591536] mmc0: new ultra high speed DDR50 SDHC card at address 59b4
[ 2.592334] mmcblk0: mmc0:59b4 USDU1 14.9 GiB
[ 2.594258] mmcblk0: p1 p2
[ 2.648053] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 2.790425] checking generic (3ea50000 177000) vs hw (0 ffffffffffffffff)
[ 2.790436] fb0: switching to vc4drmfb from simple
[ 2.790638] Console: switching to colour dummy device 80x25
[ 2.791326] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[ 2.791769] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
[ 2.798589] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 2.798596] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.798601] usb 1-1: Product: USB2.0 Hub
[ 2.800243] hub 1-1:1.0: USB hub found
[ 2.800271] Console: switching to colour frame buffer device 100x30
[ 2.800546] hub 1-1:1.0: 4 ports detected
[ 2.816067] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 3.523654] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.981906] systemd[1]: System time before build time, advancing clock.
[ 4.092546] NET: Registered protocol family 10
[ 4.094071] Segment Routing with IPv6
[ 4.165119] systemd[1]: systemd 249.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 4.166022] systemd[1]: Detected architecture arm64.
[ 4.168104] systemd[1]: Hostname set to <raspberrypi>.
[ 4.533899] random: lvmconfig: uninitialized urandom read (4 bytes read)
[ 4.786136] systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 4.867062] systemd[1]: /usr/lib/systemd/system/stop-dmesg.service:2: Unknown key name 'USER' in section 'Unit', ignoring.
[ 4.873016] systemd[1]: Configuration file /usr/lib/systemd/system/attach-bluetooth.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 4.877025] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.878336] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.879840] systemd[1]: Created slice Slice /system/getty.
[ 4.880041] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.880593] systemd[1]: Created slice Slice /system/modprobe.
[ 4.880958] systemd[1]: Created slice User and Session Slice.
[ 4.881195] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.881696] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.881822] systemd[1]: Reached target Login Prompts.
[ 4.881939] systemd[1]: Reached target Remote Encrypted Volumes.
[ 4.881994] systemd[1]: Reached target Remote File Systems.
[ 4.882044] systemd[1]: Reached target Slice Units.
[ 4.882113] systemd[1]: Reached target Swaps.
[ 4.882191] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[ 4.882445] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 4.884259] systemd[1]: Listening on LVM2 poll daemon socket.
[ 4.887486] systemd[1]: Listening on Process Core Dump Socket.
[ 4.894707] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 4.895340] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.895825] systemd[1]: Listening on Journal Socket.
[ 4.896444] systemd[1]: Listening on Network Service Netlink Socket.
[ 4.896956] systemd[1]: Listening on udev Control Socket.
[ 4.897366] systemd[1]: Listening on udev Kernel Socket.
[ 4.897730] systemd[1]: Listening on User Database Manager Socket.
[ 4.898169] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 4.900572] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.903228] systemd[1]: Mounting Kernel Debug File System...
[ 4.906096] systemd[1]: Mounting Kernel Trace File System...
[ 4.910151] systemd[1]: Mounting Temporary Directory /tmp...
[ 4.913799] systemd[1]: Starting Create List of Static Device Nodes...
[ 4.916499] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 4.919498] systemd[1]: Starting Load Kernel Module configfs...
[ 4.922838] systemd[1]: Starting Load Kernel Module drm...
[ 4.926542] systemd[1]: Starting Load Kernel Module fuse...
[ 4.934453] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 4.946192] systemd[1]: Starting Load Kernel Modules...
[ 4.949471] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.957196] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 4.959336] fuse: init (API version 7.32)
[ 4.960540] systemd[1]: Starting Coldplug All udev Devices...
[ 4.967586] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.968627] systemd[1]: Mounted Kernel Debug File System.
[ 4.969585] systemd[1]: Mounted Kernel Trace File System.
[ 4.970294] systemd[1]: Mounted Temporary Directory /tmp.
[ 4.971507] systemd[1]: Finished Create List of Static Device Nodes.
[ 4.976823] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 4.977436] systemd[1]: Finished Load Kernel Module configfs.
[ 4.978293] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 4.979017] systemd[1]: Finished Load Kernel Module drm.
[ 4.979948] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 4.980498] systemd[1]: Finished Load Kernel Module fuse.
[ 4.981275] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 4.984265] systemd[1]: Mounting FUSE Control File System...
[ 4.987153] systemd[1]: Mounting Kernel Configuration File System...
[ 4.987490] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 4.995129] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 4.995273] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 4.997747] systemd[1]: Starting Load/Save Random Seed...
[ 4.998048] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 5.001249] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 5.003885] systemd[1]: Starting Setup Virtual Console...
[ 5.007818] systemd[1]: Finished Load Kernel Modules.
[ 5.008614] systemd[1]: Mounted FUSE Control File System.
[ 5.009200] systemd[1]: Mounted Kernel Configuration File System.
[ 5.013662] systemd[1]: Starting Apply Kernel Variables...
[ 5.098990] systemd[1]: Finished Apply Kernel Variables.
[ 5.154711] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 5.155872] systemd[1]: Finished Setup Virtual Console.
[ 5.159361] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[ 5.163644] systemd[1]: Starting Journal Service...
[ 5.167492] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 5.172119] systemd[1]: Finished Coldplug All udev Devices.
[ 5.251886] systemd[1]: Started Journal Service.
[ 5.270570] systemd-journald[202]: Received client request to flush runtime journal.
[ 5.289116] systemd-journald[202]: File /var/log/journal/eb2fa5fd7b754740bf0b4e4d5e7a6028/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 5.749180] random: crng init done
[ 5.749193] random: 7 urandom warning(s) missed due to ratelimiting
[ 5.892256] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 5.895622] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 5.895870] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 5.897220] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 5.940194] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.941069] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 5.941081] [vc_sm_connected_init]: start
[ 5.946104] [vc_sm_connected_init]: installed successfully
[ 5.974926] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.981390] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 5.987022] input: raspberrypi-ts as /devices/platform/soc/soc:firmware/soc:firmware:touchscreen/input/input0
[ 6.002870] mc: Linux media interface: v0.10
[ 6.073243] videodev: Linux video capture interface: v2.00
[ 6.085395] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
[ 6.200589] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.200593] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.201223] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.237248] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.238548] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.239817] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.248761] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 6.248791] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 6.249035] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 6.249542] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 6.250199] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 6.250658] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 6.250673] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 6.250683] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 6.250695] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 6.250702] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 6.250807] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 6.251078] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 6.251103] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 6.253806] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 6.253846] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 6.332595] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.367463] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.449509] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 6.449525] cfg80211: failed to load regulatory.db
[ 6.450976] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 6.455762] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.456370] usbcore: registered new interface driver brcmfmac
[ 6.719503] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.719593] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.730284] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan 4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
[ 6.731095] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 7.384827] uart-pl011 fe201000.serial: no DMA platform data
[ 7.424403] zram: Added device: zram0
[ 7.452377] zram0: detected capacity change from 0 to 5986197504
[ 7.552075] Adding 5845892k swap on /dev/zram0. Priority:100 extents:1 across:5845892k SSFS
[ 8.848503] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 8.848879] bcmgenet fd580000.ethernet eth0: Link is Down
[ 8.899829] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 12.730649] Bluetooth: Core ver 2.22
[ 12.730795] NET: Registered protocol family 31
[ 12.730807] Bluetooth: HCI device and connection manager initialized
[ 12.730836] Bluetooth: HCI socket layer initialized
[ 12.730855] Bluetooth: L2CAP socket layer initialized
[ 12.730887] Bluetooth: SCO socket layer initialized
[ 12.761675] Bluetooth: HCI UART driver ver 2.3
[ 12.761697] Bluetooth: HCI UART protocol H4 registered
[ 12.761829] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 12.762197] Bluetooth: HCI UART protocol Broadcom registered
[ 12.766786] Bluetooth: hci0: sending frame failed (-49)
[ 12.936939] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.936952] Bluetooth: BNEP filters: protocol multicast
[ 12.936969] Bluetooth: BNEP socket layer initialized
[ 14.784048] Bluetooth: hci0: command 0x1003 tx timeout
[ 15.302946] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 23.986115] Bluetooth: RFCOMM TTY layer initialized
[ 23.986173] Bluetooth: RFCOMM socket layer initialized
[ 23.986212] Bluetooth: RFCOMM ver 1.11
[ 334.546004] usb 1-1.4: new full-speed USB device number 3 using xhci_hcd
[ 334.659735] usb 1-1.4: New USB device found, idVendor=04d8, idProduct=fbdc, bcdDevice= 1.00
[ 334.659757] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 334.659771] usb 1-1.4: Product: XXXXXXX
[ 334.659784] usb 1-1.4: Manufacturer: XXXXXX
[ 335.442642] cdc_acm 1-1.4:1.0: ttyACM0: USB ACM device
[ 335.445486] usbcore: registered new interface driver cdc_acm
[ 335.445494] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 1415.975225] usb 1-1.4: USB disconnect, device number 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment