Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Please, help me RetroPie Community. › Reply To: Please, help me RetroPie Community.
03/04/2015 at 06:59
#90101
Participant
To do wireless I do
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Then add to file
network={
ssid="The_ESSID_from_earlier"
psk="Your_wifi_password"
}
I got this from
http://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md