All of lore.kernel.org
 help / color / mirror / Atom feed
From: david.c.hubbard@gmail.com (David Hubbard)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] Asus P5B Deluxe / Winbond 83627DHG
Date: Fri, 19 Jan 2007 06:31:52 +0000	[thread overview]
Message-ID: <4dfa50520701182231y50358df0mfc4dc083ff675237@mail.gmail.com> (raw)
In-Reply-To: <4dfa50520612211313g7906f3b0kbf8d7aebb2ddcda9@mail.gmail.com>

Hi Daniel,

Thanks for the report! I hope we can resolve your setup. Let's go with
the newest version -- apply the patch or copy the file, your choice.
(For others who read this later, the patch is intended for 2.6.20-rc1.
2.6.19.2 is missing one patch updating a Rudolf's email address). If
the module loads, there should be files in sysfs. Assuming you have
that mounted at /sys, I think we can figure out what the problem is. I
don't think installing an -mm kernel is necessary, although that is
the official testing version at this point.

Have you updated the lm-sensors package to the latest version
released? 2.10.2 was just released, but the w83627ehf driver should
work fine with 2.10.1 on your w83627dhg. However, any earlier version
will not detect it correctly. In fact, can you upgrade to 2.10.2? It
would help tracking down bugs.

I'm signing on to irc.freenode.net #linux-sensors. Look for user
dch24. Either way, the report is appreciated!

David

On 1/18/07, Daniel Ceregatti <daniel at ceregatti.org> wrote:
>
>  Hi,
>
>  I have the EVGA 122-CK-NF68-AR motherboard, which supposedly has this chip.
> I've patched my 2.6.19.2 vanilla kernel with both the patch in this email (1
> hunk failed in Documentation, no big), and the full file, to no avail. The
> module loads, but sensors reports this for both:
>
>  w83627dhg-isa-0290
>  Adapter: ISA adapter
>
>  A while back I had spoken with Khali on IRC. He told me to change the
> w83627ehf.c (from vanilla 2.6.18 or so at the time) manually. I changed it
> thusly (This is against vanilla 2.6.19.2):
>
>  -- snip --
>
>  --- drivers/hwmon/w83627ehf.c.orig      2007-01-18
> 21:44:12.065293174 -0800
>  +++ drivers/hwmon/w83627ehf.c.manually_patched  2007-01-18
> 21:49:52.365378263 -0800
>  @@ -65,8 +65,11 @@
>   #define SIO_REG_ENABLE         0x30    /* Logical device enable */
>   #define SIO_REG_ADDR           0x60    /* Logical device address (2 bytes)
> */
>
>  -#define SIO_W83627EHF_ID       0x8840
>  -#define SIO_ID_MASK            0xFFC0
>  +//#define SIO_W83627EHF_ID     0x8840
>  +//#define SIO_ID_MASK          0xFFC0
>  +
>  +#define SIO_W83627EHF_ID        0xA020
>  +#define SIO_ID_MASK            0xFFF0
>
>   static inline void
>   superio_outb(int reg, int val)
>
>  -- snip --
>
>  I load this module and run sensors:
>
>  w83627ehf-isa-0290
>  Adapter: ISA adapter
>  VCore:     +1.41 V  (min =  +0.00 V, max =  +1.74 V)
>  in1:      +11.14 V  (min =  +8.34 V, max = +11.83 V)
>  AVCC:      +3.20 V  (min =  +0.10 V, max =  +2.43 V) ALARM
>  3VCC:      +3.20 V  (min =  +1.15 V, max =  +3.57 V)
>  in4:       +1.48 V  (min =  +0.15 V, max =  +0.59 V) ALARM
>  in5:       +1.54 V  (min =  +0.72 V, max =  +1.71 V)
>  in6:       +5.86 V  (min =  +5.27 V, max =  +0.10 V) ALARM
>  VSB:       +3.20 V  (min =  +0.18 V, max =  +1.39 V) ALARM
>  VBAT:      +3.14 V  (min =  +2.64 V, max =  +3.84 V)
>  in9:       +0.10 V  (min =  +1.74 V, max =  +0.08 V) ALARM
>  Case Fan:    0 RPM  (min = 4560 RPM, div = 8) ALARM
>  CPU Fan:  2909 RPM  (min = 2636 RPM, div = 8)
>  Aux Fan:  1424 RPM  (min = 3879 RPM, div = 4) ALARM
>  fan4:        0 RPM  (min =  703 RPM, div = 32) ALARM
>  fan5:        0 RPM  (min = 3375 RPM, div = 8) ALARM
>  Sys Temp:    -65?C  (high =    +0?C, hyst =  +127?C)
>  CPU Temp:  +70.0?C  (high = +127.0?C, hyst =  +0.0?C)   ALARM
>  AUX Temp:  +57.0?C  (high = +127.0?C, hyst =  +0.0?C)
>
>  I'm guessing (hoping, actually) that most of that is wrong, but at the very
> least, I'm getting output.
>
>  Any thoughts as to how I should proceed? I suppose I could try the -mm
> tree, but I'm hesitant, as vanilla has always served me well.
>
>  Daniel Ceregatti
>
>  (Please CC me as I'm not on the list. Thanks)


  parent reply	other threads:[~2007-01-19  6:31 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-21 21:13 [lm-sensors] Asus P5B Deluxe / Winbond 83627DHG David Hubbard
2006-12-22 14:58 ` Jean Delvare
2006-12-25  4:58 ` David Hubbard
2006-12-25 18:23 ` Jean Delvare
2006-12-26  8:02 ` David Hubbard
2006-12-26 10:31 ` Hamlet
2006-12-26 23:14 ` David Hubbard
2006-12-27  1:10 ` Hamlet
2006-12-28 22:53 ` Hamlet
2006-12-29  2:35 ` David Hubbard
2006-12-29 14:37 ` Hamlet
2006-12-30  2:54 ` David Hubbard
2007-01-02 18:46 ` Rudolf Marek
2007-01-02 18:46 ` David Holl
2007-01-19  6:02 ` Daniel Ceregatti
2007-01-19  6:31 ` David Hubbard [this message]
2007-01-19  7:42 ` David Hubbard
2007-01-19 22:04 ` David Holl
2007-01-19 22:11 ` Daniel Ceregatti
2007-01-19 22:27 ` David Holl
2007-01-20  5:37 ` Daniel Ceregatti
2007-01-20 19:01 ` David Hubbard
2007-01-22 15:51 ` David Holl
2007-01-31  1:36 ` Joe Harvell
2007-02-04 16:49 ` Rudolf Marek
2007-02-05 18:43 ` Joe Harvell
2007-02-06  3:54 ` Joe Harvell
2007-02-06 17:11 ` Joe Harvell
2007-02-07 18:41 ` David Hubbard
2007-02-08 19:44 ` Rudolf Marek
2007-02-12  9:04 ` Brett King

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=4dfa50520701182231y50358df0mfc4dc083ff675237@mail.gmail.com \
    --to=david.c.hubbard@gmail.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.