$ 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
、特にin0
〜in6
、3VSB
、およびVbat
の出力を理解するには?
ハードウェアの組み合わせによって異なる場合があります。 BIOS/EFIのセンサー情報(それはである必要がありますが正しい)を確認し、それらをsensors
。
「アダプター:仮想デバイス」はわかりませんが、cpuまたはgpuコアに似ています。
「coretemp-isa-0000」は4コアで、4コアCPUのように見えます。
最後の「it8728-isa-0a30」はマザーボードのセンサーのように見えます。私はそれぞれが正確に何であるかわかりません、Vはボレージ、ファン速度RPMを除いて、温度センサーがどこにあるのか正確にわかりません。これらをBIOSと比較すると役立つ場合があります。
"it8728-isa-0a30"のWeb検索が見つかりました "Gigabyte B75-D3V"のこのページ より適切な説明/ラベルがある可能性があります。 Ithinkファイルを/etc/sensors.d/に配置します(その後、再起動するか、少なくともSudo service kmod stop
およびSudo 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