Help with configuration on k7s41

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

 



Hi Noel,

On Mon, 24 Nov 2008 20:27:12 +0100, Noel David Torres Ta?o wrote:
> Please CC me, I'm not suscribed.
> 
> I'm using your program with almost no problem in one of my computers (many thanks), but I have these results in the other one:
> 
> w83697hf-isa-0290
> Adapter: ISA adapter
> VCore:       +1.57 V  (min =  +1.71 V, max =  +1.89 V)   ALARM
> +3.3V:       +3.22 V  (min =  +3.14 V, max =  +3.47 V)
> +5V:         +4.89 V  (min =  +4.76 V, max =  +5.24 V)
> +12V:       +11.49 V  (min = +10.82 V, max = +13.19 V)
> -12V:        +0.72 V  (min = -13.18 V, max = -10.80 V)   ALARM
> -5V:         +1.94 V  (min =  -5.25 V, max =  -4.75 V)   ALARM
> V5SB:        +5.38 V  (min =  +4.76 V, max =  +5.24 V)   ALARM
> VBat:        +3.36 V  (min =  +2.40 V, max =  +3.60 V)
> fan1:          0 RPM  (min = 2163 RPM, div = 8)  ALARM
> fan2:       2812 RPM  (min = 1875 RPM, div = 8)
> temp1:       +35.0?C  (high = +70.0?C, hyst = +64.0?C)  sensor = thermistor
> temp2:       +37.5?C  (high = +120.0?C, hyst = +120.0?C)  sensor = thermistor
> beep_enable:enabled
> 
> It is running, so I suppose all these ALARMs are false.

These alarms simply mean that the measured value is outside of the
programmed range. To make them go away, you must add suitable limits to
the libsensors configuration file in the form of "set" statements, then
run "sensors -s" to write the new limits to the chip.

> Could you help me configuring the /etc/sensors3.conf ?
> 
> The motherboard is an ASROCK K7S41

Writing motherboard-specific configuration files isn't trivial, and we
do not have a configuration file ready for this model. A few comments
though:

* in0_min and in0_max need to be adjusted based on the nominal voltage
  of your CPU. So you must find this information about your CPU and
  then edit the "set in0_min" and "set in0_max" statements.

* in5 and in6 are either not -12V and -5V, or different resistors are
  used for scaling. Not surprising, as -12V and -5V are almost unused
  in modern computers, monitoring them isn't that useful. Maybe these
  lines are used to monitor something else. You can comment out the
  "compute in5" and "compute in6" statements to see the raw readings.
  Also compare with what your BIOS and/or vendor-provided Windows tool
  is displaying.

* V5SB is a little high. Either non-standard resistors are used, or it
  is really that high and you can increase in7_max to 5*1.10 to make the
  alarm go away. Again, compare with the BIOS value if possible.

* If you only have one monitored fan in your system, you can add
    ignore fan1
  to your configuration file.

* If fan2 is your CPU fan, you can add 
    label fan2 "CPU Fan"
  to your configuration file.

-- 
Jean Delvare




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

  Powered by Linux