Skip to content

Instantly share code, notes, and snippets.

@phyous
Created December 16, 2012 00:46
Show Gist options
  • Save phyous/4301579 to your computer and use it in GitHub Desktop.
Save phyous/4301579 to your computer and use it in GitHub Desktop.
proper config for raspberry pi File: /etc/wpa_supplicant/wpa_supplicant.conf
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__"
}
@arlenarlenarlen
Copy link

worked! thanks!

@kavanista
Copy link

👍

@akashparmar10
Copy link

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