logiops icon indicating copy to clipboard operation
logiops copied to clipboard

Daemon does not find mice and keyboard when Ubuntu boots/logs in

Open thezachdrake opened this issue 9 months ago • 1 comments

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?

thezachdrake avatar Feb 19 '25 17:02 thezachdrake

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

crazyrokr avatar Mar 02 '25 20:03 crazyrokr

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 !

piRGoif avatar Jul 21 '25 08:07 piRGoif

This solution also worked for me : https://github.com/PixlOne/logiops/issues/481#issuecomment-2514552449

piRGoif avatar Jul 21 '25 08:07 piRGoif