Code: Select all
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="MYWIFISSID"
psk="MY11CHARPASSKEY"
key_mgmt=WPA-PSK
}
Code: Select all
$ sudo apt-get update
0% [Connecting to mirrordirector.raspbian.org (2a00:1098:0:80:1000:75:0:3)] [Connecting to archive.raspberrypi.org (2a00:1098:0:82:1000:13:0:9)]
Code: Select all
Ign:1 http://mirrordirector.raspbian.org/raspbian stretch InRelease
Err:2 http://mirrordirector.raspbian.org/raspbian stretch Release
404 Not Found [IP: 93.93.128.193 80]
0% [Connecting to archive.raspberrypi.org (2a00:1098:0:82:1000:13:0:7)]
If I force IPv4 it seems ok. I've never had to do this with before. Any clues as to why?
Code: Select all
sudo apt-get sudo apt-get -o Acquire::ForceIPv4=true upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@RWPi:~ $