分页: 3 / 7

发表于 : 2007-06-09 20:20
heroyr2008
重启后找到了
谢谢

发表于 : 2007-06-11 14:10
aitilang
我的系统要加载的模块是
k8temp 和lm92
可是athcool不支持呀
另外sensors applet上显示不出来,如图

发表于 : 2007-06-12 4:31
kqueenc
athcool这个降温软件非常好:)
看来这夏天不用上水冷了,这个软件真可以让我安然度夏了。

发表于 : 2007-06-12 7:02
Louis
aitilang 写了:我的系统要加载的模块是
k8temp 和lm92
可是athcool不支持呀
另外sensors applet上显示不出来,如图
去lm-sensors网站看了下(http://www.lm-sensors.org/wiki/Devices搜索“k8temp”查找),
AMD K8处理器内置了温度传感器,可以直接读取,不需要另外的传感器,lm-sensors 2.10.1版开始支持K8处理器。检查下你的lm-sensors版本是不是支持看K8。如果用7.04的源安装的lm-sensors应该是2.10.1版,应该支持的呀。
Athcool 适用于Athlon/Duron CPU,新的AMD CPU不一定支持的。

发表于 : 2007-06-12 7:18
kqueenc
Louis 写了:
aitilang 写了:我的系统要加载的模块是
k8temp 和lm92
可是athcool不支持呀
另外sensors applet上显示不出来,如图
去lm-sensors网站看了下(http://www.lm-sensors.org/wiki/Devices搜索“k8temp”查找),
AMD K8处理器内置了温度传感器,可以直接读取,不需要另外的传感器,lm-sensors 2.10.1版开始支持K8处理器。检查下你的lm-sensors版本是不是支持看K8。如果用7.04的源安装的lm-sensors应该是2.10.1版,应该支持的呀。
Athcool 适用于Athlon/Duron CPU,新的AMD CPU不一定支持的。
我的是ATHLON XP2500+,但是主板是KT600的芯片,SUPPORT LIST上并未支持,但是似乎也没什么问题,比不开的时候,温度可以低上2~3度,挺好的。

发表于 : 2007-06-12 7:50
Louis
kqueenc 写了: 我的是ATHLON XP2500+,但是主板是KT600的芯片,SUPPORT LIST上并未支持,但是似乎也没什么问题,比不开的时候,温度可以低上2~3度,挺好的。
尴尬,那效果不是很明显啊,我能低10度左右,凉快多了

发表于 : 2007-06-13 12:54
aqua203
弄得这么复杂,我的XP1800+,直接在BIOS将频率降到~1G,我看它温度还高到哪去!

发表于 : 2007-06-14 0:07
kediner
请问楼主能不能降低CPU风扇的转速?以前在WINXP下主板驱动里自带了一个降低CPU风扇转速的软件,可以使CPU风扇转速从3000多降到1700多,降了45%,机器的噪音小了许多,在UBUNTU下有没有办法使CPU风扇转速降低到以前的一半??

发表于 : 2007-06-16 23:11
aitilang
Louis 写了:
aitilang 写了:我的系统要加载的模块是
k8temp 和lm92
可是athcool不支持呀
另外sensors applet上显示不出来,如图
去lm-sensors网站看了下(http://www.lm-sensors.org/wiki/Devices搜索“k8temp”查找),
AMD K8处理器内置了温度传感器,可以直接读取,不需要另外的传感器,lm-sensors 2.10.1版开始支持K8处理器。检查下你的lm-sensors版本是不是支持看K8。如果用7.04的源安装的lm-sensors应该是2.10.1版,应该支持的呀。
Athcool 适用于Athlon/Duron CPU,新的AMD CPU不一定支持的。
hoho,我的是amd3600+双核,可能就是你说的amd 新的cpu吧
chip not found,更别说硬盘了!

发表于 : 2007-06-21 10:45
东方不坏
这是我的

发表于 : 2007-07-15 11:33
86Ubuntu
按照你的说法 安装 一路Y enter 重启后还是 no sensors found!

sensors在终端里也不行

发表于 : 2007-07-17 21:08
helai
补充关于硬盘温度检测的设置
安装hddtemp

代码: 全选

apt-get install hddtemp
安装以后,可以运行检测,注意是root权限
# hddtemp /dev/hd?
/dev/hda: Maxtor 6E040L0: 40 C
/dev/hdb: ST340824A: 47 C
/dev/hdc: CREATIVE CD-RW RW8439E: S.M.A.R.T. not available
/dev/hdd: LTN526: S.M.A.R.T. not available

Also, hddtemp has the ability to run as a daemon, but the Debian installation comes disabled by default. To enable it, we must edit /etc/default/hddtemp, and set it to RUN_DAEMON="true" (if you want, you can set also which hard drives to check, to speed things up a bit). Then you can run the provided init script, and hddtemp will be running.
Running hddtemp as a daemon, has the advantage of letting regular users check the hard drives temperature

代码: 全选

sudo gedit /etc/default/hddtemp
RUN_DAEMON="true"

if you want to check temperature of two hard drives( if you have),then you need to change this line to like following

# List of devices you want to use with hddtemp. If none specified,
# hddtemp will probe standard devices.
DISKS_1="/dev/sda"
DISKS_2="/dev/sdb"

代码: 全选

nc localhost 7634 ; echo
|/dev/hda|Maxtor 6E040L0|39|C||/dev/hdb|ST340824A|47|C|

Now you can install a frontend (such as sensors-applet), and watch your hardware's temperature in real time, and maybe be alerted of too high temperatures
[/img]

then you can run the hddtemp by input this command in the terminal
sudo /etc/init.d/hddtemp restart

发表于 : 2007-07-19 17:30
zhangsong023
不得不回复一下。
太赞了,CPU(Athlon2000+)温度以前一直是63度左右,现在一直稳定在45度左右,甚到低到40度。
不过提醒一下,如果显卡驱动没有装好,效果会很不明显。

发表于 : 2007-07-19 19:43
momova
安装完成后,在你想要显示传感器温度的面板位置右键,选择“添加到面板”菜单命令,在列表中选择“Computer Temperature Monitor”后单击“添加”按钮即可添加该Applet程序

我就是没有找“Computer Temperature Monitor”,也不知道在哪去了。我用的是xfce4。

发表于 : 2007-08-08 20:20
dup88415
寫相當詳細,幫助很大
感謝 :D