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

Beginners • Re: problem updating

$
0
0
Check your internet connection.

The message

Code:

Temporary failure resolving 'archive.raspberrypi.com'
means your Pi is unable to get the IP address for the server 'archive.raspberrypi.com'.

Here's a few basic network diagnostic commands you can try.

Code:

ip addrip routeping -c 4 archive.raspberrypi.comping -c 4 8.8.8.8
The first command will list the IP address of each network interface configured on your Pi. There are normall at least two, one of which will be called "lo" and have an address of 127.0.0.1/8. The other may be eth0, wlan0 or enxxxxxx and probably have an address like 192.168.0.X/24.

The second command should show the IP address of your router to connect to the internet.

The third command will attempt to look up the address of 'archive.raspberrypi.com' and "ping" it to check the connection.

The last command will attempt to ping google's DNS servers without looking up the address.

Statistics: Posted by rpdom — Wed Jan 14, 2026 10:02 pm



Viewing all articles
Browse latest Browse all 8597

Trending Articles