On Fri, Nov 26, 2004 at 11:48:07AM +0100, Andreas Wahlert wrote:
Andi Kleen wrote:
i guess i have found my problem:
http://www.x86-64.org/lists/discuss/msg05795.html
What's happen with this??? This is extactly "my" kernel panic. But i have just 2 processors.
Can you post the full text?
-Andi
It's tricky.
i think, the panik is to early. My minicom is blinking "online" a very short time. But there are no output in the minicom interface.
First I would test if the cable works from a working system (baud rate matches etc.) Boot a working kernel and do stty speed <baudrate> < /dev/ttyS0 echo hello > /dev/ttyS0 and check if hello appears in the minicom. If you think the panic is too early you can boot in addition with earlyprintk=serial,ttyS0,baudrate This will print the earlier kernel messages too. -Andi