rcnilay
Posts: 17
Joined: Thu Apr 21, 2016 3:55 am

Disabling bluetooth on raspberry pi 3

Sun May 01, 2016 12:43 pm

How can i disable bluetooth on raspberry pi

User avatar
DougieLawson
Posts: 38882
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Disabling bluetooth on raspberry pi 3

Sun May 01, 2016 1:04 pm

Try blacklisting the following modules

Code: Select all

bnep                   10340  2
hci_uart               17943  1
btbcm                   5929  1 hci_uart
bluetooth             326105  25 bnep,btbcm,hci_uart,rfcomm
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

mikerr
Posts: 2825
Joined: Thu Jan 12, 2012 12:46 pm
Location: UK
Contact: Website

Re: Disabling bluetooth on raspberry pi 3

Sun May 01, 2016 1:33 pm

put this line in config.txt:

Code: Select all

dtoverlay=pi3-disable-bt-overlay
(I have to do that to make the VGA666 adapter work)
Android app - Raspi Card Imager - download and image SD cards - No PC required !

User avatar
Douglas6
Posts: 4853
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Disabling bluetooth on raspberry pi 3

Sun May 01, 2016 4:11 pm

Would that disable using a Bluetooth dongle also?

dukla2000
Posts: 190
Joined: Tue Jan 10, 2012 12:02 am
Location: Reading.UK.EU

Re: Disabling bluetooth on raspberry pi 3

Sun May 01, 2016 6:51 pm

If you use the dtoverlay line in config.sys as per mikerr a BT dongle still works fine. That is how I am running.
Daily driver: Pi3B, 64GB Samsung Evo+ @100MHz, DVB-T, onboard WiFi for internet, BT/USB dongle for KB/mouse, 250GB HDD via USB for media, Raspbian Jessie Lite with Openbox desktop.
Museum: Pi B

User avatar
Douglas6
Posts: 4853
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Disabling bluetooth on raspberry pi 3

Sun May 01, 2016 6:56 pm

Cool. Thanks.

Return to “Troubleshooting”