Penguin

Differences between version 5 and predecessor to the previous major change of sensors.conf.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Sunday, February 20, 2005 6:39:47 am by AlejandroRiveira Revert
Older page: version 4 Last edited on Monday, December 8, 2003 2:16:11 pm by JohnMcPherson Revert
@@ -32,26 +32,33 @@
  set in5_min -12 * 1.05 
  set in6_max -5 * 0.95 
  set in6_min -5 * 1.05 
  # in7 == Stdby, seems to be 3 volts, rather than the default 5 in the orig cfg 
- set in7_min 3 * .95  
- set in7_max 3 * 1.05 
+ # It's 5 you only have to add a compute line to get it right  
+ set in7_min 5 * .95  
+ set in7_max 5 * 1.05 
  #the chip does not support in8 min/max 
  ignore vid 
  # If 3.3V reads 2X too high (Soyo Dragon, for example), 
  # comment out following line. 
  # compute in2 2*@ , @/2 # commented out for GA-7VTX 
  compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) 
  compute in4 ((30/10) +1)*@ , @/((30/10) +1) 
+ # To get right in7  
+ compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)  
  
  # Temperature 
  # I needed "temp_type=0x38" as an option to the module at modprobe time 
+ # deprecated as of today use:  
+ set sensor1 2  
+ set sensor2 2  
+  
  label temp1 "Temp1/MB" 
  set temp1_over 40 
- set temp1_hyst 20 
+ set temp1_low 20 
  label temp2 "Temp2/CPU" 
  set temp2_over 65 # I don't really know what temp is too hot... 
- set temp2_hyst 25 
+ set temp2_low 25 
  ignore temp3 
  
  # Fans 
  set fan1_min 0 
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors.
  • AlejandroRiveira
The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument