All of lore.kernel.org
 help / color / mirror / Atom feed
From: r.marek@sh.cvut.cz (Rudolf Marek)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] compaq evo w6000
Date: Mon, 15 May 2006 21:52:10 +0000	[thread overview]
Message-ID: <4468F80A.1000804@sh.cvut.cz> (raw)
In-Reply-To: <4464301C.9030003@tu-bs.de>

Hi,

> 
> 0000:00:00.0 Host bridge: Intel Corp. 82860 860 (Wombat) Chipset Host 
> Bridge (MCH) (rev 04)
> 0000:00:01.0 PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP 
> Bridge (rev 04)
> 0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 04)
> 0000:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 04)
> 0000:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 04)
> 0000:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 04)
> 0000:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 04)
> 0000:01:00.0 VGA compatible controller: nVidia Corporation NV10GL 
> [Quadro] (rev 10)
> 0000:02:06.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] 
> (rev 09)
> 0000:02:08.0 Ethernet controller: Intel Corp. 82801BA/BAM/CA/CAM 
> Ethernet Controller (rev 03)
> 0000:02:0d.0 SCSI storage controller: Adaptec AIC-7892P U160/m (rev 02)
> 


> Can anybody help me to solve this problem? Maybe some unix commands that 
> can give me the right
> values?

Quick howto:
1) lspci -n will tell you the IDs, you will need: pci Id of 0000:00:1f.0

first part is 8086: which is intel, second part is the requested ID

2) quick hack the quirks.c

change this:
static int __initdata asus_hides_smbus = 0;
to
static int __initdata asus_hides_smbus = 1;

Then recompile and run. you should now see the smbus. If not then take the pci 
ID from step 1 and change following line:
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,   PCI_DEVICE_ID_INTEL_82801BA_0, 
asus_hides_smbus_lpc );

into
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,   0xNNNN,  asus_hides_smbus_lpc );

where NNNN is you ID number.

If you are able to see the smbus device run sensors-detect and please report if 
you found some useful devices. If so, proper quirk needs to be developed. You 
should provide:
lspci
lspci -n
lspci -v -v -v
lspci -v -v -v -n

Hope it helps.

Good night,
Rudolf


  parent reply	other threads:[~2006-05-15 21:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-12  6:50 [lm-sensors] Compaq Evo w6000 Catalin
2006-05-14 18:34 ` [lm-sensors] compaq evo w6000 Catalin Arseni
2006-05-15 21:52 ` Rudolf Marek [this message]
2006-08-06  0:02 ` mlo
2006-08-19  9:48 ` 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=4468F80A.1000804@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.