- Code: Select all
/etc/network/interfaces:7: unknown method
ifup: couldn't read interfaces file "etc/network/interfaces"
Here is the contents of /etc/network/interfaces:
- Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet dchp
auto wlan0
iface wlan0 inet dchp
wpa-conf /etc/wpa.conf
/etc/wpa.conf contains (with my SSID and passcode removed):
- Code: Select all
network={
ssid="insert ssid here"
key_mgmt=WPA-PSK
psk="insert code here its wpa2 btw"
}
I'm not sure what's going on here. I followed the instructions in the User Guide, so I'm not sure what's the problem. Can anyone help?