After some research I finished to find how to set AMD ryzen frequency using cpupower
but I'm a little disapointed
I disabled boost mode, because too noisy
Code: Select all
echo "0" > /sys/devices/system/cpu/cpufreq/boostI used the "power save" performance preference setting (
Code: Select all
/sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preferenceso I tried lowest power mode
Code: Select all
# echo "power" | tee /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference
cpupower reports
I would like to go below the 1,4GHz because the fan is still on and I don't see why keeping the CPU running fast while there is no activityamd-pstate limits:
Highest Performance: 166. Maximum Frequency: 4.55 GHz.
Nominal Performance: 73. Nominal Frequency: 2.00 GHz.
Lowest Non-linear Performance: 40. Lowest Non-linear Frequency: 1.10 GHz.
Lowest Performance: 15. Lowest Frequency: 400 MHz.
Preferred Core Support: 1. Preferred Core Ranking: 191.
the driver is amd-pstate-epp
scaling_governor is powersave
hardware limitation is : 411 MHz - 2.00 GHz
cpu ad some tunning parameters like
Code: Select all
SYSFS_EXTRA="ondemand/ignore_nice_load=1 ondemand/up_threshold=75 ondemand/sampling_down_factor=10"
thanks for your help

