I finally got around to setting up my wifi dongle, which is awesome, I would like to be albe to take my pi to a friends and auto connect to his wifi when im there, could I pre-enter the ssid and psk details? would I just duplicate the auto wlan0 settings?
Here is my current interfaces file.
/etc/network/interfaces
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.0.7
netmask 255.255.255.0
gateway 192.168.0.1
auto wlan0
iface wlan0 inet dhcp
wpa-ssid SKY88888
wpa-psk IIIIIIII