Skip to content
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

Raspberry nach Update der network interface auf Raspian Bookworm nicht mehr erreichbar #528

Open
phipro92 opened this issue Aug 30, 2024 · 0 comments

Comments

@phipro92
Copy link

Folgt man der Installationsanleitung für den Raspberry Pi (3B) in Schritt 9.1 für "Update your config. (Replace eth0 if necessary)", ist der Raspberry Pi nach dem Reboot nicht mehr erreichbar. (Ping schlägt fehl: "Host down")
https://alexreinert.github.io/piVCCU/docs/setup/raspberrypi.html

Ich konnte den Fehler soweit eingrenzen, dass mit einem frischen Raspian Bookworm 64-bit und der direkten Ausführung des Schritts Nr. 9, der Raspberry Pi an Eth0 anschließend nicht mehr erreichbar ist.

Wenn ich die interface Datei manuell mit 'nano' wie folgt ändere, bootet der Raspberry normal und ist über Eth0 weiter erreichbar:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

iface eth0 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0

Ich vermute, dass der Fehler mit dem EOT' am Ende oder der source-directory in der Anleitung zu tun hat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant