config for Gigabyte P55-US3L

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




 Unfortunately wiki page (http://www.lm-sensors.org/wiki/Configurations)
 is not working  (requires authorization).

 So I send the configuration in the attachment.

 I used the following modules:
# Chip drivers
it87
coretemp

 The output of sensors is:
it8720-isa-0290
Adapter: ISA adapter
VCore1:      +0.85 V  (min =  +0.66 V, max =  +1.39 V)
DDR15V:      +1.58 V  (min =  +1.39 V, max =  +1.60 V)
+3.3V:       +3.34 V  (min =  +3.14 V, max =  +3.47 V)
+5V:         +4.97 V  (min =  +4.76 V, max =  +5.24 V)
in4:         +0.00 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
+12V:       +11.92 V  (min = +11.37 V, max = +12.59 V)
in6:         +0.00 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
-12V:       -12.01 V  (min = -10.84 V, max = -13.17 V)
VBat:        +3.25 V
CPU Fan:    1285 RPM  (min = 1000 RPM)
Case Fan:    928 RPM  (min =    0 RPM)
PCH Temp:    +32.0C  (low  = +127.0C, high = +50.0C)  sensor = thermistor
CPU Temp:    +24.0C  (low  = +127.0C, high = +70.0C)  sensor = thermistor
cpu0_vid:   +0.313 V

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +31.0C  (high = +84.0C, crit = +100.0C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +27.0C  (high = +84.0C, crit = +100.0C)

coretemp-isa-0002
Adapter: ISA adapter
Core 2:      +37.0C  (high = +84.0C, crit = +100.0C)

coretemp-isa-0003
Adapter: ISA adapter
Core 3:      +27.0C  (high = +84.0C, crit = +100.0C)

 Thank you for your wonderful program.

 Yu.
# Gigabite P55-US3L (rev 1:0, BIOS F1)
# 

chip "it8720-*"

# Voltages

    label  in0  "VCore1"        # ok
    label  in1  "DDR15V"        # ok
    label  in2  "+3.3V"         # ok
    label  in3  "+5V"           # ok
#    ignore in4                 # ?? correlates with load_av/temp3/fan1 [0;2.4]
    label  in5  "+12V"          # ok
#    ignore in6                 # ?? correlates with load_av/temp3/fan1 [0;0.3]
    label  in7  "-12V"          # ok, but this is a guess
    label  in8  "VBat"

    compute in3  ((6.8/10)+1)*@ , @/((6.8/10)+1)
    compute in5  ((28/10)+1)*@  , @/((28/10)+1)
    compute in7  (-56/10)*@     , @/(-56/10)      # this is a guess

#   VID Voltage Range for core-i5 750 
#   (http://ark.intel.com/Product.aspx?id=42915)
    set in0_min  0.65
    set in0_max  1.40

    set in1_min  1.4            # depends from BIOS settings
    set in1_max  1.6            # correct if it is wrong

    set in2_min  3.3 * 0.95
    set in2_max  3.3 * 1.05

    set in3_min    5 * 0.95
    set in3_max    5 * 1.05

    set in5_min   12 * 0.95
    set in5_max   12 * 1.05

    set in7_min   -12 * 0.90
    set in7_max   -12 * 1.10

#    set in4_max   4.08 
#    set in6_max   4.08 
# The chip does not support in8 min/max

# Temperatures
#
# see man sensors.conf for available thermal sensor types.
# 
#   set temp1_type 4

    label  temp1   "PCH Temp"   # PCH is the south bridge 
    ignore temp2
    label  temp3   "CPU Temp"

    set temp1_max  50
    set temp3_max  70

# Fans

# The matherboard has connectors: cpu_fan, sys_fan1/2, pwr_fan
# case fan == sys_fan1

    label  fan1 "CPU Fan"
    ignore fan2
    ignore fan3
    label  fan4 "Case Fan"

    set fan1_min 1000
    set fan4_min 0

_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux