hs@linux-4pjf:~> sensors
w83627ehf-isa-0a10
Adapter: ISA adapter
VCore:     +1.08 V  (min =  +0.00 V, max =  +1.74 V)
in1:      +12.25 V  (min = +13.41 V, max =  +6.71 V) ALARM
AVCC:      +3.36 V  (min =  +2.35 V, max =  +3.81 V)
3VCC:      +3.36 V  (min =  +2.80 V, max =  +2.38 V) ALARM
in4:       +1.58 V  (min =  +1.95 V, max =  +1.91 V) ALARM
in5:       +1.44 V  (min =  +1.73 V, max =  +1.53 V) ALARM
in6:       +4.61 V  (min =  +6.27 V, max =  +2.43 V) ALARM
VSB:       +3.33 V  (min =  +2.93 V, max =  +4.03 V)
VBAT:      +2.99 V  (min =  +3.57 V, max =  +1.63 V) ALARM
in9:       +1.50 V  (min =  +1.46 V, max =  +1.93 V)
Case Fan: 1418 RPM  (min =  664 RPM, div = 8)
CPU Fan:     0 RPM  (min = 1081 RPM, div = 32) ALARM
Aux Fan:     0 RPM  (min = 1562 RPM, div = 32) ALARM
fan4:        0 RPM  (min =  715 RPM, div = 32) ALARM
Sys Temp:    +32°C  (high =   -17°C, hyst =  +111°C)
CPU Temp:  -48.0°C  (high = +80.0°C, hyst = +75.0°C)
AUX Temp:  -48.0°C  (high = +80.0°C, hyst = +75.0°C)
	# Winbond W83627EHF configuration originally contributed by Leon Moonen
# This is for an Asus P5P800, voltages for A8V-E SE.
chip "w83627ehf-*"
    label in0 "VCore"
    label in2 "AVCC"
    label in3 "3VCC"
    label in7 "VSB"
    label in8 "VBAT"
# +12V is in1 and +5V is in6 as recommended by datasheet 
    compute in1 @*(1+(56/10)),  @/(1+(56/10))
    compute in6 @*(1+(22/10)),  @/(1+(22/10))
#    set in1_min   12.0*0.9
#    set in1_max   12.0*1.1
#    set in6_min   5.0*0.95
#    set in6_max   5.0*1.05
# Set the 3.3V
#    set in2_min   3.3*0.95
#    set in2_max   3.3*1.05
#    set in3_min   3.3*0.95
#    set in3_max   3.3*1.05
#    set in7_min   3.3*0.95
#    set in7_max   3.3*1.05
#    set in8_min   3.3*0.95
#    set in8_max   3.3*1.05
# Fans
   label fan1      "Case Fan"
   label fan2      "CPU Fan"
   label fan3      "Aux Fan"
#  ignore fan3
#  ignore fan4
#  set fan1_min    1200
#  set fan2_min    1700
# Temperatures
   label temp1     "Sys Temp"
   label temp2     "CPU Temp"
   label temp3     "AUX Temp"
   
#  ignore temp3
#  set temp1_over  45
#  set temp1_hyst  40
#  set temp2_over  45
#  set temp2_hyst  40
	noname:/home/misiu # acpi -t
     Battery 1: charging, 31%, 02:56:11 until charged
     Thermal 1: ok, 67.0 degrees C
	# set up sensor types (thermistor is default)
# 1 = PII/Celeron Diode; 2 = 3904 transistor;
# 3435 = thermistor with Beta = 3435
# If temperature changes very little, try 1 or 2.
#   set sensor1 1
#   set sensor2 2
#   set sensor3 3435
	# Temperature
#
# Important - if your temperature readings are completely whacky
# you probably need to change the sensor type.
# Adujst and uncomment the appropriate lines below.
# The old method (modprobe it87 temp_type=0xXX) is no longer supported.
#
# 2 = thermistor; 3 = thermal diode; 0 = unused
#   set sensor1 3
#   set sensor2 3
#   set sensor3 3
# If a given sensor isn't used, you will probably want to ignore it
# (see ignore statement right below).