PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

One successful run with MX Master 3S and following failures #461

Open pkesso opened 3 months ago

pkesso commented 3 months ago

I got 1 (one) successful run of v0.3.4 with MX Master 3S. Timeout was set to 50000 at that moment, but it doesn't seems to be important - mouse connected less than in 1 second. However, next times I tried to run it with the same config, the only thing I got was:

# time ./logid -v
[DEBUG] Unsupported device /dev/hidraw0 ignored
[DEBUG] Unsupported device /dev/hidraw1 ignored
[INFO] Detected receiver at /dev/hidraw2
[DEBUG] Unsupported device /dev/hidraw3 ignored

real    0m0,257s
user    0m0,007s
sys     0m0,012s

and exit code was 0. There was no processes running in background, and reboot did not helped. What could it be?

Timeout parameter is also missing in config example btw.