From: r.marek@sh.cvut.cz (Rudolf Marek)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] latest findings - my older posting from ~ 11 days
Date: Wed, 03 May 2006 21:37:01 +0000 [thread overview]
Message-ID: <4459227D.8080700@sh.cvut.cz> (raw)
In-Reply-To: <200605022128.10627.dieter.jurzitza@t-online.de>
Hello Dieter
> after having configured the debugging nothing bad had happened - but I readily
> knew that could happen so I was patient.
> Today returning from home the problem had had reappeared:
>
> Please see file attached. You will find a "SMBus collision", and, after that,
> "sensors" is dead.
OK got it.
To me it seems as:
1) silicon bug in the AMD chipset state machine
2) design error in motherboard or some malfunctioning chip hooked on SMBus
Lets see if there is somewhere a register with the state of state machine ;)
so we know if it is #1. Jordan just contacted some chip designer so we will have
more information later..
Now my questions:
Does it start to work after reboot? After cold boot? After power unplug?
Have you ACPI in kernel? Have you compiled/loaded/in kernel the thermal module?
If it will happen again in future you may try following:
1) obtain the smb base addr
AMD756_smba = xxx
Should be in your debug log, you may use value from older log because it does
not change. Alternatively you may also look into cat /proc/ioports
then you may use the isadump tool
2)
isadump -f xxx
(please replace the xxx with the base address from the log) This will allow us
to check the status of the SMBDATA and SMBCLK lines and see if they are stuck
low. Eventually we can try to excersise the DATA and CLK lines to see if they
are working properly.
You may also try to provoke the failure by running this:
modprobe i2c-dev
modprobe i2c-amd756
while true; do i2cdump -y 0 0x2d b > /dev/null; done
This will read from the bus again and again and I'm expecting that it will soon
or later fail. You dont need to enable the the debugging now I guess it wont
come with anything new.
Regards
Rudolf
next prev parent reply other threads:[~2006-05-03 21:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-02 19:28 [lm-sensors] latest findings - my older posting from ~ 11 days ago Dieter Jurzitza
2006-05-03 21:37 ` Rudolf Marek [this message]
2006-05-05 19:54 ` [lm-sensors] latest findings - my older posting from ~ 11 days Rudolf Marek
2006-05-05 21:06 ` Dieter Jurzitza
2006-05-05 21:33 ` Rudolf Marek
2006-05-05 21:38 ` Rudolf Marek
2006-05-08 19:37 ` Dieter Jurzitza
2006-05-08 20:02 ` Dieter Jurzitza
2006-05-16 19:58 ` Dieter Jurzitza
2006-05-16 20:53 ` 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=4459227D.8080700@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.