Skip to content

Asymetric download on WAN & Ethernet only RPI5 #7566

Description

@HarukuCode

Describe the bug

Severe asymmetric throughput degradation on Raspberry Pi 5 onboard Ethernet (RP1, macb driver) specifically on WAN traffic, correlated with a steady increase in rx_overruns. LAN traffic (Ethernet or WiFi) is unaffected. WiFi WAN is unaffected. Only Ethernet WAN download is broken.

Steps to reproduce the behaviour

  1. Boot Raspberry Pi 5 with default Raspberry Pi OS, connected via onboard Ethernet to a router with WAN internet access (ISP: Free SAS, fiber, symmetric gigabit line).
  2. Run speedtest (Ookla CLI) repeatedly.
  3. Observe download throughput capped around 3-5 Mbps while upload reaches 500-850 Mbps.
  4. Monitor ethtool -S eth0 | grep overrun before/after — rx_overruns increases continuously during download-heavy WAN traffic, does not increase under LAN-only traffic.
  5. Compare against WiFi on the same router: both directions perform normally

Device (s)

Raspberry Pi 5

System

Raspberry Pi reference 2025-12-04
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 4997bf4e4e49bc3305eb182a4a08bd023529da04, stage2

Copyright (c) 2012 Broadcom
version 086b83e3 (release) (embedded)

Tested both on 6.18.39+rpt-rpi-2712 and 6.12.75+rpt-rpi-2712

