Disable Wi-Fi and/or Bluetooth on the Raspberry Pi 3

From KlavoWiki
Revision as of 22:59, 11 June 2018 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
vi  /etc/modprobe.d/blacklist-radios.conf
#Wi-Fi
blacklist brcmfmac
blacklist brcmutil

#Bluetooth
blacklist btbcm
blacklist hci_uart

or

rfkill block wifi
rfkill block bluetooth

rfkill unblock wifi
rfkill unblock bluetooth

rfkill list all


Disable Bluetooth servcies

systemctl disable hciuart