-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Failing to load configuration at boot #144
Comments
I had a similiar problem when booting, the systemd service started but it showed the warning:
I also read about a solution in #204 to change from multi-user.target to graphical.target, but that didn't solve it. In the end I recompiled my kernel to include all Logitech related stuff, instead of building them as modules.
System:
|
Hello, |
I was getting the same exact issue with an MX Master 3 for Mac. I worked around the issue by editing the main service with
and then create a
This way it seems to work on boot. I'm on Arch Linux. Perhaps this can give @PixlOne an insight on what the issue is and how to properly fix it (?) |
@brainplot can you provide the svg produced by the following command?
|
I can upload it if you want but I've later realized that I didn't actually fix anything. I still need to wiggle my mouse for |
Hello, I am on Manjaro, and logiops is being told to start as a a service at boot time via "sudo systemctl enable logid".
What I have found, is that the configuration will only load properly if the mouse is "awake" at boot time, for example I need to ensure that I wiggle the mouse when I boot the computer. If I fail to do so, logid doesn't see that the mouse is available, and the configuration is not loaded when I finally do wiggle the mouse. The solution is simply "sudo systemctl restart logid" however there must be a way to make this step unnecessary.
Thanks!
The text was updated successfully, but these errors were encountered: