Hi all,

I am trying to get my Tiger MP S2460 working with lm_sensors and have found 
the correct information to put into /etc/modules.conf, but this file gets 
replaced whenever I run modules-update.

Does anyone know how I can get it to complete the instructions in the attached 
file?

-- 
Tom Wesley
##########################################################################
#    Sensors configuration file used by 'libsensors' for Tyan S2462      #
#                                                                        #
#  To your /etc/modules.conf file, add the lines:                        #
# alias char-major-89 i2c-dev                                            #
# options w83781d force_w83782d=0,0x2d force_subclients=0,0x2d,0x48,0x49 
force_w83627hf=0,0x2c force_subclients=0,0x2c,0x4a,0x4b init=0                  #
#                                                                        #
#  To your /etc/rc.xxx files, add the lines:                             #
#     modprobe i2c-amd756                                                #
#     modprobe w83781d                                                   #
#     modprobe eeprom                                                    #
#     sensors -s                                                         #
#                                                                        #
#  Then copy this file to /etc/sensors.conf                              #
#                                                                        #
# Edited by: kevin schlichter <[EMAIL PROTECTED]> 05.16.03                 #
#   UPDATE: 06.18.03 => monitor fan3 on 627hf, set vrm 9.0, renamed some #
#   fan labels, add compute lines for fans, initialize fan_div since the #
#   BIOS doesn't.  You may also want to check tickets 861 & 867 on the   #
#   lm_sensors website for code to initialize the 672hf on the i2c       #
#   correctly.  I haven't checked it, so if you die from running it,     #
#   don't blame me.  You can also enter the BIOS, view the hardware      #
#   monitoring, and exit WITHOUT changes to accomplish the same goal.    #
#      Thanks to Steffen Grunewald for the suggestions.                  #
#                                                                        #
##########################################################################

chip "w83782d-*" 

    ignore in0 
    ignore in1
    ignore in5
    ignore in7
    ignore vid

    label in2 "AGP V"
    label in3 " +5 V"
    label in4 "DDR V"
    label in6 "3 VSB"
    label in8 "Bat V"

    label fan1 "CPU1 Fan"
    label fan2 "CPU2 Fan"
    label fan3 "chs1 Fan"

    label temp1 "VRM2 Temp"
    label temp2 "CPU1 Temp"
    label temp3 "CPU2 Temp"

    compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)

# set limits to  5% for the critical voltages
# set limits to 10% for the non-critical voltages
# set limits to 20% for the battery voltage

    set in2_min 3.3 * 0.95
    set in2_max 3.3 * 1.05
    set in3_min 5.0 * 0.95
    set in3_max 5.0 * 1.05
    set in6_max 3.0 * 1.05
    set in6_min 3.0 * 0.95
    set in8_min 3.3 * 0.80
    set in8_max 3.3 * 1.20

# thermal sensor types (do not adjust)
    set sensor1 2
    set sensor2 2
    set sensor3 2

# examples for temperature limits
#    set temp1_over 40  
#    set temp1_hyst 60  
#    set temp2_over 70  
#    set temp2_hyst 80  
#    set temp3_over 70  
#    set temp3_hyst 80  

    set beep_enable 0

# CPU VRM Spec.
    set vrm 9.0

# Fan divisors.  Some fans (.18A) may need this to be set to 4
    set fan1_div 2
    set fan2_div 2
    set fan3_div 2

chip "w83627hf-*"

    ignore in3
    ignore in6
    ignore in7
    ignore in8
    ignore vid

    label in0 "VCore1"
    label in1 "VCore2"
    label in2 "+3.3 V"
    label in4 " +12 V"
    label in5 " -12 V"

    label temp1 "VRM1 Temp"
    label temp2 "AGP Temp"
    label temp3 "DDR Temp"

    label fan1 "chs2 Fan"
    label fan2 "chs5 Fan"
    label fan3 "chs6 Fan"

    compute in4 ((3.8/1)+1)*@ , @/((3.8/1)+1)
    compute in5 (5.14*@)-14.91 , (@+14.91)/5.14
    compute fan1 @*2 , @/2
    compute fan2 @*2 , @/2
    compute fan3 @*2 , @/2

# set limits to  5% for the critical voltages
# set limits to 10% for the non-critical voltages
# set limits to 20% for the battery voltage

    set in0_min vid*0.95
    set in0_max vid*1.05
    set in1_min vid*0.95
    set in1_max vid*1.05
    set in2_min 3.3*0.95
    set in2_max 3.3*1.05
    set in4_max 12 * 0.90
    set in4_min 12 * 1.10
    set in5_max -12 * 0.90
    set in5_min -12 * 1.10

# thermal sensor types (do not adjust)
    set sensor1 2
    set sensor2 2
    set sensor3 2

# examples for temperature limits
#    set temp1_over 40
#    set temp1_hyst 37
#    set temp2_over 52
#    set temp2_hyst 47
#    set temp3_over 52
#    set temp3_hyst 47

    set beep_enable 0

# CPU VRM Spec.
    set vrm 9.0

# Fan divisors.  Some fans (.18A) may need this to be set to 4
    set fan1_div 2
    set fan2_div 2
    set fan3_div 2

Attachment: pgp00000.pgp
Description: signature

Reply via email to