Re: [gentoo-user] lm sensors nforce 2 based mother boards

2003-10-25 Thread Hall Stevenson
On Saturday 25 October 2003 05:38, rh wrote:
 Since sensor monitoring is the last thing on my nforce2 board that
 I have to get to work under gentoo, I gave mbmon a try as nothing I
 could do would get gkrellm to detect the sensors.

I just got gkrellm working a few days ago to show my CPU, MB, etc 
info. Actually, this is an lm-sensors issue as gkrellm just 
*displays* the info.

What I have installed:

sys-kernel/gs-sources-2.4.23_pre7
sys-apps/lm-sensors-2.7.0-r1  
sys-apps/i2c-2.7.0  
(you're supposed to have v2.8.0 or higher of lm-sensors and i2c to 
work with nForce2 but it works for me)
app-admin/gkrellm-1.2.13
x11-plugins/gkrellm-sensors-0.1

In my kernel config, all i2c items are compiled as modules.

After that, a tab for w83627hf-isa-0290 showed up under 
Plugins/LM-Sensors in gkrellm's configuration window. Run sensors 
in a terminal to see if values are displayed. If so, match those up 
with the fields in gkrellm. Use the Info tab for the syntax that 
goes in the fields.

Hall


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] lm sensors nforce 2 based mother boards

2003-10-25 Thread Ernie Schroder
On Saturday 25 October 2003 01:38 am, rh wrote:
 On Thu, 25 Sep 2003 19:16:05 -0500

 Stephen Boulet [EMAIL PROTECTED] wrote:
  I'm happy with mbmon with my nforce2 board.

 Since sensor monitoring is the last thing on my nforce2 board that
 I have to get to work under gentoo, I gave mbmon a try as nothing I
 could do would get gkrellm to detect the sensors.

 mbmon seems to work in that the fans, vcore and volts are being
 displayed and show changes. However, the temps, while they are
 being displayed have yet to move from their original values even
 when I purposely stressed the machine to heat up the cpu. Do you
 mind if I ask how you have your sensors (and which ones) compiled
 into the kernel and which kernel version ou are using?

  On Thursday 25 September 2003 09:44 am, Ernie Schroder wrote:
   Has anyone gotten lm-sensors working on an Nforce 2 based
   board? I would appreciate links and/or hints.
 
  --
  Stephen
From here to there
   and there to here,
 funny things are everywhere.  -- Dr Seuss
 
 
 
  --
  [EMAIL PROTECTED] mailing list

 --
 [EMAIL PROTECTED] mailing list

I had no luck at all until I tried version 2.8.0 of both lm-sensors 
and i2c. Make sure the i2c stuff in your kernel is removed if 
compiled in or if it's built as modules it can stay there . After 
emerging both lm-sensors-2.8.0 and i2c-2.8.0 (emerge i2c first), 
rerun sensors-detect and it should be apparent pretty quickly that 
it's going to work. You will get 1 or 2 extra modules loaded that 
will give bad readings that won't change at all (maybe what's 
happening to you) but you should get the right ones loaded as well. 
My CPU temp and chipset temp were right when compared to a remote 
thermocouple but some of my voltages were way off (+12V -12V  -5V 
IIRC) so I slapped on the multimeter and reset the formulas in 
sensors.conf. It's relatively easy to get sane readings but a bit 
more dificult to get the readings to change acurately. Kernel version 
is 2.4.20-gentoo-r7 I don't use mbmon but I do put up xmbmon when 
compiling something. more often than not I will use sensors to 
check everything at once.

$ sensors
w83783s-i2c-1-2d
Adapter: SMBus nForce2 adapter at 5000
Algorithm: Non-I2C SMBus adapter
VCore 1:   +1.60 V  (min =  +1.40 V, max =  +1.69 V)
+3.3V: +3.32 V  (min =  +2.97 V, max =  +3.63 V)
+5V:   +5.08 V  (min =  +4.56 V, max =  +5.54 V)
+12V: +11.95 V  (min = +22.94 V, max = +27.87 V)
-12V: -12.43 V  (min = -24.30 V, max = -21.99 V)
-5V:   -4.84 V  (min =  -6.91 V, max =  -5.91 V)
fan1: 3708 RPM  (min = 3000 RPM, div = 2)
fan2:0 RPM  (min = 3000 RPM, div = 2)
ChipSet Temp:
 +38°C  (limit =  +60°C)   sensor = 
thermistor
CPU Temp:  +38.5°C  (limit =  +60°C, hysteresis =  +50°C) sensor = 
thermistor
vid:  +1.550 V
beep_enable:
  Sound alarm disabled

as you can see from the 12 V readings, I have a bit more tuning to do 
:-) and fan 2 is intermittant
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] lm sensors nforce 2 based mother boards

2003-10-24 Thread rh
On Thu, 25 Sep 2003 19:16:05 -0500
Stephen Boulet [EMAIL PROTECTED] wrote:

 I'm happy with mbmon with my nforce2 board.
 

Since sensor monitoring is the last thing on my nforce2 board that I
have to get to work under gentoo, I gave mbmon a try as nothing I could
do would get gkrellm to detect the sensors. 

mbmon seems to work in that the fans, vcore and volts are being
displayed and show changes. However, the temps, while they are being
displayed have yet to move from their original values even when I
purposely stressed the machine to heat up the cpu. Do you mind if I ask
how you have your sensors (and which ones) compiled into the kernel and
which kernel version ou are using?


 On Thursday 25 September 2003 09:44 am, Ernie Schroder wrote:
  Has anyone gotten lm-sensors working on an Nforce 2 based board? I
  would appreciate links and/or hints.
 
 -- 
 Stephen  
   From here to there
  and there to here,
funny things are everywhere.  -- Dr Seuss
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] lm sensors nforce 2 based mother boards

2003-09-25 Thread Ernie Schroder
Has anyone gotten lm-sensors working on an Nforce 2 based board? I 
would appreciate links and/or hints.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] lm sensors nforce 2 based mother boards

2003-09-25 Thread Stephen Boulet
I'm happy with mbmon with my nforce2 board.

On Thursday 25 September 2003 09:44 am, Ernie Schroder wrote:
 Has anyone gotten lm-sensors working on an Nforce 2 based board? I
 would appreciate links and/or hints.

-- 
Stephen  
  From here to there
 and there to here,
   funny things are everywhere.  -- Dr Seuss



--
[EMAIL PROTECTED] mailing list