Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Rechte von /dev/nvram ändern
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
samsonus
Apprentice
Apprentice


Joined: 18 Jan 2005
Posts: 225
Location: Siegen

PostPosted: Wed Dec 06, 2006 8:13 am    Post subject: Rechte von /dev/nvram ändern Reply with quote

Hallo zusammen,
ich hab seit einiger Zeit ein kleines Problem. Und zwar kann ich das Kmilo Plugin für meinen Thinkpad nicht mehr benutzen, da /dev/nvram folgende Rechte hat
Code:
crw-rw---- 1 root root 10, 144 Dec  6 08:34 /dev/nvram


muss ich eine udev Regel erstellen, dass auch die users Gruppe lese und schreibrechte hat, oder geht das irgendwie anders?


gruss samsonus
Back to top
View user's profile Send private message
monophase
Tux's lil' helper
Tux's lil' helper


Joined: 05 Dec 2005
Posts: 108
Location: Radebeul (Germany)

PostPosted: Wed Dec 06, 2006 10:27 am    Post subject: Reply with quote

hi,

hatte gleiche probleme mit tpb und xosd
ich habe eine udev regel dafür erstellt und in 50-udev.rules eingetragen

Code:
# nvram device
KERNEL=="nvram", MODE="644"

_________________
GA-K8NS-Ultra-939, Athlon64 X2 3800, ATI Radeon X1650 Pro, 3GB RAM
-----
Thinkpad T23, P3-M 1,13GHz, 512MB RAM
Thinkpad T60, Core2 Duo T5600@1,83GHz, 2GB RAM, Radeon X1400 mit 512MB
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Wed Dec 06, 2006 10:32 am    Post subject: Reply with quote

Ich habe
Code:
[[ -c /dev/nvram ]] && chmod o+rw /dev/nvram
in meiner /etc/conf.d/local.start hinzugefügt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
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