Hello daalnroti,
Thank you for the new kernel.
How to underclock the CPU under this kernel?
I use the following lines to set the cpu to a lower freq.
echo ""userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 312000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
I got an 'write error: invalid argument' error code. What do you suggest?
Thank you,
Hi dmarschal,
as far as I know this was not working with the previous kernels, too.
There are no cpufreq scaling governors included in the kernel, just performance mode.
I have added all scaling governors and tested but got the same error.
Need to investigate the issue further, but I was able to overcock to 624Mhz by hardcoding the value in the kernel.
This could be done for underclocking too I suppose.
Cheers!