On Sun, 08 Jan 2012 19:14:39 +0100, rosea.grammostola wrote
What a unhelpful error message! can't they at least include information
on the value that was supposed to be used?
>
We need the permissions of the actual device file (/dev/rtc0) , _not_
the link since the link permission only describes who is allowed to
follow the link.
> But still I get the message when launching Oostudio (openoctave /
You might have your settings for the maximum value set too low. What does
the following show:
$ cat /sys/class/rtc/rtc0/max_user_freq
On older kernels that should be:
$ cat /proc/sys/dev/rtc/max-user-freq
Also relevant:
$ cat /proc/sys/dev/hpet/max-user-freq
You can set these values like this:
$ sudo echo 2048 > /sys/class/rtc/rtc0/max_user_freq
$ sudo echo 2048 > /proc/sys/dev/hpet/max-user-freq
or set them in /etc/sysctl.conf
HTH Ralf Mattes
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.