Permission Denied #359
Replies: 6 comments
-
oh, now i know, sudo chmod 660 /dev/input/event* and i have to do this every time i reboot |
Beta Was this translation helpful? Give feedback.
-
Just follow the instructions as stated in installation section. Your |
Beta Was this translation helpful? Give feedback.
-
yes, i reboot several times, but no use. in practice, i know that i have to grant the write permission to |
Beta Was this translation helpful? Give feedback.
-
Never "add sudo" to "fix" things. You are likely to break stuff even further doing that as you may be creating/rewriting files as root around your home dir which your normal user then can not read/change/delete. On my stock Arch systems my permissions are: $ ls -l /dev/input/event0
crw-rw---- 1 root input 13, 64 Nov 17 07:19 /dev/input/event0 but yours is missing that group write permission. Do you know why? Is that after a clean reboot? Have you got a custom rule (e.g. in |
Beta Was this translation helpful? Give feedback.
-
I converted this to a discussion because it is not an issue within |
Beta Was this translation helpful? Give feedback.
-
yes, you are right, there is a what pules rule in |
Beta Was this translation helpful? Give feedback.
-
after running
sudo gpasswd -a $USER input
and reboot, i still got permission denied error.i tried to use
groups
to check the user group, and here is what i got.and i check the devices permission by running
ls -l /dev/input
Beta Was this translation helpful? Give feedback.
All reactions