Go to advanced search

by teufen
Thu Mar 09, 2017 1:30 pm
Forum: Troubleshooting
Topic: wifi not working on new Pi 0 W [SOLVED]
Replies: 10
Views: 4854

Re: wifi not working on new Pi 0 W

teufen wrote:
Ernst wrote:Maybe you should put a new image on your card and start all over again.
OK, I'll try that.
OK, that worked.

Thanks again for helping me out!
by teufen
Thu Mar 09, 2017 10:45 am
Forum: Troubleshooting
Topic: wifi not working on new Pi 0 W [SOLVED]
Replies: 10
Views: 4854

Re: wifi not working on new Pi 0 W

Ernst wrote:Maybe you should put a new image on your card and start all over again.
OK, I'll try that.

Funny thing is still that Wifi with the same SDcard in a Rapsberry Pi 3 works fine.
by teufen
Thu Mar 09, 2017 10:16 am
Forum: Troubleshooting
Topic: wifi not working on new Pi 0 W [SOLVED]
Replies: 10
Views: 4854

Re: wifi not working on new Pi 0 W

I read the article, and moved the wpa information from /etc/network/interfaces to /etc/wpa_supplicant/wpa_supplicant.conf and added a line to source that file in /etc/network/interfaces, which is now: auto lo iface lo inet loopback auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp # wpa-ssid "<my...
by teufen
Thu Mar 09, 2017 9:58 am
Forum: Troubleshooting
Topic: wifi not working on new Pi 0 W [SOLVED]
Replies: 10
Views: 4854

Re: wifi not working on new Pi 0 W

PeterO wrote:I should check that you have the very latest version of NOOBS as well.
PeterO
Yes, I updated the noobs using the (working) raspberry pi 3.
by teufen
Thu Mar 09, 2017 9:57 am
Forum: Troubleshooting
Topic: wifi not working on new Pi 0 W [SOLVED]
Replies: 10
Views: 4854

Re: wifi not working on new Pi 0 W

Thanks for your reaction!

Unfortunately, the first cmd on that page

Code: Select all

sudo iwlist wlan0 scan
gives the following output:

Code: Select all

wlan0      Interface doesn't support scanning
by teufen
Thu Mar 09, 2017 9:29 am
Forum: Troubleshooting
Topic: wifi not working on new Pi 0 W [SOLVED]
Replies: 10
Views: 4854

wifi not working on new Pi 0 W [SOLVED]

The wifi link doesn't come up on my newly purchased Rapsberry Pi 0 W. Situation: new raspberry pi zero W new SD card with noobs, raspbian installed /etc/network/interfaces: auto lo iface lo inet loopback auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-ssid "<my ssid>" wpa-psk "<my pwd>" ip ...

Go to advanced search