Skip to content

No ethernet connectivity on P3B+ with Trixie linux-image-6.18.33+rpt-rpi-v7 #7436

Description

@haidinger

Describe the bug

After upgrading to the 6.18.x tree (linux-image-6.18.33+rpt-rpi-v7) from 6.12.75 on a Pi 3B+ Rev 1.3, ethernet access is "dead".

No firewall enabled. Serial console still works. Headless system, no screen attached.

Note: perhaps related to raspberrypi/firmware#2034 but then again downgrading the raspi-firmware from 1:1.20260521-2 to 1:1.20260521-1 did not fix the issue for me. I had to revert to the 6.12.75 kernel.

Steps to reproduce the behaviour

Update to latest Trixie (as of 2026-06-12) with linux-image-6.18.33+rpt-rpi-v7 and reboot. Ethernet stops working.
kernel logs "lan78xx 1-1.1.1:1.0 eth0: kevent 0 may have been dropped" messages frequently.

To revert, restore old 6.12.x kernel:
cp /boot/vmlinuz-6.12.75+rpt-rpi-v7 /boot/firmware/kernel7.img
cp /boot/initrd.img-6.12.75+rpt-rpi-v7 /boot/firmware/initramfs7

Reproduce by reinstalling current kernel:
apt reinstall linux-image-6.18.33+rpt-rpi-v7

Device (s)

Raspberry Pi 3 Mod. B+

System

cat /etc/rpi-issue
Raspberry Pi reference 2014-01-07 (armhf)
Generated using spindle, http://asbradbury.org/projects/spindle/, 0e00a4f, stage
4-lxde-edu.qed

uname -a
Linux pi3-sms 6.18.33+rpt-rpi-v7 #1 SMP Raspbian 1:6.18.33-1+rpt1 (2026-06-01) a
rmv7l GNU/Linux

#vcgencmd version
May 21 2026 11:22:12
Copyright (c) 2012 Broadcom
version 288930ab4712b99596f32732664aaaeb881ef1e0 (clean) (release) (start_cd)

Logs

[ 74.833005] lan78xx 1-1.1.1:1.0 eth0: kevent 0 may have been dropped
[ 74.840410] lan78xx 1-1.1.1:1.0 eth0: kevent 0 may have been dropped
[ 79.838322] lan78xx 1-1.1.1:1.0 eth0: kevent 0 may have been dropped
[ 87.018984] lan78xx 1-1.1.1:1.0 eth0: kevent 0 may have been dropped

Additional context

ifconfig shows packet counts, notably TX errors
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
...
RX packets 1002 bytes 74128 (72.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 129 bytes 15089 (14.7 KiB)
TX errors 2818 dropped 0 overruns 0 carrier 0 collisions 0

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