Hi
I´m trying to set up a headless Raspberry zero w with Jessie lite (04.10) but it does not connect to any of the wifi networks i have tried.
My current spa_suppicant conf looks like this.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=NO
network={
ssid=“test”
psk=“abcdefgh”
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
auth_alg=OPEN
id_str=“home”
}
network={
ssid=“NEP-GUEST”
psk=“xxxxxxxx”
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
auth_alg=OPEN
id_str=“work”
}
In syslog i get numerous errors.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Successfully initialized wpa_supplicant
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 7: failed to parse ssid '“test”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 7: failed to parse ssid '“test”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 8: Invalid PSK '“abcdefgh”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 8: failed to parse psk '“abcdefgh”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 14: failed to parse id_str '“home”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 14: failed to parse id_str '“home”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 15: failed to parse network block.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 18: failed to parse ssid '“NEP-GUEST”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 18: failed to parse ssid '“NEP-GUEST”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 19: Invalid PSK '“xxxxxxxx”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 19: failed to parse psk '“xxxxxxxx”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 25: failed to parse id_str '“work”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 25: failed to parse id_str '“work”'.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Line 26: failed to parse network block.
Apr 10 09:58:44 raspberrypi wpa_supplicant[369]: Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant.conf'.
Any suggestions ?