11-25-2024, 12:45 PM
Every once in a while, my player (a Zero 2W) disappears from my wifi network.
Then I have to do a power cycle because the device is inaccessible.
This time, I connected a usb-hub and added an Ethernet adapter.
After a few days the wifi connection was lost, but I was able to access the device via ethernet.
This is the output of dmesg:
At boot, (timestamp 39.457765) power_save is disabled.
After a little more than an hour, the driver crashes and after it is reloaded power_save is enabled (timestamp 4169.818503).
The last message is me manually setting power save to disabled and then I could see the PI’s wifi mac in the DHCP logs again.
Is setting the power_save to the correct state (disabled) -after the driver crashes and is reloaded- something that needs to be fixed in the OS or Moode?
Then I have to do a power cycle because the device is inaccessible.
This time, I connected a usb-hub and added an Ethernet adapter.
After a few days the wifi connection was lost, but I was able to access the device via ethernet.
This is the output of dmesg:
Code:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.6.51+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08)
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi Zero 2 W Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000bc00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000000bc00000..0x000000001bbfffff (262144 KiB) map reusable linux,cma
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000001bffffff]
[ 0.000000] DMA32 empty
[ 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] On node 0, zone DMA: 16384 pages in unavailable ranges
[ 0.000000] percpu: Embedded 30 pages/cpu s85672 r8192 d29016 u122880
[ 0.000000] pcpu-alloc: s85672 r8192 d29016 u122880 alloc=30*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: ARM erratum 843419
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=B8:27:EB:32:80:1F vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 console=ttyS0,115200 console=tty1 root=PARTUUID=b592e8b1-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=TH
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 112896
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 160000K/458752K available (13440K kernel code, 2212K rwdata, 4268K rodata, 4864K init, 1083K bss, 36608K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43242 entries in 169 pages
[ 0.000000] ftrace: allocated 169 pages with 4 groups
[ 0.000000] trace event string verifier disabled
[ 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] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.000399] Console: colour dummy device 80x25
[ 0.000416] printk: console [tty1] enabled
[ 0.001295] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[ 0.001341] pid_max: default: 32768 minimum: 301
[ 0.001454] LSM: initializing lsm=capability,integrity
[ 0.001690] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.001736] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.002761] cgroup: Disabling memory control group subsystem
[ 0.004829] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004983] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.005146] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.005492] rcu: Hierarchical SRCU implementation.
[ 0.005518] rcu: Max phase no-delay instances is 1000.
[ 0.007643] EFI services will not be available.
[ 0.008122] smp: Bringing up secondary CPUs ...
[ 0.008915] Detected VIPT I-cache on CPU1
[ 0.009068] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.009930] Detected VIPT I-cache on CPU2
[ 0.010040] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.010856] Detected VIPT I-cache on CPU3
[ 0.010958] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.011069] smp: Brought up 1 node, 4 CPUs
[ 0.011196] SMP: Total of 4 processors activated.
[ 0.011220] CPU features: detected: 32-bit EL0 Support
[ 0.011240] CPU features: detected: 32-bit EL1 Support
[ 0.011264] CPU features: detected: CRC32 instructions
[ 0.011401] CPU: All CPU(s) started at EL2
[ 0.011435] alternatives: applying system-wide alternatives
[ 0.014295] devtmpfs: initialized
[ 0.027010] Enabled cp15_barrier support
[ 0.027077] Enabled setend support
[ 0.027316] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.027370] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.039757] pinctrl core: initialized pinctrl subsystem
[ 0.040579] DMI not present or invalid.
[ 0.041319] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.048431] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.048828] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.049461] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.049590] audit: initializing netlink subsys (disabled)
[ 0.049919] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[ 0.050731] thermal_sys: Registered thermal governor 'step_wise'
[ 0.050797] cpuidle: using governor menu
[ 0.051140] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.051312] ASID allocator initialised with 32768 entries
[ 0.052435] Serial: AMBA PL011 UART driver
[ 0.058863] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.069166] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-08-30T19:19:11, variant start
[ 0.073193] raspberrypi-firmware soc:firmware: Firmware hash is 2808975b80149bbfe86844655fe45c7de66fc078
[ 0.081461] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.081501] Modules: 0 pages in range for non-PLT usage
[ 0.081508] Modules: 517776 pages in range for PLT usage
[ 0.087193] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
[ 0.088807] iommu: Default domain type: Translated
[ 0.088838] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.093448] SCSI subsystem initialized
[ 0.093752] usbcore: registered new interface driver usbfs
[ 0.093825] usbcore: registered new interface driver hub
[ 0.093914] usbcore: registered new device driver usb
[ 0.094453] pps_core: LinuxPPS API ver. 1 registered
[ 0.094480] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.094530] PTP clock support registered
[ 0.101349] vgaarb: loaded
[ 0.101964] clocksource: Switched to clocksource arch_sys_counter
[ 0.102535] VFS: Disk quotas dquot_6.6.0
[ 0.102614] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.102789] FS-Cache: Loaded
[ 0.103038] CacheFiles: Loaded
[ 0.120414] NET: Registered PF_INET protocol family
[ 0.120677] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.122001] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.122058] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.122103] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.122262] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.122474] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.122780] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[ 0.122872] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.122926] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.123177] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.123839] RPC: Registered named UNIX socket transport module.
[ 0.123870] RPC: Registered udp transport module.
[ 0.123892] RPC: Registered tcp transport module.
[ 0.123911] RPC: Registered tcp-with-tls transport module.
[ 0.123933] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.123970] PCI: CLS 0 bytes, default 64
[ 0.130109] kvm [1]: IPA Size Limit: 40 bits
[ 0.131869] kvm [1]: Hyp mode initialized successfully
[ 1.730439] Initialise system trusted keyrings
[ 1.730853] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 1.730962] zbud: loaded
[ 1.731896] NFS: Registering the id_resolver key type
[ 1.731959] Key type id_resolver registered
[ 1.731982] Key type id_legacy registered
[ 1.732025] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.732053] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.732934] Key type asymmetric registered
[ 1.732968] Asymmetric key parser 'x509' registered
[ 1.733051] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.733295] io scheduler mq-deadline registered
[ 1.733327] io scheduler kyber registered
[ 1.733380] io scheduler bfq registered
[ 1.736263] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
[ 1.738116] simple-framebuffer 1eace000.framebuffer: framebuffer at 0x1eace000, 0x12c000 bytes
[ 1.738165] simple-framebuffer 1eace000.framebuffer: format=a8r8g8b8, mode=640x480x32, linelength=2560
[ 1.741414] Console: switching to colour frame buffer device 80x30
[ 1.745918] simple-framebuffer 1eace000.framebuffer: fb0: simplefb registered!
[ 1.754708] bcm2835-rng 3f104000.rng: hwrng registered
[ 1.756948] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 1.775420] brd: module loaded
[ 1.785741] loop: module loaded
[ 1.788286] Loading iSCSI transport class v2.0-870.
[ 1.795591] usbcore: registered new device driver r8152-cfgselector
[ 1.797484] usbcore: registered new interface driver r8152
[ 1.799316] usbcore: registered new interface driver lan78xx
[ 1.801053] usbcore: registered new interface driver smsc95xx
[ 1.803032] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.532950] Core Release: 2.80a
[ 2.534616] Setting default values for core params
[ 2.536242] Finished setting default values for core params
[ 2.738218] Using Buffer DMA mode
[ 2.739843] Periodic Transfer Interrupt Enhancement - disabled
[ 2.741536] Multiprocessor Interrupt Enhancement - disabled
[ 2.743230] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 2.744885] Dedicated Tx FIFOs mode
[ 2.747636] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080489000 dma = 0x00000000cc000000 len=9024
[ 2.752276] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 2.759444] dwc_otg: Microframe scheduler enabled
[ 2.759483] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
[ 2.762355] dwc_otg 3f980000.usb: DWC OTG Controller
[ 2.763848] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 2.766793] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[ 2.768402] Init: Port Power? op_state=1
[ 2.769993] Init: Power Port (0)
[ 2.771813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 2.774994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.778275] usb usb1: Product: DWC OTG Controller
[ 2.779942] usb usb1: Manufacturer: Linux 6.6.51+rpt-rpi-v8 dwc_otg_hcd
[ 2.781634] usb usb1: SerialNumber: 3f980000.usb
[ 2.784054] hub 1-0:1.0: USB hub found
[ 2.785756] hub 1-0:1.0: 1 port detected
[ 2.788143] dwc_otg: FIQ enabled
[ 2.788154] dwc_otg: NAK holdoff enabled
[ 2.788161] dwc_otg: FIQ split-transaction FSM enabled
[ 2.788176] Module dwc_common_port init
[ 2.789042] usbcore: registered new interface driver uas
[ 2.790810] usbcore: registered new interface driver usb-storage
[ 2.792999] mousedev: PS/2 mouse device common for all mice
[ 2.797365] sdhci: Secure Digital Host Controller Interface driver
[ 2.799051] sdhci: Copyright(c) Pierre Ossman
[ 2.800905] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.803997] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.806147] hid: raw HID events driver (C) Jiri Kosina
[ 2.807964] usbcore: registered new interface driver usbhid
[ 2.809628] usbhid: USB HID core driver
[ 2.811423] bcm2835_vchiq 3f00b840.mailbox: there is not valid maps for state default
[ 2.820216] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 2.825064] NET: Registered PF_PACKET protocol family
[ 2.827000] Key type dns_resolver registered
[ 2.865915] registered taskstats version 1
[ 2.867958] Loading compiled-in X.509 certificates
[ 2.884938] Key type .fscrypt registered
[ 2.886617] Key type fscrypt-provisioning registered
[ 2.898179] Indeed it is in host mode hprt0 = 00021501
[ 2.898362] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 2.901912] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[ 2.905544] serial serial0: tty port ttyAMA1 registered
[ 2.910217] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 2.912368] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.917383] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 2.919222] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[ 2.947128] sdhost: log_buf @ 0000000088ee0b47 (c2b78000)
[ 2.998331] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 3.002238] of_cfs_init
[ 3.004158] of_cfs_init: OK
[ 3.006175] clk: Disabling unused clocks
[ 3.008842] Waiting for root device PARTUUID=b592e8b1-02...
[ 3.065232] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.072617] mmc0: Host Software Queue enabled
[ 3.074286] mmc0: new high speed SDHC card at address aaaa
[ 3.077771] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 3.082277] mmc1: new high speed SDIO card at address 0001
[ 3.086004] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 3.087948] Indeed it is in host mode hprt0 = 00001101
[ 3.091399] mmcblk0: p1 p2
[ 3.093697] mmcblk0: mmc0:aaaa SC16G 14.8 GiB (quirks 0x00004000)
[ 3.118408] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 3.121755] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 3.294684] usb 1-1: New USB device found, idVendor=214b, idProduct=7250, bcdDevice= 1.00
[ 3.298179] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.299970] usb 1-1: Product: USB2.0 HUB
[ 3.302509] hub 1-1:1.0: USB hub found
[ 3.304397] hub 1-1:1.0: 4 ports detected
[ 3.594002] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 3.863496] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[ 3.886263] EXT4-fs (mmcblk0p2): 3 orphan inodes deleted
[ 3.888084] EXT4-fs (mmcblk0p2): recovery complete
[ 3.903023] EXT4-fs (mmcblk0p2): mounted filesystem 380074f5-c3d5-4e10-a2e7-b76dd263f1cc ro with ordered data mode. Quota mode: none.
[ 3.906715] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.909350] devtmpfs: mounted
[ 3.922192] Freeing unused kernel memory: 4864K
[ 3.924194] Run /sbin/init as init process
[ 3.925973] with arguments:
[ 3.925980] /sbin/init
[ 3.925987] with environment:
[ 3.925992] HOME=/
[ 3.925999] TERM=linux
[ 3.951592] usb 1-1.1: New USB device found, idVendor=0bda, idProduct=0119, bcdDevice=19.81
[ 3.955220] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.958862] usb 1-1.1: Product: USB2.0-CRW
[ 3.960696] usb 1-1.1: Manufacturer: Generic
[ 3.962501] usb 1-1.1: SerialNumber: 20090815198100000
[ 3.966413] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 3.968907] scsi host0: usb-storage 1-1.1:1.0
[ 4.050014] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[ 4.151808] usb 1-1.3: New USB device found, idVendor=2972, idProduct=0077, bcdDevice= 0.05
[ 4.155236] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.158764] usb 1-1.3: Product: FiiO K11
[ 4.160554] usb 1-1.3: Manufacturer: FIIO
[ 4.168013] hid-generic 0003:2972:0077.0001: No inputs registered, leaving
[ 4.170417] hid-generic 0003:2972:0077.0001: hiddev96,hidraw0: USB HID v1.00 Device [FIIO FiiO K11] on usb-3f980000.usb-1.3/input0
[ 4.254014] usb 1-1.4: new high-speed USB device number 5 using dwc_otg
[ 4.360153] usb 1-1.4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 1.00
[ 4.363868] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.367597] usb 1-1.4: Product: AX88179
[ 4.369458] usb 1-1.4: Manufacturer: ASIX Elec. Corp.
[ 4.371302] usb 1-1.4: SerialNumber: 00000000000000
[ 4.587540] systemd[1]: System time before build time, advancing clock.
[ 4.822860] NET: Registered PF_INET6 protocol family
[ 4.826443] Segment Routing with IPv6
[ 4.828301] In-situ OAM (IOAM) with IPv6
[ 4.936588] systemd[1]: systemd 252.30-1~deb12u2 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 4.946042] systemd[1]: Detected architecture arm64.
[ 4.970291] systemd[1]: Hostname set to <moode>.
[ 4.992119] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
[ 5.859906] sd 0:0:0:0: [sda] 999743488 512-byte logical blocks: (512 GB/477 GiB)
[ 5.864151] sd 0:0:0:0: [sda] Write Protect is off
[ 5.866023] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[ 5.866492] sd 0:0:0:0: [sda] No Caching mode page found
[ 5.868269] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 5.876207] sda: sda1
[ 5.878552] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.115749] systemd[1]: Queued start job for default target multi-user.target.
[ 6.154434] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 6.163056] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 6.171587] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 6.179097] systemd[1]: Created slice user.slice - User and Session Slice.
[ 6.184025] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 6.191005] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 6.198816] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 6.205868] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-b592e8b1\x2d01.device - /dev/disk/by-partuuid/b592e8b1-01...
[ 6.213017] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 6.220182] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 6.227554] systemd[1]: Reached target paths.target - Path Units.
[ 6.232593] systemd[1]: Reached target slices.target - Slice Units.
[ 6.237560] systemd[1]: Reached target swap.target - Swaps.
[ 6.242436] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 6.290687] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 6.298912] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 6.306483] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 6.315219] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 6.323191] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 6.331345] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 6.346739] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 6.354855] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 6.363066] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 6.390483] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 6.404143] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 6.417725] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 6.425899] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 6.443162] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 6.457592] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 6.472440] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 6.488787] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 6.504170] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 6.519504] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 6.545724] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 6.562756] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 6.580845] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 6.585859] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 6.602290] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device...
[ 6.623565] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 6.642703] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 6.659388] fuse: init (API version 7.39)
[ 6.659853] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 6.699873] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 6.718545] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 6.727056] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 6.736985] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 6.751972] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 6.762524] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.766384] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 6.777798] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 6.782687] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 6.792970] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 6.800679] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 6.806563] i2c_dev: i2c /dev entries driver
[ 6.815256] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 6.819604] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 6.833865] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.837779] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 6.847391] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 6.850824] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 6.860364] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 6.894750] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 6.908740] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 6.925278] systemd[1]: Started systemd-fsckd.service - File System Check Daemon to report status.
[ 6.935898] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 6.948038] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 6.962451] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 6.979443] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 7.065643] systemd[1]: Finished systemd-fsck-root.service - File System Check on Root Device.
[ 7.111005] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 7.116989] systemd[1]: Started systemd-journald.service - Journal Service.
[ 7.678561] EXT4-fs (mmcblk0p2): re-mounted 380074f5-c3d5-4e10-a2e7-b76dd263f1cc r/w. Quota mode: none.
[ 7.787219] systemd-journald[147]: Received client request to flush runtime journal.
[ 7.810806] systemd-journald[147]: File /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 9.281334] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.487013] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[ 9.497274] mc: Linux media interface: v0.10
[ 9.534927] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[ 9.537864] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.543143] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 9.543184] [vc_sm_connected_init]: start
[ 9.570365] [vc_sm_connected_init]: installed successfully
[ 9.665143] videodev: Linux video capture interface: v2.00
[ 9.776698] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.806507] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.816258] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.830874] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.842937] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.847428] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 9.850721] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 9.852552] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 9.854288] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 9.854337] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 9.854361] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 9.854379] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 9.854395] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 9.855317] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 9.855382] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 9.862195] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 9.866629] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 9.877057] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 9.877736] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 9.877796] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 9.877819] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 9.877836] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 9.877852] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 9.878395] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 9.878559] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 9.878607] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 9.884256] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 9.884342] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 9.901206] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 9.901274] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 9.934663] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 9.934726] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 10.517371] Bluetooth: Core ver 2.22
[ 10.517567] NET: Registered PF_BLUETOOTH protocol family
[ 10.517579] Bluetooth: HCI device and connection manager initialized
[ 10.517610] Bluetooth: HCI socket layer initialized
[ 10.517627] Bluetooth: L2CAP socket layer initialized
[ 10.517666] Bluetooth: SCO socket layer initialized
[ 10.634542] Bluetooth: HCI UART driver ver 2.3
[ 10.634586] Bluetooth: HCI UART protocol H4 registered
[ 10.634794] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 10.635464] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 10.635828] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 10.636137] Bluetooth: HCI UART protocol Broadcom registered
[ 10.726390] usb 1-1.3: 2:4 : unsupported format bits 0x100000000
[ 10.729877] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.754328] uart-pl011 3f201000.serial: no DMA platform data
[ 10.773010] usbcore: registered new interface driver snd-usb-audio
[ 10.787916] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 10.789494] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 10.791859] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.793677] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 10.825402] Console: switching to colour dummy device 80x25
[ 10.829281] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[ 10.838194] Registered IR keymap rc-cec
[ 10.838493] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[ 10.839316] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input1
[ 10.855838] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card1/input2
[ 10.857485] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.858152] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[ 10.858606] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.858991] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.859300] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.859544] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[ 10.898765] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[ 10.899656] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[ 10.900573] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[ 11.022623] Bluetooth: hci0: BCM: chip id 94
[ 11.023067] Bluetooth: hci0: BCM: features 0x2e
[ 11.026221] Bluetooth: hci0: BCM43430A1
[ 11.026259] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0000
[ 11.034718] Bluetooth: hci0: BCM43430A1 'brcm/BCM43430A1.raspberrypi,model-zero-2-w.hcd' Patch
[ 11.218524] ax88179_178a 1-1.4:1.0 eth0: register 'ax88179_178a' at usb-3f980000.usb-1.4, ASIX AX88179 USB 3.0 Gigabit Ethernet, 00:0e:c6:8e:8e:51
[ 11.224263] usbcore: registered new interface driver ax88179_178a
[ 11.314283] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 11.382443] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 11.382924] usbcore: registered new interface driver brcmfmac
[ 11.760765] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 11.761567] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Jun 14 2023 07:27:45 version 7.45.96.s1 (gf031a129) FWID 01-70bd2af7 es7
[ 11.767406] Bluetooth: hci0: BCM: features 0x2e
[ 11.770278] Bluetooth: hci0: BCM43436 37.4MHz Class 1.5 RaspBerry Pi Zero2 [Version: 1017.1042]
[ 11.770313] Bluetooth: hci0: BCM43430A1 (001.002.009) build 1042
[ 11.771078] Bluetooth: hci0: BCM: Using default device address (43:43:a1:12:1f:ac)
[ 11.881180] Adding 204796k swap on /var/swap. Priority:-2 extents:6 across:14475264k SS
[ 14.354543] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 14.634284] ax88179_178a 1-1.4:1.0 eth0: ax88179 - Link status is: 1
[ 17.134574] exFAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 39.414228] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 39.457765] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 46.696491] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 419.170164] ax88179_178a 1-1.4:1.0 eth0: ax88179 - Link status is: 0
[ 424.722658] ax88179_178a 1-1.4:1.0 eth0: ax88179 - Link status is: 1
[ 3497.599624] systemd-journald[147]: Data hash table of /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal has a fill level at 75.1 (3416 of 4551 items, 2621440 file size, 767 bytes per hash table item), suggesting rotation.
[ 3497.599673] systemd-journald[147]: /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 4101.311543] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 4168.512069] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 4168.512163] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.516707] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 4168.516831] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517042] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 4168.517098] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517152] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517185] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517222] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517268] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517335] brcmfmac: brcmf_sdio_htclk: HT Avail read error: -110
[ 4168.517366] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517408] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517438] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517475] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517515] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517544] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517581] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517620] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517669] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517711] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517763] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517802] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517844] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517873] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517901] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517937] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.517975] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518017] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518061] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518090] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518126] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518219] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518265] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518303] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518341] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518387] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518424] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518460] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518506] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518543] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518580] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518621] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 4168.518743] brcmfmac: brcmf_sdio_readframes: RXHEADER FAILED: -110
[ 4168.518760] brcmfmac: brcmf_sdio_rxfail: abort command, terminate frame, send NAK
[ 4168.520085] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 4168.520395] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 4168.520610] ieee80211 phy0: brcmf_fw_crashed: Firmware has halted or crashed
[ 4168.521186] brcmfmac: brcmf_sdio_bus_get_memdump: error -110 on reading 2048 membytes at 0x00000000
[ 4168.521293] brcmfmac: brcmf_sdio_hostmail: Version mismatch, dongle reports 255, expecting 4
[ 4168.521385] brcmfmac: brcmf_sdio_readshared: unable to obtain sdpcm_shared info: rv=-110 (addr=0x0)
[ 4168.521397] brcmfmac: brcmf_sdio_hostmail: Unknown mailbox data content: 0xffffffff
[ 4168.521462] brcmfmac: brcmf_sdio_readframes: RXHEADER FAILED: -110
[ 4168.521474] brcmfmac: brcmf_sdio_rxfail: abort command, terminate frame, send NAK
[ 4168.522414] brcmfmac: brcmf_sdio_readframes: RXHEADER FAILED: -110
[ 4168.522438] brcmfmac: brcmf_sdio_rxfail: abort command, terminate frame, send NAK
[ 4168.524835] brcmfmac: brcmf_sdio_dpc: failed backplane access over SDIO, halting operation
[ 4168.548086] ieee80211 phy0: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 4168.548119] ieee80211 phy0: brcmf_cfg80211_get_tx_power: error (-5)
[ 4169.076024] ieee80211 phy0: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 4169.076049] ieee80211 phy0: brcmf_cfg80211_reg_notifier: Country code iovar returned err = -5
[ 4169.076138] ieee80211 phy0: brcmf_fil_cmd_data: bus is down. we have nothing to do.
[ 4169.076146] ieee80211 phy0: brcmf_cfg80211_reg_notifier: Country code iovar returned err = -5
[ 4169.145869] mmc1: card 0001 removed
[ 4169.295147] mmc1: new high speed SDIO card at address 0001
[ 4169.297113] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 4169.302226] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 4169.565715] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 4169.566242] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Jun 14 2023 07:27:45 version 7.45.96.s1 (gf031a129) FWID 01-70bd2af7 es7
[ 4169.818503] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[39980.895654] systemd-journald[147]: Data hash table of /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal has a fill level at 75.0 (3414 of 4551 items, 2621440 file size, 767 bytes per hash table item), suggesting rotation.
[39980.895696] systemd-journald[147]: /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal: Journal header limits reached or header out-of-date, rotating.
[97219.122802] systemd-journald[147]: Data hash table of /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal has a fill level at 75.0 (3414 of 4551 items, 2621440 file size, 767 bytes per hash table item), suggesting rotation.
[97219.122849] systemd-journald[147]: /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal: Journal header limits reached or header out-of-date, rotating.
[172818.224024] systemd-journald[147]: Data hash table of /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal has a fill level at 75.1 (3417 of 4551 items, 2621440 file size, 767 bytes per hash table item), suggesting rotation.
[172818.224077] systemd-journald[147]: /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal: Journal header limits reached or header out-of-date, rotating.
[231978.855739] systemd-journald[147]: Data hash table of /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal has a fill level at 75.1 (3417 of 4551 items, 2621440 file size, 767 bytes per hash table item), suggesting rotation.
[231978.855783] systemd-journald[147]: /var/log/journal/9f9f7e44b3e24f0c9b8e901f0cac4673/system.journal: Journal header limits reached or header out-of-date, rotating.
[252308.036416] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
After a little more than an hour, the driver crashes and after it is reloaded power_save is enabled (timestamp 4169.818503).
The last message is me manually setting power save to disabled and then I could see the PI’s wifi mac in the DHCP logs again.
Is setting the power_save to the correct state (disabled) -after the driver crashes and is reloaded- something that needs to be fixed in the OS or Moode?