
So if it is setted up you may check if that worked or not. With that function you may see how your system operates the cpu at the moment. To quick check how it works on your system I did use the inline function: cpufreq-info

I had 8 cpus so there are 8 lines beginning with policy0 and ending with polidy7. To find out how the exact path is to your controls, you've only to search through /sys/ as the lines in the /etc/sysfs.ctl do exactly that, they set up the values in this place. In my case I did fill in this file the following line for each cpu devices/system/cpu/cpufreq/policy0/scaling_max_freq = 2700000ĭevices/system/cpu/cpufreq/policy1/scaling_max_freq = 2700000Īnd it worked for me. I did this with setting up in /etc/sysfs.cfg
