View previous topic :: View next topic |
Author |
Message |
samsonus Apprentice
Joined: 18 Jan 2005 Posts: 225 Location: Siegen
|
Posted: Wed Dec 06, 2006 8:13 am Post subject: Rechte von /dev/nvram ändern |
|
|
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 |
|
|
monophase Tux's lil' helper
Joined: 05 Dec 2005 Posts: 108 Location: Radebeul (Germany)
|
Posted: Wed Dec 06, 2006 10:27 am Post subject: |
|
|
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 |
|
|
toralf Developer
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Wed Dec 06, 2006 10:32 am Post subject: |
|
|
Ich habe Code: | [[ -c /dev/nvram ]] && chmod o+rw /dev/nvram | in meiner /etc/conf.d/local.start hinzugefügt. |
|
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
|
|