From: Jean Delvare <khali@linux-fr.org>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Intel DP35DP - P35 Sensor Support?
Date: Wed, 31 Oct 2007 19:40:21 +0000 [thread overview]
Message-ID: <20071031204021.1a4ce840@hyperion.delvare> (raw)
In-Reply-To: <loom.20071015T022008-788@post.gmane.org>
On Tue, 30 Oct 2007 15:26:55 -0700, d. d. gmane wrote:
> Here are the results of: isadump 0x2e 0x2f 0x08
>
> [root@skippy dump]# pwd
> /home/david/lm_sensors-3.0.0-rc3/prog/dump
>
> [root@skippy dump]# ./isadump 0x2e 0x2f 0x08
> WARNING! Running this program can cause system crashes, data loss and worse!
> I will probe address register 0x2e and data register 0x2f.
> Probing bank 8 using bank register 0x07.
> Continue? [Y/n] Y
> 0 1 2 3 4 5 6 7 8 9 a b c d e f
> 00: 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 41
> 20: f1 91 00 00 c1 01 00 91 00 91 00 00 00 00 00 00
> 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 70: 00 03 00 00 04 04 00 00 00 00 00 00 00 00 00 00
> 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> f0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
OK, access to the hardware monitoring device is disabled. If you want
to investigate a bit further, you can attempt to enable it:
* Search in /proc/ioports for a free space of at least 256 bytes,
aligned on a 256-byte boundary (e.g. 0x0a00 to 0x0aff).
* Write the address in question to the PC8374L chip and
enable the logical device:
isaset 0x2e 0x2f 0x07 0x08
isaset 0x2e 0x2f 0x60 0x0a # <-- high byte of the address
isaset 0x2e 0x2f 0x61 0x00 # <-- low byte of the address
isaset 0x2e 0x2f 0x30 0x01
* Run isadump again and check that the writes were successful:
isadump 0x2e 0x2f 0x08
* If registers 0x30, 0x60 and 0x61 have the expected values, try
dumping the logical device's I/O area:
isadump -f 0x0a00 # <-- adjust with the address you used
Only do that if you are really motivated in getting the voltage
readings. I don't know the PC8374L very well and it seems to be a
somewhat complex chip - or at least different from what I'm used to.
Even if the sequence above reveals something interesting, there's
probably a long way to go before you can get the voltage readings, and
I am almost certain that you won't get temperatures nor fan speeds from
that device anyway.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2007-10-31 19:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-15 2:23 [lm-sensors] Intel DP35DP - P35 Sensor Support? d.d.
2007-10-28 14:26 ` Jean Delvare
2007-10-28 15:43 ` d. d. gmane
2007-10-28 15:58 ` d. d. gmane
2007-10-30 14:22 ` Jean Delvare
2007-10-30 22:26 ` d. d. gmane
2007-10-31 19:40 ` Jean Delvare [this message]
2007-11-01 3:50 ` d. d. gmane
2007-11-02 10:32 ` Jean Delvare
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=20071031204021.1a4ce840@hyperion.delvare \
--to=khali@linux-fr.org \
--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.