I've got the Ethernet port working but can't get the wireless card to work on DHCP. I need to have the know how to add in wireless networks into a file that will connect to them when available. Here are my
/etc/network/interfaces
auto wlp3s0
iface wlp3s0 inet dhcp
wpa-driver iwlwifi
#wpa-roam /etc/wpa_supplicant.conf
wpa-conf /etc/wpa_supplicant.conf
wireless-rate 54M
pre-up wpa_supplicant -Bw -Diwlwifi -iwlp3s0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
and my /etc/wpa_supplicant.conf files:
ctrl_interface=/var/run//wpa_supplicant
network={
ssid="myNet"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pair wise=CCMP TKIP
group=CCMP TKIP
#psk="###"
psk=########################
}
I feel like there is something simple I'm missing/overlooking.
EDIT I get errors such as "Destination Host Unreachable" when I ping 8.8.8.8
EDIT I can't get the wireless card state to come UP. Here is an error log:
Starting /sbin/wpa_supplicant...
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpa_supplicant exited with return code 1
Failed to bring up wlp3s0.