Created
May 30, 2015 14:11
-
-
Save unfulvio/9302d63d8703b8204d8d to your computer and use it in GitHub Desktop.
Fix to re-enable Bluetooth on Thinkpad machines in Ubuntu in the event of a hardware hard off switch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo options thinkpad_acpi dbg_bluetoothemul=1 bluetooth_state=1 | sudo tee -a /etc/modprobe.d/thinkpad_acpi.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
memo:
try
rfkill list
to check adapter status andrfkill unblock bluetooth
orrfkill unblock all
for troubleshootingif adpter gets blocked at shutdown/sleep/acpi event, it may also be worth executing:
gksudo gedit /etc/rc.local
and addrfkill unblock bluetooth
which unblocks adapter at the end of each multiuser runlevel