Skip to content

Instantly share code, notes, and snippets.

@lucsmall
Created September 20, 2012 06:38
Show Gist options
  • Save lucsmall/3754285 to your computer and use it in GitHub Desktop.
Save lucsmall/3754285 to your computer and use it in GitHub Desktop.
Ralink RT5370 Configuration - adding network interface in /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-ssid <Your Access Point Name aka SSID>
wpa-psk <Your WPA Password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment