logiops
logiops copied to clipboard
Daemon does not find mice and keyboard when Ubuntu boots/logs in
I have logid.service running in the background.
systemctl list-units --type=service --state=running --no-pager
logid.service loaded active running Logitech Configuration Daemon
I am using this config:
devices: (
{
name: "MX Master 3S";
dpi: 4000;
}
);
However, this setting does not get applied automatically. I still have to run sudo logid -v info to get my mouse detected. Even further I have to jiggle the mouse to create input in order for it to be detected:
without jiggle:
sudo logid -v info
[INFO] Detected receiver at /dev/hidraw12
[INFO] Device found: Litra Glow on /dev/hidraw5:255
with jiggle:
sudo logid -v info
[INFO] Detected receiver at /dev/hidraw12
s[INFO] Device found: MX Mechanical Mini on /dev/hidraw12:1
[INFO] Device found: Litra Glow on /dev/hidraw5:255
[INFO] Device found: MX Master 3S on /dev/hidraw12:2
Is there something I am setting up wrong?
I have the same issue. Turning the mouse off and on makes the service find it - no need to start logid or restart the service
Turning the mouse off and on makes the service find it - no need to start logid or restart the service
Same issue here, and the workaround is working, thanks !
This solution also worked for me : https://github.com/PixlOne/logiops/issues/481#issuecomment-2514552449