public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Crash on boot (2.4.5)
@ 2001-06-25  6:17 Andy Ward
  2001-06-25  6:32 ` VIA Southbridge bug (Was: Crash on boot (2.4.5)) Steven Walter
  0 siblings, 1 reply; 21+ messages in thread
From: Andy Ward @ 2001-06-25  6:17 UTC (permalink / raw)
  To: Steven Walter; +Cc: linux-kernel

Well, I have tried your suggestion, and it works beautifully...  The
only change I made was to the cpu type (to 686), and everything *just*
works now...  Thanks, all!!!

-- andyw

-----Original Message-----
From: Steven Walter [mailto:srwalter@yahoo.com]
Sent: Sunday, June 24, 2001 3:42 PM
To: Andy Ward
Cc: linux-kernel@vger.kernel.org
Subject: Re: Crash on boot (2.4.5)


On Sun, Jun 24, 2001 at 01:51:09PM -0500, Daniel Fraley wrote:
> Hi, everyone..  I'm borrowing my roommate's email, so please send
replies to
> andyw@edafio.com.  Thanks!
> 
> Here's my problem...  when I boot anything 2.4, I get several oopsen
in a
> row, all of which are either (most commonly) kernel paging request
could not
> be handled, or (much less common) unable to handle kernel Null pointer
> dereference.  I will send any info on request, but here's my hardware
and
> kernel config:
> 
> iWill KKR-266R (Via 8363 Northbridge, 686B south)
> AMD tbird 1GHz
> 256MB cas2 pc133 sdram
> ATI Radeon DDR 64MB VIVO
> Kingston KNE120TX (Realtek 8139 chip)
> SBLive! 5.1
> IBM GXP75 30GB (on the via ide controller)
> Pioneer 16x dvd
> ls120
> 
> This happens regardless if I turn on swap or not.  When swap is on, it
is a
> 128MB partition (and yes, I'm aware of the recommendation of 2x RAM,
but I
> believe I read somewhere that someone was working on that, and I
didn't want
> to waste the extra 384MB on swap).
> 
> Is there anything I can do to fix this?
> 
> -- andyw
> 
> p.s., booting with devfs=nomount is better, but still causes oopsen (I
get
> to a login prompt, but if I do much more than mount a disk a copy to
it, the
> system freaks)

>From the look of things, you're being bitten by the VIA southbridge
problem.  As I've gathered, its some sort of interaction with that chip
and the 3DNow! fast copy routines the kernel uses.

If you compile the kernel for a 686, does the problem go away?  What
about 586 or lower?  If so, I believe there are some people working on
finding common aspects of the hardware that experience this problem,
though I don't remember who.  You should get in contact with them, or
they might get into contact with you.

Good luck on working this out.
-- 
-Steven
In a time of universal deceit, telling the truth is a revolutionary act.
			-- George Orwell

^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: VIA Southbridge bug (Was: Crash on boot (2.4.5))
@ 2001-06-25 19:55 Andy Ward
  0 siblings, 0 replies; 21+ messages in thread
From: Andy Ward @ 2001-06-25 19:55 UTC (permalink / raw)
  To: Alan Cox, Steven Walter; +Cc: linux-kernel

oh really?   I have my memory timings set to 133/cas2/6-4-4-4.  One
wonders... *ponder*

I have noticed some general flakyness (hard to pin down) on the system,
though...  random program crashes, minor visual corruption in X (which
fixes itself when you move things around), etc...  Anyone want to take a
swing at that?

-- andyw

-----Original Message-----
From: Alan Cox [mailto:alan@lxorguk.ukuu.org.uk]
Sent: Monday, June 25, 2001 2:07 AM
To: Steven Walter
Cc: Andy Ward; linux-kernel@vger.kernel.org
Subject: Re: VIA Southbridge bug (Was: Crash on boot (2.4.5))


> Great, glad to here it.  Who (if anyone) is still attempting to
unravel
> the puzzle of the Via southbridge bug?  You, Andy, should try and get
in
> touch with them and help debug this thing, if you're up to it.

The IWILL problem seems unrelated. Its the board that more than others
people
report fails totally when streaming memory copies using movntq
instructions.

The Athlon optimised kernel places pretty much the absolute maximum load

possible on the memory bus. Several people have reported that machines
that
are otherwise stable on the bios fast options require  the proper
conservative
settings to be stable with the Athlon optimisations

Alan


^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: VIA Southbridge bug (Was: Crash on boot (2.4.5))
@ 2001-06-25 19:57 Andy Ward
  2001-06-25 20:27 ` David Grant
  0 siblings, 1 reply; 21+ messages in thread
From: Andy Ward @ 2001-06-25 19:57 UTC (permalink / raw)
  To: Steven Walter; +Cc: linux-kernel

I'd love to help out with testing (alas, my kernel coding skills aren't
up to fixing this kind of problem).  Heck, if it trashes my linux
install, no biggie... I've got it ghosted to an image elsewhere...

Anyone wanting to work on this just drop me an email.

-- andyw

-----Original Message-----
From: Steven Walter [mailto:srwalter@yahoo.com]
Sent: Monday, June 25, 2001 1:33 AM
To: Andy Ward
Cc: linux-kernel@vger.kernel.org
Subject: VIA Southbridge bug (Was: Crash on boot (2.4.5))


Great, glad to here it.  Who (if anyone) is still attempting to unravel
the puzzle of the Via southbridge bug?  You, Andy, should try and get in
touch with them and help debug this thing, if you're up to it.

