schollz / raspberry-pi-turnkey

How to make a Raspberry Pi image that can be deployed anywhere and assigned to a WiFi network without SSH :ok_hand:
MIT License
832 stars 90 forks source link

Failed to start hostapd.service: Unit hostapd.service is masked #25

Open gulliverrr opened 5 years ago

gulliverrr commented 5 years ago

This is obviously not your problem but raspbian Stretch's hostapd as it changed their installation steps and a little edit is needed in your installation steps here under README. Run these:

sudo systemctl unmask hostapd
sudo systemctl enable hostapd

before running this:

sudo systemctl start hostapd && sudo systemctl start dnsmasq

Here is a little background reading.

MushegKh commented 3 years ago

This has solved my not working AP in RPi3. SSID was not visible.

jose91sdr commented 3 years ago

Great, it solved the same problem on my Raspberry Pi Zero W, thanks