You are not logged in.

#1 2014-04-22 17:48:11

guydbg
Member
Registered: 2014-01-25
Posts: 8

Blocking bluetooth

archie@t440s ~ % lsmod | grep thinkpad
thinkpad_acpi          62056  1 
nvram                   5874  1 thinkpad_acpi
led_class               3547  2 iwlmvm,thinkpad_acpi
rfkill                 15619  4 cfg80211,thinkpad_acpi,bluetooth
hwmon                   3057  2 coretemp,thinkpad_acpi
snd                    59286  8 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi
archie@t440s ~ % cat /etc/modprobe.d/think_acpi.conf 
options thinkpad_acpi bluetooth=disable
archie@t440s ~ % rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
4: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

Thing is that it used to work fine for me, apparently some update has broken it. i'm pretty sure my configs are ok.

Last edited by guydbg (2014-04-22 20:02:39)

Offline

#2 2014-04-22 17:52:55

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Blocking bluetooth

guydbg, please use code tags as opposed to quote tags, when posting snippets/outputs. Quote tags are reserved for replying to queries etc from other users.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2014-04-22 18:53:05

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: Blocking bluetooth

Setting up an /etc/modprobe.d/modprobe.conf file:

blacklist btusb
blacklist bluetooth

... works for me wink
Adjust to your requirements, ie:

lsmod | grep bluetooth

Die, bluetooth, die! big_smile

Offline

#4 2014-04-22 20:03:04

guydbg
Member
Registered: 2014-01-25
Posts: 8

Re: Blocking bluetooth

Inxsible wrote:

guydbg, please use code tags as opposed to quote tags, when posting snippets/outputs. Quote tags are reserved for replying to queries etc from other users.

Sorry. Fixed

Offline

Board footer

Powered by FluxBB