I have been trying to use my Pi headlessly but for some weird reason, it doesn't show up on my router settings. Here is my wpa_supplicant.conf file:
Code: Select all
update_config=1
ctrl_interface=/var/run/wpa_supplicant
country=GB
network={
scan_ssid=1
ssid="mySSID"
psk="myPass"
}I am dead sure that my SSID and PSK are typed in exactly as it should. SSH is on and Bluetooth seems to be working fine as I can access the Bluetooth serial console directly from my phone. However,
Code: Select all
wlan0Any ideas?