我想在我的服务器上安装cpufreq模块。 我试过了
sudo modprobe acpi-cpufreq
但得到了错误
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.18-238.12.1.el5xen/kernel/arch/x86_64/kernel/cpufreq/acpi-cpufreq.ko): No such device
猫/ proc / cpuinfo给这个
processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 3.20GHz stepping : 4 cpu MHz : 3200.542 cache size : 2048 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae cx8 apic mtrr cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc pni vmx est cid cx16 lahf_lm bogomips : 8005.14 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 3.20GHz stepping : 4 cpu MHz : 3200.542 cache size : 2048 KB physical id : 1 siblings : 1 core id : 0 cpu cores : 1 fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae cx8 apic mtrr cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc pni vmx est cid cx16 lahf_lm bogomips : 8005.14 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical, 48 bits virtual power management:
uname -r给出2.6.18-238.12.1.el5xen
ls /lib/modules/2.6.18-238.12.1.el5xen/kernel/arch/x86_64/kernel/cpufreq/
给
acpi-cpufreq.ko mperf.ko powernow-k8.ko speedstep-centrino.ko
我有安装cpufreq所需的一切吗? 我的系统是否兼容cpufreq? 如果是的话,我应该遵循什么步骤来安装cpufreq?
当我进入BIOS设置时,我无法查看更改CPU性能设置的选项。
请告诉我该怎么做。
我做了dmesg|grep acpi ,发现acpi在grub.conf设置为acpi=off ,我把它设置为acpi=on
有效 !
检查您的BIOS设置 – 是否有一个“speedstep”设置被禁用? 如果是这样,启用它。 也许设置有另一个名字? 这可能是在省电BIOS设置的地方。
尝试对模块进行模块检测后,运行dmesg ,查看是否有任何有用的信息输出。 尝试运行modprobe -v acpi-cpufreq ,虽然我怀疑这将是有用的。
acpi-cpufreq当然似乎是正确的模块使用您的CPU。
除了我的猜测会是你的系统实际上不支持CPU频率缩放。