-
Connect the Pi to a phone hotspot or by ethernet
-
Install
ca-certificates
andnetwork-manager-gnome
sudo apt-get install ca-certificates network-manager-gnome
ca-certificates
will contain the SSL certificates necessary for connecting to Western's wifi
network-manager-gnome
is a much better wifi connection management utility. So far, it's the only one that's been able to connect to wifi in all places.
- edit /etc/NetworkManager/NetworkManager.conf
change managed=false
to managed=true
-
Disable and stop the default connection manager
sudo systemctl stop networking sudo systemctl disable networking
-
Enable and start NetworkManager
sudo systemctl start NetworkManager sudo systemctl enable NetworkManager
Right click top bar, add Network Manager to the bar
Follow the instructions on Western's page to connect to Western's wifi