最近购买了罗技 MX Master 鼠标,用于我的 Ubuntu 台式机和 OS X 笔记本电脑。它可以毫不费力地配对,甚至不需要 PIN 码——但我不能用它做任何其他事情。

“连接”开关不会激活,鼠标本身似乎也不承认我的电脑存在。
我以前没有遇到过其他蓝牙鼠标的问题;我的猜测是这与支持Bluetooth 4.0 Smart的鼠标有关;但我的硬件也是如此,所以我认为应该没问题。如果我切换到 Unifying 接收器,鼠标本身就可以正常工作,但我真的更喜欢使用蓝牙。
我有蓝牙在 Ubuntu 13.10 上工作,事实上很好。但是,我最近对 QtSixA 进行了一些试验,该工具允许通过蓝牙将 Playstation 3 遥控器与 Ubuntu 同步。不幸的是,当它的服务 (sixad) 启用时,其他蓝牙功能被禁用。
我已将其从系统中清除,但无法恢复蓝牙功能。值得注意的是,在 dmesg 中,我看到以下输出:
[ 1.492281] init: Failed to spawn bluetooth main process: unable to execute: Permission denied
Run Code Online (Sandbox Code Playgroud)
蓝牙芯片为Broadcom BCM20702A0;这是输出dmesg | grep Bluetooth:
[ 1.175333] Bluetooth: Core ver 2.16
[ 1.175342] Bluetooth: HCI device and connection manager initialized
[ 1.175347] Bluetooth: HCI socket layer initialized
[ 1.175348] Bluetooth: L2CAP socket layer initialized
[ 1.175351] Bluetooth: SCO socket layer initialized
[ 1.504078] Bluetooth: RFCOMM TTY layer initialized …Run Code Online (Sandbox Code Playgroud)