All of lore.kernel.org
 help / color / mirror / Atom feed
From: r.marek@assembler.cz (Rudolf Marek)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] coretemp - digital temperature driver for Intel
Date: Wed, 27 Sep 2006 06:20:51 +0000	[thread overview]
Message-ID: <451A1843.6090509@assembler.cz> (raw)
In-Reply-To: <4519A5C1.8010207@assembler.cz>

Hello,

Thanks for the test. It is cool but it does not work ;)

> Doesn't seem to work here with a Core2 Duo 6400 and kernel 2.6.18:
> 
>   cat /sys/class/hwmon/hwmon1/device/temp1_input
> 0

Ehm.


Please add this two printk to this code:

              data->therm_status = eax;
              printk("EAX from  MSR %x\n", eax);

                 /* update only if data has been valid */
                 if (eax & 0x80000000) {
			printk("in temp condition\n");

Run it again, to see the 0 but check the log...

Thanks,

regards
Rudolf


  parent reply	other threads:[~2006-09-27  6:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-26 22:12 [lm-sensors] coretemp - digital temperature driver for Intel Core Rudolf Marek
2006-09-26 22:26 ` [lm-sensors] coretemp - digital temperature driver for Intel Rudolf Marek
2006-09-26 22:56 ` Michael Nelson
2006-09-27  6:20 ` Rudolf Marek [this message]
2006-09-27 10:15 ` Michael Nelson
2006-09-27 10:38 ` Rudolf Marek
2006-09-27 13:08 ` Michael Nelson
2006-09-27 13:49 ` Rudolf Marek
2006-09-27 14:17 ` Michael Nelson
2006-09-27 14:20 ` Michael Nelson
2006-09-27 14:28 ` Rudolf Marek
2006-09-27 14:32 ` Michael Nelson
2006-09-27 16:49 ` Rudolf Marek
2006-09-27 18:06 ` Michael Nelson
2006-09-27 22:11 ` Rudolf Marek
2006-09-28  1:06 ` Michael Nelson
2006-09-29 14:30 ` Rudolf Marek
2006-09-30 17:25 ` [lm-sensors] coretemp - digital temperature driver for Matthias Hentges
2006-09-30 18:05 ` [lm-sensors] coretemp - digital temperature driver for Intel 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=451A1843.6090509@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.