Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4919

Troubleshooting • Re: New download of Bookworm is not resolving 'raspbian.raspberrypi.com'

$
0
0
Sounds like a local network problem. Have you tried
  • A different ethernet cable
  • Rebooting?
Next, what do you get when you `ping 1.1.1.1` ? If you don't see something like

Code:

PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.64 bytes from 1.1.1.1: icmp_seq=1 ttl=57 time=6.47 ms64 bytes from 1.1.1.1: icmp_seq=2 ttl=57 time=5.03 ms64 bytes from 1.1.1.1: icmp_seq=3 ttl=57 time=3.88 ms64 bytes from 1.1.1.1: icmp_seq=4 ttl=57 time=4.65 ms--- 1.1.1.1 ping statistics ---4 packets transmitted, 4 received, 0% packet loss, time 3004msrtt min/avg/max/mdev = 3.879/5.006/6.472/0.941 ms
then it's time for some configuration problem-solving.

Please post the output from the following commands:

Code:

uname -aifconfigip addr ip routeping -c3 $(ip route | awk '/default/ {print $3}')ping -c3 8.8.8.8ping -c3 google.comcat /etc/resolv.confjournalctl -b | grep -E "eth0|NetworkManager"
With the above information, I'm sure we can resolve this long before you're 78 :lol:

Statistics: Posted by bls — Fri Dec 13, 2024 1:06 am



Viewing all articles
Browse latest Browse all 4919

Trending Articles