Logs

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.12.75+rpt-rpi-2712 (serge@raspberrypi.com) (aarch64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT Debian 1:6.12.75-1+rpt1 (2026-03-11)
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000003a000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000003a000000..0x000000003dffffff (65536 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd235c0..0x000000003fd235f7 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] Faking node 0 at [mem 0x0000000000000000-0x000000003fffffff] (1024MB)
[ 0.000000] Faking node 1 at [mem 0x0000000040000000-0x000000007fffffff] (1024MB)
[ 0.000000] Faking node 2 at [mem 0x0000000080000000-0x00000000bfffffff] (1024MB)
[ 0.000000] Faking node 3 at [mem 0x00000000c0000000-0x00000000ffffffff] (1024MB)
[ 0.000000] Faking node 4 at [mem 0x0000000100000000-0x000000013fffffff] (1024MB)
[ 0.000000] Faking node 5 at [mem 0x0000000140000000-0x000000017fffffff] (1024MB)
[ 0.000000] Faking node 6 at [mem 0x0000000180000000-0x00000001bfffffff] (1024MB)
[ 0.000000] Faking node 7 at [mem 0x00000001c0000000-0x00000001ffffffff] (1024MB)
[ 0.000000] NUMA: Initialized distance table, cnt=8
[ 0.000000] NODE_DATA(0) allocated [mem 0x3fbfd200-0x3fbfffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x7fffd200-0x7fffffff]
[ 0.000000] NODE_DATA(2) allocated [mem 0xbfffd200-0xbfffffff]
[ 0.000000] NODE_DATA(3) allocated [mem 0xffffd200-0xffffffff]
[ 0.000000] NODE_DATA(4) allocated [mem 0x13fffd200-0x13fffffff]
[ 0.000000] NODE_DATA(5) allocated [mem 0x17fffd200-0x17fffffff]
[ 0.000000] NODE_DATA(6) allocated [mem 0x1bfffd200-0x1bfffffff]
[ 0.000000] NODE_DATA(7) allocated [mem 0x1ffb9c500-0x1ffb9f2ff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff]
[ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff]
[ 0.000000] node 1: [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] node 2: [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] node 3: [mem 0x00000000c0000000-0x00000000ffffffff]
[ 0.000000] node 4: [mem 0x0000000100000000-0x000000013fffffff]
[ 0.000000] node 5: [mem 0x0000000140000000-0x000000017fffffff]
[ 0.000000] node 6: [mem 0x0000000180000000-0x00000001bfffffff]
[ 0.000000] node 7: [mem 0x00000001c0000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fbfffff]
[ 0.000000] Initmem setup node 1 [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 2 [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 3 [mem 0x00000000c0000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 4 [mem 0x0000000100000000-0x000000013fffffff]
[ 0.000000] Initmem setup node 5 [mem 0x0000000140000000-0x000000017fffffff]
[ 0.000000] Initmem setup node 6 [mem 0x0000000180000000-0x00000001bfffffff]
[ 0.000000] Initmem setup node 7 [mem 0x00000001c0000000-0x00000001ffffffff]
[ 0.000000] On node 1, zone DMA: 256 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 15 pages/cpu s193560 r8192 d44008 u245760
[ 0.000000] pcpu-alloc: s193560 r8192 d44008 u245760 alloc=15*16384
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 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: SSBS not fully self-synchronizing
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=32 numa=fake=8 system_heap.max_order=0 iommu_dma_numa_policy=interleave smsc95xx.macaddr=2C:CF:67:1C:5B:78 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=608727ce-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=FR ds=nocloud;i=rpi-imager-1775201930175
[ 0.000000] cgroup: Disabling memory control group subsystem
[ 0.000000] mempolicy: NUMA default policy overridden to 'interleave:0-7'
[ 0.000000] DMA IOMMU NUMA default policy overridden to 'interleave:0-7'
[ 0.000000] Unknown kernel command line parameters "ds=nocloud;i=rpi-imager-1775201930175", will be passed to user space.
[ 0.000000] Fallback order for Node 0: 0 1 2 3 4 5 6 7
[ 0.000000] Fallback order for Node 1: 1 2 3 4 5 6 7 0
[ 0.000000] Fallback order for Node 2: 2 3 4 5 6 7 0 1
[ 0.000000] Fallback order for Node 3: 3 4 5 6 7 0 1 2
[ 0.000000] Fallback order for Node 4: 4 5 6 7 0 1 2 3
[ 0.000000] Fallback order for Node 5: 5 6 7 0 1 2 3 4
[ 0.000000] Fallback order for Node 6: 6 7 0 1 2 3 4 5
[ 0.000000] Fallback order for Node 7: 7 0 1 2 3 4 5 6
[ 0.000000] Built 8 zonelists, mobility grouping on. Total pages: 524032
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbff8000-0x00000000ffff8000] (64MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=8
[ 0.000000] ftrace: allocating 45326 entries in 45 pages
[ 0.000000] ftrace: allocated 45 pages with 4 groups
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 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 Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000000] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000091] Console: colour dummy device 80x25
[ 0.000094] printk: legacy console [tty1] enabled
[ 0.000308] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000314] pid_max: default: 32768 minimum: 301
[ 0.000403] LSM: initializing lsm=capability
[ 0.001875] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, vmalloc)
[ 0.002601] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, vmalloc)
[ 0.002646] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, vmalloc)
[ 0.002669] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, vmalloc)
[ 0.003372] rcu: Hierarchical SRCU implementation.
[ 0.003383] rcu: Max phase no-delay instances is 1000.
[ 0.003427] Timer migration: 1 hierarchy levels; 8 children per group; 0 crossnode level
[ 0.003754] EFI services will not be available.
[ 0.003826] smp: Bringing up secondary CPUs ...
[ 0.004029] Detected PIPT I-cache on CPU1
[ 0.004066] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.004276] Detected PIPT I-cache on CPU2
[ 0.004304] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.004490] Detected PIPT I-cache on CPU3
[ 0.004509] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.004536] smp: Brought up 8 nodes, 4 CPUs
[ 0.004554] SMP: Total of 4 processors activated.
[ 0.004557] CPU: All CPU(s) started at EL2
[ 0.004560] CPU features: detected: 32-bit EL0 Support
[ 0.004563] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.004567] CPU features: detected: Common not Private translations
[ 0.004569] CPU features: detected: CRC32 instructions
[ 0.004573] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.004576] CPU features: detected: LSE atomic instructions
[ 0.004578] CPU features: detected: Privileged Access Never
[ 0.004581] CPU features: detected: RAS Extension Support
[ 0.004584] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.004606] alternatives: applying system-wide alternatives
[ 0.006008] CPU features: detected: Hardware dirty bit management on CPU0-3
[ 0.006194] Memory: 8150592K/8384512K available (14336K kernel code, 2432K rwdata, 4944K rodata, 2304K init, 647K bss, 141856K reserved, 65536K cma-reserved)
[ 0.006362] devtmpfs: initialized
[ 0.008252] Enabled cp15_barrier support
[ 0.008260] Enabled setend support
[ 0.008298] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.008321] futex hash table entries: 1024 (order: 2, 65536 bytes, vmalloc)
[ 0.008438] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.008442] 0 pages in range for non-PLT usage
[ 0.008443] 129508 pages in range for PLT usage
[ 0.008528] pinctrl core: initialized pinctrl subsystem
[ 0.008648] DMI not present or invalid.
[ 0.011888] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.012275] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.012307] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.012338] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.012354] audit: initializing netlink subsys (disabled)
[ 0.012410] audit: type=2000 audit(0.012:1): state=initialized audit_enabled=0 res=1
[ 0.012509] thermal_sys: Registered thermal governor 'step_wise'
[ 0.012528] cpuidle: using governor menu
[ 0.012583] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.012605] ASID allocator initialised with 32768 entries
[ 0.012833] Serial: AMBA PL011 UART driver
[ 0.013470] /soc@107c000000/interrupt-controller@7fff9000: Fixed dependency cycle(s) with /soc@107c000000/interrupt-controller@7fff9000
[ 0.013623] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.013739] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 16, base_baud = 0) is a PL011 rev3
[ 0.013750] printk: legacy console [ttyAMA10] enabled
[ 1.073526] raspberrypi-firmware soc@107c000000:firmware: Attached to firmware from 2026-05-26T15:01:25, variant start_cd
[ 1.088537] raspberrypi-firmware soc@107c000000:firmware: Firmware hash is 086b83e300000000000000000000000000000000
[ 1.107499] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 1.114827] iommu: Default domain type: Translated
[ 1.119666] iommu: DMA domain TLB invalidation policy: strict mode
[ 1.132258] SCSI subsystem initialized
[ 1.136049] usbcore: registered new interface driver usbfs
[ 1.141560] usbcore: registered new interface driver hub
[ 1.146894] usbcore: registered new device driver usb
[ 1.152029] pps_core: LinuxPPS API ver. 1 registered
[ 1.157010] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.166182] PTP clock support registered
[ 1.170365] vgaarb: loaded
[ 1.173158] clocksource: Switched to clocksource arch_sys_counter
[ 1.179418] VFS: Disk quotas dquot_6.6.0
[ 1.189165] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 1.197452] NET: Registered PF_INET protocol family
[ 1.202515] IP idents hash table entries: 131072 (order: 6, 1048576 bytes, vmalloc)
[ 1.211860] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, vmalloc)
[ 1.220536] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, vmalloc)
[ 1.228403] TCP established hash table entries: 65536 (order: 5, 524288 bytes, vmalloc)
[ 1.236629] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, vmalloc)
[ 1.244818] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.251470] MPTCP token hash table entries: 8192 (order: 4, 196608 bytes, vmalloc)
[ 1.259117] UDP hash table entries: 4096 (order: 3, 131072 bytes, vmalloc)
[ 1.266080] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, vmalloc)
[ 1.273514] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.279323] RPC: Registered named UNIX socket transport module.
[ 1.285268] RPC: Registered udp transport module.
[ 1.289988] RPC: Registered tcp transport module.
[ 1.294706] RPC: Registered tcp-with-tls transport module.
[ 1.300210] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.306680] PCI: CLS 0 bytes, default 64
[ 1.310743] Trying to unpack rootfs image as initramfs...
[ 1.317189] kvm [1]: nv: 554 coarse grained trap handlers
[ 1.322731] kvm [1]: IPA Size Limit: 40 bits
[ 1.327038] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 1.335801] kvm [1]: vgic interrupt IRQ9
[ 1.339759] kvm [1]: VHE mode initialized successfully
[ 1.345407] Initialise system trusted keyrings
[ 1.350083] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[ 1.356938] NFS: Registering the id_resolver key type
[ 1.362035] Key type id_resolver registered
[ 1.366233] Key type id_legacy registered
[ 1.370291] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.377023] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.384738] Key type asymmetric registered
[ 1.388873] Asymmetric key parser 'x509' registered
[ 1.393815] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.401314] io scheduler mq-deadline registered
[ 1.405865] io scheduler kyber registered
[ 1.410135] io scheduler bfq registered
[ 1.412992] Freeing initrd memory: 11472K
[ 1.418564] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7d510600, parent irq: 27)
[ 1.428664] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7c502000, parent irq: 28)
[ 1.438735] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7d508380, parent irq: 29)
[ 1.448821] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7d508400, parent irq: 30)
[ 1.458901] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/intc@7d503000, parent irq: 31)
[ 1.468508] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.502941] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.509530] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 1.520136] serial serial0: tty port ttyS0 registered
[ 1.525444] iproc-rng200 107d208000.rng: hwrng registered
[ 1.530895] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 1.539373] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 1.547746] brd: module loaded
[ 1.551699] loop: module loaded
[ 1.554937] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.562294] Loading iSCSI transport class v2.0-870.
[ 1.567845] usbcore: registered new interface driver lan78xx
[ 1.573536] usbcore: registered new interface driver smsc95xx
[ 1.579344] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.585122] dwc_otg: FIQ enabled
[ 1.585124] dwc_otg: NAK holdoff enabled
[ 1.585125] dwc_otg: FIQ split-transaction FSM enabled
[ 1.585126] Module dwc_common_port init
[ 1.585314] usbcore: registered new interface driver uas
[ 1.590652] usbcore: registered new interface driver usb-storage
[ 1.596742] mousedev: PS/2 mouse device common for all mice
[ 1.609573] rpi-rtc soc@107c000000:rpi_rtc: registered as rtc0
[ 1.616764] rpi-rtc soc@107c000000:rpi_rtc: setting system clock to 2026-08-20T07:41:28 UTC (1787211688)
[ 1.626576] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 1.633134] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.641427] sdhci: Secure Digital Host Controller Interface driver
[ 1.647645] sdhci: Copyright(c) Pierre Ossman
[ 1.652051] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.657793] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.664277] hid: raw HID events driver (C) Jiri Kosina
[ 1.669453] usbcore: registered new interface driver usbhid
[ 1.675047] usbhid: USB HID core driver
[ 1.679138] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 (0,8000003f) counters available
[ 1.688694] NET: Registered PF_PACKET protocol family
[ 1.693785] Key type dns_resolver registered
[ 1.701431] registered taskstats version 1
[ 1.705612] Loading compiled-in X.509 certificates
[ 1.711837] Demotion targets for Node 0: null
[ 1.716212] Demotion targets for Node 1: null
[ 1.720851] Demotion targets for Node 2: null
[ 1.725230] Demotion targets for Node 3: null
[ 1.729601] Demotion targets for Node 4: null
[ 1.733971] Demotion targets for Node 5: null
[ 1.738356] Demotion targets for Node 6: null
[ 1.742725] Demotion targets for Node 7: null
[ 1.747273] Key type .fscrypt registered
[ 1.751208] Key type fscrypt-provisioning registered
[ 1.756845] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@1000120000 ranges:
[ 1.764351] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@1000120000, using [bus 00-ff]
[ 1.773803] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 1.782109] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 1.790416] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 1.798720] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 1.807023] brcm-pcie 1000120000.pcie: IB MEM 0x1000130000..0x1000130fff -> 0xfffffff000
[ 1.816643] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0002:00
[ 1.823111] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 1.828633] pci_bus 0002:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 1.839209] pci_bus 0002:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 1.850401] pci 0002:00:00.0: [14e4:2712] type 01 class 0x060400 PCIe Root Port
[ 1.857750] pci 0002:00:00.0: PCI bridge to [bus 00]
[ 1.862737] pci 0002:00:00.0: bridge window [mem 0x1f80000000-0x1fbfffffff]
[ 1.869917] pci 0002:00:00.0: PME# supported from D0 D3hot
[ 1.875956] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.985164] brcm-pcie 1000120000.pcie: clkreq-mode set to default
[ 1.991280] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 1.997940] pci 0002:01:00.0: [1de4:0001] type 00 class 0x020000 PCIe Endpoint
[ 2.005201] pci 0002:01:00.0: BAR 0 [mem 0xffffc000-0xffffffff]
[ 2.011148] pci 0002:01:00.0: BAR 1 [mem 0xffc00000-0xffffffff]
[ 2.017093] pci 0002:01:00.0: BAR 2 [mem 0xffff0000-0xffffffff]
[ 2.023097] pci 0002:01:00.0: supports D1
[ 2.027118] pci 0002:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 2.041171] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.047829] pci 0002:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]: assigned
[ 2.055700] pci 0002:01:00.0: BAR 1 [mem 0x1f00000000-0x1f003fffff]: assigned
[ 2.062870] pci 0002:01:00.0: BAR 2 [mem 0x1f00400000-0x1f0040ffff]: assigned
[ 2.070042] pci 0002:01:00.0: BAR 0 [mem 0x1f00410000-0x1f00413fff]: assigned
[ 2.077213] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 2.082197] pci 0002:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 2.089364] pci_bus 0002:00: resource 4 [mem 0x1f00000000-0x1ffffffffb]
[ 2.096004] pci_bus 0002:00: resource 5 [mem 0x1c00000000-0x1effffffff pref]
[ 2.103081] pci_bus 0002:01: resource 1 [mem 0x1f00000000-0x1f005fffff]
[ 2.109721] pci 0002:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 2.118200] pci 0002:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 2.126730] pcieport 0002:00:00.0: enabling device (0000 -> 0002)
[ 2.132873] pcieport 0002:00:00.0: PME: Signaling with IRQ 38
[ 2.138697] pcieport 0002:00:00.0: AER: enabled with IRQ 38
[ 2.144388] rp1 0002:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 2.153480] rp1 0002:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 2.162751] rp1 0002:01:00.0: enabling device (0000 -> 0002)
[ 2.169032] rp1 0002:01:00.0: chip_id 0x20001927
[ 2.177929] bcm2712-iommu 1000005100.iommu: IOVA aperture 0xa00000000..0xb00000000 including DMA offset 0x0
[ 2.187736] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.195832] bcm2712-iommu 1000005200.iommu: IOVA aperture 0xa00000000..0xa80000000 including DMA offset 0x0
[ 2.205631] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.213729] bcm2712-iommu 1000005280.iommu: IOVA aperture 0x1a00000000..0x1a80000000 including DMA offset 0x1000000000
[ 2.224489] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.232673] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 2.237837] mmc0: CQHCI version 5.10
[ 2.238045] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 100
[ 2.241701] mmc1: CQHCI version 5.10
[ 2.309160] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 2.374223] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 106 (2c:cf:67:1c:5b:78)
[ 2.385247] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 2.393752] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.398825] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 2.420170] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[ 2.426964] mmcblk0: mmc0:aaaa SN64G 59.5 GiB
[ 2.430528] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000808000000810
[ 2.435088] mmcblk0: p1 p2
[ 2.440344] xhci-hcd xhci-hcd.0: irq 131, io mem 0x1f00200000
[ 2.443189] mmcblk0: mmc0:aaaa SN64G 59.5 GiB (quirks 0x00004000)
[ 2.448955] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.460080] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 2.467339] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 2.467537] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 2.473491] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 2.489791] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.497048] usb usb1: Product: xHCI Host Controller
[ 2.501946] usb usb1: Manufacturer: Linux 6.12.75+rpt-rpi-2712 xhci-hcd
[ 2.508585] usb usb1: SerialNumber: xhci-hcd.0
[ 2.513142] hub 1-0:1.0: USB hub found
[ 2.513408] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 2.533571] hub 1-0:1.0: 2 ports detected
[ 2.537692] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 2.545992] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.553245] usb usb2: Product: xHCI Host Controller
[ 2.558138] usb usb2: Manufacturer: Linux 6.12.75+rpt-rpi-2712 xhci-hcd
[ 2.564788] usb usb2: SerialNumber: xhci-hcd.0
[ 2.569331] hub 2-0:1.0: USB hub found
[ 2.597123] hub 2-0:1.0: 1 port detected
[ 2.625339] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.630413] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 2.638093] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000808000000810
[ 2.647105] xhci-hcd xhci-hcd.1: irq 136, io mem 0x1f00300000
[ 2.652932] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.658019] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 2.665273] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 2.671414] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 2.679714] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.686964] usb usb3: Product: xHCI Host Controller
[ 2.691859] usb usb3: Manufacturer: Linux 6.12.75+rpt-rpi-2712 xhci-hcd
[ 2.698497] usb usb3: SerialNumber: xhci-hcd.1
[ 2.727047] hub 3-0:1.0: USB hub found
[ 2.730817] hub 3-0:1.0: 2 ports detected
[ 2.758939] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 2.767240] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.774490] usb usb4: Product: xHCI Host Controller
[ 2.779386] usb usb4: Manufacturer: Linux 6.12.75+rpt-rpi-2712 xhci-hcd
[ 2.786084] usb usb4: SerialNumber: xhci-hcd.1
[ 2.790605] hub 4-0:1.0: USB hub found
[ 2.794373] hub 4-0:1.0: 1 port detected
[ 2.871527] of_cfs_init
[ 2.874013] of_cfs_init: OK
[ 2.876882] clk: Disabling unused clocks
[ 2.913038] PM: genpd: Disabling unused power domains
[ 2.919224] Freeing unused kernel memory: 2304K
[ 2.923848] Run /init as init process
[ 2.927552] with arguments:
[ 2.927553] /init
[ 2.927554] with environment:
[ 2.927555] HOME=/
[ 2.927556] TERM=linux
[ 2.927557] ds=nocloud;i=rpi-imager-1775201930175
[ 3.096032] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode
[ 3.103830] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode
[ 3.353942] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[ 3.360032] EXT4-fs (mmcblk0p2): mounted filesystem 21724cc6-e5a3-48a1-8643-7917dba3a9fb ro with ordered data mode. Quota mode: none.
[ 3.703001] NET: Registered PF_INET6 protocol family
[ 3.708293] Segment Routing with IPv6
[ 3.711978] In-situ OAM (IOAM) with IPv6
[ 3.773590] systemd[1]: systemd 257.13-1deb13u1 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)
[ 3.808112] systemd[1]: Detected architecture arm64.
[ 3.824238] systemd[1]: Hostname set to .
[ 3.929234] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[ 3.939489] systemd[1]: Using hardware watchdog 'Broadcom BCM2835 Watchdog timer', version 0, device /dev/watchdog0
[ 3.949983] systemd[1]: Watchdog running with a hardware timeout of 1min.
[ 4.094058] zram_generator::config[226]: zram0: system has too much memory (8062MB), limit is 0MB, ignoring.
[ 4.745243] systemd[1]: Queued start job for default target multi-user.target.
[ 4.786245] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 4.794067] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 4.802340] systemd[1]: Created slice system-rpi\x2dsetup\x2dloop.slice - Slice /system/rpi-setup-loop.
[ 4.812155] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 4.821423] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 4.830595] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[ 4.840952] systemd[1]: Created slice user.slice - User and Session Slice.
[ 4.847950] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 4.859116] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 4.869791] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 4.882431] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-608727ce\x2d01.device - /dev/disk/by-partuuid/608727ce-01...
[ 4.893823] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10...
[ 4.901194] systemd[1]: Expecting device dev-zram0.device - /dev/zram0...
[ 4.908063] systemd[1]: Reached target paths.target - Path Units.
[ 4.914220] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 4.921508] systemd[1]: Reached target slices.target - Slice Units.
[ 4.928979] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 4.937644] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 4.946498] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 4.955524] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 4.962921] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
[ 4.974992] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[ 4.986850] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 4.995058] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 5.003142] systemd[1]: dev-hugepages.mount - Huge Pages File System skipped, unmet condition check ConditionPathExists=/sys/kernel/mm/hugepages
[ 5.017790] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 5.065601] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 5.074271] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 5.082921] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 5.092054] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 5.101532] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 5.111467] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 5.120928] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 5.129720] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 5.139778] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 5.148061] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root
[ 5.162646] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[ 5.163402] fuse: init (API version 7.41)
[ 5.164461] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 5.198392] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 5.206730] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[ 5.221685] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 5.231097] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[ 5.244857] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 5.245245] zram: Added device: zram0
[ 5.259449] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 5.269832] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 5.271328] systemd-journald[312]: Collecting audit messages is disabled.
[ 5.284629] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 5.290459] EXT4-fs (mmcblk0p2): re-mounted 21724cc6-e5a3-48a1-8643-7917dba3a9fb r/w.
[ 5.300350] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 5.308739] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 5.316735] systemd[1]: Started systemd-journald.service - Journal Service.
[ 5.403640] systemd-journald[312]: Received client request to flush runtime journal.
[ 5.484930] loop0: detected capacity change from 0 to 4194304
[ 5.641907] zram: setup backing device /dev/disk/by-backingfile/var-swap
[ 5.643655] zram0: detected capacity change from 0 to 4194304
[ 5.712602] Adding 2097136k swap on /dev/zram0. Priority:100 extents:1 across:2097136k SS
[ 5.735538] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 5.736325] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 5.736397] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 5.736579] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 5.736613] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 5.736651] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 5.736675] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 5.736713] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 5.736815] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 5.737253] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 5.765968] rp1-firmware rp1_firmware: RP1 Firmware version 23fca1cd776798b50bd3e640ecb242215778e7f8
[ 5.843328] input: pwr_button as /devices/platform/pwr_button/input/input0
[ 5.847602] rp1-pio 1f00178000.pio: Created instance as pio0
[ 5.878876] mc: Linux media interface: v0.10
[ 5.898190] v3d 1002000000.v3d: [drm] Transparent Hugepage support is recommended for optimal performance on this platform!
[ 5.900138] [drm] Initialized v3d 1.0.0 for 1002000000.v3d on minor 0
[ 5.910166] videodev: Linux video capture interface: v2.00
[ 5.931245] Bluetooth: Core ver 2.22
[ 5.931271] NET: Registered PF_BLUETOOTH protocol family
[ 5.931273] Bluetooth: HCI device and connection manager initialized
[ 5.931279] Bluetooth: HCI socket layer initialized
[ 5.931282] Bluetooth: L2CAP socket layer initialized
[ 5.931287] Bluetooth: SCO socket layer initialized
[ 5.935200] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 5.938081] Bluetooth: HCI UART driver ver 2.3
[ 5.938089] Bluetooth: HCI UART protocol H4 registered
[ 5.938117] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 5.938250] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 5.938289] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 5.938526] Bluetooth: HCI UART protocol Broadcom registered
[ 5.942726] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 5.942919] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 5.943102] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 5.943283] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 5.963532] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 5.963540] pispbe 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 5.964563] pispbe 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 5.965237] pispbe 1000880000.pisp_be: Adding to iommu group 0
[ 5.965246] pispbe 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 6.225692] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 6.225708] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 6.225721] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 6.227877] rpi-hevc-dec 1000800000.codec: Adding to iommu group 0
[ 6.227885] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 6.245692] rpi-hevc-dec 1000800000.codec: Device registered as /dev/video19
[ 6.246438] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 6.249317] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.252728] usbcore: registered new interface driver brcmfmac
[ 6.255838] vc4_hvs 107c580000.hvs: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 6.255848] vc4_hvs 107c580000.hvs: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 6.255855] vc4_hvs 107c580000.hvs: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 6.257223] vc4_hvs 107c580000.hvs: Adding to iommu group 1
[ 6.257238] vc4_hvs 107c580000.hvs: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 6.260513] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 6.260521] vc4-drm axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 6.260526] vc4-drm axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 6.260531] vc4-drm axi:gpu: Adding to iommu group 1
[ 6.260534] vc4-drm axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 6.265268] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 6.266370] Registered IR keymap rc-cec
[ 6.266406] rc rc0: vc4-hdmi-0 as /devices/platform/soc@107c000000/107c701400.hdmi/rc/rc0
[ 6.266452] input: vc4-hdmi-0 as /devices/platform/soc@107c000000/107c701400.hdmi/rc/rc0/input1
[ 6.267578] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc@107c000000/107c701400.hdmi/sound/card0/input2
[ 6.268503] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.273871] Registered IR keymap rc-cec
[ 6.273921] rc rc1: vc4-hdmi-1 as /devices/platform/soc@107c000000/107c706400.hdmi/rc/rc1
[ 6.273963] input: vc4-hdmi-1 as /devices/platform/soc@107c000000/107c706400.hdmi/rc/rc1/input3
[ 6.275929] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc@107c000000/107c706400.hdmi/sound/card1/input4
[ 6.277877] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.278036] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 6.278169] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 6.279536] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.279660] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.283166] [drm] Initialized vc4 0.0.0 for axi:gpu on minor 1
[ 6.286228] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 6.289652] Bluetooth: hci0: BCM: chip id 107
[ 6.289654] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 6.289884] Bluetooth: hci0: BCM: features 0x2f
[ 6.291072] Bluetooth: hci0: BCM4345C0
[ 6.291076] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 6.292699] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[ 6.295477] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 6.424251] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 6.424491] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[ 6.953776] Bluetooth: hci0: BCM: features 0x2f
[ 6.955115] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 6.955118] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[ 6.955398] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[ 7.800601] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.800608] Bluetooth: BNEP filters: protocol multicast
[ 7.800613] Bluetooth: BNEP socket layer initialized
[ 7.802226] Bluetooth: MGMT ver 1.23
[ 7.809356] NET: Registered PF_ALG protocol family
[ 7.852172] Bluetooth: RFCOMM TTY layer initialized
[ 7.852184] Bluetooth: RFCOMM socket layer initialized
[ 7.852192] Bluetooth: RFCOMM ver 1.11
[ 9.236854] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 9.236862] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 9.359927] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 9.389017] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 13.710876] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 17.661675] Initializing XFRM netlink socket
[ 17.722599] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 53.308690] macb 1f00100000.ethernet eth0: Link is Down
[ 56.494760] macb 1f00100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 82.536535] macb 1f00100000.ethernet eth0: Link is Down
[ 85.760285] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
root@pvrrpi58:
#

