Zwane Mwaikambo wrote: >On Mon, 16 Jan 2006, Gilles May wrote: > > > >>I got a wierd problem with my dual Athlon box. >>The board is a K7D Master-L with 2 Athlon-MP 2800+ processors. >>Running it with SMP enabled in the kernel makes it freeze on heavy activity. I >>can always reproduce a freeze >>by watching a movie while copying files to/from USB disk, or on ping -f to a >>box on my LAN. Without SMP >>support in the kernel I can do this for hours and no freeze. >>The kernels I tried are ranging from 2.6.11-1.1369 (FC4) to 2.6.15 vanilla >>kernel. Running from console >>with no X nor any proprietary modules loaded. >> >> > >Try booting the SMP kernel with 'noapic' kernel parameter and then send >the kernel bootlog. > > Hi and thanks for answering.. Attached the bootlog with noapic parameter passed to the kernel. It still freezes though. :( What I do exactly to make it freeze is after boot: In one console I do a ping -f to a box on my local network using the e100 card. (integrated on the motherboard) In another console I copy a 2.5 GB file from my USB HDD to the IDE HDD in a while loop (or do a readcd from USB DVD Writer to a file on IDE HDD) In a third one I play an MP3 using mplayer (or mpg123) also in a while [ 1 ] loop This guarantees me a nice freeze after at most 20 Minutes. The same thing runs very well for hours without SMP support compiled in. Regards, Gilles May