-
- Posts: 103
- Joined: Mon Oct 01, 2012 6:55 pm
Wifi on boot
How can I configure my Pi to connect to my wireless network on boot? I have an Edimax adapter that works with my other Pi running XBMC, but this one will be running the Wheezy build (for an IP cam).
Re: Wifi on boot
Edit the file
/etc/network/interfaces
and add the lines
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid your-ssid
wpa-psk your-wpa-passkey
/etc/network/interfaces
and add the lines
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid your-ssid
wpa-psk your-wpa-passkey
Re: Wifi on boot
Should this be concerning:
Obviously the wlan0 didn't come up either..wpa_supplicant: wpa-roam can only be used with the "manual" inet METHOD
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Re: Wifi on boot
Commented out the line in interfaces regarding wpa_supplicant file and now its working. One reboot later..
-
- Posts: 103
- Joined: Mon Oct 01, 2012 6:55 pm
Re: Wifi on boot
Thanks! I'll test out tonight!
joan wrote:Edit the file
/etc/network/interfaces
and add the lines
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid your-ssid
wpa-psk your-wpa-passkey