bertolottipf
Posts: 3
Joined: Fri Jan 18, 2013 7:34 pm

WiFi WPA2

Fri Jul 25, 2014 1:27 am

HELLO ALL
I need to set a wifi key to be free. In my home there's a rooter setted with WPA2 security. How can I set up my Raspbian?
TNX!

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: WiFi WPA2

Fri Jul 25, 2014 8:40 am

Open an LXTerminal window and run wpa_gui.
Or sudo nano /etc/wpa_supplicant/wpa_supplicant.conf and add your SSID/password in there.

Code: Select all

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
        ssid="yourWifiSSIDhere"
        scan_ssid=1
        psk="yourWiFipasswordhere"
}
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

bertolottipf
Posts: 3
Joined: Fri Jan 18, 2013 7:34 pm

Re: WiFi WPA2

Tue Jul 29, 2014 9:06 am

TNX! Perfect!!!! You're the (quite :D ) best!!!

Return to “Beginners”