Disable BlueTooth on Ubuntu 11.10 's Startup

来源:互联网 发布:数学建模优化模型 编辑:程序博客网 时间:2024/05/01 08:49

Ubuntu 11.10 always open BT after startup.

that's not good.

so , let 's hack it.


1.we can get the bt status by

cat /proc/acpi/ibm/bluetooth
status:        disabled
commands:    enable, disable


2.then we can disable it in /etc/rc.local


#2011-01-21  disable bt on Startup
#chmod 666 /proc/acpi/ibm/bluetooth #just run once
echo "disable" > /proc/acpi/ibm/bluetooth


原创粉丝点击