09-08-2018, 10:37 AM
Not 100% sure but you might have to SSH in or use a keyboard plugged into your pi to set the country?
Check the wpa_supplicant file to see if your country is set, if not try to add it and save the file.
It's located here
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
If you in the US add..
country=US
Check the wpa_supplicant file to see if your country is set, if not try to add it and save the file.
It's located here
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
If you in the US add..
country=US

