i am absolutely new to pi really floundering. I've written a wpa_supplicant.conf file that looks like this:
country=NZ
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Your new Wi-Fi"
psk="180928502831"
key_mgmt=key_mgmt=WPA-PSK
}
The unit refuses to connect to my router. I have several tablet that connect fine.
I can use Realterm to ssh in (connected via an ethernet cable).
Any ideas what i'm doing wrong?
key_mgmt=key_mgmt=WPA-PSK
change it tokey_mgmt=WPA-PSK
or remove the line completely – Dirk Feb 01 '19 at 19:50