[ltp] OSD for Thinkpad Buttons?
Laurent Pelecq
linux-thinkpad@linux-thinkpad.org
Tue, 4 Apr 2006 20:30:52 +0200
Le Tue, 4 Apr 2006 16:14:33 +0000, Daniel Baule <baule@upb.de> a dit :
> i only got etc/udev/rules.d/50-udev.rules, but there is no entry like nvram or
> any similar in it. I also dont have a group called nvram, /dev/nvram belongs
> to root in my case.
Try creating a file /etc/udev/rules.d/20-nvram.rules that contains only
KERNEL="nvram", GROUP="nvram"
It may depends on the version of udev though.
Laurent