From: Guenter Roeck <guenter.roeck@ericsson.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] RFC: nct6776f support in the w83627ehf and fan RPM
Date: Thu, 10 Mar 2011 03:45:30 +0000 [thread overview]
Message-ID: <20110310034530.GA22156@ericsson.com> (raw)
In-Reply-To: <BE6F61DB46364D4B839ED3F50CDFDFAB@portable2>
Hi Robert,
On Wed, Mar 09, 2011 at 07:25:43PM -0500, Robert Kaiser wrote:
> Guenter Roeck schrieb:
> > All I know is that there is a sequence of patches in linux-next adding several
> > PCI IDs plus related code to the kernel which seem to be related to Sandy Bridge.
> > Look for PCI IDs with "DH89XXCC". I am kind of vague here; I was told that the added
> > PCI IDs match those of Sandy Bridge, but I have not seen the specification myself
> > so I don't really know for sure.
> >
> > Do those changes address your problem ? No idea, but it might be worth a try.
>
> I'm looking forward to seeing if 2.6.39-rc does better, then, once the
> merge window has closed and openSUSE's Kernel:HEAD has it.
>
> > Just downloading those with wget seems to be more straightforward than creating a git clone.
>
> OK, did that (needed to switch to the other KERNEL_BUILD line in the
> Makefile, but fortunately I'm familiar enough with those Makefiles from
> Mozilla work).
> FYI, here's the sensors output and used kernel version on my Intel
> DH67CL board:
>
> # sensors
> coretemp-isa-0000
> Adapter: ISA adapter
> Core 0: +52.0°C (high = +80.0°C, crit = +98.0°C)
>
> coretemp-isa-0001
> Adapter: ISA adapter
> Core 1: +49.0°C (high = +80.0°C, crit = +98.0°C)
>
> coretemp-isa-0002
> Adapter: ISA adapter
> Core 2: +54.0°C (high = +80.0°C, crit = +98.0°C)
>
> coretemp-isa-0003
> Adapter: ISA adapter
> Core 3: +48.0°C (high = +80.0°C, crit = +98.0°C)
>
> nct6775-isa-0290
> Adapter: ISA adapter
> Vcore: +1.15 V (min = +0.00 V, max = +1.74 V)
> in1: +1.11 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
> +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +1.02 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.05 V (min = +0.00 V, max = +0.00 V) ALARM
> in6: +1.08 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.41 V (min = +0.00 V, max = +0.00 V) ALARM
> Vbat: +3.38 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 0 RPM (min = 0 RPM, div = 64)
> fan2: 1110 RPM (min = 0 RPM, div = 32) ALARM
> fan3: 0 RPM (min = 0 RPM, div = 64)
> fan4: 0 RPM (div = 64)
> SYSTIN: +39.0°C (high = +0.0°C, hyst = +0.0°C) ALARM
> sensor = diode
> CPUTIN: +38.0°C (high = +80.0°C, hyst = +75.0°C) sensor
> = diode
> SMBUSMASTER 1: +54.0°C (high = +80.0°C, hyst = +75.0°C) sensor
> = diode
> PCH_CHIP_CPU_MAX_TEMP: +65.0°C
> SMBUSMASTER 2: +0.0°C (high = +80.0°C, hyst = +75.0°C)
> cpu0_vid: +2.050 V
>
> # uname -a
> Linux robert.box.kairo.at 2.6.38-rc7-18-desktop #1 SMP PREEMPT
> 2011-03-08 01:01:25 +0100 x86_64 x86_64 x86_64 GNU/Linux
>
>
> I hope those values are somewhat reasonable for what you'd expect.
> Thanks for your work on this!
>
Looks reasonable. There is one problem which I had wondered about - the ALARM
which tends to show up for running fans.
I finally tracked that down. Turns out the chip has a "maximum RPM" register.
Apparently that register is not set, which causes the alarm.
There is a sysfs attribute for maximum RPM - fanX_max. The w83627ehf driver does not
support / use this attribute. Guess I'll have to add it .... that will have to be
a separate patch.
Thanks,
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2011-03-10 3:45 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-06 12:38 [lm-sensors] RFC: nct6776f support in the w83627ehf and fan RPM Ian Dobson
2011-03-06 17:07 ` Guenter Roeck
2011-03-06 17:21 ` Ian Dobson
2011-03-06 18:47 ` Guenter Roeck
2011-03-06 19:40 ` Ian Dobson
2011-03-06 20:05 ` Guenter Roeck
2011-03-07 2:50 ` Robert Kaiser
2011-03-07 5:21 ` Guenter Roeck
2011-03-07 14:59 ` Robert Kaiser
2011-03-07 16:03 ` Guenter Roeck
2011-03-10 0:25 ` Robert Kaiser
2011-03-10 3:45 ` Guenter Roeck [this message]
2011-03-10 5:06 ` Guenter Roeck
2011-03-10 5:20 ` [lm-sensors] RFC: nct6776f support in the w83627ehf and fan Ian Dobson
2011-03-10 11:35 ` Guenter Roeck
2011-03-10 11:53 ` Guenter Roeck
2011-03-10 11:57 ` I.dobson
2011-03-10 13:10 ` I.dobson
2011-03-10 17:32 ` Guenter Roeck
2011-03-10 20:05 ` Robert Kaiser
2011-03-10 20:08 ` [lm-sensors] RFC: nct6776f support in the w83627ehf and fan RPM Robert Kaiser
2011-03-10 20:27 ` [lm-sensors] RFC: nct6776f support in the w83627ehf and fan Ian Dobson
2011-03-10 21:03 ` Robert Kaiser
2011-03-10 22:11 ` Guenter Roeck
2011-03-10 22:15 ` Guenter Roeck
2011-03-10 23:17 ` Robert Kaiser
2011-03-10 23:38 ` Guenter Roeck
2011-03-11 0:04 ` Robert Kaiser
2011-03-11 0:29 ` Guenter Roeck
2011-03-11 0:58 ` Robert Kaiser
2011-03-11 1:07 ` Guenter Roeck
2011-03-11 17:09 ` Robert Kaiser
2011-03-11 17:47 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110310034530.GA22156@ericsson.com \
--to=guenter.roeck@ericsson.com \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.