All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rudolf Marek <r.marek@assembler.cz>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] error loading coretemp module for 2.6.21.5 kernel
Date: Fri, 28 Dec 2007 20:13:10 +0000	[thread overview]
Message-ID: <477558D6.90802@assembler.cz> (raw)
In-Reply-To: <975b59c50712271552u8e4b846r9545f817f8d779e1@mail.gmail.com>

Hi,

Your CPU is to new, I guess Penryn based.

The driver will work if you just fix:

 

                 /* check if family 6, models e, f */ 

                 if ((c->cpuid_level < 0) || (c->x86 != 0x6) || 

                     !((c->x86_model = 0xe) || (c->x86_model = 0xf))) {

to:
 

                 /* check if family 6, models e, f */ 

                 if ((c->cpuid_level < 0) || (c->x86 != 0x6) || 

                     !((c->x86_model = 0xe) || (c->x86_model = 0x17))) {

Thanks,

Rudolf

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  reply	other threads:[~2007-12-28 20:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-27 23:52 [lm-sensors] error loading coretemp module for 2.6.21.5 kernel Rutul Dave
2007-12-28 20:13 ` Rudolf Marek [this message]
2007-12-29 21:03 ` Rutul Dave
2008-01-05 16:49 ` Jean Delvare
2008-01-05 17:13 ` Rudolf Marek

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=477558D6.90802@assembler.cz \
    --to=r.marek@assembler.cz \
    --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.