Skip to content

Instantly share code, notes, and snippets.

@natcl
Last active December 18, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natcl/5818923 to your computer and use it in GitHub Desktop.
Save natcl/5818923 to your computer and use it in GitHub Desktop.
Raspberry pi wireless config
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
wpa-ssid "xx"
wpa-psk "xx"
iface default inet dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment