enable bluetooth on startup (Debian 11)
step 1.启动时打开蓝牙适配器电源
要在Linux系统启动时打开蓝牙适配器的电源,请打开配置文件:
$ sudo vim /etc/bluetooth/main.conf
添加行:AutoEnable=true,如下:
output
other
By default in Xenial, bluetooth is not power on.[1] rfkill unblock all only unblocks the device if the device is on service and blocked. So what you need is to power on the device and make sure that the daemon, bluetoothd, is working. Thus, you may consider to edit /etc/bluetooth/main.conf to control the behavior.
https://askubuntu.com/questions/938228/how-to-enable-bluetooth-at-startup-16-04-lts
step 1.启动时打开蓝牙适配器电源
要在Linux系统启动时打开蓝牙适配器的电源,请打开配置文件:
$ sudo vim /etc/bluetooth/main.conf
添加行:AutoEnable=true,如下:
[Policy]
AutoEnable=true
output
# Number of ATT channels
# Possible values: 1-5 (1 disables EATT)
# Default to 3
#Channels = 3
[Policy]
AutoEnable=true
#
# The ReconnectUUIDs defines the set of remote services that should try
other
By default in Xenial, bluetooth is not power on.[1] rfkill unblock all only unblocks the device if the device is on service and blocked. So what you need is to power on the device and make sure that the daemon, bluetoothd, is working. Thus, you may consider to edit /etc/bluetooth/main.conf to control the behavior.
https://askubuntu.com/questions/938228/how-to-enable-bluetooth-at-startup-16-04-lts
0