Diff: LmSensorsAsusAsevenEmTwoSixSix

Differences between current version and predecessor to the previous major change of LmSensorsAsusAsevenEmTwoSixSix.

Other diffs: Previous Revision, Previous Author

Newer page: version 4 Last edited on March 1, 2012 5:52 pm by PhilHollenback
Older page: version 1 Last edited on January 6, 2005 8:05 pm by PhilHollenback Revert
@@ -1,19 +1,17 @@
-lm_sensors settings for Asus A7M266 motherboard. 
+lm_sensors settings for Asus ~ A7M266 motherboard. 
  
 Load these modules: 
-  
-<verbatim>  
+{{{  
 i2c-viapro 
 i2c-isa 
 w83781d 
-</verbatim>  
-  
+}}}  
 Note that sensors-detect loads a ''via686a'' modules, but you don't need that module to get sensor readings. 
  
 Use this sensors.conf: 
  
-<verbatim>  
+{{{  
 chip "as99127f-*" 
  
  label in0 "VCore" 
  
@@ -53,9 +51,11 @@
  ignore in5 
  ignore in6 
  
  label fan1 "CPU Fan" 
-</verbatim>  
+}}}  
  
 Note: doesn't report VID values. 
  
 Sorry, no sample output for this one. 
+  
+CategoryGeekStuff  

current version

lm_sensors settings for Asus A7M266 motherboard.

Load these modules:

i2c-viapro
i2c-isa
w83781d

Note that sensors-detect loads a via686a modules, but you don't need that module to get sensor readings.

Use this sensors.conf:

chip "as99127f-*"

    label in0 "VCore"

    label in2 "+3.3V"
    label in3 "+5V"
    label in4 "+12V"

    compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
    compute in4 ((28/10)+1)*@  ,  @/((28/10)+1)
    compute temp2 @*2.0, @/2.0

    label temp1 "M/B Temp"
    label temp2 "CPU Temp"

# 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 1.75 * 0.95
    set in0_max 1.75 * 1.05
    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 in4_min 12 * 0.90
    set in4_max 12 * 1.10

# examples for temperature limits
    set temp1_over 50
    set temp1_hyst 60
    set temp2_over 70
    set temp2_hyst 80

    ignore in1
    ignore fan2
    ignore fan3
    ignore in5
    ignore in6

    label fan1 "CPU Fan"

Note: doesn't report VID values.

Sorry, no sample output for this one.

CategoryGeekStuff



Our Founder
ToolboxClick to hide/show