蓝牙在 Ubuntu 21.04 中不起作用

AMA*_*DUE 8 bluetooth 21.04

这是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)
Run Code Online (Sandbox Code Playgroud)

如何让我的蓝牙工作?

小智 6

sudo systemctl restart bluetooth
Run Code Online (Sandbox Code Playgroud)

这在 Ubuntu 21.04 中对我有用


小智 1

您尝试过重新启动它吗? service bluetooth restart
新升级后我遇到了同样的问题,虽然状态显示为活动,但蓝牙无法工作。


小智 1

我也遇到了同样的问题,蓝牙无法打开。
这修复了它:service bluetooth restart