Comment 5 for bug 677931

Revision history for this message
André Pirard (a.pirard) wrote :

/proc/sys/dev/rtc/max-user-freq is the variable which should be set to 1024
According to http://manpages.ubuntu.com/manpages/lucid/en/man4/rtc.4.html
it should exist but it does not.
This seems to be the frequencies the kernel has been compiled for:
$ grep CONFIG_HZ /boot/config-`uname -r`
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250