Michael,
It is a Linux topic, please read the Linux documents
Documentation/cpu-freq/user-guide.txt
Documentation/cpu-freq/governors.txt
This is in governors.txt
scaling_available_governors : this file shows the CPUfreq governors available in this kernel. You can see the
currently activated governor in
scaling_governor, and by "echoing" the name of another governor you can change it. Please note
that some governors won't load - they only
work on some specific architectures or
processor
Please check if the current governor is "userspace". Normally the gavernors could be "userspace performance interactive ondemand conservative powersave".
If not, please change it to "userspace".