View previous topic :: View next topic |
Author |
Message |
SuperSheep Tux's lil' helper
Joined: 06 Apr 2004 Posts: 133 Location: South London, England
|
Posted: Thu Apr 08, 2004 12:01 am Post subject: atitvout /dev/mem permissions (fixed) |
|
|
I'm using a little program called atitvout to turn on my TV out in my Dell Inspiron 7000. It works beautifully when I'm root, but I'm trying to allow normal users to use it to.
It fails if a user tries to run it with the error:
Code: | open /dev/mem: Permission denied
Could not initialise LRMI. |
What group does my user need to be in to access this device?
I've tried adding my user (andy) to several groups using usermod.
Code: | usermod -Gvideo andy |
I've tried making my user's group "video", "sys", "bin", "root", all to no avail.
I've tried making my primary group "root", but it still gives me the error message above.
Code: | usermod -groot andy |
[edit] I've sorted it, after a few more hours of fiddling. Read below: _________________ http://www.bash.org/?65749 |
|
Back to top |
|
|
SuperSheep Tux's lil' helper
Joined: 06 Apr 2004 Posts: 133 Location: South London, England
|
Posted: Thu Apr 08, 2004 1:37 am Post subject: |
|
|
In case anyone else ever has this problem:
Basically, I used sudo to fix this: I edited my /etc/sudoers config to allow only the users I specify to run atitvout, with the parameters I allow.
All the user then has to do is type:
for example, and it'll act as if they were root. Anything else they do with sudo will fail.
Phew! If you have this problem at all, email me andrew dot sykes @ imperial dot ac dot uk, and I'll send you my sudoers config. _________________ http://www.bash.org/?65749 |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|