Closed tobiasfrejo closed 7 months ago
When starting the application, the ethernet link of the RPi goes down. WiFi still works.
Tested on an RPi 4
The physical lights on the Pi still indicate a link.
Only log message I have found is from dmesg, stating bcmgenet fd580000.ethernet eth0: Link is down
dmesg
bcmgenet fd580000.ethernet eth0: Link is down
Link cannot be started again with ip link set eth0 up. Only a reboot helps
ip link set eth0 up
When starting the application, the ethernet link of the RPi goes down. WiFi still works.
Tested on an RPi 4
The physical lights on the Pi still indicate a link.
Only log message I have found is from
dmesg
, statingbcmgenet fd580000.ethernet eth0: Link is down
Link cannot be started again with
ip link set eth0 up
. Only a reboot helps