这是该命令的输出service bluetooth status
:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
Active: inactive (dead)
Docs: man:bluetoothd(8)
Apr 26 14:35:17 a****i-HP-Laptop-15-da1xxx systemd[1]: Condition check resulted>
Apr 26 14:38:57 a****i-HP-Laptop-15-da1xxx systemd[1]: Condition check resulted>
Apr 26 14:40:51 a****i-HP-Laptop-15-da1xxx systemd[1]: Condition check resulted>
lines 1-8/8 (END)
如何使我的蓝牙正常工作?
答案1
sudo systemctl restart bluetooth
这在 Ubuntu 21.04 中对我有用
答案2
你试过重启它吗?
service bluetooth restart
升级后我也遇到了同样的问题,虽然状态显示为活动,但蓝牙无法正常工作。
答案3
这是包中的一个错误bluez
。已修复在:
- 版本 5.56-0ubuntu4.2+Ubuntu 21.04; 和
- 版本 5.53-0ubuntu3.3+Ubuntu 20.04 LTS。
看评论#16和#18在错误 #1933221了解详情。
只需升级您的系统(或bluez
仅升级软件包)即可解决问题:
$ sudo apt update
$ sudo apt full-upgrade # or
$ sudo apt --only-upgrade install bluez
答案4
我遇到了同样的问题,蓝牙无法打开。
这解决了它:service bluetooth restart