[已解决]怎么禁止蓝牙开机自启?
Tofloor
poster avatar
Eric Zha
deepin
2020-10-23 18:29
Author
本帖最后由 ericzha 于 2020-10-23 11:29 编辑

更新了1003后,开机启动服务里发现了个bluetooth.service,然后进入设置里一看,蓝牙被开启了,关闭这个选项。
我平时很少用蓝牙,需要用的时候会自己去设置里启动。
试了如下方法
  1. sudo systemctl disable bluetooth.service
Copy the Code

但是这个方法太彻底了直接禁用了蓝牙,吓得我赶紧又打开了。我只想让他不要开机启动,不是要禁用它,各位老铁这个怎么操作?
Reply Favorite View the author
All Replies
Shinglee
deepin
2020-10-23 18:56
#1
  1. sudo bluetoothctl
  2. power off
Copy the Code
Reply View the author
Eric Zha
deepin
2020-10-25 19:33
#2
我发现按上面说法做了有时候还是开机自动启动,这次找到了一个彻底的方法打开 /etc/default/bluetooth这个文件,把BLUETOOTH_ENABLED=1后面的1改成0就可以了

Reply View the author