Disable Wi-Fi and/or Bluetooth on the Raspberry Pi 3: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:
blacklist btbcm
blacklist btbcm
blacklist hci_uart
blacklist hci_uart
</pre>
or
<pre>
rfkill block wifi
rfkill block bluetooth
rfkill unblock wifi
rfkill unblock bluetooth
rfkill list all
</pre>
</pre>


[[Category : Raspberry Pi]]
[[Category : Raspberry Pi]]

Revision as of 05:11, 17 March 2018

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