Skip to content

Instantly share code, notes, and snippets.

@wgallios
Last active August 29, 2015 14:12
Show Gist options
  • Save wgallios/f5cc43f0dbce2720965b to your computer and use it in GitHub Desktop.
Save wgallios/f5cc43f0dbce2720965b to your computer and use it in GitHub Desktop.
Basic Wifi /etc/network/interfaces for Raspberry Pi B+ Kernel v. 3.12
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "SSID"
wpa-psk "wpa_password"
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment