已解决 - Microsoft Designer 鼠标未连接到 Ubuntu 15.10

0 bluetooth 15.10

我刚买了一个 Microsoft 设计的鼠标,它使用蓝牙而不是加密狗进行连接,但由于某种原因,我的笔记本电脑根本无法识别该设备。

配对设备无法通过 GUI 进行,所以我打开了一个终端,运行bluetoothctl,然后scan on仍然看不到鼠标的 MAC 地址。

我对此进行了一些研究,并看到了编辑 /etc/bluetooth/main.conf 的建议,并且也尝试过这个,但仍然没有乐趣。我也尝试完全删除 bluez 和 blueman 并重新安装,但它仍然无法正常工作。

我在选择这只鼠标时发出嘘声了吗?

Mik*_*ike 5

Microsoft Designer Mouse 需要有蓝牙 4 才能工作,我一个月前买了这个鼠标,不得不退货,因为我的版本小于 4。

您可以使用命令找到您的蓝牙版本 hciconfig -a | grep HCI

查看 (0xY) 其中 Y 是:

0 Bluetooth Core Specification 1.0b 
1 Bluetooth Core Specification 1.1 
2 Bluetooth Core Specification 1.2 
3 Bluetooth Core Specification 2.0 + EDR 
4 Bluetooth Core Specification 2.1 + EDR 
5 Bluetooth Core Specification 3.0 + HS 
6 Bluetooth Core Specification 4.0 ? ?
7 ?Bluetooth Core Specification 4.1 ? 
?8 ??Bluetooth Core Specification 4.2 
9 - 255 Reserved
Run Code Online (Sandbox Code Playgroud)

本规范的来源...

所以你至少需要 HCI Version: ... (0x6) ... 才能让它工作。