蓝牙无法正常工作。未检测到设备

UHM*_*MIS 6 bluetooth acer 14.04 20.04

我是 Ubuntu 的初学者。我在 Acer Aspire E11 上安装了 Ubuntu 14.04,但我的蓝牙出现问题。问题是它找不到其他设备,其他设备也找不到它。

我跑了:~$ dmesg | grep -i blue这是输出

[   10.787194] Bluetooth: Core ver 2.17
[   10.787226] Bluetooth: HCI device and connection manager initialized
[   10.787237] Bluetooth: HCI socket layer initialized
[   10.787241] Bluetooth: L2CAP socket layer initialized
[   10.787248] Bluetooth: SCO socket layer initialized
[   16.114685] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.114692] Bluetooth: BNEP filters: protocol multicast
[   16.114705] Bluetooth: BNEP socket layer initialized
[   16.168530] Bluetooth: RFCOMM TTY layer initialized
[   16.168547] Bluetooth: RFCOMM socket layer initialized
[   16.168557] Bluetooth: RFCOMM ver 1.11
Run Code Online (Sandbox Code Playgroud)

它看起来不错,但它没有检测到任何东西。

小智 6

这个解决方案对我有用

我很高兴地报告,我已使用错误报告中给出的解决方法解决了该问题,如下所示:

  1. 启动到 Windows 7/8。
  2. 从 Windows 中关闭蓝牙/无线开关。
  3. 重新启动并引导至 Linux
  4. 打开无线开关。

此解决方案可确保蓝牙和无线现在可以正常工作。

这里发现了解决方法