Ubuntu系统无法识别Logitech M590蓝牙鼠标的问题 Ubuntu系统无法识别Logitech M590蓝牙鼠标的问题

Ubuntu系统无法识别Logitech M590蓝牙鼠标的问题

 

参见 - https://blog.csdn.net/yh2869/article/details/73119018

亲测可用。

系统:ubuntu 16.04 64bit

现象:鼠标配对可以成功,但是无法使用。

分析:可能是系统无法将其识别为鼠标。

解决:添加 鼠标的MAC 到 /usr/share/gnome-bluetooth/pin-code-database.xml 文件。

如 鼠标MAC: AB:CD:EF:GH:IJ:KL,则在文件中加入:

<device oui="AB:CD:EF:" type="mouse" name="Microsoft Mobile Mouse" pin="0000"/>

重启服务: sudo service bluetooth restart
重新添加设备,测试,鼠标可以正常工作。

参见 - https://blog.csdn.net/yh2869/article/details/73119018

亲测可用。

系统:ubuntu 16.04 64bit

扫描二维码关注公众号,回复: 6185201 查看本文章

现象:鼠标配对可以成功,但是无法使用。

分析:可能是系统无法将其识别为鼠标。

解决:添加 鼠标的MAC 到 /usr/share/gnome-bluetooth/pin-code-database.xml 文件。

如 鼠标MAC: AB:CD:EF:GH:IJ:KL,则在文件中加入:

<device oui="AB:CD:EF:" type="mouse" name="Microsoft Mobile Mouse" pin="0000"/>

重启服务: sudo service bluetooth restart
重新添加设备,测试,鼠标可以正常工作。

猜你喜欢

转载自www.cnblogs.com/mouseleo/p/10842182.html
今日推荐