Activity log for bug #1844889

Date Who What changed Old value New value Message
2019-09-21 20:52:24 SiKing bug added bug
2019-09-26 01:03:24 SiKing description I just installed Raspbian-Buster-Lite on an RPi3B. Connected all cables including *wired ether* and booted up. I have no Internet! ``` pi@raspberrypi:~ $ cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) # Please note that this file is written to be used with dhcpcd # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf' # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d pi@raspberrypi:~ $ ls -lA /etc/network/interfaces.d/ total 0 ``` That does not seem right? After adding ``` auto lo eth0 iface lo inet loopback iface eth0 inet dhcp ``` to /etc/network/interfaces and reboot, Internet works just fine. I was just expecting for it to work out of the box. Am I missing something? I just installed 2019-07-10-raspbian-buster (straight up, not noobs) on an RPi3B. Connected all cables including *wired ether* and booted up. I have no Internet! The "Welcome to Raspberry Pi" first time setup says my IP is 169.254.200.14. If I hover over the network icon, it says "eth0: Configured 192.168.0.12/24" which agrees with the device list on my router/modem. If I connect to WiFi, then everything works as expected. Also worth pointing out that if I connect the same ether wire to another device (Linux laptop), then after a few moment I get an IP and everything works as expected. What am I missing?
2019-09-26 01:05:50 SiKing description I just installed 2019-07-10-raspbian-buster (straight up, not noobs) on an RPi3B. Connected all cables including *wired ether* and booted up. I have no Internet! The "Welcome to Raspberry Pi" first time setup says my IP is 169.254.200.14. If I hover over the network icon, it says "eth0: Configured 192.168.0.12/24" which agrees with the device list on my router/modem. If I connect to WiFi, then everything works as expected. Also worth pointing out that if I connect the same ether wire to another device (Linux laptop), then after a few moment I get an IP and everything works as expected. What am I missing? I just installed 2019-07-10-raspbian-buster (straight up, not noobs) on an RPi3B. Connected all cables including *wired ether* and booted up. I have no Internet! The "Welcome to Raspberry Pi" first time setup says my IP is 169.254.200.14. If I hover over the network icon, it says "eth0: Configured 192.168.0.12/24" which agrees with the device list on my router/modem. The hover over also says "eth0: Expired IPv4LL". If I connect to WiFi, then everything works as expected. Also worth pointing out that if I connect the same ether wire to another device (Linux laptop), then after a few moment I get an IP and everything works as expected. What am I missing?
2019-09-26 01:07:31 SiKing description I just installed 2019-07-10-raspbian-buster (straight up, not noobs) on an RPi3B. Connected all cables including *wired ether* and booted up. I have no Internet! The "Welcome to Raspberry Pi" first time setup says my IP is 169.254.200.14. If I hover over the network icon, it says "eth0: Configured 192.168.0.12/24" which agrees with the device list on my router/modem. The hover over also says "eth0: Expired IPv4LL". If I connect to WiFi, then everything works as expected. Also worth pointing out that if I connect the same ether wire to another device (Linux laptop), then after a few moment I get an IP and everything works as expected. What am I missing? I just installed 2019-07-10-raspbian-buster (straight up, not noobs) on an RPi3B. Connected all cables including *wired ether* and booted up. I have no Internet! The "Welcome to Raspberry Pi" first time setup says my IP is 169.254.200.14. If I hover-over the network icon, it says "eth0: Configured 192.168.0.12/24" which agrees with the device list on my router/modem. The hover-over also says "eth0: Expired IPv4LL". If I connect to WiFi, then everything works as expected. Also worth pointing out that if I connect the same ether wire to another device (Linux laptop), then after a moment I get an IP and everything works as expected. What am I missing?
2019-09-26 01:19:32 SiKing tags networking