Skip to content

Instantly share code, notes, and snippets.

@manuel-imboden
Created July 4, 2022 08:06
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 manuel-imboden/138d372a31225d37d3a60d650389b24d to your computer and use it in GitHub Desktop.
Save manuel-imboden/138d372a31225d37d3a60d650389b24d to your computer and use it in GitHub Desktop.
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
cat /proc/meminfo
MemTotal: 438176 kB
MemFree: 126816 kB
MemAvailable: 200400 kB
Buffers: 5320 kB
Cached: 117496 kB
SwapCached: 4316 kB
Active: 57188 kB
Inactive: 152076 kB
Active(anon): 14200 kB
Inactive(anon): 82868 kB
Active(file): 42988 kB
Inactive(file): 69208 kB
Unevictable: 16 kB
Mlocked: 16 kB
SwapTotal: 102396 kB
SwapFree: 73468 kB
Dirty: 524 kB
Writeback: 0 kB
AnonPages: 82628 kB
Mapped: 53292 kB
Shmem: 10620 kB
KReclaimable: 12888 kB
Slab: 30628 kB
SReclaimable: 12888 kB
SUnreclaim: 17740 kB
KernelStack: 1840 kB
PageTables: 4272 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 321484 kB
Committed_AS: 1018684 kB
VmallocTotal: 1622016 kB
VmallocUsed: 5820 kB
VmallocChunk: 0 kB
Percpu: 448 kB
CmaTotal: 262144 kB
CmaFree: 101668 kB
cat /boot/config.txt
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
# Automatically load overlays for detected cameras
camera_auto_detect=1
# Automatically load overlays for detected DSI displays
display_auto_detect=1
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2
# Disable compensation for displays with overscan
disable_overscan=1
[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1
[all]
[pi4]
# Run as fast as firmware / board allows
arm_boost=1
[all]
dtoverlay=imx519
dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.15.32-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1538 SMP Thu Mar 31 19:38:48 BST 2022
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi Zero 2 W Rev 1.0
[ 0.000000] random: fast init done
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x0bc00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000001bffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001bffffff]
[ 0.000000] percpu: Embedded 16 pages/cpu s35660 r8192 d21684 u65536
[ 0.000000] pcpu-alloc: s35660 r8192 d21684 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113680
[ 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:1920x1080M@60 smsc95xx.macaddr=B8:27:EB:F0:35:60 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 console=ttyS0,115200 console=tty1 root=PARTUUID=2cffe863-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 175008K/458752K available (10240K kernel code, 1341K rwdata, 3060K rodata, 1024K init, 568K bss, 21600K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 33185 entries in 98 pages
[ 0.000000] ftrace: allocated 98 pages with 3 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 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 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] random: get_random_bytes called from start_kernel+0x538/0x71c with crng_init=1
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000022] Switching to timer-based delay loop, resolution 52ns
[ 0.000354] Console: colour dummy device 80x30
[ 0.000430] printk: console [tty1] enabled
[ 0.000492] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000526] pid_max: default: 32768 minimum: 301
[ 0.000689] LSM: Security Framework initializing
[ 0.000855] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.000880] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.002442] cgroup: Disabling memory control group subsystem
[ 0.002748] CPU: Testing write buffer coherency: ok
[ 0.003303] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004548] Setting up static identity map for 0x100000 - 0x10003c
[ 0.004746] rcu: Hierarchical SRCU implementation.
[ 0.005698] smp: Bringing up secondary CPUs ...
[ 0.006911] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.008229] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.009446] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.009597] smp: Brought up 1 node, 4 CPUs
[ 0.009624] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.009642] CPU: All CPU(s) started in HYP mode.
[ 0.009653] CPU: Virtualization extensions available.
[ 0.010643] devtmpfs: initialized
[ 0.029794] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.030156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.030194] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.042854] pinctrl core: initialized pinctrl subsystem
[ 0.044353] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.049196] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.055030] audit: initializing netlink subsys (disabled)
[ 0.055340] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
[ 0.055999] thermal_sys: Registered thermal governor 'step_wise'
[ 0.057162] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.057182] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.057474] Serial: AMBA PL011 UART driver
[ 0.068335] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.100168] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:20:54, variant start
[ 0.110183] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
[ 0.159247] Kprobes globally optimized
[ 0.164513] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.166896] SCSI subsystem initialized
[ 0.167260] usbcore: registered new interface driver usbfs
[ 0.167327] usbcore: registered new interface driver hub
[ 0.167414] usbcore: registered new device driver usb
[ 0.167803] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.168244] pps_core: LinuxPPS API ver. 1 registered
[ 0.168259] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.168290] PTP clock support registered
[ 0.171058] clocksource: Switched to clocksource arch_sys_counter
[ 0.241893] VFS: Disk quotas dquot_6.6.0
[ 0.242025] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.242245] FS-Cache: Loaded
[ 0.242521] CacheFiles: Loaded
[ 0.243570] simple-framebuffer 1e402000.framebuffer: framebuffer at 0x1e402000, 0x7f8000 bytes
[ 0.243594] simple-framebuffer 1e402000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[ 0.244230] Console: switching to colour frame buffer device 240x67
[ 0.279220] simple-framebuffer 1e402000.framebuffer: fb0: simplefb registered!
[ 0.289102] NET: Registered PF_INET protocol family
[ 0.289349] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.290753] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.290808] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.290890] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.291000] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.291197] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.291245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.291541] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.292648] RPC: Registered named UNIX socket transport module.
[ 0.292667] RPC: Registered udp transport module.
[ 0.292680] RPC: Registered tcp transport module.
[ 0.292693] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.909860] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 1.914170] Initialise system trusted keyrings
[ 1.914497] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 1.924685] zbud: loaded
[ 1.926942] FS-Cache: Netfs 'nfs' registered for caching
[ 1.927981] NFS: Registering the id_resolver key type
[ 1.928031] Key type id_resolver registered
[ 1.928046] Key type id_legacy registered
[ 1.928181] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.928199] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.929488] Key type asymmetric registered
[ 1.929504] Asymmetric key parser 'x509' registered
[ 1.929602] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.929622] io scheduler mq-deadline registered
[ 1.929637] io scheduler kyber registered
[ 1.940284] bcm2835-rng 3f104000.rng: hwrng registered
[ 1.940895] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 1.942408] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 1.955139] brd: module loaded
[ 1.965651] loop: module loaded
[ 1.966498] Loading iSCSI transport class v2.0-870.
[ 1.968529] usbcore: registered new interface driver lan78xx
[ 1.968615] usbcore: registered new interface driver smsc95xx
[ 1.968640] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.696909] Core Release: 2.80a
[ 2.696930] Setting default values for core params
[ 2.696963] Finished setting default values for core params
[ 2.897327] Using Buffer DMA mode
[ 2.897341] Periodic Transfer Interrupt Enhancement - disabled
[ 2.897354] Multiprocessor Interrupt Enhancement - disabled
[ 2.897369] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 2.897387] Dedicated Tx FIFOs mode
[ 2.898727] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = 8bd04000 dma = 0xcbd04000 len=9024
[ 2.898776] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 2.898795] dwc_otg: Microframe scheduler enabled
[ 2.898929] WARN::hcd_init_fiq:457: FIQ on core 1
[ 2.898948] WARN::hcd_init_fiq:458: FIQ ASM at 807f3124 length 36
[ 2.898969] WARN::hcd_init_fiq:497: MPHI regs_base at 9c810000
[ 2.898994] dwc_otg 3f980000.usb: DWC OTG Controller
[ 2.899037] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 2.899090] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
[ 2.899153] Init: Port Power? op_state=1
[ 2.899166] Init: Power Port (0)
[ 2.899525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 2.899550] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.899569] usb usb1: Product: DWC OTG Controller
[ 2.899586] usb usb1: Manufacturer: Linux 5.15.32-v7+ dwc_otg_hcd
[ 2.899603] usb usb1: SerialNumber: 3f980000.usb
[ 2.900432] hub 1-0:1.0: USB hub found
[ 2.900500] hub 1-0:1.0: 1 port detected
[ 2.901446] dwc_otg: FIQ enabled
[ 2.901460] dwc_otg: NAK holdoff enabled
[ 2.901473] dwc_otg: FIQ split-transaction FSM enabled
[ 2.901491] Module dwc_common_port init
[ 2.901837] usbcore: registered new interface driver usb-storage
[ 2.902113] mousedev: PS/2 mouse device common for all mice
[ 2.905347] sdhci: Secure Digital Host Controller Interface driver
[ 2.905364] sdhci: Copyright(c) Pierre Ossman
[ 2.905904] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.907324] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.907682] hid: raw HID events driver (C) Jiri Kosina
[ 2.907855] usbcore: registered new interface driver usbhid
[ 2.907871] usbhid: USB HID core driver
[ 2.913864] Initializing XFRM netlink socket
[ 2.913920] NET: Registered PF_PACKET protocol family
[ 2.914081] Key type dns_resolver registered
[ 2.914867] Registering SWP/SWPB emulation handler
[ 2.915654] registered taskstats version 1
[ 2.915689] Loading compiled-in X.509 certificates
[ 2.916572] Key type ._fscrypt registered
[ 2.916588] Key type .fscrypt registered
[ 2.916601] Key type fscrypt-provisioning registered
[ 2.929206] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 2.929395] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[ 2.932349] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 2.932818] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.934596] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 2.934619] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[ 2.963808] sdhost: log_buf @ (ptrval) (cbd03000)
[ 3.012675] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 3.035636] of_cfs_init
[ 3.035971] of_cfs_init: OK
[ 3.037385] Waiting for root device PARTUUID=2cffe863-02...
[ 3.100306] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.105448] mmc0: new high speed SDXC card at address aaaa
[ 3.106687] mmcblk0: mmc0:aaaa SR64G 59.5 GiB
[ 3.110825] mmcblk0: p1 p2
[ 3.111777] mmcblk0: mmc0:aaaa SR64G 59.5 GiB
[ 3.124399] mmc1: new high speed SDIO card at address 0001
[ 3.140102] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 3.140222] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.141083] devtmpfs: mounted
[ 3.149675] Freeing unused kernel image (initmem) memory: 1024K
[ 3.161566] Run /sbin/init as init process
[ 3.161581] with arguments:
[ 3.161592] /sbin/init
[ 3.161603] splash
[ 3.161615] with environment:
[ 3.161626] HOME=/
[ 3.161637] TERM=linux
[ 3.658161] systemd[1]: System time before build time, advancing clock.
[ 3.809155] NET: Registered PF_INET6 protocol family
[ 3.810970] Segment Routing with IPv6
[ 3.811023] In-situ OAM (IOAM) with IPv6
[ 3.888856] systemd[1]: systemd 247.3-7+rpi1 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)
[ 3.890097] systemd[1]: Detected architecture arm.
[ 3.892522] systemd[1]: Set hostname to <payload>.
[ 4.868568] systemd[1]: /lib/systemd/system/plymouth-start.service:16: 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.
[ 5.146539] systemd[1]: Queued start job for default target Graphical Interface.
[ 5.148867] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.154063] systemd[1]: Created slice system-getty.slice.
[ 5.154495] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.155830] systemd[1]: Created slice system-modprobe.slice.
[ 5.155975] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.157108] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 5.158115] systemd[1]: Created slice User and Session Slice.
[ 5.158769] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.160251] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.161707] systemd[1]: Reached target Slices.
[ 5.162053] systemd[1]: Reached target Swap.
[ 5.170873] systemd[1]: Listening on Syslog Socket.
[ 5.172109] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 5.172679] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 5.174217] systemd[1]: Listening on Journal Audit Socket.
[ 5.175093] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.176223] systemd[1]: Listening on Journal Socket.
[ 5.178343] systemd[1]: Listening on udev Control Socket.
[ 5.179341] systemd[1]: Listening on udev Kernel Socket.
[ 5.180701] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 5.186189] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.192550] systemd[1]: Mounting RPC Pipe File System...
[ 5.199710] systemd[1]: Mounting Kernel Debug File System...
[ 5.207073] systemd[1]: Mounting Kernel Trace File System...
[ 5.207985] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 5.220077] systemd[1]: Starting Restore / save the current clock...
[ 5.230001] systemd[1]: Starting Set the console keyboard layout...
[ 5.237321] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 5.245565] systemd[1]: Starting Load Kernel Module configfs...
[ 5.254283] systemd[1]: Starting Load Kernel Module drm...
[ 5.262821] systemd[1]: Starting Load Kernel Module fuse...
[ 5.268442] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 5.281023] systemd[1]: Starting File System Check on Root Device...
[ 5.296103] systemd[1]: Starting Journal Service...
[ 5.319266] systemd[1]: Starting Load Kernel Modules...
[ 5.327524] systemd[1]: Starting Coldplug All udev Devices...
[ 5.342933] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.344110] systemd[1]: Mounted RPC Pipe File System.
[ 5.345137] systemd[1]: Mounted Kernel Debug File System.
[ 5.346077] systemd[1]: Mounted Kernel Trace File System.
[ 5.355344] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 5.358058] systemd[1]: modprobe@configfs.service: Succeeded.
[ 5.359687] systemd[1]: Finished Load Kernel Module configfs.
[ 5.373476] systemd[1]: Mounting Kernel Configuration File System...
[ 5.375899] fuse: init (API version 7.34)
[ 5.377063] systemd[1]: Finished Restore / save the current clock.
[ 5.382017] systemd[1]: modprobe@fuse.service: Succeeded.
[ 5.383673] systemd[1]: Finished Load Kernel Module fuse.
[ 5.409117] systemd[1]: Mounting FUSE Control File System...
[ 5.415657] systemd[1]: Mounted Kernel Configuration File System.
[ 5.439896] systemd[1]: modprobe@drm.service: Succeeded.
[ 5.442551] systemd[1]: Finished Load Kernel Module drm.
[ 5.444117] systemd[1]: Mounted FUSE Control File System.
[ 5.446014] i2c_dev: i2c /dev entries driver
[ 5.451159] systemd[1]: Started File System Check Daemon to report status.
[ 5.455437] systemd[1]: Finished Load Kernel Modules.
[ 5.463076] systemd[1]: Starting Apply Kernel Variables...
[ 5.579280] systemd[1]: Finished Apply Kernel Variables.
[ 5.660757] systemd[1]: Started Journal Service.
[ 6.029208] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[ 6.107061] systemd-journald[123]: Received client request to flush runtime journal.
[ 6.120217] systemd-journald[123]: File /var/log/journal/cb99bcf99c0e40ea8e24549564058b63/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 7.629862] mc: Linux media interface: v0.10
[ 7.689734] videodev: Linux video capture interface: v2.00
[ 7.733270] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.734435] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.736021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 7.736074] [vc_sm_connected_init]: start
[ 7.736351] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.748554] [vc_sm_connected_init]: installed successfully
[ 7.752494] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.753778] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.755373] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.771816] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.775940] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.811326] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 7.812263] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 7.812925] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 7.813436] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 7.813473] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.813502] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.813525] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.813548] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.831402] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.854548] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 7.871986] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 7.872285] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 7.872342] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 7.882142] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 7.882631] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 7.882673] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.882703] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.882726] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.882748] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.883385] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 7.890461] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 7.890556] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 7.905414] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 7.905483] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 7.931267] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 7.931346] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 7.952830] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 7.952901] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 7.984375] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.986843] bcm2835_audio bcm2835_audio: there is not valid maps for state default
[ 8.242275] i2c i2c-11: Added multiplexed i2c bus 0
[ 8.290710] i2c 10-001a: Fixing up cyclic dependency with 3f801000.csi
[ 8.302237] i2c i2c-11: Added multiplexed i2c bus 10
[ 8.721323] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 8.911810] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.053793] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 9.148277] checking generic (1e402000 7f8000) vs hw (0 ffffffff)
[ 9.148335] fb0: switching to vc4 from simple
[ 9.149181] Console: switching to colour dummy device 80x30
[ 9.167519] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[ 9.172796] brcmfmac: F1 signature read @0x18000000=0x1542a9a6
[ 9.183107] Registered IR keymap rc-cec
[ 9.183381] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
[ 9.184372] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[ 9.187651] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
[ 9.189559] usbcore: registered new interface driver brcmfmac
[ 9.192594] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43436-sdio.raspberrypi,model-zero-2-w.bin failed with error -2
[ 9.303768] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[ 9.305067] Registered IR keymap rc-cec
[ 9.305321] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
[ 9.305606] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input1
[ 9.370816] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
[ 9.372205] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
[ 9.393015] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/2 wl0: Mar 31 2022 17:24:51 version 9.88.4.77 (g58bc5cc) FWID 01-3b307371
[ 10.217932] random: crng init done
[ 10.217957] random: 7 urandom warning(s) missed due to ratelimiting
[ 10.463430] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[ 10.487866] Registered IR keymap rc-cec
[ 10.488155] rc rc0: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0
[ 10.488451] input: vc4 as /devices/platform/soc/3f902000.hdmi/rc/rc0/input2
[ 10.496019] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.496612] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[ 10.497066] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.497513] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.497950] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.498303] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[ 10.528747] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[ 10.599437] ak7375: loading out-of-tree module taints kernel.
[ 10.640667] Console: switching to colour frame buffer device 240x67
[ 10.640746] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
[ 10.698108] imx519 10-001a: Device found is imx519
[ 10.698708] ak7375 10-000c: ak7375_standby I2C failure: -121
[ 10.700557] imx519 10-001a: Consider updating driver imx519 to match on endpoints
[ 10.941153] ak7375 10-000c: ak7375_standby I2C failure: -121
[ 11.443165] 8021q: 802.1Q VLAN Support v1.8
[ 11.445846] uart-pl011 3f201000.serial: no DMA platform data
[ 11.553580] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:176124k SSFS
[ 11.936542] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 13.568523] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 15.000516] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instead
[ 17.983596] Bluetooth: Core ver 2.22
[ 17.983745] NET: Registered PF_BLUETOOTH protocol family
[ 17.983756] Bluetooth: HCI device and connection manager initialized
[ 17.983784] Bluetooth: HCI socket layer initialized
[ 17.983799] Bluetooth: L2CAP socket layer initialized
[ 17.983824] Bluetooth: SCO socket layer initialized
[ 18.022191] Bluetooth: HCI UART driver ver 2.3
[ 18.022225] Bluetooth: HCI UART protocol H4 registered
[ 18.022341] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 18.023282] Bluetooth: HCI UART protocol Broadcom registered
[ 18.676382] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.676413] Bluetooth: BNEP filters: protocol multicast
[ 18.676447] Bluetooth: BNEP socket layer initialized
[ 18.731468] NET: Registered PF_ALG protocol family
[ 18.810110] cryptd: max_cpu_qlen set to 1000
[ 19.351230] Bluetooth: RFCOMM TTY layer initialized
[ 19.351291] Bluetooth: RFCOMM socket layer initialized
[ 19.351327] Bluetooth: RFCOMM ver 1.11
[ 33.111185] cam-dummy-reg: disabling
[ 60.885553] ak7375 10-000c: ak7375_active I2C failure: -121
[ 61.108351] imx519 10-001a: Failed to write reg 0x3f7f. error = -5
[ 61.108383] imx519 10-001a: imx519_start_streaming failed to set common settings
[ 61.108406] unicam 3f801000.csi: stream on failed in subdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment