Bug#1116251: linux-image-6.12.48+deb13-rpi: Raspberry Pi Zero W does not boot
On Thu, 2025-11-20 at 08:58 +0100, Uwe Kleine-König wrote:
> Hello Benjamin,
>
> On Mon, Nov 17, 2025 at 02:05:41AM +0100, Benjamin Drung wrote:
> > On Wed, 2025-11-05 at 20:14 +0100, Uwe Kleine-König wrote:
> > > Can you try adding
> > >
> > > earlyprintk=serial,0x7e215040
> > >
> > > to the kernel commandline. Not sure this activates the right procedures,
> > > maybe try it with the working kernel first.
> >
> > I tried with the working kernel 6.12.43+deb13-rpi but these were the
> > earliest lines:
> >
> > [ 4.116565] printk: legacy console [ttyS1] enabled
> > [ 4.129635] printk: legacy bootconsole [earlycon0] disabled
> > [ 4.147050] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
> > [ 4.160972] mousedev: PS/2 mouse device common for all mice
> > [ 4.172622] i2c-bcm2835 20805000.i2c: Could not read clock-frequency property
> > [ 4.186585] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
> >
> > I tried with 6.12.57+deb13-rpi but that failed to boot and the
> > earlyprintk line did not give any additional logs.
>
> Can you please provide a full kernel log of the working kernel?
dmesg log is attached.
> Also please provide the output of:
>
> for f in /proc/tty/driver/*; do echo $f; sed 's/^/ /' < $f; done
/proc/tty/driver/serial
serinfo:1.0 driver revision:
0: uart:unknown port:00000000 irq:0
1: uart:16550 mmio:0x20215040 irq:53 tx:15629 rx:0 RTS|CTS|DTR
2: uart:unknown port:00000000 irq:0
3: uart:unknown port:00000000 irq:0
/proc/tty/driver/ttyAMA
serinfo:1.0 driver revision:
0: uart:PL011 rev2 mmio:0x20201000 irq:81 tx:452 rx:980 RTS|CTS|DTR
--
Benjamin Drung
Debian & Ubuntu Developer
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.12.43+deb13-rpi (debian-kernel@lists.debian.org) (arm-linux-gnueabi-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 Debian 6.12.43-1 (2025-08-27)
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi Zero W Rev 1.1
[ 0.000000] random: crng init done
[ 0.000000] printk: legacy bootconsole [earlycon0] enabled
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] Reserved memory: bypass linux,cma node, using cmdline CMA params instead
[ 0.000000] OF: reserved mem: node linux,cma compatible matching fail
[ 0.000000] cma: Reserved 64 MiB at 0x17000000 on node -1
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x000000001bffffff]
[ 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] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Kernel command line: dma.dmachans=0x7ff5 bcm2708.boardrev=0x9000c1 bcm2708.serial=0x8bb1238 bcm2708.uart_clock=48000000 bcm2708.disk_led_gpio=47 smsc95xx.macaddr=B8:27:EB:BB:12:38 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 console=tty0 console=ttyS1,115200 root=/dev/mmcblk0p2 rw fsck.repair=yes net.ifnames=0 cma=64M rootwait earlyprintk=serial,0x7e215040
[ 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] Built 1 zonelists, mobility grouping on. Total pages: 114688
[ 0.000000] allocated 458752 bytes of page_ext
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] ftrace: allocating 33972 entries in 100 pages
[ 0.000000] ftrace: allocated 100 pages with 3 groups
[ 0.000000] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[ 0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.008478] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.017926] bcm2835: system timer (irq = 27)
[ 0.023120] Console: colour dummy device 80x25
[ 0.027730] printk: legacy console [tty0] enabled
[ 0.033271] Calibrating delay loop... 697.34 BogoMIPS (lpj=1394688)
[ 0.066885] CPU: Testing write buffer coherency: ok
[ 0.071922] pid_max: default: 32768 minimum: 301
[ 0.077140] LSM: initializing lsm=capability,landlock,lockdown,yama,apparmor,bpf,ipe,ima,evm
[ 0.086301] landlock: Up and running.
[ 0.090066] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.097460] AppArmor: AppArmor initialized
[ 0.103129] LSM support for eBPF active
[ 0.107666] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.115128] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.128174] Setting up static identity map for 0x100000 - 0x10005c
[ 0.136063] Memory: 354984K/458752K available (10240K kernel code, 1126K rwdata, 2920K rodata, 1024K init, 363K bss, 36388K reserved, 65536K cma-reserved)
[ 0.151215] devtmpfs: initialized
[ 0.164674] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[ 0.173073] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.183034] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 0.200000] pinctrl core: initialized pinctrl subsystem
[ 0.206880] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.218411] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.229327] audit: initializing netlink subsys (disabled)
[ 0.236559] thermal_sys: Registered thermal governor 'fair_share'
[ 0.236595] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.242892] audit: type=2000 audit(0.144:1): state=initialized audit_enabled=0 res=1
[ 0.256878] thermal_sys: Registered thermal governor 'step_wise'
[ 0.256898] thermal_sys: Registered thermal governor 'user_space'
[ 0.263767] No ATAGs?
[ 0.272366] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.279276] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.285734] Serial: AMBA PL011 UART driver
[ 0.298431] /soc/gpio@7e200000: Fixed dependency cycle(s) with /soc/gpio@7e200000/alt0
[ 0.306553] /soc/gpio@7e200000: Fixed dependency cycle(s) with /soc/gpio@7e200000/gpioout
[ 0.326761] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.354106] iommu: Default domain type: Translated
[ 0.359059] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.374168] usbcore: registered new interface driver usbfs
[ 0.387959] usbcore: registered new interface driver hub
[ 0.397522] usbcore: registered new device driver usb
[ 0.407526] pps_core: LinuxPPS API ver. 1 registered
[ 0.412645] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.438765] PTP clock support registered
[ 0.457196] clocksource: Switched to clocksource timer
[ 0.472270] VFS: Disk quotas dquot_6.6.0
[ 0.485886] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.494373] AppArmor: AppArmor Filesystem Enabled
[ 0.561144] NET: Registered PF_INET protocol family
[ 0.574408] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.593837] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.602691] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.629886] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.637914] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.645316] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.668030] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.675638] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.682339] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.689879] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.695767] NET: Registered PF_XDP protocol family
[ 0.702009] Trying to unpack rootfs image as initramfs...
[ 0.710261] Initialise system trusted keyrings
[ 0.717415] Key type blacklist registered
[ 0.729927] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.745535] zbud: loaded
[ 0.749149] fuse: init (API version 7.41)
[ 0.762728] integrity: Platform Keyring initialized
[ 1.860815] Key type asymmetric registered
[ 1.874431] Asymmetric key parser 'x509' registered
[ 3.894559] Freeing initrd memory: 14384K
[ 3.974939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 3.983190] io scheduler mq-deadline registered
[ 4.004321] pinctrl-bcm2835 20200000.gpio: GPIO_OUT persistence: no
[ 4.012195] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.018716] simple-framebuffer 1eaf0000.framebuffer: framebuffer at 0x1eaf0000, 0x10a800 bytes
[ 4.027573] simple-framebuffer 1eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[ 4.042172] Console: switching to colour frame buffer device 82x26
[ 4.052658] simple-framebuffer 1eaf0000.framebuffer: fb0: simplefb registered!
[ 4.071730] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 4.087302] printk: legacy console [ttyS1] disabled
[ 4.096775] 20215040.serial: ttyS1 at MMIO 0x20215040 (irq = 53, base_baud = 50000000) is a 16550
[ 4.112348] printk: legacy console [ttyS1] enabled
[ 4.125403] printk: legacy bootconsole [earlycon0] disabled
[ 4.142877] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 4.156705] mousedev: PS/2 mouse device common for all mice
[ 4.168330] i2c-bcm2835 20805000.i2c: Could not read clock-frequency property
[ 4.182297] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 4.194748] hid: raw HID events driver (C) Jiri Kosina
[ 4.205025] usbcore: registered new interface driver usbhid
[ 4.214314] usbhid: USB HID core driver
[ 4.222100] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[ 4.231997] armv6-pmu arm-pmu: hw perfevents: no irqs for PMU, sampling events not supported
[ 4.248801] hw perfevents: enabled with armv6_1176 PMU driver, 3 (00000007) counters available
[ 4.266014] NET: Registered PF_INET6 protocol family
[ 4.277318] sdhost-bcm2835 20202000.mmc: loaded - DMA enabled (>1)
[ 4.368031] Segment Routing with IPv6
[ 4.375702] In-situ OAM (IOAM) with IPv6
[ 4.383428] mip6: Mobile IPv6
[ 4.389840] NET: Registered PF_PACKET protocol family
[ 4.398741] mpls_gso: MPLS GSO support
[ 4.424521] registered taskstats version 1
[ 4.432581] Loading compiled-in X.509 certificates
[ 4.864235] mmc0: host does not support reading read-only switch, assuming write-enable
[ 4.918992] mmc0: new high speed SDHC card at address aaaa
[ 4.929558] mmcblk0: mmc0:aaaa SD32G 29.7 GiB
[ 4.985033] Loaded X.509 cert 'Build time autogenerated kernel key: cf31315907593934aa18adcf9adfc62dc86d588b'
[ 5.002379] mmcblk0: p1 p2
[ 5.030928] Key type .fscrypt registered
[ 5.038208] Key type fscrypt-provisioning registered
[ 5.390324] Key type encrypted registered
[ 5.397900] AppArmor: AppArmor sha256 policy hashing enabled
[ 5.406847] ima: No TPM chip found, activating TPM-bypass!
[ 5.415556] ima: Allocated hash algorithm: sha256
[ 5.423435] ima: No architecture policies found
[ 5.431194] evm: Initialising EVM extended attributes:
[ 5.439370] evm: security.selinux (disabled)
[ 5.446510] evm: security.SMACK64 (disabled)
[ 5.453568] evm: security.SMACK64EXEC (disabled)
[ 5.460878] evm: security.SMACK64TRANSMUTE (disabled)
[ 5.468601] evm: security.SMACK64MMAP (disabled)
[ 5.475819] evm: security.apparmor
[ 5.481815] evm: security.ima
[ 5.487286] evm: security.capability
[ 5.493328] evm: HMAC attrs: 0x1
[ 6.001495] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[ 6.137949] serial serial0: tty port ttyAMA0 registered
[ 6.233522] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-04-17T17:29:03
[ 7.677533] dwc2 20980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
[ 7.694235] dwc2 20980000.usb: DWC OTG Controller
[ 7.709843] dwc2 20980000.usb: new USB bus registered, assigned bus number 1
[ 7.729460] dwc2 20980000.usb: irq 33, io mem 0x20980000
[ 7.745899] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 7.759581] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.769777] usb usb1: Product: DWC OTG Controller
[ 7.777334] usb usb1: Manufacturer: Linux 6.12.43+deb13-rpi dwc2_hsotg
[ 7.786842] usb usb1: SerialNumber: 20980000.usb
[ 7.846792] hub 1-0:1.0: USB hub found
[ 7.861717] hub 1-0:1.0: 1 port detected
[ 7.878561] clk: Disabling unused clocks
[ 7.889900] PM: genpd: Disabling unused power domains
[ 7.918141] Freeing unused kernel image (initmem) memory: 1024K
[ 7.942382] Run /init as init process
[ 7.949174] with arguments:
[ 7.949241] /init
[ 7.949263] with environment:
[ 7.949280] HOME=/
[ 7.949296] TERM=linux
[ 12.623345] sdhci: Secure Digital Host Controller Interface driver
[ 12.632825] sdhci: Copyright(c) Pierre Ossman
[ 13.068104] sdhci-pltfm: SDHCI platform and OF driver helper
[ 13.184699] sdhci-iproc 20300000.mmc: allocated mmc-pwrseq
[ 13.240709] mmc1: SDHCI controller on 20300000.mmc [20300000.mmc] using PIO
[ 13.421539] mmc1: new high speed SDIO card at address 0001
[ 14.579233] EXT4-fs (mmcblk0p2): recovery complete
[ 14.587884] EXT4-fs (mmcblk0p2): mounted filesystem a9e7c6e8-ed68-4f20-9151-9d1e9d6b3c68 r/w with ordered data mode. Quota mode: none.
[ 15.757753] systemd[1]: System time advanced to timestamp on /var/lib/systemd/timesync/clock: Mon 2025-11-17 01:07:08 UTC
[ 15.986309] systemd[1]: Inserted module 'autofs4'
[ 16.345747] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[ 16.396602] systemd[1]: Detected architecture arm.
[ 16.453154] systemd[1]: Hostname set to <red4>.
[ 20.395857] systemd[1]: Queued start job for default target graphical.target.
[ 20.594372] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 20.630396] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 20.670197] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 20.710121] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 20.747427] systemd[1]: Created slice user.slice - User and Session Slice.
[ 20.774692] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 20.810659] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 20.848898] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 20.886032] systemd[1]: Expecting device dev-disk-by\x2duuid-532B\x2d164C.device - /dev/disk/by-uuid/532B-164C...
[ 20.917803] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1...
[ 20.941796] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 20.974163] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 21.006309] systemd[1]: Reached target paths.target - Path Units.
[ 21.030113] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 21.058008] systemd[1]: Reached target slices.target - Slice Units.
[ 21.082130] systemd[1]: Reached target swap.target - Swaps.
[ 21.106411] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 21.139708] systemd[1]: Listening on syslog.socket - Syslog Socket.
[ 21.183998] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 21.219360] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 21.255495] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 21.291712] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 21.319804] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 21.351000] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 21.383994] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 21.427106] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 21.490386] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 21.591464] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 21.714376] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 21.826682] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[ 21.982300] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[ 22.155094] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 22.371191] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 22.563165] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 22.735143] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 22.959144] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 23.211165] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics...
[ 23.397040] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 23.703324] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 23.839187] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 24.040166] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 24.339218] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 24.687072] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 24.706188] Key type psk registered
[ 25.359973] i2c_dev: i2c /dev entries driver
[ 25.503027] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 25.656510] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 25.839350] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 25.924434] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 26.003680] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[ 26.084150] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 26.158221] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 26.195853] systemd-journald[220]: Collecting audit messages is disabled.
[ 26.214663] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 26.291704] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 26.341801] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 26.411636] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 26.461683] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 26.535664] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 26.586082] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 26.663781] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully.
[ 26.725754] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics.
[ 26.806126] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 26.890022] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 26.978383] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 27.089543] systemd[1]: Started systemd-journald.service - Journal Service.
[ 29.289759] systemd-journald[220]: Received client request to flush runtime journal.
[ 37.888483] vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 38.197490] bcm2835-rng 20104000.rng: hwrng registered
[ 44.321028] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 44.459828] audit: type=1400 audit(1763341657.391:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=317 comm="apparmor_parser"
[ 44.553252] audit: type=1400 audit(1763341657.423:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=323 comm="apparmor_parser"
[ 44.574472] audit: type=1400 audit(1763341657.431:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=320 comm="apparmor_parser"
[ 44.599810] audit: type=1400 audit(1763341657.459:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=319 comm="apparmor_parser"
[ 44.626128] audit: type=1400 audit(1763341657.467:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=318 comm="apparmor_parser"
[ 44.650553] audit: type=1400 audit(1763341657.479:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=322 comm="apparmor_parser"
[ 44.725904] mc: Linux media interface: v0.10
[ 44.907532] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 45.073880] Bluetooth: Core ver 2.22
[ 45.131911] audit: type=1400 audit(1763341658.059:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=331 comm="apparmor_parser"
[ 45.156231] audit: type=1400 audit(1763341658.063:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=327 comm="apparmor_parser"
[ 45.199802] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 45.286489] audit: type=1400 audit(1763341658.115:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=329 comm="apparmor_parser"
[ 45.307708] audit: type=1400 audit(1763341658.127:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=330 comm="apparmor_parser"
[ 45.357529] NET: Registered PF_BLUETOOTH protocol family
[ 45.366218] Bluetooth: HCI device and connection manager initialized
[ 45.488214] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 45.583140] Bluetooth: HCI socket layer initialized
[ 45.624059] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 45.649595] Bluetooth: L2CAP socket layer initialized
[ 45.749400] Bluetooth: SCO socket layer initialized
[ 45.905831] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[ 45.941485] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[ 46.003333] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[ 46.013721] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 46.072321] cfg80211: failed to load regulatory.db
[ 47.456049] videodev: Linux video capture interface: v2.00
[ 47.766989] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 48.045651] bcm2835-audio bcm2835-audio: card created with 8 channels
[ 48.756074] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 48.918325] usbcore: registered new interface driver brcmfmac
[ 48.938147] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.bin (-2)
[ 49.029647] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.bin (-2)
[ 49.068762] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.bin (-2)
[ 49.084901] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.bin failed with error -2
[ 49.362063] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.clm_blob (-2)
[ 49.447351] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.clm_blob (-2)
[ 49.471716] kauditd_printk_skb: 81 callbacks suppressed
[ 49.471747] audit: type=1400 audit(1763341662.403:93): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vdens" pid=417 comm="apparmor_parser"
[ 49.524971] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.clm_blob (-2)
[ 49.609342] audit: type=1400 audit(1763341662.451:94): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virtiofsd" pid=418 comm="apparmor_parser"
[ 49.634057] audit: type=1400 audit(1763341662.535:95): apparmor="STATUS" operation="profile_load" profile="unconfined" name="uwsgi-core" pid=416 comm="apparmor_parser"
[ 49.775493] audit: type=1400 audit(1763341662.639:96): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=414 comm="apparmor_parser"
[ 49.800725] audit: type=1400 audit(1763341662.639:97): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=414 comm="apparmor_parser"
[ 49.825511] audit: type=1400 audit(1763341662.639:98): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=414 comm="apparmor_parser"
[ 49.850251] audit: type=1400 audit(1763341662.703:99): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vivaldi-bin" pid=419 comm="apparmor_parser"
[ 50.024316] Bluetooth: HCI UART driver ver 2.3
[ 50.032289] Bluetooth: HCI UART protocol H4 registered
[ 50.085417] audit: type=1400 audit(1763341662.887:100): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vpnns" pid=420 comm="apparmor_parser"
[ 50.109740] audit: type=1400 audit(1763341662.891:101): apparmor="STATUS" operation="profile_load" profile="unconfined" name="wpcom" pid=422 comm="apparmor_parser"
[ 50.133946] audit: type=1400 audit(1763341662.899:102): apparmor="STATUS" operation="profile_load" profile="unconfined" name="wike" pid=421 comm="apparmor_parser"
[ 50.280136] Bluetooth: HCI UART protocol LL registered
[ 50.288655] Bluetooth: HCI UART protocol ATH3K registered
[ 50.343121] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 50.549522] Bluetooth: HCI UART protocol Intel registered
[ 50.558512] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 50.587556] Bluetooth: HCI UART protocol Broadcom registered
[ 50.624009] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 50.644738] Bluetooth: HCI UART protocol QCA registered
[ 50.653000] Bluetooth: HCI UART protocol AG6XX registered
[ 50.676655] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Mar 30 2021 01:12:21 version 7.45.98.118 (7d96287 CY) FWID 01-32059766
[ 50.782989] Bluetooth: HCI UART protocol Marvell registered
[ 50.956060] Bluetooth: hci0: BCM: chip id 94
[ 50.968903] Bluetooth: hci0: BCM: features 0x2e
[ 50.982861] Bluetooth: hci0: BCM43430A1
[ 50.990042] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0000
[ 51.001562] bluetooth hci0: firmware: failed to load brcm/BCM43430A1.raspberrypi,model-zero-w.hcd (-2)
[ 51.017033] bluetooth hci0: firmware: failed to load brcm/BCM43430A1.raspberrypi,model-zero-w.hcd (-2)
[ 51.032260] bluetooth hci0: firmware: failed to load brcm/BCM43430A1.raspberrypi,model-zero-w.hcd (-2)
[ 51.049601] bluetooth hci0: firmware: failed to load brcm/BCM43430A1.hcd (-2)
[ 51.059802] bluetooth hci0: firmware: failed to load brcm/BCM43430A1.hcd (-2)
[ 51.069898] bluetooth hci0: firmware: failed to load brcm/BCM43430A1.hcd (-2)
[ 51.080042] bluetooth hci0: firmware: failed to load brcm/BCM.raspberrypi,model-zero-w.hcd (-2)
[ 51.093991] bluetooth hci0: firmware: failed to load brcm/BCM.raspberrypi,model-zero-w.hcd (-2)
[ 51.109475] bluetooth hci0: firmware: failed to load brcm/BCM.raspberrypi,model-zero-w.hcd (-2)
[ 51.123690] bluetooth hci0: firmware: failed to load brcm/BCM.hcd (-2)
[ 51.133145] bluetooth hci0: firmware: failed to load brcm/BCM.hcd (-2)
[ 51.142514] bluetooth hci0: firmware: failed to load brcm/BCM.hcd (-2)
[ 51.151713] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 51.160908] Bluetooth: hci0: BCM: 'brcm/BCM43430A1.raspberrypi,model-zero-w.hcd'
[ 51.173057] Bluetooth: hci0: BCM: 'brcm/BCM43430A1.hcd'
[ 51.180783] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,model-zero-w.hcd'
[ 51.190162] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[ 51.656557] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 52.429692] Console: switching to colour dummy device 80x25
[ 52.566563] vc4-drm soc:gpu: bound 20400000.hvs (ops vc4_hvs_ops [vc4])
[ 52.741522] Registered IR keymap rc-cec
[ 52.781693] rc rc0: vc4-hdmi as /devices/platform/soc/20902000.hdmi/rc/rc0
[ 52.869336] input: vc4-hdmi as /devices/platform/soc/20902000.hdmi/rc/rc0/input0
[ 53.041359] vc4-drm soc:gpu: bound 20902000.hdmi (ops vc4_hdmi_ops [vc4])
[ 53.278550] vc4-drm soc:gpu: bound 20806000.vec (ops vc4_vec_ops [vc4])
[ 53.380885] vc4-drm soc:gpu: bound 20004000.txp (ops vc4_txp_ops [vc4])
[ 53.529763] vc4-drm soc:gpu: bound 20206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 53.672573] vc4-drm soc:gpu: bound 20207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 53.867332] vc4-drm soc:gpu: bound 20807000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 53.926901] vc4-drm soc:gpu: bound 20c00000.v3d (ops vc4_v3d_ops [vc4])
[ 54.033388] [drm] Initialized vc4 0.0.0 for soc:gpu on minor 0
[ 54.218331] Console: switching to colour frame buffer device 90x30
[ 54.363810] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
[ 59.500074] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Reply to: