[Hardware] 系统待机重新唤醒后蓝牙鼠标滚轮失灵
Tofloor
poster avatar
Duck
deepin
2022-05-11 00:57
Author

操作系统: Deepin OS 20.5

电脑: ThinkPad T14 锐龙版

鼠标: 罗技MX Master3

Reply Favorite View the author
All Replies
Ziggy
deepin
2022-05-11 01:18
#1

重新连接

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-05-11 01:39
#2
  • 这玩意每次必现么,不同硬件也有可能存在些问题,目前使用的几款蓝牙鼠标感觉还挺好。
Reply View the author
red13
deepin
2022-05-11 02:01
#3

先弄个罗技的鼠标按键管理服务试试吧

https://blog.csdn.net/weixin_33994823/article/details/116963932

Reply View the author
Duck
deepin
2022-05-11 17:02
#4
Ziggy

重新连接

试过,不好使

Reply View the author
Duck
deepin
2022-05-11 17:15
#5
red13

先弄个罗技的鼠标按键管理服务试试吧

https://blog.csdn.net/weixin_33994823/article/details/116963932

不好使,谢谢

Reply View the author
fly0512
deepin
2022-05-12 00:44
#6

分享我在用的方法,也是罗技master 3

安装solaar

开关鼠标,抓一下设备信息
udevadm monitor --env

vi /etc/udev/rules.d/40-mx-master-3.rules

DEVPATH=="/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0/hci0:3585", SUBSYSTEM=="bluetooth", ACTION=="remove", RUN+="/usr/bin/killall solaar"
DEVPATH=="/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0/hci0:3585", SUBSYSTEM=="bluetooth", ACTION=="add", RUN+="/bin/start_hari_solaar.sh"

vi /bin/start_hari_solaar.sh

#!/bin/bash

su hari -c "source /home/hari/hari_solaar_env && solaar -w hide > /dev/null 2>&1 &"

脚本中/devices/pcixxx/xxx信息从开关鼠标udevadm monitor --env打印的内容找,每个设备不一样!!!

另外说一下,20.4以前开机是好使的,20.5之后,如果开机进系统前打开鼠标,不好使,没去研究哪里改动影响到启动顺序了

Reply View the author
doctor
deepin
2022-05-12 04:41
#7

我同样遇到了,我使用的是微软无线简约精准鼠标,每次必现,只有重启系统才能恢复正常

Reply View the author
Duck
deepin
2022-05-12 22:07
#8
doctor

我同样遇到了,我使用的是微软无线简约精准鼠标,每次必现,只有重启系统才能恢复正常

这两天发现重新配对可以临时解决这个问题

Reply View the author
doctor
deepin
2022-05-12 23:53
#9
Duck

这两天发现重新配对可以临时解决这个问题

这个办法对这个鼠标不管用😕

Reply View the author
133******67
deepin
2022-05-13 04:49
#10

我的也是,还有就是鼠标断开候就不能再连上了

Reply View the author