* nforce2 random lockups - still no solution ?
@ 2003-10-21 18:01 Samuel Kvasnica
2003-10-21 18:13 ` Matt H.
2003-11-05 23:11 ` Denis
0 siblings, 2 replies; 12+ messages in thread
From: Samuel Kvasnica @ 2003-10-21 18:01 UTC (permalink / raw)
To: linux-kernel
Hello,
Last few weeks I spent quite much time trying to get working two nforce2
chipset based motherboards with latest linux 2.4.22 - ASUS A7N8 Deluxe
2.0 and
MSI K7N2 Delta. Althought the latest kernel version already detects
correctly all the nforce2 stuff and APIC seems to run work as well,
some random lockups still remain. At the very beginning I believed I
could get rid of lockups by setting lower udma mode on IDE (hdparm -X
udma3).
In the fact this only reduced very much the probability of lockups -
with udma5 I could freeze the system within few minutes e.g. during
kernel compilation.
with udma3 system is usually stable for several days, but sometimes it
locks. When it happens, it happens mostly during first 30 mins after boot.
I'm booting with noapic, nolapic and acpi=off, but it doesn't seem to
have really any effect on lockups.
Unfortunatelly, I can't get any debug info. I've redirected syslog to
flash-card but didn't get even a bit more of info, it seems to blow-up
the chipset completelly and immediatelly.
Now, in the system with MSI K7N2 motherboard I have a framegrabber
(Hauppauge PVR-250) installed, using ivtv driver.
I'm able to lock-up the system when streaming uncompressed video (e.g.
cat /dev/yuv0 >/dev/null) and the lockups are also hard, w/o debug info.
The ivtv driver is using DMA very heavily but seems to work on other
chipsets. So these lock-up problems might be rather DMA then APIC related.
Interesting is that I've never had such a lock-up when running WinXP on
same computer ( :-) seems impossible), even under load and with the
framegrabber.
I've run memtest on both machines for 24 hours, it shouldn't be bad
memory. On both machines I'm using just onboard hardware, except for the
AGP graphic card
(matrox and nvidia) and the framegrabber. Hard disk is on parallel IDE,
SATA controller is disabled.
So my conclusion is that the nforce2 lock-ups are still unsolved at the
moment. Any nforce experts around ?
Please, reply directly using cc:, I'm not on the list.
thanks,
Sam
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: nforce2 random lockups - still no solution ?
2003-10-21 18:01 nforce2 random lockups - still no solution ? Samuel Kvasnica
@ 2003-10-21 18:13 ` Matt H.
2003-10-22 8:54 ` Vitez Gabor
2003-11-05 23:11 ` Denis
1 sibling, 1 reply; 12+ messages in thread
From: Matt H. @ 2003-10-21 18:13 UTC (permalink / raw)
To: linux-kernel
Turn off apic in the bios.. it should then work well ..
On Tuesday 21 October 2003 11:01 am, Samuel Kvasnica wrote:
> Hello,
>
> Last few weeks I spent quite much time trying to get working two nforce2
> chipset based motherboards with latest linux 2.4.22 - ASUS A7N8 Deluxe
> 2.0 and
> MSI K7N2 Delta. Althought the latest kernel version already detects
> correctly all the nforce2 stuff and APIC seems to run work as well,
> some random lockups still remain. At the very beginning I believed I
> could get rid of lockups by setting lower udma mode on IDE (hdparm -X
> udma3).
> In the fact this only reduced very much the probability of lockups -
> with udma5 I could freeze the system within few minutes e.g. during
> kernel compilation.
> with udma3 system is usually stable for several days, but sometimes it
> locks. When it happens, it happens mostly during first 30 mins after boot.
> I'm booting with noapic, nolapic and acpi=off, but it doesn't seem to
> have really any effect on lockups.
> Unfortunatelly, I can't get any debug info. I've redirected syslog to
> flash-card but didn't get even a bit more of info, it seems to blow-up
> the chipset completelly and immediatelly.
>
> Now, in the system with MSI K7N2 motherboard I have a framegrabber
> (Hauppauge PVR-250) installed, using ivtv driver.
> I'm able to lock-up the system when streaming uncompressed video (e.g.
> cat /dev/yuv0 >/dev/null) and the lockups are also hard, w/o debug info.
> The ivtv driver is using DMA very heavily but seems to work on other
> chipsets. So these lock-up problems might be rather DMA then APIC related.
> Interesting is that I've never had such a lock-up when running WinXP on
> same computer ( :-) seems impossible), even under load and with the
> framegrabber.
> I've run memtest on both machines for 24 hours, it shouldn't be bad
> memory. On both machines I'm using just onboard hardware, except for the
> AGP graphic card
> (matrox and nvidia) and the framegrabber. Hard disk is on parallel IDE,
> SATA controller is disabled.
>
> So my conclusion is that the nforce2 lock-ups are still unsolved at the
> moment. Any nforce experts around ?
>
> Please, reply directly using cc:, I'm not on the list.
>
> thanks,
>
> Sam
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: nforce2 random lockups - still no solution ?
2003-10-21 18:13 ` Matt H.
@ 2003-10-22 8:54 ` Vitez Gabor
2003-10-22 13:27 ` Samuel Kvasnica
[not found] ` <3F96847C.4000506@tuwien.ac.at>
0 siblings, 2 replies; 12+ messages in thread
From: Vitez Gabor @ 2003-10-22 8:54 UTC (permalink / raw)
To: linux-kernel; +Cc: Samuel Kvasnica
On Tue, Oct 21, 2003 at 11:13:00AM -0700, Matt H. wrote:
> Turn off apic in the bios.. it should then work well ..
>
> On Tuesday 21 October 2003 11:01 am, Samuel Kvasnica wrote:
> > Hello,
> >
> > Last few weeks I spent quite much time trying to get working two nforce2
> > chipset based motherboards with latest linux 2.4.22 - ASUS A7N8 Deluxe
> > 2.0 and
> > MSI K7N2 Delta. Althought the latest kernel version already detects
> ..
If turning off APIC doesn't solve the problem, try a kernel with
LOCAL APIC support turned off.
Gabor
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: nforce2 random lockups - still no solution ?
2003-10-22 8:54 ` Vitez Gabor
@ 2003-10-22 13:27 ` Samuel Kvasnica
[not found] ` <3F96847C.4000506@tuwien.ac.at>
1 sibling, 0 replies; 12+ messages in thread
From: Samuel Kvasnica @ 2003-10-22 13:27 UTC (permalink / raw)
To: Vitez Gabor; +Cc: linux-kernel
Gabor,
I'm booting the kernel with acpi=off, noapic and nolapic options and
according to syslog it is really disabled. Lockups are very rare (they
come either during
30mins after boot or never) but I cat get them very quickly when using
the framegrabber with ivtv driver. The ivtv driver itself works rock
solid on older PIII system
(btw, that PIII runs SMP kernel !). So I think there are definitely DMA
problems with nforce2 boards under linux.
Sam
Vitez Gabor wrote:
>If turning off APIC doesn't solve the problem, try a kernel with
>LOCAL APIC support turned off.
>
>
> Gabor
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread[parent not found: <3F96847C.4000506@tuwien.ac.at>]
* Re: nforce2 random lockups - still no solution ?
2003-10-21 18:01 nforce2 random lockups - still no solution ? Samuel Kvasnica
2003-10-21 18:13 ` Matt H.
@ 2003-11-05 23:11 ` Denis
2003-11-06 10:45 ` Samuel Kvasnica
1 sibling, 1 reply; 12+ messages in thread
From: Denis @ 2003-11-05 23:11 UTC (permalink / raw)
To: Samuel Kvasnica, linux-kernel
On Tuesday 21 October 2003 20:01, Samuel Kvasnica wrote:
> Now, in the system with MSI K7N2 motherboard I have a framegrabber
> (Hauppauge PVR-250) installed, using ivtv driver.
> I'm able to lock-up the system when streaming uncompressed video
> (e.g. cat /dev/yuv0 >/dev/null) and the lockups are also hard, w/o
> debug info. The ivtv driver is using DMA very heavily but seems to
> work on other chipsets. So these lock-up problems might be rather DMA
> then APIC related. Interesting is that I've never had such a lock-up
> when running WinXP on same computer ( :-) seems impossible), even
> under load and with the framegrabber.
It can be a too-aggressive chipset configuration triggering chipset big.
Maybe do lspci -vvvxxx and it's WinXP equivalent (I think such tool
for Win ought to exist somewhere, although I had no need for it yet)
and compare the result.
--
vda
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: nforce2 random lockups - still no solution ?
2003-11-05 23:11 ` Denis
@ 2003-11-06 10:45 ` Samuel Kvasnica
2003-11-07 19:40 ` Eric Sandall
0 siblings, 1 reply; 12+ messages in thread
From: Samuel Kvasnica @ 2003-11-06 10:45 UTC (permalink / raw)
To: vda; +Cc: linux-kernel
>>Now, in the system with MSI K7N2 motherboard I have a framegrabber
>>(Hauppauge PVR-250) installed, using ivtv driver.
>>I'm able to lock-up the system when streaming uncompressed video
>>(e.g. cat /dev/yuv0 >/dev/null) and the lockups are also hard, w/o
>>debug info. The ivtv driver is using DMA very heavily but seems to
>>work on other chipsets. So these lock-up problems might be rather DMA
>>then APIC related. Interesting is that I've never had such a lock-up
>>when running WinXP on same computer ( :-) seems impossible), even
>>under load and with the framegrabber.
>>
>>
>
>It can be a too-aggressive chipset configuration triggering chipset big.
>
>Maybe do lspci -vvvxxx and it's WinXP equivalent (I think such tool
>for Win ought to exist somewhere, although I had no need for it yet)
>and compare the result.
>--
>vda
>
It was local APIC ! After recompiling 2.4.22 without local apic
everything works smoothly since several weeks. I wonder when there'll
be a kernel
patch that really solves these nforce2/amd issues.
Sam
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: nforce2 random lockups - still no solution ?
2003-11-06 10:45 ` Samuel Kvasnica
@ 2003-11-07 19:40 ` Eric Sandall
2003-11-08 7:34 ` Josh McKinney
0 siblings, 1 reply; 12+ messages in thread
From: Eric Sandall @ 2003-11-07 19:40 UTC (permalink / raw)
To: Samuel Kvasnica; +Cc: vda, linux-kernel
Quoting Samuel Kvasnica <samuel.kvasnica@tuwien.ac.at>:
> It was local APIC ! After recompiling 2.4.22 without local apic
> everything works smoothly since several weeks. I wonder when there'll
> be a kernel
> patch that really solves these nforce2/amd issues.
> Sam
Disabling local APIC on 2.6.0-test9-mm2 also fixes this (I haven't tried on
earlier kernels).
-sandalle
--
PGP Key Fingerprint: FCFF 26A1 BE21 08F4 BB91 FAED 1D7B 7D74 A8EF DD61
http://search.keyserver.net:11371/pks/lookup?op=get&search=0xA8EFDD61
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/E/IT$ d-- s++:+>: a-- C++(+++) BL++++VIS>$ P+(++) L+++ E-(---) W++ N+@ o?
K? w++++>-- O M-@ V-- PS+(+++) PE(-) Y++(+) PGP++(+) t+() 5++ X(+) R+(++)
tv(--)b++(+++) DI+@ D++(+++) G>+++ e>+++ h---(++) r++ y+
------END GEEK CODE BLOCK------
Eric Sandall | Source Mage GNU/Linux Developer
eric@sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: nforce2 random lockups - still no solution ?
2003-11-07 19:40 ` Eric Sandall
@ 2003-11-08 7:34 ` Josh McKinney
0 siblings, 0 replies; 12+ messages in thread
From: Josh McKinney @ 2003-11-08 7:34 UTC (permalink / raw)
To: linux-kernel
On approximately Fri, Nov 07, 2003 at 11:40:06AM -0800, Eric Sandall wrote:
> Quoting Samuel Kvasnica <samuel.kvasnica@tuwien.ac.at>:
> > It was local APIC ! After recompiling 2.4.22 without local apic
> > everything works smoothly since several weeks. I wonder when there'll
> > be a kernel
> > patch that really solves these nforce2/amd issues.
> > Sam
>
> Disabling local APIC on 2.6.0-test9-mm2 also fixes this (I haven't tried on
> earlier kernels).
>
> -sandalle
>
I am seeing the same thing here. Disk activity and APIC don't seem to
do well. What kind of performance hit if any are we taking by disabling
APIC?
--
Josh McKinney | Webmaster: http://joshandangie.org
--------------------------------------------------------------------------
| They that can give up essential liberty
Linux, the choice -o) | to obtain a little temporary safety deserve
of the GNU generation /\ | neither liberty or safety.
_\_v | -Benjamin Franklin
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2003-11-08 7:35 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 18:01 nforce2 random lockups - still no solution ? Samuel Kvasnica
2003-10-21 18:13 ` Matt H.
2003-10-22 8:54 ` Vitez Gabor
2003-10-22 13:27 ` Samuel Kvasnica
[not found] ` <3F96847C.4000506@tuwien.ac.at>
[not found] ` <20031022133327.GA25283@swszl.szkp.uni-miskolc.hu>
2003-10-23 10:17 ` Samuel Kvasnica
2003-10-23 10:48 ` Mikael Pettersson
2003-10-23 11:04 ` Samuel Kvasnica
2003-10-23 12:51 ` James Courtier-Dutton
2003-11-05 23:11 ` Denis
2003-11-06 10:45 ` Samuel Kvasnica
2003-11-07 19:40 ` Eric Sandall
2003-11-08 7:34 ` Josh McKinney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox