Skip to content
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

Disable RaspAP on boot #83

Closed
robertsLando opened this issue Jun 20, 2017 · 3 comments
Closed

Disable RaspAP on boot #83

robertsLando opened this issue Jun 20, 2017 · 3 comments

Comments

@robertsLando
Copy link

I install RaspAP in every Raspberry I use but sometimes I don't need the wifi on so I would like to disable it from boot. How can I do this?

@billz
Copy link
Member

billz commented Aug 31, 2017

@robertsLando the best way to achieve this is to disable loading of the Broadcom wireless drivers by editing /etc/modprobe.d/raspi-blacklist.conf:

#wifi
blacklist brcmfmac
blacklist brcmutil

@billz
Copy link
Member

billz commented Sep 11, 2017

Closing this issue as there's been no activity. Reopen if needed, thanks.

@noxware
Copy link

noxware commented Oct 16, 2022

This worked for me:

sudo systemctl disable hostapd dnsmasq raspapd
sudo reboot

If you don't disable the raspapd, it will reconfigure the other two on boot.

After reboot, you can check that the hostapd is kept disabled with sudo systemctl status hostapd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants