如何configurationUbuntu 12.04服务器在静默期间dynamic调整CPU频率?
我在http://ubuntuforums.org/showthread.php?t=944190find了一组指令,提示将acpi-cpufreq添加到/ etc / modules中,modprobe它,然后将(powersave,performance, ondemand,conservative)保存到/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor文件中。
但在我的系统上,这些文件不存在:
user@pc:~$ ls /sys/devices/system/cpu/cpu0/ cache microcode subsystem topology crash_notes power thermal_throttle uevent
/sys/devices/system/cpu/cpufreq有一个空目录,但是
user@pc:~$ sudo echo conservative > /sys/devices/system/cpu/cpufreq/scaling_governor
给出错误:
-bash: /sys/devices/system/cpu/cpufreq/scaling_governor: No such file or directory
英特尔凌动CPU,如果这有所作为。