-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
m720-config script fails to run #9
Comments
Looks like you're running into this problem |
Also, do not run this script as root. It is not necessary and generally a bad idea to run wild scripts from the internet as root... |
Thanks a lot for the prompt reply.
Sorry I failed to include the fact that I had already tried both rebooting the system and removing and re-inserting the receiver. I still get permission denied.
Thanks, I know. This is a sandbox environment. Any other thoughts appreciated. |
Ok, I figured it out. It was indeed a problem with the receiver device. This is what I did: % sudo groupadd plugdev
% sudo usermod -a -G plugdev mark
% sudo udevadm control --reload-rules Install % pacaur -S ltunify
% ltunify list
Devices count: 1
Connected devices:
idx=1 Mouse M720 Triathlon Unplug receiver and plug back in. After that, You may close the issue, unless you want to mention some of this on the readme/docs. Thanks for the help, man! |
Yeah, sure. Will add this to the readme. Thanks for the solution! |
Thanks for creating this repo. I was trying to get the Logitech M720 buttons and gestures to work on Arch Linux (kernel: 15.14.12) and installed this package, which successfully installed, but I'm having some issues when I try to run the script. Here's the output:
Seeing those permission errors I figured that the script was being prevented from touching
/dev
so I ran as root, which was also unsuccessful:That appears to not be able to find the
m720-config
package.Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: