|
Hello, I have an Orange Pi Zero with raspbian installed and I'm trying to setup the wifi connection but I got stuck.
I managed to create wpa_supplicant.conf with my SSID and PSK but when I try to connect typing "wpa_supplicant -D nl80211 -i wlan0 -c wpa_supplicant.conf" or "wpa_supplicant -D wext -i wlan0 -c wpa_supplicant.conf" it always get stuck.
My psk has special characters, so I generated wpa_supplicant.conf with this command: wpa_passphrase MySSID < ~/MyPSK.txt > /etc/wpa_supplicant.conf
Can someone help me?
|
|