-
Notifications
You must be signed in to change notification settings - Fork 2k
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
RPi Update broke Access Point setup #1093
Comments
@XECDesign Is this related to the recent hostapd changes? |
For context: https://www.raspberrypi.org/forums/viewtopic.php?p=1437905#p1437905 |
I haven't used hostapd in years, so I won't be of much help here. Others seems to report that the update has solved their problems and works well. The exact error message may be useful. |
Thank you, @lurch I followed the steps in https://www.raspberrypi.org/forums/viewtopic.php?p=1437905#p1438251 and that fixed things. The only thing that hasn't worked on my test RPi 3B+ is the reboot after "sudo rpi-update" which has been running for over an hour and hasn't booted to the desktop. Drive activity light is on almost constant so I won't be running rpi-update on my production unit for a while. |
Just a note, that you should never run rpi-update on a production device - its beta quality sofware, and there is no guarantee it will work. |
I think this snippet of postinst is the cause here:
What happens if you run this?
|
@XECDesign that fixed for me the hostapd.service is masked error. |
@ingegno It doesn't seem to fix it for everyone. I'm in the process of running through the instructions myself and seeing what other problems there may be. |
I've been trying several things to get this to work and started over with a new setup of NOOBS minimal install with desktop. I did not let the GUI do the update and instead followed the directions in https://github.com/raspberrypi/documentation/blob/master/configuration/wireless/access-point.md. After the update and upgrade steps everything went find until the 'sudo systemctl start hostapd' step.
After the unmask line the rest of the setup went fine except that after reboot hostapd doesn't start automatically. Here is what I get after a reboot.
Any suggestions on what to do to get hostapd to start automatically? [Note: I have a USB WiFi for the uplink. Raspbian insists on this being wlan0 so wlan1 is the RPI 3B+ onboard WiFi.] |
@GizmoEV To have hostapd start at startup I did
You do need to give it some time at startup before it works. |
What ingegno said should do it, but the documentation PR I sent has this line:
|
Thank you, @ingegno and @XECDesign |
Just a reminder for Raspberry Pi 3B+ users who is following this instruction: https://elinux.org/Talk:RPI-Wireless-Hotspot. The 802.11ac seems to be not supported, and the channel 6 will not work. Thanks for @lurch 's suggestion to update the Linux kernel, my issue is solved! Thanks to everyone in this post as well! |
I don't know if this is related to #1078
I have an RPi 3B+ running an access point as described in the first part of https://github.com/raspberrypi/documentation/blob/master/configuration/wireless/access-point.md except that the uplink is a WiFi USB dongle rather than eth0. The RPi links a WeatherFlow Smart Weather station hub to the internet. Also ArchiveSW, a weather database with web interface, runs on the device. After the update I could no longer reach the web page of ArchiveSW, in addition to the access point interface not being associated with anything.
When I did a new install and went through the steps to setup the access point at the step when I ran "sudo systemctl start hostapd" it gave some error about hostapd.???? being masked or some such thing. Any suggestions on how I can get it working again, short of doing a fresh install without updating?
Thank you,
David
The text was updated successfully, but these errors were encountered: