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

From KlavoWiki
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