From: r.marek@sh.cvut.cz (Rudolf Marek)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] vt8251 need info
Date: Wed, 31 May 2006 09:26:49 +0000 [thread overview]
Message-ID: <447D6159.6070102@sh.cvut.cz> (raw)
In-Reply-To: <447CBCA9.6060505@sh.cvut.cz>
Rajib Chakrabartty wrote:
> Dear Rudolf,
>
> Please find attached the requested files. Do get back if I can be
> of any additional help.
Thanks,
Assuming you have at least lm-sensors userspace tools installed lets try:
isadump -f 0x400
Depending on result of this dump, following will be less dangerous:
If you want to get the SMBus working you may change following to the i2c-viapro.c
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8237),
to:
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, 0x3287),
Then compile, install modules and try to detect some devices on the bus:
modprobe i2c-viapro
modprobe i2c-dev
i2cdetect 0
So you may try both, or just the first part and do the second part optionally
based on the result of step #1
Thanks,
Regards
Rudolf
next prev parent reply other threads:[~2006-05-31 9:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-30 21:44 [lm-sensors] vt8251 need info Rudolf Marek
2006-05-30 21:53 ` Roger Lucas
2006-05-31 9:26 ` Rudolf Marek [this message]
2006-05-31 9:31 ` 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=447D6159.6070102@sh.cvut.cz \
--to=r.marek@sh.cvut.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.