linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Hangup on nforce2 UDMA
@ 2003-08-12  9:10 Karel Kulhavy
  2003-08-12 15:42 ` zipa24
  0 siblings, 1 reply; 2+ messages in thread
From: Karel Kulhavy @ 2003-08-12  9:10 UTC (permalink / raw)
  To: linux-kernel

Hello

Could you please try if your nforce2 MCP southbridge is also possible
to be crashed the way I describe lower?

I have nforce2 motherboard Soltek SL75FRN2-L with MCP southbridge. Using
2.4.21 with AMD 74xx driver for IDE. If I leave the UDMA5 (UATA-100)
setting BIOS leaves on the IDE disk I can hangup the machine almost
deterministically with

cat /dev/hda > /dev/null 

performed just after hard reset and subsequent boot. It hangs after max.
a minute or so. If it doesn't work, try hard reset and again, then
putting this script into /root/crash:

( a=0; while true; do echo $a; a=`/usr/bin/expr $a + 1`; sleep 1; done ) &
cat /dev/hda > /dev/null

then adding this into your lilo.conf:

image=/boot/vmlinuz
        label=crash
        append="init=/bin/bash /root/crash"
        read-only

and finally lilo -D crash and reboot and hard reset. Repeat several
times if the crash doesn't occur on the first try.

keyboard lights don't work, alt-sysrq-b doesn't work, power off doesn't
work. Reset works. I tried NMI watchog but both with nmi_watchdog=1 and
nmi_watchdog=2 I get NMI 14 or 15 in /proc/interrupts and it doesn't
increment in 5 second intervals. Without nmi_watchdog I get NMI 0 in
/proc/interrupts. Enabling NMI watchdog and waiting 5 seconds after the
crash does nothing.

When UDMA is disabled in BIOS, I get lower performance of 17MB/s instead
of 40MB/s. I have also tried IGNORE word93 Validation BITS and AMD Viper
ATA-66 Override and none helped.

Cl<

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Hangup on nforce2 UDMA
  2003-08-12  9:10 Hangup on nforce2 UDMA Karel Kulhavy
@ 2003-08-12 15:42 ` zipa24
  0 siblings, 0 replies; 2+ messages in thread
From: zipa24 @ 2003-08-12 15:42 UTC (permalink / raw)
  To: linux-kernel

Heip!

>I have nforce2 motherboard Soltek SL75FRN2-L with MCP southbridge. Using
>2.4.21 with AMD 74xx driver for IDE. If I leave the UDMA5 (UATA-100)
>setting BIOS leaves on the IDE disk I can hangup the machine almost
>deterministically with
>
>cat /dev/hda > /dev/null 

I have nForce2 motherboard ASUS A7N8X Deluxe, and I have a similar problem.


>When UDMA is disabled in BIOS, I get lower performance of 17MB/s instead
>of 40MB/s. I have also tried IGNORE word93 Validation BITS and AMD Viper
>ATA-66 Override and none helped.

I could 'fix' the problem by doing "hdparm -qd1qk1qX67 /dev/hd[ab]" in initrc
which reduced the theoretical speed 'only' to 44.4MB/s.


>Cl<

// /

_____________________________________________________________
Kuukausimaksuton nettiyhteys: http://www.suomi24.fi/liittyma/
Yli 12000 logoa ja soittoääntä: http://sms.suomi24.fi/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-12 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-12  9:10 Hangup on nforce2 UDMA Karel Kulhavy
2003-08-12 15:42 ` zipa24

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).