wifi not working on new Pi 0 W [SOLVED]
Posted: Thu Mar 09, 2017 9:29 am
The wifi link doesn't come up on my newly purchased Rapsberry Pi 0 W.
Situation:
shows only lo interface
when trying, output is:
When I insert the same SDcard in a Raspberry Pi 3 I have here, this works fine, and the pi connects to the network using Wifi without any problems.
Thank you in advance for any pointers to what I should/could do to fix this.
Situation:
- new raspberry pi zero W
- new SD card with noobs, raspbian installed
Code: Select all
auto lo
iface lo inet loopback
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "<my ssid>"
wpa-psk "<my pwd>"
Code: Select all
ip link show when trying
Code: Select all
sudo ifup wlan0Code: Select all
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Failed to bring up wlan0.
Thank you in advance for any pointers to what I should/could do to fix this.