I'm getting into music recording, and I'm trying to find a good place to find some udev rtc rules. Any help would be greatly appreciated. I'm using a 2.6.19.1 kernel with rtc enabled for /dev. When I boot, I get
Code:
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Don't know if that helps. My current udev.rules has
Code:
# misc devices
KERNEL=="agpgart", NAME="misc/%k", SYMLINK+="%k"
KERNEL=="psaux", NAME="misc/%k", SYMLINK+="%k"
KERNEL=="rtc", NAME="misc/%k", SYMLINK+="%k", MODE="0664"
KERNEL=="uinput", NAME="misc/%k", SYMLINK+="%k"
KERNEL=="inotify", NAME="misc/%k", SYMLINK+="%k", MODE="0666"