Comment 41 for bug 280811

Revision history for this message
Andreas Ntaflos (daff) wrote : Re: thinkpad bluetooth hotkey fn+F5 regression

You know, it is really no problem to simply create the necessary file in /etc/modprobe.d and put the options line in there like Nick suggested. I find this workaround cleaner than letting the bluetooth module load and then explicitly unload it later.

The following will create the file /etc/modprobe.d/thinkpad-acpi.conf (the .conf suffix is common in /etc/modprobe.d), put the options line in it and redirect the output of the tee command to /dev/null:

$ echo "options thinkpad_acpi experimental=1 hotkey=enable,0xffff8f bluetooth=disable" | sudo tee /etc/modprobe.d/thinkpad-acpi.conf > /dev/null