dmesg Warnning

dmesg 里有N多

p4-clockmod: Warning: EST-capable CPU detected. The acpi-cpufreq module offers voltage scaling in addition of frequency scaling. You should use that instead of p4-clockmod, if possible.

大概扫了一下google,说是CPU太新的问题.

看到一篇老外写的解决方法比较不错,http://forums.fedoraforum.org/showthread.php?t=255494


[root@localhost ~]# locate p4-clockmod
/lib/modules/2.6.32-220.el6.x86_64/kernel/arch/x86/kernel/cpu/cpufreq/p4-clockmod.ko

[root@localhost ~]# locate acpi-cpufreq
/lib/modules/2.6.32-220.el6.x86_64/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko


modprobe -r p4-clockmod  # unload p4-clockmod module
modprobe acpi-cpufreq    # load acpi-cpufreq module


摘录一下

No, that won't stick across reboots. For that, you could either put both of those commands in the /etc/rc.d/rc.local file, or, better yet:

1) blacklist the p4-clockmod module by creating the file: /etc/modprobe.d/blacklist-p4-clockmod.conf
and put into that file just one line: blacklist p4-clockmod

2) put just the "modprobe acpi-cupfreq" line into the /etc/rc.d/rc.local file.

The two step method is better in that the p4-clockmod module won't load in the first place, so then no need to unload it.


你可以把这两条命令都添加到/etc/rc.d/rc.local

echo "modprobe -r p4-clockmod" >>/etc/rc.d/rc.local

echo "modprobe acpi-cpufreq" >>/etc/rc.d/rc.local

转载于:https://my.oschina.net/davisqi/blog/209459

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值