-
Posts
6 -
Joined
-
Last visited
Reputation Activity
-
Helder Pereira got a reaction from WarHawk_AVG in Orange Pi Lite doesn't connect to WiFi networks
I don't have access to my OPi lite right now, but I think there are the commands you should execute:
Create a conf file with encrypted credentials. You should execute the following: wpa_passphrase "ssid" "wirelesskey" > wpa_supplicant.conf Start wpa_supplicant supplying the previously created conf file: sudo wpa_supplicant -D nl80211 -i wlan0 -c wpa_supplicant.conf I think this should be it.
-
Helder Pereira got a reaction from WarHawk_AVG in Orange Pi Lite doesn't connect to WiFi networks
sudo dhclient wlan0
That will get you an IP address...
-
Helder Pereira got a reaction from PoV in Orange Pi Lite doesn't connect to WiFi networks
I don't have access to my OPi lite right now, but I think there are the commands you should execute:
Create a conf file with encrypted credentials. You should execute the following: wpa_passphrase "ssid" "wirelesskey" > wpa_supplicant.conf Start wpa_supplicant supplying the previously created conf file: sudo wpa_supplicant -D nl80211 -i wlan0 -c wpa_supplicant.conf I think this should be it.