On Mon, Jun 25, 2001 at 01:17:57AM -0500, Andy Ward wrote:
> Well, I have tried your suggestion, and it works beautifully...  The
> only change I made was to the cpu type (to 686), and everything *just*
> works now...  Thanks, all!!!
> 
> > From the look of things, you're being bitten by the VIA southbridge
> > problem.  As I've gathered, its some sort of interaction with that
chip
> > and the 3DNow! fast copy routines the kernel uses.
> > 
> > If you compile the kernel for a 686, does the problem go away?  What
> > about 586 or lower?  If so, I believe there are some people working
on
> > finding common aspects of the hardware that experience this problem,
> > though I don't remember who.  You should get in contact with them,
or
> > they might get into contact with you.
> > 
> > Good luck on working this out.
> > -- 
> > -Steven
> > In a time of universal deceit, telling the truth is a revolutionary
act.
> > 			-- George Orwell
-- 
-Steven
In a time of universal deceit, telling the truth is a revolutionary act.
			-- George Orwell

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: VIA Southbridge bug (Was: Crash on boot (2.4.5))
@ 2001-07-10  9:12 David Balazic
  0 siblings, 0 replies; 21+ messages in thread
From: David Balazic @ 2001-07-10  9:12 UTC (permalink / raw)
  To: landley; +Cc: linux-kernel@vger.kernel.org

Rob Landley (landley@webofficenow.com) wrote :
> On Sunday 08 July 2001 13:37, Alan Cox wrote: 
> > > > possible on the memory bus. Several people have reported that machines 
> > > > that are otherwise stable on the bios fast options require the proper 
> > > > conservative settings to be stable with the Athlon optimisations 
> > > 
> > > Do we need patch to memtest to use 3dnow? 
> > 
> > Possibly yes. Although memtest86 really tries to test for onchip not bus 
> > related problems 
> 
> What else tends to fail on the motherboard that might be easy to test for? 
> Processor overheating? (When the thermometer circuitry's there, anyway.) 
> Something to do with DMA? (Would DMA to/from a common card like VGA catch 
> chipset-side DMA problems?) There was an SMP exception thing floating by 
> recently, is that common and testable? 
> 
> I know there's a lot of funky peripheral combinations that behave strangely, 
> but without opening that can of worms what kind of common problems on the 
> motherboard itself might be easy to test for in a "run this overnight and see 
> if it finds a problem with your hardware" sort of way? 
> 
> Rob 
> 
> (P.S. What kind of CPU load is most likely to send a processor into overheat? 

CPUburn from http://users.ev1.net/~redelm/

My Celeron 300 oc'ed to 450 run RC5 and Mersenne Prime for hours,
but locked up after 5 minutes of CPU burn.

The best CPU ( and bus/memory) test program that exists, IMHO

>  (Other than "a tight loop", thanks. I mean what kind of instructions?) 
> This is going to be CPU specific, isn't it? Our would a general instruction 
> mix that doesn't call halt be enough? It would need to keep the FPU busy 
> too, wouldn't it? And maybe handle interrupts. Hmmm...) 
> 
> I wonder... The torture test Tom's Hardware guide uses for processor 
> overheating is GCC compiling the Linux kernel. (That's what caught the 
> Pentium III 1.13 gigahertz instability when nothing else would.) I wonder, 
> maybe if a stripped down subset of a known version of GCC and a known version 
> of the kernel were running from a ramdisk... It USED to fit in 8 megs with 
> no swap, might still fit in 32 with a decent chunk of kernel source. Throw 
> the compile in a loop, add in a processor temperature detector daemon to kill 
> the test and HLT the system if the temperature went too high... 
> 
> I wonder what bits of the kernel GCC actually needs to run these days? 
> (System V inter-process communication? sysctl support? Hmmm... Would 
> 2.4.anything be a stable enough base for this yet, or should it be 2.2.19? 
> Is 2.4 still psychotic with less swap space than ram (I.E. no swap space at 
> all)?) 
> 
> Off to play... 
> 
> Still Rob. 

-- 
David Balazic
--------------
"Be excellent to each other." - Bill & Ted
- - - - - - - - - - - - - - - - - - - - - -

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

end of thread, other threads:[~2001-07-12  6:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-25  6:17 Crash on boot (2.4.5) Andy Ward
2001-06-25  6:32 ` VIA Southbridge bug (Was: Crash on boot (2.4.5)) Steven Walter
2001-06-25  7:06   ` Alan Cox
2001-06-30 13:58     ` Pavel Machek
2001-07-08 17:37       ` Alan Cox
2001-07-09 16:48         ` Rob Landley
2001-07-10  9:17           ` Ville Herva
2001-07-10 15:28             ` Hardware testing [was Re: VIA Southbridge bug (Was: Crash on boot (2.4.5))] Rob Landley
2001-07-11  4:18               ` Albert D. Cahalan
2001-07-11  8:43               ` Ville Herva
2001-07-11  9:11               ` Vojtech Pavlik
2001-07-11 15:05                 ` Rob Landley
2001-07-12  6:57                   ` Ville Herva
2001-07-10 21:24             ` VIA Southbridge bug (Was: Crash on boot (2.4.5)) Adam Sampson
2001-07-11  8:32               ` Ville Herva
2001-07-11  9:03             ` Eyal Lebedinsky
  -- strict thread matches above, loose matches on Subject: below --
2001-06-25 19:55 Andy Ward
2001-06-25 19:57 Andy Ward
2001-06-25 20:27 ` David Grant
2001-06-26  9:10   ` pazke
2001-07-10  9:12 David Balazic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox