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

re: lm_sensors package



---------- Forwarded message ----------
From: Craig Hagerman <craighagerman@gmail.com>
Date: Jan 10, 2006 5:30 PM
Subject: Re: lm_sensors package
To: Lennart Sorensen <lsorense@csclub.uwaterloo.ca>


Thanks for all the advice. I have things solved and will report on
what I have done.

Did an apt-get install lm-sensors and then recompiled the kernel.
sensors-detect told me that it needed modules for:
eeprom
smbus-arp
w83627hf

I already had i2c stuff compiled as modules but didn't have the eeprom
module. I enabled that (device drivers > I2C support > miscellaneous
i2c chip support). I am not exactly sure where the other two are. The
only thing I found that looked like smbus-arp (subus I think) said it
was experimental and not recommended. Hmmm... what to do? I didn't
enable that. Likewise, I am not sure where to enable the w83627hf
modules, but under device drivers > Harware Monitoring Support  there
are 5 Winbond modules that sound similar. I built all of them as
modules. Later I did:
modprobe eeprom
modprobe w83627hf

and both worked! (I was expecting the later to fail, but apparently
one of those winbond modules IS the right one.) And not sensors does
give me a report:

 $ sensors
w83627thf-isa-0290
Adapter: ISA adapter
VCore:     +1.50 V  (min =  +0.00 V, max =  +3.84 V)
+12V:     +11.43 V  (min =  +8.03 V, max =  +0.00 V)
+3.3V:     +3.26 V  (min =  +1.54 V, max =  +0.45 V)
+5V:       +4.99 V  (min =  +3.41 V, max =  +4.19 V)
-12V:     -14.91 V  (min = -14.91 V, max = -14.91 V)
V5SB:      +5.00 V  (min =  +1.83 V, max =  +0.00 V)
VBat:      +0.21 V  (min =  +3.84 V, max =  +0.27 V)
fan1:        0 RPM  (min = 1350000 RPM, div = 1)
CPU Fan:  2205 RPM  (min =   -1 RPM, div = 4)
fan3:        0 RPM  (min = 79411 RPM, div = 1)
M/B Temp:    +30 C  (high =    +2 C, hyst =    +8 C)   sensor =
thermistor
CPU Temp:  +41.5 C  (high =   +80 C, hyst =   +75 C)   sensor =
thermistor
temp3:     +20.0 C  (high =   +80 C, hyst =   +75 C)   sensor =
thermistor
vid:      +0.300 V  (VRM Version 8.2)
alarms:
beep_enable:
          Sound alarm enabled



Reply to: