NEWS
Raspberry Pi4 kein eth0 mehr
-
@stoffel67 sagte in Raspberry Pi4 kein eth0 mehr:
da wird bei einem PING nur eine IPV6 adresse angezeigt
Hast du etwas an deinem Router geändert? IPv6 eingeschaltet oder so?
-
@UncleSam Nein, hab nix geändert,
pi@raspip:/etc/network $ ifup enxb827eb304c11 ifup: unknown interface enxb827eb304c11 pi@raspip:/etc/network $ ifconfig enxb827eb304c11 dhcp start dhcp: Unbekannter Rechner ifconfig: `--help' gives usage information. pi@raspip:/etc/network $
-
@stoffel67 und mit
sudo
? -
@UncleSam
geliches... da scheint am ifocnfig was nicht zu stimmen...pi@raspip:/etc/network $ sudo ifup enxb827eb304c11 ifup: unknown interface enxb827eb304c11 pi@raspip:/etc/network $ sudo ifconfig enxb827eb304c11 dhcp start dhcp: Unbekannter Rechner ifconfig: `--help' gives usage information.
-
-
-
pi@raspip:/etc/network $ route -n Kernel-IP-Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface 0.0.0.0 0.0.0.0 0.0.0.0 U 202 0 0 enxb827eb304c11 169.254.0.0 0.0.0.0 255.255.0.0 U 202 0 0 enxb827eb304c11 pi@raspip:/etc/network $
-
pi@raspip:/etc/network $ cat /etc/network/interface cat: /etc/network/interface: Datei oder Verzeichnis nicht gefunden
-
@stoffel67
Am besten liest du dich hier ein:http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html
Insbesondere der Absatz
Oh Schreck! eth0 ist weg!
dürfte interessant sein. -
@Thomas-Braun
OK, hab's gelesen... und "net.ifnames=0" in cmdlines.txt eingetragen,
danach reboot... und siehe da eth0 ist wieder da... und ioBroker schient auch wieder fehlerfrei zu laufen( puhover geht)
werde es jetzt mal beobachten...