如何了解流明传感器的输出?


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

Answers:


3

对于不同的硬件组合,它可能会有所不同。最好检查一下BIOS / EFI的传感器信息(应该是正确的),然后尝试将其与的输出进行比较sensors

我不确定“适配器:虚拟设备”,看起来类似于cpu或gpu内核。

带有4核的“ coretemp-isa-0000”看起来像是4核cpu。

最后一个“ it8728-isa-0a30”看起来像主板传感器。除了V之外,我不确定每个传感器到底是什么,风扇转速RPM,也不知道温度传感器的确切位置。在这里将这些与BIOS进行比较可能会很有用。

在Web搜索“ it8728-isa-0a30”时发现,此页面上的“技嘉B75-D3V” 可能有更好的描述/标签。我认为将其放置在/etc/sensors.d/中的文件中(然后可能需要重新启动,或者至少是sudo service kmod stopand sudo service kmod start(重新启动传感器模块?)。
请参阅sensorsand 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输出?仔细查看粘贴的文件,它与您的数字不匹配(也与我的数字不匹配,我有3.3V,in1: 0.98V如果CPU内核工作正常,则该文件可以达到1.3V,然后in2-in4都为0,一个1V,1.1V,另一个3.3V和Vbat 3.39V...风扇工作,也冻结了temp2 ...
Xen2050 2015年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.