それマグで!

知識はカップより、マグでゆっくり頂きます。 takuya_1stのブログ

習慣に早くから配慮した者は、 おそらく人生の実りも大きい。

LinuxでCPUの温度やCPUファンの状態をセンサーする

温度を図ろうとしても面倒くさい。そういえば、CPUやマザーに温度センサーが付いてたのでそれを使うことにした。

使い方

 sensors -u

インストール

takuya@atom:/usr/share/epgrec$ sudo aptitude search lm-sensors
i   lm-sensors                                                                           - utilities to read temperature/voltage/fan sensors
p   lm-sensors:i386                                                                      - utilities to read temperature/voltage/fan sensors
takuya@atom:/usr/share/epgrec$ sudo aptitude install lm-sensors
インストール・削除・更新されるパッケージがありません。
0 個のパッケージを更新、 0 個を新たにインストール、 0 個を削除予定、0 個が更新されていない。
0  バイトのアーカイブを取得する必要があります。 展開後に 0  バイトのディスク領域が新たに消費されます。

実行してみた

takuya@atom:/usr/share/epgrec$ sudo sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
takuya@atom:/usr/share/epgrec$ sudo sensors-detect
# sensors-detect revision 5984 (2011-07-10 21:22:53 +0200)
# System: NEC N8-S728DMZCUVA2
# Board: NEC MS-7428VR

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): yes
Module cpuid loaded successfully.
Silicon Integrated Systems SIS5595...                       No
VIA VT82C686 Integrated Sensors...                          No
VIA VT8231 Integrated Sensors...                            No
AMD K8 thermal sensors...                                   No
AMD Family 10h thermal sensors...                           No
AMD Family 11h thermal sensors...                           No
AMD Family 12h and 14h thermal sensors...                   No
AMD Family 15h thermal sensors...                           No
AMD Family 15h power sensors...                             No
Intel digital thermal sensor...                             Success!
    (driver `coretemp')
Intel AMB FB-DIMM thermal sensor...                         No
VIA C7 thermal sensor...                                    No
VIA Nano thermal sensor...                                  No


Some Super I/O chips contain embedded sensors. We have t

あんまりうまくいかないや。前はうまく言ったのになぁ。格安マシンじゃダメですね。