[Eisfair] LM-Sensors für Eisfair-1???

Kay Martinen kay at martinen.de
Di Mai 21 18:48:31 CEST 2013


Hallo Marcus

Am 21.05.2013 09:07, schrieb Marcus Roeckrath:
>>> sensors zeigt bei mir korrekt die selbst gewählten Namen (Statement
>>> label) für temp und fan an:
> Wie sieht denn bei Dir die Ausgabe von sensors aus?
> 

Na so:

Welcome to eisfair!
base     : 2.0.4
eiskernel: 2.0.33 (2.6.32-eisfair-1-SMP)

fileserver # sensors
w83782d-isa-0290
Adapter: ISA adapter
in0:          +2.02 V  (min =  +1.30 V, max =  +3.33 V)
in1:          +2.05 V  (min =  +1.30 V, max =  +3.33 V)
in2:          +3.46 V  (min =  +2.80 V, max =  +3.81 V)
in3:          +2.93 V  (min =  +2.69 V, max =  +3.28 V)
in4:          +3.22 V  (min =  +2.64 V, max =  +3.68 V)
in5:          +0.59 V  (min =  +0.18 V, max =  +0.96 V)
in6:          +0.75 V  (min =  +0.54 V, max =  +1.18 V)
in7:          +3.04 V  (min =  +2.67 V, max =  +3.28 V)
in8:          +3.20 V  (min =  +1.50 V, max =  +3.50 V)
fan1:        4560 RPM  (min =  664 RPM, div = 8)
fan2:        6750 RPM  (min =  664 RPM, div = 8)
fan3:        2721 RPM  (min =  664 RPM, div = 8)
temp1:        +30.0�C  (high = +127.0�C, hyst =  +0.0�C)  sensor =
thermistor
temp2:        +37.5�C  (high = +70.0�C, hyst = +69.0�C)  sensor = thermistor
temp3:        +38.5�C  (high = +70.0�C, hyst = +69.0�C)  sensor = thermistor
cpu0_vid:    +2.000 V
beep_enable: enabled

und das mit...

# /etc/sensors.conf
chip "w83781d-*"
set beep_enable 0
label temp1 "SYS Temp"
label temp2 "CPU1 Temp"
label temp3 "CPU2 Temp"
label fan1 "CPU1 RPM"
label fan2 "CPU2 RPM"
label fan3  "P/S Fan"
label "2.0V" "CPU core"
label "2.5V" "+2.5V"
label "3.3V" "I/O"
label "5.0V" "+5V"
label "12V" "+12V"
set in1_min 2.5 * 0.95
set in1_max 2.5 * 1.05
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5 * 0.9
set in3_max 5 * 1.1
set in4_min 12 * 0.9
set in4_max 12 * 1.1
set temp1_hyst 40
set temp1_over 45
set temp2_hyst 55
set temp2_over 60
set temp3_hyst 60
set temp3_over 65
set fan1_min 1000
set fan2_min 1000
ignore "2.5V"

wovon ich auch einen symlink nach /etc/sensors.d machte. Hilft aber auch
nicht. Die label werden anscheinend ignoriert. Und die BEEP Einstellung
ebenso. Ich hab auch nur die Label verändert. An den InX u.a. feldern
hab ich bisher nichts verändert. Die stehen noch auf default.


Die /etc/config.d/lm-sensors

LM_SENSORS_CHIP_N='1'                  # count of chips to configure
LM_SENSORS_CHIP_1_NAME=''              # Is noly for you
LM_SENSORS_CHIP_1_ACTIVE='yes'         # Use yes or no
LM_SENSORS_CHIP_1='w83781d'            # 1. name of chip
LM_SENSORS_CHIP_1_BEEP='no'            # beep for triggered alarms
LM_SENSORS_CHIP_1_LINE_N='28'          # count of definition lines
LM_SENSORS_CHIP_1_LINE_1='label temp1 "SYS Temp"'
LM_SENSORS_CHIP_1_LINE_2='label temp2 "CPU1 Temp"'
LM_SENSORS_CHIP_1_LINE_3='label temp3 "CPU2 Temp"'
LM_SENSORS_CHIP_1_LINE_4='label fan1 "CPU1 RPM"'
LM_SENSORS_CHIP_1_LINE_5='label fan2 "CPU2 RPM"'
LM_SENSORS_CHIP_1_LINE_6='label fan3  "P/S Fan"'
LM_SENSORS_CHIP_1_LINE_7='label "2.0V" "CPU core"'
LM_SENSORS_CHIP_1_LINE_8='label "2.5V" "+2.5V"'
LM_SENSORS_CHIP_1_LINE_9='label "3.3V" "I/O"'
LM_SENSORS_CHIP_1_LINE_10='label "5.0V" "+5V"'
LM_SENSORS_CHIP_1_LINE_11='label "12V" "+12V"'
LM_SENSORS_CHIP_1_LINE_12='set in1_min 2.5 * 0.95'
LM_SENSORS_CHIP_1_LINE_13='set in1_max 2.5 * 1.05'
LM_SENSORS_CHIP_1_LINE_14='set in2_min 3.3 * 0.95'
LM_SENSORS_CHIP_1_LINE_15='set in2_max 3.3 * 1.05'
LM_SENSORS_CHIP_1_LINE_16='set in3_min 5 * 0.9'
LM_SENSORS_CHIP_1_LINE_17='set in3_max 5 * 1.1'
LM_SENSORS_CHIP_1_LINE_18='set in4_min 12 * 0.9'
LM_SENSORS_CHIP_1_LINE_19='set in4_max 12 * 1.1'
LM_SENSORS_CHIP_1_LINE_20='set temp1_hyst 40'
LM_SENSORS_CHIP_1_LINE_21='set temp1_over 45'
LM_SENSORS_CHIP_1_LINE_22='set temp2_hyst 55'
LM_SENSORS_CHIP_1_LINE_23='set temp2_over 60'
LM_SENSORS_CHIP_1_LINE_24='set temp3_hyst 60'
LM_SENSORS_CHIP_1_LINE_25='set temp3_over 65'
LM_SENSORS_CHIP_1_LINE_26='set fan1_min 1000'
LM_SENSORS_CHIP_1_LINE_27='set fan2_min 1000'
LM_SENSORS_CHIP_1_LINE_28='ignore "2.5V"'
LM_SENSORS_CHIP_1_LINE_29='ignore temp3'

Zum Board von 'dmidecode':
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
        Manufacturer: Gigabyte Technology Co. Ltd.
        Product Name: i440BX-8671

Drin stecken 2* Pentium III 500MHz (Slot1), onboard SCSI und IDE, u.
384 MB RAM

Fällt dir; oder jemand anderem; daran etwas falsches auf?


BTW, Andere Kiste:
 auf dem Proliant DL360 G4P GIBT es m.W. IPMI. sensors-detect fragt auch
ob es das testen soll und findet... nichts. Davor findet er zwar einen
Nat. Semi PC8741x Super I/O schreibt aber in klammern dabei (no hardware
monitoring). Auch mit nachinst. von dmidecode das gleiche (empfielt er
vorher). ACPI hab ich noch nicht versucht. Teste ich noch.

Kay





Mehr Informationen über die Mailingliste Eisfair