UniSA Wifi configuration for linux: WICD and WPA_SUPPLICANT
-
Copy
unisa-wifi
file to/etc/wicd/encryption/templates/
-
add
unisa-wifi
to the top of/etc/wicd/encryption/templates/active
file -
From WICD-GTK application locate Unisa Wifi access point and click on properties, next to the connect button. Click on Use encrption and select
UniSA Wifi
from the available encryption options. -
Enter your UniSA Alias and Password.
Note: It is recommended to tick the Use these settings for all networks sharing this essid
. However, it is untested.
-
Copy
unisa.cfg
file somewhere accessable, perhaps in your~/.config
folder. -
Kill other
wpa_supplicant
instances and restart it withsudo wpa_supplicant -c PATH_TO_unisa.cfg_file -i YOUR_WIRELESS_INTERFACE -D nl80211
-
Run
sudo dhcpcd YOUR_WIRELESS_INTERFACE
Note: The bash script con_unisa_net.sh
found in this repository automates the WPA_SUPPLICANT process, please edit it and run it with sudo permission?