Comment 17 for bug 306739

Revision history for this message
Shaji N V (nvshaji) wrote :

I have put the following in /etc/rc.local to disable bluetooth on boot up.

echo 0 > /sys/devices/platform/acer-wmi/rfkill/rfkill1/state

Basically we have to find out the rfkill corresponding to the bluetooth device.

me@laptop:~$ cat /sys/devices/platform/acer-wmi/rfkill/rfkill1/type
bluetooth
me@laptop:~$