lmセンサーの出力をどのように理解しますか?


10
$ sensors
Adapter: Virtual device
temp1:        +27.8°C  (crit = +105.0°C)
temp2:        +29.8°C  (crit = +105.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +30.0°C  (high = +80.0°C, crit = +100.0°C)
Core 0:         +30.0°C  (high = +80.0°C, crit = +100.0°C)
Core 1:         +29.0°C  (high = +80.0°C, crit = +100.0°C)
Core 2:         +25.0°C  (high = +80.0°C, crit = +100.0°C)
Core 3:         +23.0°C  (high = +80.0°C, crit = +100.0°C)

it8728-isa-0a30
Adapter: ISA adapter
in0:          +0.01 V  (min =  +0.00 V, max =  +3.06 V)
in1:          +2.02 V  (min =  +0.00 V, max =  +3.06 V)
in2:          +2.04 V  (min =  +0.00 V, max =  +3.06 V)
in3:          +2.03 V  (min =  +0.00 V, max =  +3.06 V)
in4:          +0.01 V  (min =  +0.00 V, max =  +3.06 V)
in5:          +1.79 V  (min =  +0.00 V, max =  +3.06 V)
in6:          +1.54 V  (min =  +0.00 V, max =  +3.06 V)
3VSB:         +3.38 V  (min =  +0.00 V, max =  +6.12 V)
Vbat:         +3.00 V  
fan1:        1066 RPM  (min =    0 RPM)
fan2:           0 RPM  (min =    0 RPM)
fan3:           0 RPM  (min =    0 RPM)
fan4:           0 RPM  (min =    0 RPM)
fan5:           0 RPM  (min =    0 RPM)
temp1:        +25.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = thermistor
temp2:       -128.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = disabled
temp3:        +21.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = Intel PECI
intrusion0:  ALARM

どのように出力理解するためにlm-sensors、特にをin0in63VSBVbat

回答:


3

ハードウェアの組み合わせによって異なる場合があります。BIOS / EFIのセンサー情報を確認し(それ正しいはずです)、それらをからの出力と比較することをお勧めしsensorsます。

「アダプター:仮想デバイス」はわかりませんが、cpuまたはgpuコアに似ています。

「coretemp-isa-0000」は4コアで、4コアCPUのように見えます。

最後の「it8728-isa-0a30」はマザーボードのセンサーのように見えます。私はそれぞれが正確に何であるかわかりません、Vはボレージ、ファン速度RPMを除いて、温度センサーがどこにあるのか正確にわかりません。ここで、これらをBIOSと比較すると便利です。

「it8728-isa-0a30」をウェブ検索すると、「ギガバイトB75-D3V」のこのページ がより適切な説明/ラベルであることがわかりました。私は考えてそれを/etc/sensors.d/にファイルを配置する(そして多分、再起動、または少なくともsudo service kmod stopsudo service kmod startセンサーモジュールを再起動します(?)。
を参照sensorsしてsensors.confマニュアルページを

上のリンクのギガバイトリンクからのファイルの貼り付けは次のとおりです。マザーボードと一致していないように見えますが、自分でラベルを作成する場合に便利です。

# libsensors configuration file
# -----------------------------
#
#  For the Gigabyte B75-D3V Rev: 1.2
#
#
#

    ######################################
    # VOLTAGES                           #
    # These figures are from estimations #
    # based on values provided in BIOS.  #
    # This means that some of them may   #
    # be mixed up.                       #
    ######################################


##############################################
chip "it8728-isa-0a30"

########
# Fans
label fan1 "CPU-Fan"
set fan1_min 1000

label fan2 "System Fan 1"
set fan2_min 450

label fan3 "System Fan 2"
set fan3_min 450

label fan4 "System Fan 3"
set fan4_min 450

ignore fan5 #"Chassis Fan" # It is not connected, no pinout available.


################
# Temperatures
label temp1 "System Temperature"
set temp1_min 10
set temp1_max 60

ignore temp2 
#label temp2 "Unknown" # Does not seem to give sensible data (Always shows 25)

label temp3 "Chipset Temperature"
set temp3_min 10
set temp3_max 55


############
# Voltages
label in0 "Vtt"
set in0_min 1.020
set in0_max 1.080

label in1 "+3.3V"
set in1_min 3.3 * 0.95
set in1_max 3.3 * 1.05
compute in1 1.635*@,@/1.635

label in2 "+12V"
set in2_min 12.0 * 0.95
set in2_max 12.0 * 1.05
compute in2 6.0*@,@/6.0

label in3 "+5V"
set in3_min 5.0 * 0.95
set in3_max 5.0 * 1.05
compute in3 2.5*@,@/2.5

label in4 "Vaxg IGD"
set in4_min 0.800
set in4_max 1.000

label in5 "CPU Vcore"
set in5_min 0.750
set in5_max 1.150

label in6 "Dram Voltage"
set in6_min 1.450
set in6_max 1.550

label in7 "3.3 VSB"
set in7_min 3.3 * 0.95
set in7_max 3.3 * 1.05

label in8 "Vbat"

# Other sensor readings
label intrusion0 "Chassis Open"
#set intrusion0_alarm 0


##############################################
chip "acpitz-virtual-0"

ignore temp1
#label temp1 "ACPI Thermal Zone 0 Temp1" # Shows always 27.8

ignore temp2
#label temp2 "ACPI Thermal Zone 0 Temp2" # Shows always 29.8

+1、すばらしい答え。残念ながら、マザーボードに適切な構成ファイルGA-Z97M-D3Hがありません。これはITE IT8620EをスーパーI / Oコントローラーチップとして使用しているので、これらのラベルをどのように理解できますか?これらのラベルはコントローラチップのドキュメントに記載されていますか?
ケビンドン

PSしばらく検索した後、公式のコントローラチップのドキュメントが見つかりません。;-(
Kevin Dong

「公式」のドキュメントを見つけるのは難しいです。ハードウェアメーカーはWindowsプログラム(存在する場合)に集中していると思います。おそらくWindowsを起動し、「公式」のシステムモニタープログラムを使用すると、情報やラベルがさらに多くなり、コピー&手動でsensors出力に一致させますか?貼り付けたファイルをよく見ると、数値とうまく一致していません(私のものとも一致していませんin1: 0.98V。3.3Vです。CPUコアが正常に動作している場合、最大1.3Vになります。in2-in4はすべて0で、1V、1.1V、別の3.3VとVbat 3.39V...ファンは動作し、temp2もフリーズします...
Xen2050
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.