DEV Community

Discussion on: Headless Raspberry Pi Zero W Setup

Collapse
 
derickr profile image
Derick Rethans • Edited

Curiously, mine does the same! But only after booting the PI from it. A normal write, unmount, mount, read, works fine!

Thread Thread
 
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'.