Ubuntu 15.10,罗技 mx 鼠标可配对但无法执行任何操作

Ubuntu 15.10,罗技 mx 鼠标可配对但无法执行任何操作

当我使用安装了 PPA 中的 bluez5 的 Ubuntu 15.04 时,鼠标可以使用。但是安装 Ubuntu 15.04 后,鼠标无法使用。

[bluetooth]# info XX:XX:XX:XX:XX
Device XX:XX:XX:XX:XX
Name: MX Anywhere 2
Alias: MX Anywhere 2
Icon: input-mouse
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no

bluez5 已包含在 ubuntu 15.10 中。鼠标配对和连接似乎没问题,但鼠标没有任何反应。

$dpkg -l | grep bluez
ii  bluez                                         5.35-0ubuntu2                              amd64        Bluetooth tools and daemons

答案1

在相关主题中,用户 Tobi 刚刚更新了他对 Ubuntu 15.10 的回答,这对我来说非常有效:Logitech MX Anywhere 2 鼠标配对但不执行任何操作

事实上,MX Anywhere 2 的无 PIN 配对方法在 Ubuntu 15.10 中实现得不是很好。必须运行以下命令才能使配对成功:

hciconfig hci0 sspmode 1
hciconfig hci0 down
hciconfig hci0 up

相关内容