View previous topic :: View next topic |
Author |
Message |
Big Jim Slade Apprentice
Joined: 04 May 2005 Posts: 197 Location: Washington State
|
Posted: Tue Sep 06, 2005 9:14 am Post subject: setting /dev/input/ permissions [solved] |
|
|
I'm trying to get a joystick/gampad device set up correctly here on /dev/input/js0 but have a permission problem. The gamepad works perfectly, except I have to chmod 664 /dev/input/js0 to use it as a regular user on every new boot.
So, I am wondering how to go about setting the permissions for input devices permanently... and for this particular issue I need to be able to automatically set the permissions for /dev/input/js0
Thanks
Last edited by Big Jim Slade on Mon Sep 12, 2005 9:58 pm; edited 1 time in total |
|
Back to top |
|
|
thewally l33t
Joined: 12 May 2005 Posts: 703 Location: Genova
|
Posted: Tue Sep 06, 2005 9:22 am Post subject: |
|
|
Try shaping udev rules.
Take a look here. |
|
Back to top |
|
|
Big Jim Slade Apprentice
Joined: 04 May 2005 Posts: 197 Location: Washington State
|
Posted: Tue Sep 06, 2005 10:41 pm Post subject: |
|
|
The udev rule did indeed work... just had to add a MODE="0666" to a rule for my gamepad. Very simple...
Thanks for pointing me in the right direction. |
|
Back to top |
|
|
thewally l33t
Joined: 12 May 2005 Posts: 703 Location: Genova
|
Posted: Sun Sep 11, 2005 1:40 am Post subject: |
|
|
Big Jim Slade wrote: | The udev rule did indeed work... just had to add a MODE="0666" to a rule for my gamepad. Very simple...
Thanks for pointing me in the right direction. |
Udev is fantastic ....
Append "solved" in the title |
|
Back to top |
|
|
|