【发布时间】:2019-06-20 15:05:31
【问题描述】:
rfkill 列表 1
命令给我:
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
但是,当我运行以下命令时,
sudo systemctl status bluetooth.service
我收到此错误:
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-01-27 13:55:21 +03; 1h 4min ago
Docs: man:bluetoothd(8)
Main PID: 950 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─950 /usr/lib/bluetooth/bluetoothd
systemd[1]: Starting Bluetooth service...
bluetoothd[950]: Starting SDP server
systemd[1]: Started Bluetooth service.
bluetoothd[950]: Bluetooth management interface 1.14 initialized
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Failed (0x03)
我使用 Ubuntu 18.04.1 LTS。当我启动蓝牙时,它会搜索设备,但它永远不会完成。
【问题讨论】:
-
我在戴尔 Latitutde 上运行 Ubuntu 18.04 时遇到了同样的问题。我能够使用 GUI 连接到我的耳机。我有一段时间通过耳机有声音输出,但随后连接中断。
-
我也遇到了和@Ben 一样的问题