-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Onboard Ethernet on Raspberry Pi 5 experiences packet loss in LAN environment #6855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What does |
NIC statistics:
|
Describe the bug
When using the onboard Ethernet interface (eth0) on Raspberry Pi 5 connected to a standard LAN (local area network), noticeable packet loss occurs—even under normal traffic conditions. This happens intermittently but consistently, even when CPU load is low and IPv6/multicast-related services are disabled. Using a USB Ethernet adapter in the same environment shows no such issue.
Steps to reproduce the behaviour
1.Connect Raspberry Pi 5 to a typical home or office LAN via onboard Ethernet (eth0), using a known-good CAT5e/6 cable.
2.Ensure other LAN devices (PCs, printers, routers) are present and active on the same network.
3.Assign the Pi a static IP (or use DHCP), verify link is up at 1000 Mbps full duplex.
4.From another LAN host, run:
5.On the Raspberry Pi, monitor packet stats via:
6.Optionally capture traffic using tcpdump or tshark for later analysis.
7.Observe packet loss (e.g., >10%) and dropped RX packets.
8.Replace onboard Ethernet with a USB3-to-GbE adapter and repeat test — the issue no longer occurs.
Device (s)
Raspberry Pi 5
System
Raspberry Pi reference 2025-05-13 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 5dabc7dc940059dfbc46af5d97b60a1e812523dd, stage4
Copyright (c) 2012 Broadcom version 26826259 (release) (embedded)
Linux RPi5 6.12.25+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.25-1+rpt1 (2025-04-30) aarch64 GNU/Linux
Logs
dmesg.log
Additional context
Issue seems related to onboard NIC driver or hardware handling of LAN broadcast/multicast. Even without high CPU usage or large traffic volume, onboard eth0 shows RX drops and packet loss, reproducible in both routed and switched LAN environments. USB adapters do not show the problem.
The text was updated successfully, but these errors were encountered: