-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
[Ubuntu] Could not create evdev device: Permission denied #32
Comments
Try adding the user to the
|
Doesn't seem to have any effect. |
I have the same problem, the usermod command does not seem to have an effect at my system (Ubuntu 19.10) either. Is there something else that might work? |
Similar Error, mine says: |
same problem of @pascal-mack on manjaro linux |
Same on Pop!_OS 20.04. Works fine with |
From my understanding of linux so far, what you want to do is to check the permissions on the devices that are used, in my case:
You can see that the devices are owned by root and the group root. You will have to change something about this to allow non-root users to access those devices. I will check the wiki of ddcutil what the common way to change this is. |
So using https://www.ddcutil.com/config/#grant-readwrite-permission-for-the-devi2c-n-devices-representing-monitors as a reference what you want to do is: How to resolve permission denied for non-root users
|
Afterwards you should see that the devices have the correct group and you no longer get permission denied:
@JCQuintas please let us know if that fixed you issue |
In case someone else stumbles on this issue with the same problem: the logid process also needs write access to My complete udev config now looks like this:
I'm using the |
When I run
logid
it logs the following error:[ERROR] Could not create evdev device: Permission denied
It works when I use
sudo
though, so I wanted to know if there is any way for me to bypass having to usesudo
The text was updated successfully, but these errors were encountered: