Code: Select all
wpa-roam /etc/wpa-supplicant/wpa-supplicant.conf
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="network-name"
psk="network password"
}
This has ended hours of pain and misery thank you very much!SirLagz wrote:By default, Raspbian has in /etc/network/interfaces this line -The contents of the file should look something like thisCode: Select all
wpa-roam /etc/wpa-supplicant/wpa-supplicant.confCode: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="network-name" psk="network password" }