Created
December 16, 2012 00:46
-
-
Save phyous/4301579 to your computer and use it in GitHub Desktop.
proper config for raspberry pi File: /etc/wpa_supplicant/wpa_supplicant.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
network={ | |
ssid="__SSID__" | |
proto=RSN | |
key_mgmt=WPA-PSK | |
pairwise=CCMP TKIP | |
group=CCMP TKIP | |
psk="__PASSWORD__" | |
} |
👍
Can i get it for Ubuntu 15.10 ?
Please!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
worked! thanks!