G102 LIGHTSYNC mouse support?
Created by: oxalica
Information
- Solaar version (
solaar --version
andgit describe --tags
): solaar 1.0.6 - Distribution: NixOS
- Kernel version (ex.
uname -srmo
): Linux 5.10.52 x86_64 GNU/Linux - Output of
solaar show
for the target device (if applicable):
Is your feature request related to a problem? Please describe.
I'm using Logitech G102 LIGHTSYNC wired mouse. I want to adjust DPI of it on Linux, and found this project.
I tried solaar show
but it said it cannot find devices. When I plugged the mouse, there are two devices /dev/hidraw5
and /dev/hidraw6
. Then I tried solaar -D /dev/hidraw5 show
(or hidraw6) but still show the same result.
I also tried my M590 (which is using bluetooth), and solaar
is working well.
Is G102 not supported yet, or is there some issue handling it? is there anything I can do to help supporting it?