Open marwenius opened 4 days ago
Interesting, I never had this issue... On which hardware did you try this? I ran it on a Raspi 5.
Interesting, I never had this issue... On which hardware did you try this? I ran it on a Raspi 5.
Tried it on this hardware:
After a cold boot or reboot, the hostapd service started, but the Wi-Fi access point only worked after a manual restart of the service with
sudo systemctl restart hostapd.service
.The solution: Add the line
ExecStartPre=/bin/sleep 15
in the filehostapd.service
.I got the solution from there: https://forums.raspberrypi.com/viewtopic.php?p=1583480#p1583480