/etc/init.d/cpufrequtils has the following comment
and which limits to set. Both MIN_SPEED and MAX_SPEED must be values
listed in:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
a value of 0 for any of the two variables will disabling the use of
that limit variable.
But the file /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies does not exist for me? Do you have it? Where could I get a fitting frequency?
Best regards
Intel has stopped publishing available frequencies but you can approximate what they are:
Use these commands to see available steps and min/max:
From this answer I just posted on Stack Exchange: Get all available frequency steps copy and paste this function into your terminal:
Then use this to display frequencies:
If you don't have
column
installed then omit| column
portion of command.