“未找到蓝牙 插入加密狗以使用蓝牙”

129*_*983 12 thinkpad bluetooth 16.04

我的蓝牙设置有一个奇怪的问题。我最近购买了一个新的 T760s ThinkPad,我很确定它有一个内置蓝牙设备。事实上,我对几周前在机器上安装16.04后实际测试并成功连接一些无线耳机的记忆非常清晰。但是,现在在无线/时间/语言/等附近的右上角不再有蓝牙图标。

此外,当我转到设置>>蓝牙时,我看到一条消息“找不到蓝牙插入加密狗以使用蓝牙”。我已经用谷歌搜索了这个东西,但什么也没有。结果很奇怪。有一小部分页面提到了这些确切的短语,其中绝大多数是 gnome 翻译页面:https : //www.google.com/#q=ubuntu+%22No+Bluetooth+found%22+%22Plug+in+ a+dongle+to+use+bluetooth%22

以下是我的系统的一些输出:

$ dmesg | grep -i blue
[ 9.568979] Bluetooth: Core ver 2.21
[ 9.568992] Bluetooth: HCI device and connection manager initialized
[ 9.568995] Bluetooth: HCI socket layer initialized
[ 9.568997] Bluetooth: L2CAP socket layer initialized
[ 9.569001] Bluetooth: SCO socket layer initialized
[ 9.583374] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 9.591541] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[ 9.597556] Bluetooth: hci0: Device revision is 5
[ 9.597558] Bluetooth: hci0: Secure boot is enabled
[ 9.597559] Bluetooth: hci0: OTP lock is enabled
[ 9.597560] Bluetooth: hci0: API lock is enabled
[ 9.597561] Bluetooth: hci0: Debug lock is disabled
[ 9.597562] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 9.599116] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[ 9.797731] Bluetooth: hci0: Failed to send firmware data (-19)
[ 10.066047] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 10.066050] Bluetooth: BNEP filters: protocol multicast
[ 10.066053] Bluetooth: BNEP socket layer initialized


$ sudo lsusb |grep Bluetooth
$


$ sudo /etc/init.d/bluetooth status
? bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2017-01-23 21:35:24 PST; 21h ago
 Docs: man:bluetoothd(8)
Main PID: 1032 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
       ??1032 /usr/lib/bluetooth/bluetoothd
Jan 23 21:35:24 netnet systemd[1]: Starting Bluetooth service...
Jan 23 21:35:24 netnet bluetoothd[1032]: Bluetooth daemon 5.37
Jan 23 21:35:24 netnet bluetoothd[1032]: Unknown key AutoEnable in main.conf
Jan 23 21:35:24 netnet bluetoothd[1032]: Starting SDP server
Jan 23 21:35:24 netnet bluetoothd[1032]: Bluetooth management interface 1.10 initialized
Jan 23 21:35:24 netnet systemd[1]: Started Bluetooth service.


$ sudo /etc/init.d/bluetooth restart
[ ok ] Restarting bluetooth (via systemctl): bluetooth.service.
Run Code Online (Sandbox Code Playgroud)

有没有人有任何线索?昨天我确实安装了很多软件包,我最终将它们删除、清除,然后运行 ​​autoremove,这搞砸了我的系统。之后我无法登录,不得不在维护中重新安装ubuntu-desktop。我不确定我是否胖了手指或什么,也许这无关紧要。直到今天我才开始关注蓝牙,所以不确定它的消失是否与我昨天搞砸的同时发生,或者它是否在此之前消失。我只是在这里抓住了稻草。

提前致谢。

小智 7

在戴尔安装了 Ubuntu 16.04 的新戴尔 XPS 上,蓝牙会不时消失。面板右上角的小蓝牙图标消失了。当使用设置菜单调出蓝牙时,它会变灰,并且没有启动它的选项。

经过一段时间的挣扎,我发现通过重新启动机器并按F2进入UEFI(BIOS)然后立即退出,登录后蓝牙会重新出现。然后我会重新连接我的设备,一个罗技蓝牙鼠标——这只是从蓝牙图标中拉出一个下拉菜单,选择鼠标,然后点击“开”。

这对我来说每次都有效。我希望它对你有用。


129*_*983 1

我发现了什么(蓝牙不知何故被软阻止):

$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
    Soft blocked: yes
    Hard blocked: no
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
Run Code Online (Sandbox Code Playgroud)

我是如何修复它的:

sudo rfkill unblock all
Run Code Online (Sandbox Code Playgroud)

信用: https: //ubuntuforums.org/showthread.php? t=1847809

与上面链接中的OP不同,我能够重新启动并看到我的蓝牙顶栏选项。

请注意:进入“设置”>>“蓝牙”时,我仍然收到“未找到蓝牙,插入加密狗以使用蓝牙”的信息。但是,蓝牙图标又回到了主顶部栏中,我可以从那里选择“蓝牙设置”来解决“设置>>蓝牙”问题。这个不成立。音质和我记忆中的一模一样……非常糟糕:)

编辑:我很快就交谈过。断开我的无线耳机后,软块又回来了。重新启动后,启动sudo rfkill unblock all和添加它似乎现在blacklist tpacpi_bluetooth_sw就可以工作。但是,这次启动时我收到了系统错误报告。叹。如果这种情况继续下去,我将删除 blacklist.conf 行并让它再次自然阻止。测试表明,通过顶部栏选项关闭蓝牙将触发软块,需要将其恢复。这一定是一个错误。我没有看到在 T450 上运行的相同 Ubuntu 版本有相同的行为。不管怎样,音质太差了,我不担心,但还是有点好奇到底发生了什么。如果有人有改进的建议,我会洗耳恭听。rfkill unblock