-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi Zero WiFi not working after first reboot #1012
Comments
How does your |
Before: network={ After change(before reboot, with nano): |
This doesn't make too much sense. The |
The situation with the reboot is the same as if you at first boot did forget the wap_supplicant and add it before next boot. Maybe the wpa_supplicant is still on \boot and then overwrites the present? |
Same problem here, I notice that the /etc/wpa_supplicant.conf file on the partition created on the remaining space (not boot nor root) key_mgmt=NONE is added to the network and if I deleted the zero w connects again. But any change done (e.g.: timezone or password) were not saved, and if I try again it happens again (key_mgmt=NONE added to the file). Hope I helped somehow. EDIT: added file content that leads to error
After try to config something and rebooting
|
Interestingly, I'm seeing this issue happening on my 2nd router. It keeps adding key_mgmt=NONE just like @flatlining is seeing. Works fine on my 1st router. |
Very interesting... I found a workaround to prevent it from adding the key_mgmt=NONE by adding another "network" block to confuse it. Make sure your actual network block is the last one in the file. Example:
Start with a fresh image, copy this new wpa_supplicant.conf to your boot partition and let it boot up. See if this works for you guys. |
Guys, can I have a wpa_supplicant.conf file before it gets the |
Actual file:
|
@jasaw Is this the file that is modified with |
That's the file that works. Just remove the "Dummy Wifi" network block and it stops working. |
motioneye-project/motioneye@e895ff4 fixes this by adding support for hex-encoded PSKs. |
Hi,
using the standard procedure wpa_supplicant.conf to add WiFi for the Pi Zero.
Works as intended at first boot and everything seems ok.
But when I from the web admin interface makes some changes like change of time zone and then reeboot I get Starting wpa_supplicant: failed
Tried with both stable and latest.
The text was updated successfully, but these errors were encountered: