Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid=“lincoln street”
psk=“redacted”
key_mgmt=WPA-PSK
}
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid=“lincoln street”
psk=“redacted”
key_mgmt=WPA-PSK
}
Why? When the problem is the unicode quotes rather than plain ASCII quotes. The SSID still needs to be in quote marks.
I was unaware that there are different type of quotes available, as there is only 1 key for them on any keyboard I have ever used.DougieLawson wrote: ↑Wed Jan 13, 2021 4:02 pmWhy? When the problem is the unicode quotes rather than plain ASCII quotes. The SSID still needs to be in quote marks.
Code: Select all
cat /sys/firmware/devicetree/base/model