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] nForce 410
Date: Sun, 02 Apr 2006 09:58:20 +0000	[thread overview]
Message-ID: <442FA03C.6060602@sh.cvut.cz> (raw)
In-Reply-To: <20060401215808.67999.qmail@web37401.mail.mud.yahoo.com>

Hello,

>     >echo "10de 0264" > /sys/bus/pci/drivers/nForce2_smbus/new_id

You may also try to change it in your kernel if you are able to
recompile it on your own.

Just go to the linux/drivers/i2c/busses/i2c-nforce2.c

Find this line:
    { PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SMBUS) },

And change it:
    { PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x264) },
Delete the .o and .ko files and recompile whole kernel.

See if it helps.

Also watch the kernel log if there is new message.

We can have more clue from the DSDT acpi table because it seems you
have the special asus ATK0110 virtual device that might handle the bus
and sensors.

Please provide the output of cat /proc/acpi/dsdt > dsdt.bin
and send it to me in private (because mailing list do not like
binary attach or put it online somewhere)

Thanks,

Regards
Rudolf


  parent reply	other threads:[~2006-04-02  9:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-01 21:58 [lm-sensors] nForce 410 Mark McKnight
2006-04-01 22:02 ` Rudolf Marek
2006-04-01 23:00 ` Mark McKnight
2006-04-02  8:11 ` Jean Delvare
2006-04-02  9:08 ` Mark McKnight
2006-04-02  9:58 ` Rudolf Marek [this message]
2006-04-02 10:03 ` 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=442FA03C.6060602@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.