如何让蓝牙鼠标同时兼容双系统Windows和Linux

蓝牙设备匹配后,默认是每配对一次,就会重新生成一个新的id。

如果要切换Linux / Windows系统就需要重新配对,非常麻烦。

如果你是蓝牙3.0,简单,看这个就行

如果是4.0就复杂一些了,需要看这个

总结下4.0的步骤

  1. Linux下配对
  2. Windows下配对
  3. 回到Linux,此时鼠标是不能用的,别急。
  4. 如下配置

(1) 下载神奇Python脚本

(2) 安装注册表解析工具

sudo apt-get install chntpw

(3) 执行神奇脚本

(reverse-i-search)`pyth': python3 ./export-ble-infos.py -s /media/coder4/xxxx/Windows/System32/config/SYSTEM

执行:执行后在当前目录下生成了info文件,执行如下命令拷贝

sudo bash -c 'cp -r ./bluetooth /var/lib && service bluetooth force-reload'

(4) 重启之后,再重新连接一次鼠标(无需配对),现在两边都通用了!

Leave a Reply

Your email address will not be published. Required fields are marked *