[解决]请教——Cpu降频 出现的错误提示:

其他Linux/Unix/BSD/OSX等发行版讨论
回复
头像
wowoto
帖子: 3050
注册时间: 2009-04-11 12:17
系统: windows7

[解决]请教——Cpu降频 出现的错误提示:

#1

帖子 wowoto » 2009-11-09 1:31

机器是 nvidia t5250 centrino DUO双核 系统-arch2.6

代码: 全选

  #pacman -S cpufrequtils
之后手动:

代码: 全选

$(#) sudo modprobe acpi-cpufreq  
---------------这一步都是提示<问题一>:
WARNING: All config files need .conf: /etc/modprobe.d/sound, it will be ignored in a future release.
在everything.log里面没有看到信息~~~~~但是在

代码: 全选

$ sudo chmod +s /usr/bin/cpufreq-selector
之后,可以手动从cpu频率监视器调节。

代码: 全选

$ cpufreq-info 
显示的信息也是正确的。
<问题二>
我的DAEMONS如下:
#

代码: 全选

DAEMONS=(@syslog-ng hal fam !network @networkmanager acpi-cpufreq cpufreq_ondemand cpufreq_performance netfs @alsa crond @gdm)
开机有看到WARNING: All config files need .conf: /etc/modprobe.d/sound, it will be ignored in a future release.提示×(之后还有其他的没看清),开机进入桌面之后,原先(手动)可以调节CPU的“ cpu频率监视器 ”不能调节,点击后没有选择框等。
请问:出现这个提示的原因在哪 ? 该如何解决?
另附 cpufreq-info 结果:
$ cpufreq-info
cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 0
hardware limits: 1000 MHz - 1.50 GHz
available frequency steps: 1.50 GHz, 1000 MHz
available cpufreq governors: performance
current policy: frequency should be within 1000 MHz and 1.50 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.50 GHz.
analyzing CPU 1:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 1
hardware limits: 1000 MHz - 1.50 GHz
available frequency steps: 1.50 GHz, 1000 MHz
available cpufreq governors: performance
current policy: frequency should be within 1000 MHz and 1.50 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.50 GHz.
上次由 wowoto 在 2009-11-09 10:34,总共编辑 1 次。
wowoto>ubuntu8.04>ubuntu9.04>Archlinux>FreeBSD8.0>Archlinux & end here.
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: 请教——Cpu降频 出现的错误提示:

#2

帖子 adagio » 2009-11-09 1:55

代码: 全选

DAEMONS=(@syslog-ng hal fam !network @networkmanager cpufreq netfs @alsa crond @gdm)
这样就可以了

PS:你的DAEMONS前面怎么有个#?这样这一行不是被你注释掉了吗?
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
头像
wowoto
帖子: 3050
注册时间: 2009-04-11 12:17
系统: windows7

Re: 请教——Cpu降频 出现的错误提示:

#3

帖子 wowoto » 2009-11-09 2:07

adagio 写了:

代码: 全选

DAEMONS=(@syslog-ng hal fam !network @networkmanager cpufreq netfs @alsa crond @gdm)
这样就可以了

PS:你的DAEMONS前面怎么有个#?这样这一行不是被你注释掉了吗?
哦 ,谢谢哈,我试试看,#不是的,那个是打字误打了《,
wowoto>ubuntu8.04>ubuntu9.04>Archlinux>FreeBSD8.0>Archlinux & end here.
oldoldstone
帖子: 190
注册时间: 2009-08-05 11:38

Re: 请教——Cpu降频 出现的错误提示:

#4

帖子 oldoldstone » 2009-11-09 9:35

:em20 cpufreq_ondemand cpufreq_powersave这些都应该加到moudules
wiki没看仔细吧

代码: 全选

MODULES=(.... acpi-cpufreq cpufreq_ondemand cpufreq_powersave ....)
DAEMONS=(....@cpufreq .... )
头像
wowoto
帖子: 3050
注册时间: 2009-04-11 12:17
系统: windows7

Re: 请教——Cpu降频 出现的错误提示:

#5

帖子 wowoto » 2009-11-09 10:33

oldoldstone 写了::em20 cpufreq_ondemand cpufreq_powersave这些都应该加到moudules
wiki没看仔细吧

代码: 全选

MODULES=(.... acpi-cpufreq cpufreq_ondemand cpufreq_powersave ....)
DAEMONS=(....@cpufreq .... )
:em11 ~~ 感激不尽呀~~的确是这样的~
~的确没看仔细~
学习下~
以后认真~~ ————————————————开机仍旧有错误提示。
wowoto>ubuntu8.04>ubuntu9.04>Archlinux>FreeBSD8.0>Archlinux & end here.
回复