Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logiops silently exits with 0 with "Wireless Mouse MX Master 3" #409

Open
ckiee opened this issue Oct 16, 2023 · 2 comments
Open

logiops silently exits with 0 with "Wireless Mouse MX Master 3" #409

ckiee opened this issue Oct 16, 2023 · 2 comments

Comments

@ckiee
Copy link
Contributor

ckiee commented Oct 16, 2023

The title, and the output from logid v0.3.3:

ckie@cookiemonster ~/git/nixpkgs -> sudo ./result/bin/logid -v; echo $?
[DEBUG] Unsupported device /dev/hidraw4 ignored
[DEBUG] Ignoring virtual node on /dev/hidraw1
[INFO] Detected receiver at /dev/hidraw0
[DEBUG] Unsupported device /dev/hidraw3 ignored
[DEBUG] Unsupported device /dev/hidraw5 ignored
[DEBUG] Unsupported device /dev/hidraw6 ignored
[DEBUG] Unsupported device /dev/hidraw7 ignored
0

I ran a git bisect and this regression was introduced in dbe24f9, huge diff!

There may also be other bugs afoot but I cannot tell if they were fixed because logiops does not launch on any of these v0.3.x releases.

@johantiden
Copy link

johantiden commented Nov 13, 2023

Same here with 94f6dba

~/git/johantiden/logiops/build
❯ cmake -DCMAKE_BUILD_TYPE=Release ..
...
❯ sudo make install/local
~/git/johantiden/logiops/build
❯ sudo ./logid -v; echo $?
[DEBUG] Unsupported device /dev/hidraw0 ignored
[DEBUG] Unsupported device /dev/hidraw7 ignored
[DEBUG] Unsupported device /dev/hidraw1 ignored
[DEBUG] Ignoring virtual node on /dev/hidraw4
[DEBUG] Ignoring virtual node on /dev/hidraw5
[DEBUG] Ignoring virtual node on /dev/hidraw6
[INFO] Detected receiver at /dev/hidraw3
[DEBUG] Unsupported device /dev/hidraw2 ignored
[DEBUG] Failed to add device /dev/hidraw8 on try 1, backing off for 500ms
0

Not that my mouse is on hidraw1. The below line is missing:

[INFO] Device found: Wireless Mouse MX Master 3 on /dev/hidraw1:255

@AlexLJordan
Copy link

I have the same issue as OP after updating from 0.2.3
Gonna downgrade again, hope it's fixed eventually.

kylechui added a commit to kylechui/nixpkgs that referenced this issue Mar 6, 2024
The newest version of `logiops` has quite a few bugs, the issues would
be quite hard to fix, and the package seems to have been unmaintained
for the last 8 months. See:

PixlOne/logiops#409
NixOS#289701 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants