DEV Community

Discussion on: Headless Raspberry Pi Zero W Setup

 
durikon profile image
Nils

I was facing the same. This worked for me in wpa_supplicant.conf:

country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="WLAN SSID"
scan_ssid=1
psk="WLAN PASSWORT"
key_mgmt=WPA-PSK
}

I also made sure, the file has unix line endings. Using vim, write the file using ':w ++ff=unix'.