Additional context

Diagnosis / troubleshooting performed

  • Ring buffer: increased RX ring from 512 to max (8192) via ethtool -G eth0 rx 8192 tx 4096 — no improvement, overruns still increase linearly with WAN download traffic (~1000-2000 per ~15s test).
  • EEE: not supported by this driver (ethtool --set-eee returns netlink error: Operation not supported).
  • Forced link speed: tested at 100Mb/Full (ethtool -s eth0 speed 100 duplex full autoneg off) — overruns still present, and upload throughput also collapsed to ~8 Mbps at this speed, ruling out a gigabit-specific issue.
  • CPU load: mpstat -P ALL 1 10 during WAN download shows all 4 cores essentially idle (>99% idle) — rules out CPU/IRQ starvation from general system load.
  • Firmware/kernel update: apt full-upgrade + rpi-eeprom-update -a + reboot — overruns reset to 0 after reboot but reappear immediately under WAN download load (1023 overruns after a single speedtest).
  • Physical layer: ethtool -S eth0 shows zero rx_frame_check_sequence_errors, rx_alignment_errors, rx_symbol_errors — cable/signal integrity ruled out.
  • Flow control: link reports flow control off (macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off in dmesg).

Relevant ethtool output

$ ethtool -S eth0 | grep -iE "err|drop|overrun|fifo|miss"
rx_resource_errors: 0
rx_overruns: 3829 (climbing continuously under WAN download load)
q0_rx_dropped: 0
q0_tx_dropped: 0

$ ip -s link show eth0
RX: bytes packets errors dropped missed mcast
158744676 316473 4852 144 0 22888
TX: bytes packets errors dropped carrier collsns
2695644687 1830517 0 0 0 0

root@pvrrpi58:~# speedtest

Speedtest by Ookla

  Server: moji - Paris (id: 62035)
     ISP: Free SAS

Idle Latency: 32.23 ms (jitter: 12.20ms, low: 15.34ms, high: 39.69ms)
Download: 4.27 Mbps (data used: 5.0 MB)
37.57 ms (jitter: 15.83ms, low: 14.73ms, high: 63.59ms)
Upload: 768.86 Mbps (data used: 1.0 GB)
65.14 ms (jitter: 40.95ms, low: 16.72ms, high: 660.93ms)
Packet Loss: 0.0%

iPerf3 LAN = around 950 download / around 950 upload

Maybe hardware related ? I did not use it in 2 years because of this, Amazon won't take it back it's too late. I should not have spent my time on this lol

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions