* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 3:07 ` David Hollister
@ 2001-08-31 3:34 ` Albert D. Cahalan
2001-08-31 3:50 ` Richard Gooch
2001-08-31 4:20 ` Dan Hollis
2001-08-31 8:08 ` Joerg Plate
` (2 subsequent siblings)
3 siblings, 2 replies; 29+ messages in thread
From: Albert D. Cahalan @ 2001-08-31 3:34 UTC (permalink / raw)
To: David Hollister; +Cc: Jan Niehusmann, linux-kernel, rgooch
Richard, the FAQ could use an entry about this and the other VIA problem.
David Hollister writes:
> Jan Niehusmann wrote:
>> I have a computer with a duron 600 which doesn't like current athlon
>> optimised kernels: It runs fairly well with an old 2.4.0-test7 kernel
...
>> Is it likely to be a broken CPU?
>> The board is an A7V with the infamous via chipset, but I don't think
>> this looks like the typical via problems, does it?
...
> point is, your hardware is likely fine (fine being relative, I
> suppose) If there are other tricks, I'm all ears.
There are highly optimized memory copy/clear operations that
run twice as fast on the Athlon, thus demanding more from the
motherboard and power supply. You have a VIA chipset and most
likely have a relatively weak power supply.
Don't go blaming Linux when power supply upgrades sometimes
make this problem go away. You could also try one of the
recent SiS or ALi chipsets.
I just saw a reference (maybe www.tomshardware.com) to AMD's new
chips having trouble on VIA boards -- I'd guess that the Palimino
core can push the motherboard too hard without fancy Athlon code.
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 3:34 ` Albert D. Cahalan
@ 2001-08-31 3:50 ` Richard Gooch
2001-08-31 4:20 ` Dan Hollis
1 sibling, 0 replies; 29+ messages in thread
From: Richard Gooch @ 2001-08-31 3:50 UTC (permalink / raw)
To: Albert D. Cahalan; +Cc: David Hollister, Jan Niehusmann, linux-kernel
Albert D. Cahalan writes:
> Richard, the FAQ could use an entry about this and the other VIA
> problem.
How about sending me a patch to the HTML file? That's less work for me
:-)
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 3:34 ` Albert D. Cahalan
2001-08-31 3:50 ` Richard Gooch
@ 2001-08-31 4:20 ` Dan Hollis
2001-08-31 5:05 ` Chris Abbey
` (4 more replies)
1 sibling, 5 replies; 29+ messages in thread
From: Dan Hollis @ 2001-08-31 4:20 UTC (permalink / raw)
To: Albert D. Cahalan; +Cc: David Hollister, Jan Niehusmann, linux-kernel, rgooch
On Thu, 30 Aug 2001, Albert D. Cahalan wrote:
> Don't go blaming Linux when power supply upgrades sometimes
> make this problem go away. You could also try one of the
> recent SiS or ALi chipsets.
> I just saw a reference (maybe www.tomshardware.com) to AMD's new
> chips having trouble on VIA boards -- I'd guess that the Palimino
> core can push the motherboard too hard without fancy Athlon code.
So what happens when someone is able to duplicate the problem on say AMD
760MP chipset with registered ECC PC2100 ram and 450W power supply?
Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
but where would the finger start pointing then?
-Dan
--
[-] Omae no subete no kichi wa ore no mono da. [-]
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 4:20 ` Dan Hollis
@ 2001-08-31 5:05 ` Chris Abbey
2001-08-31 8:27 ` Arjan van de Ven
2001-08-31 6:02 ` Paul G. Allen
` (3 subsequent siblings)
4 siblings, 1 reply; 29+ messages in thread
From: Chris Abbey @ 2001-08-31 5:05 UTC (permalink / raw)
To: linux-kernel
Today, Dan Hollis wrote:
> but where would the finger start pointing then?
hmm... *compiler optimizations* for a specific family cause
problems on that family, but *compiler optimizations* for
a lesser family don't... I'll admit my kernel h4x0|^ 5k1!!s
aren't on par with most on this list, but has anyone thought
to take a look at the *compiler optimizations* that are
generated? It sure wouldn't be a first if the combination
of agressive optimizations and complex kernel code exposed
a subtle and/or complex bug in one, the other, or both...
and different levels of compiler might explain why some
have the problems, and others don't.
Having spent way too many hours this week looking at highly
optimized 64bit ppc assembly I can only say that <drawl
type=hick> them thar compiler hackors is devious lil
twerps when yas ask fer all the bells n wistles. </drawl>
This of course is all assuming that one or more folks do
recreate it on obviously good hardware. ;)
--
now the forces of openness have a powerful and
unexpected new ally - http://ibm.com/linux
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 5:05 ` Chris Abbey
@ 2001-08-31 8:27 ` Arjan van de Ven
2001-08-31 9:36 ` Nicholas Knight
2001-08-31 14:17 ` David Hollister
0 siblings, 2 replies; 29+ messages in thread
From: Arjan van de Ven @ 2001-08-31 8:27 UTC (permalink / raw)
To: Chris Abbey, linux-kernel
Chris Abbey wrote:
>
> Today, Dan Hollis wrote:
> > but where would the finger start pointing then?
>
> hmm... *compiler optimizations* for a specific family cause
> problems on that family, but *compiler optimizations* for
> a lesser family don't... I'll admit my kernel h4x0|^ 5k1!!s
> aren't on par with most on this list, but has anyone thought
> to take a look at the *compiler optimizations* that are
> generated?
It's not the compiler options. (or at least not alone).
I have proof for this, let me explain:
For the upcomming Red Hat Linux release an athlon kernel
will be included, and due to the people who have this
problem, I added a kernel commandline option to disable
the optimized page_copy() and clear_page() functions.
The use of this option makes the machines, of the people
who had this problem, happy again.
Now I also wrote the 2 functions in question, and I am
very convinced that they are correct. They also work on
the vast majority of motherboards, and most of the failure
cases are cheaper motherboards (or cheap PSU's).
The net effect of using the optimized functions is that
the memory bandwidth the CPU uses effecively doubles during
COW and page_clear() operations. This puts additional load
on the motherboard it seems.... I don't know if it's the
voltage regulators or borderline ram chips that give up,
but there are people who bought 25 identical machines (for
a classroom) and only 1 failed, reproducable.
Oh and btw, having these functions is the main reason for
enabling the "Athlon" CPU type; that's basically the real
difference between a PII and Athlon compiled kernel.
Greetings,
Arjan van de Ven
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 8:27 ` Arjan van de Ven
@ 2001-08-31 9:36 ` Nicholas Knight
2001-08-31 14:17 ` David Hollister
1 sibling, 0 replies; 29+ messages in thread
From: Nicholas Knight @ 2001-08-31 9:36 UTC (permalink / raw)
To: Arjan van de Ven, Chris Abbey, linux-kernel
On Friday 31 August 2001 01:27 am, Arjan van de Ven wrote:
<snip>
> Now I also wrote the 2 functions in question, and I am
> very convinced that they are correct. They also work on
> the vast majority of motherboards, and most of the failure
> cases are cheaper motherboards (or cheap PSU's).
Want cheap hardware?
Slot-A Athlon 800Mhz non-tbird
Soyo K7VIA motherboard, VIA KX133 chipset
Generic 300W power supply bought from mwave
and, for the other hardware:
1 DVD-ROM drive
1 Plextor PlexWriter CD-RW drive
1 IBM 75GXP 7200RPM 45GB ATA/100 drive
1 Promise ATA/100 HDD controller
1 350MB Western Digital Caviar drive, but this powers down completely
when not in use
2 Generic 80mm case fans
1 low-end HSF unit with three small fans
1 GeForce2MX
1 stick of generic 256MB PC133 SDRAM that refuses to run at 133Mhz
1 ISA NIC
1 PCI NIC
1 floppy drive, sony I think, otherwise generic
I have never experienced problems with Athlon optimizations, and I
*always* compile with them enabled.
Prehaps the key lies in Thunderbird vs Non-Thunderbird? When did these
problems start showing up, and at what clock speeds? What motherboards?
What chipsets?
>Greetings,
> Arjan van de Ven
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 8:27 ` Arjan van de Ven
2001-08-31 9:36 ` Nicholas Knight
@ 2001-08-31 14:17 ` David Hollister
1 sibling, 0 replies; 29+ messages in thread
From: David Hollister @ 2001-08-31 14:17 UTC (permalink / raw)
To: arjanv; +Cc: Chris Abbey, linux-kernel
Arjan van de Ven wrote:
>
> For the upcomming Red Hat Linux release an athlon kernel
> will be included, and due to the people who have this
> problem, I added a kernel commandline option to disable
> the optimized page_copy() and clear_page() functions.
> The use of this option makes the machines, of the people
> who had this problem, happy again.
>
> Now I also wrote the 2 functions in question, and I am
> very convinced that they are correct. They also work on
> the vast majority of motherboards, and most of the failure
> cases are cheaper motherboards (or cheap PSU's).
Hey look, folks. I didn't point a finger and try to blame anybody or anything.
I'm as much a Linux advocate as the next guy. Granted, I have not tried every
trick under the sun to get it to work. I don't really care that much. I can
live with my memory accesses taking a few microseconds longer. My point, and my
only point, to all this was just to add data. If there's something relatively
easy I can try, I will. Otherwise, life goes on.
--
David Hollister
Driversoft Engineering: http://devicedrivers.com
Digital Audio Resources: http://digitalaudioresources.org
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 4:20 ` Dan Hollis
2001-08-31 5:05 ` Chris Abbey
@ 2001-08-31 6:02 ` Paul G. Allen
2001-08-31 6:15 ` Steven Spence
2001-08-31 14:06 ` Alan Cox
2001-08-31 9:21 ` Phillip Susi
` (2 subsequent siblings)
4 siblings, 2 replies; 29+ messages in thread
From: Paul G. Allen @ 2001-08-31 6:02 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
Dan Hollis wrote:
>
> On Thu, 30 Aug 2001, Albert D. Cahalan wrote:
> > Don't go blaming Linux when power supply upgrades sometimes
> > make this problem go away. You could also try one of the
> > recent SiS or ALi chipsets.
> > I just saw a reference (maybe www.tomshardware.com) to AMD's new
> > chips having trouble on VIA boards -- I'd guess that the Palimino
> > core can push the motherboard too hard without fancy Athlon code.
>
> So what happens when someone is able to duplicate the problem on say AMD
> 760MP chipset with registered ECC PC2100 ram and 450W power supply?
>
> Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
> but where would the finger start pointing then?
>
My Dual Athlon (1.4GHz) works just fine (with the exception of the ATA 100 - I have to disable DMA).
It's been running 24/7 for weeks at 100% CPU usage (on both CPUs).
My A7V133 is another story (also a 1.4GHz). It used to work with RH 7.1, now I can't even get the OS to install.
PGA
--
Paul G. Allen
UNIX Admin II/Programmer
Akamai Technologies, Inc.
www.akamai.com
Work: (858)909-3630
Cell: (858)395-5043
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 6:02 ` Paul G. Allen
@ 2001-08-31 6:15 ` Steven Spence
2001-08-31 14:06 ` Alan Cox
1 sibling, 0 replies; 29+ messages in thread
From: Steven Spence @ 2001-08-31 6:15 UTC (permalink / raw)
To: Paul G. Allen; +Cc: linux-kernel@vger.kernel.org
Paul G. Allen wrote:
>Dan Hollis wrote:
>
>>On Thu, 30 Aug 2001, Albert D. Cahalan wrote:
>>
>>>Don't go blaming Linux when power supply upgrades sometimes
>>>make this problem go away. You could also try one of the
>>>recent SiS or ALi chipsets.
>>>I just saw a reference (maybe www.tomshardware.com) to AMD's new
>>>chips having trouble on VIA boards -- I'd guess that the Palimino
>>>core can push the motherboard too hard without fancy Athlon code.
>>>
>>So what happens when someone is able to duplicate the problem on say AMD
>>760MP chipset with registered ECC PC2100 ram and 450W power supply?
>>
>>Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
>>but where would the finger start pointing then?
>>
>
>My Dual Athlon (1.4GHz) works just fine (with the exception of the ATA 100 - I have to disable DMA).
>
>It's been running 24/7 for weeks at 100% CPU usage (on both CPUs).
>
>My A7V133 is another story (also a 1.4GHz). It used to work with RH 7.1, now I can't even get the OS to install.
>
>PGA
>
My dual 1.2 Athlon MPs work great as well. I have my DMA on without
any troubles though. Actually I have never had
a problem with Athlons and Linux. I have a 650MHz and a 1GHz as well
and they are rock solid. I would look at your
check your hardware before blaming the software. I have compiled kernel
after kernel, made a couple graphic posters of
the kernel, and run many simulations on it without incident.
I did however have one of those mammoth 460W power supplies fail on me
though. As long as you don't use the AGP Pro
slot on the board you should have more then enough power from it. I
have 4 hard drives on it, two cdroms working, and
about 8 fans without any problems.
Steve
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 6:02 ` Paul G. Allen
2001-08-31 6:15 ` Steven Spence
@ 2001-08-31 14:06 ` Alan Cox
1 sibling, 0 replies; 29+ messages in thread
From: Alan Cox @ 2001-08-31 14:06 UTC (permalink / raw)
To: Paul G. Allen; +Cc: linux-kernel@vger.kernel.org
> My Dual Athlon (1.4GHz) works just fine (with the exception of the ATA 100 -
> I have to disable DMA).
There is a known errata with the dual athlon chipset where prefetching and
IDE DMA together hang the box. You might want to scan the chip docs/errata
and try turning that bit off and see if it helps. If so its one for pci
quirks
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 4:20 ` Dan Hollis
2001-08-31 5:05 ` Chris Abbey
2001-08-31 6:02 ` Paul G. Allen
@ 2001-08-31 9:21 ` Phillip Susi
[not found] ` <l4nnm9.rqp.ln@schlich.user.dfncis.de>
2001-08-31 14:00 ` Athlon doesn't like Athlon optimisation? Alan Cox
4 siblings, 0 replies; 29+ messages in thread
From: Phillip Susi @ 2001-08-31 9:21 UTC (permalink / raw)
To: Dan Hollis
Cc: David Hollister, Jan Niehusmann, linux-kernel, rgooch,
Albert D. Cahalan
I have just such a system and thought I'd note that the stock smp kernels
that redhat 7.1 and slackware 8.0 installed would lock up intermitently. I
couldn't get through a build of the kernel. I ended up booting into the UP
kernel, got and built the 2.4.9 kernel, and have not had any trouble since.
For the processor type, I selected athlon, that enables the optimizations you
are talking about right?
System specs: dual Athlon MP 1.2 Ghz on Tyan's mobo with the dual ethernet
and u160 scsi, 512 megs corsair cas 2.5 registered pc2100 ddr sdram, and
seagate's second generation 15,000 rpm cheetah, using the NMB 460 watt power
supply that tyan recomended.
On Friday 31 August 2001 04:20 am, Dan Hollis wrote:
>
> So what happens when someone is able to duplicate the problem on say AMD
> 760MP chipset with registered ECC PC2100 ram and 450W power supply?
>
> Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
> but where would the finger start pointing then?
>
> -Dan
^ permalink raw reply [flat|nested] 29+ messages in thread[parent not found: <l4nnm9.rqp.ln@schlich.user.dfncis.de>]
* Re: Athlon doesn't like Athlon optimisation? [PATCH]
[not found] ` <l4nnm9.rqp.ln@schlich.user.dfncis.de>
@ 2001-08-31 13:58 ` Radu-Adrian Feurdean
0 siblings, 0 replies; 29+ messages in thread
From: Radu-Adrian Feurdean @ 2001-08-31 13:58 UTC (permalink / raw)
To: linux-kernel
wolfram@schlich.org wrote:
> Dan Hollis <goemon@anime.net> wrote:
>
>>On Thu, 30 Aug 2001, Albert D. Cahalan wrote:
>>
>>>Don't go blaming Linux when power supply upgrades sometimes
>>>make this problem go away. You could also try one of the
>>>recent SiS or ALi chipsets.
>>>I just saw a reference (maybe www.tomshardware.com) to AMD's new
>>>chips having trouble on VIA boards -- I'd guess that the Palimino
>>>core can push the motherboard too hard without fancy Athlon code.
>>>
>
>>So what happens when someone is able to duplicate the problem on say AMD
>>760MP chipset with registered ECC PC2100 ram and 450W power supply?
>>
>
>>Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
>>
>
> it has happened to me. dual athlon mp 1.2ghz w/ crucial reg. ddr sdram.
> after setting CONFIG_MK7 to CONFIG_MK6 all works fine.
The following worked for me (Duron@800, Epox 8KTA2L)
root@WormHole:/usr/src# diff -u linux-2.4.9/arch/i386/lib/mmx.c{~,}
--- linux-2.4.9/arch/i386/lib/mmx.c~ Tue May 22 19:23:16 2001
+++ linux-2.4.9/arch/i386/lib/mmx.c Fri Aug 31 15:51:58 2001
@@ -97,7 +97,7 @@
return p;
}
-#ifdef CONFIG_MK7
+#if 0
/*
* The K7 has streaming cache bypass load/store. The Cyrix III, K6 and
--
Radu-Adrian Feurdean
mailto: raf@chez.com
------------------------------------------------------------------------------
+#if defined(__alpha__) && defined(CONFIG_PCI)
+ /*
+ * The meaning of life, the universe, and everything. Plus
+ * this makes the year come out right.
+ */
+ year -= 42;
+#endif
-- From the patch for 1.3.2: (kernel/time.c), submitted by Marcus Meissner
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 4:20 ` Dan Hollis
` (3 preceding siblings ...)
[not found] ` <l4nnm9.rqp.ln@schlich.user.dfncis.de>
@ 2001-08-31 14:00 ` Alan Cox
2001-08-31 20:37 ` Dan Hollis
4 siblings, 1 reply; 29+ messages in thread
From: Alan Cox @ 2001-08-31 14:00 UTC (permalink / raw)
To: Dan Hollis
Cc: Albert D. Cahalan, David Hollister, Jan Niehusmann, linux-kernel,
rgooch
> So what happens when someone is able to duplicate the problem on say AMD
> 760MP chipset with registered ECC PC2100 ram and 450W power supply?
>
> Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
> but where would the finger start pointing then?
That would make it a lot more complex. There were a few cases much earlier
on with AMD chipset lockups but those have been cured (and were an Athlon
processor errata where a prefetch of an uncacheable line made a very very
nasty mess).
Alan
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 14:00 ` Athlon doesn't like Athlon optimisation? Alan Cox
@ 2001-08-31 20:37 ` Dan Hollis
2001-08-31 20:53 ` Alan Cox
2001-08-31 20:53 ` Mike Fedyk
0 siblings, 2 replies; 29+ messages in thread
From: Dan Hollis @ 2001-08-31 20:37 UTC (permalink / raw)
To: Alan Cox
Cc: Albert D. Cahalan, David Hollister, Jan Niehusmann, linux-kernel,
rgooch
On Fri, 31 Aug 2001, Alan Cox wrote:
> > So what happens when someone is able to duplicate the problem on say AMD
> > 760MP chipset with registered ECC PC2100 ram and 450W power supply?
> > Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
> > but where would the finger start pointing then?
> That would make it a lot more complex. There were a few cases much earlier
> on with AMD chipset lockups but those have been cured (and were an Athlon
> processor errata where a prefetch of an uncacheable line made a very very
> nasty mess).
Can you define a hardware configuration that if it fails under athlon
optimizations, you would consider a falsification of the "marginal
hardware" theory?
I want a hardware config that will get everyones attention if it fails.
-Dan
--
[-] Omae no subete no kichi wa ore no mono da. [-]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 20:37 ` Dan Hollis
@ 2001-08-31 20:53 ` Alan Cox
2001-09-08 18:01 ` Eric W. Biederman
2001-08-31 20:53 ` Mike Fedyk
1 sibling, 1 reply; 29+ messages in thread
From: Alan Cox @ 2001-08-31 20:53 UTC (permalink / raw)
To: Dan Hollis
Cc: Alan Cox, Albert D. Cahalan, David Hollister, Jan Niehusmann,
linux-kernel, rgooch
> optimizations, you would consider a falsification of the "marginal
> hardware" theory?
Not trivially.
The current theory is
VIA chipset + Athlon + [unknown factors]
So seeing it on SiS, AMD or Ali chipsets would be significant
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 20:53 ` Alan Cox
@ 2001-09-08 18:01 ` Eric W. Biederman
0 siblings, 0 replies; 29+ messages in thread
From: Eric W. Biederman @ 2001-09-08 18:01 UTC (permalink / raw)
To: Alan Cox
Cc: Dan Hollis, Albert D. Cahalan, David Hollister, Jan Niehusmann,
linux-kernel, rgooch
Alan Cox <alan@lxorguk.ukuu.org.uk> writes:
> > optimizations, you would consider a falsification of the "marginal
> > hardware" theory?
>
> Not trivially.
>
> The current theory is
> VIA chipset + Athlon + [unknown factors]
>
> So seeing it on SiS, AMD or Ali chipsets would be significant
Would it help with the tracking if someone had a board that reliably
crashes before /etc/rc.d/rc finishes running? And were willing to
help with the investigation?
Eric
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 20:37 ` Dan Hollis
2001-08-31 20:53 ` Alan Cox
@ 2001-08-31 20:53 ` Mike Fedyk
1 sibling, 0 replies; 29+ messages in thread
From: Mike Fedyk @ 2001-08-31 20:53 UTC (permalink / raw)
To: linux-kernel
On Fri, Aug 31, 2001 at 01:37:16PM -0700, Dan Hollis wrote:
> On Fri, 31 Aug 2001, Alan Cox wrote:
> > > So what happens when someone is able to duplicate the problem on say AMD
> > > 760MP chipset with registered ECC PC2100 ram and 450W power supply?
> > > Not to say it has happened yet (I havent got my dual Tyan Tiger MP yet :-)
> > > but where would the finger start pointing then?
> > That would make it a lot more complex. There were a few cases much earlier
> > on with AMD chipset lockups but those have been cured (and were an Athlon
> > processor errata where a prefetch of an uncacheable line made a very very
> > nasty mess).
>
> Can you define a hardware configuration that if it fails under athlon
> optimizations, you would consider a falsification of the "marginal
> hardware" theory?
>
> I want a hardware config that will get everyones attention if it fails.
>
>From other posts, that would be boards based on AMD chipsets, and possibly
SIS or ALI.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 3:07 ` David Hollister
2001-08-31 3:34 ` Albert D. Cahalan
@ 2001-08-31 8:08 ` Joerg Plate
2001-08-31 18:18 ` Tim Moore
2001-09-01 10:06 ` Jim Roland
3 siblings, 0 replies; 29+ messages in thread
From: Joerg Plate @ 2001-08-31 8:08 UTC (permalink / raw)
To: linux-kernel
> It seems to work somewhat better for some if you set your BIOS to the
> conservative settings, but that didn't help me. I have an Epox 8KTA3+
> (Via KT133A) w/ a 1.4GHz Athlon and 512MB memory.
I'm using an Epox 8KT3+ (VIA KT133A) motherboard, too. The processor is a
1.333GHz Athlon and I never had problems with the optimisation (CONFIG_MK7=y).
--
"I'm working on it." <http://www.psyche.kn-bremen.de/>
1998: U.S.Congress abolished Free Speech by replacing First Amendment with DMCA.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 3:07 ` David Hollister
2001-08-31 3:34 ` Albert D. Cahalan
2001-08-31 8:08 ` Joerg Plate
@ 2001-08-31 18:18 ` Tim Moore
2001-08-31 19:17 ` Bobby D. Bryant
2001-09-01 10:06 ` Jim Roland
3 siblings, 1 reply; 29+ messages in thread
From: Tim Moore @ 2001-08-31 18:18 UTC (permalink / raw)
To: David Hollister; +Cc: Jan Niehusmann, linux-kernel
> It seems to work somewhat better for some if you set your BIOS to the
> conservative settings, but that didn't help me. I have an Epox 8KTA3+ (Via
> KT133A) w/ a 1.4GHz Athlon and 512MB memory. If you can't get it to work that
> way, just stick with the K6 setting. The point is, your hardware is likely fine
> (fine being relative, I suppose)
> If there are other tricks, I'm all ears.
The i686 setting works perfectly.
rgds,
tim.
--
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 18:18 ` Tim Moore
@ 2001-08-31 19:17 ` Bobby D. Bryant
2001-08-31 19:43 ` Tim Moore
0 siblings, 1 reply; 29+ messages in thread
From: Bobby D. Bryant @ 2001-08-31 19:17 UTC (permalink / raw)
To: linux-kernel
Tim Moore wrote:
> > It seems to work somewhat better for some if you set your BIOS to the
> > conservative settings, but that didn't help me. I have an Epox 8KTA3+ (Via
> > KT133A) w/ a 1.4GHz Athlon and 512MB memory. If you can't get it to work that
> > way, just stick with the K6 setting. The point is, your hardware is likely fine
> > (fine being relative, I suppose)
> > If there are other tricks, I'm all ears.
>
> The i686 setting works perfectly.
For some people. I have an 8KTA3+ that will boot as an i686, but starts oopsing its
shorts off after it has been up a while.
I posted some of the oopsen a few months ago, and to my feeble mind they all looked
memory related. (Several were "bug in slab.c" kind of thing, IIRC.)
Bobby Bryant
Austin, Texas
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 19:17 ` Bobby D. Bryant
@ 2001-08-31 19:43 ` Tim Moore
0 siblings, 0 replies; 29+ messages in thread
From: Tim Moore @ 2001-08-31 19:43 UTC (permalink / raw)
To: Bobby D. Bryant; +Cc: linux-kernel
"Bobby D. Bryant" wrote:
>
> Tim Moore wrote:
>
> > > It seems to work somewhat better for some if you set your BIOS to the
> > > conservative settings, but that didn't help me. I have an Epox 8KTA3+ (Via
> > > KT133A) w/ a 1.4GHz Athlon and 512MB memory. If you can't get it to work that
> > > way, just stick with the K6 setting. The point is, your hardware is likely fine
> > > (fine being relative, I suppose)
> > > If there are other tricks, I'm all ears.
> >
> > The i686 setting works perfectly.
>
> For some people. I have an 8KTA3+ that will boot as an i686, but starts oopsing its
> shorts off after it has been up a while.
>
> I posted some of the oopsen a few months ago, and to my feeble mind they all looked
> memory related. (Several were "bug in slab.c" kind of thing, IIRC.
I hadn't heard a case of 686 not working given the compatability between
Athlon/PIII. To be clear, CONFIG_M686=y has worked perfectly with
850MHz Athlon + VT82C686.
rgds,
tim.
--
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-08-31 3:07 ` David Hollister
` (2 preceding siblings ...)
2001-08-31 18:18 ` Tim Moore
@ 2001-09-01 10:06 ` Jim Roland
2001-09-01 12:04 ` Joerg Plate
2001-09-01 14:39 ` David Hollister
3 siblings, 2 replies; 29+ messages in thread
From: Jim Roland @ 2001-09-01 10:06 UTC (permalink / raw)
To: David Hollister, Jan Niehusmann; +Cc: linux-kernel
Which kernel are you gentlemen using? I have a Athlon 1.2GHz (not
overclocked), 512MB PC133, and also an EPoX 8KTA3+, and have had no problems
whatsoever (using kernel 2.4.2-2).
----- Original Message -----
From: "David Hollister" <david@digitalaudioresources.org>
To: "Jan Niehusmann" <jan@gondor.com>
Cc: <linux-kernel@vger.kernel.org>
Sent: Thursday, August 30, 2001 10:07 PM
Subject: Re: Athlon doesn't like Athlon optimisation?
> Jan Niehusmann wrote:
> > I have a computer with a duron 600 which doesn't like current athlon
> > optimised kernels: It runs fairly well with an old 2.4.0-test7 kernel
> > (but I had some unexplained crashes during the last months),
> > but crashes after a few minutes after booting 2.4.9-ac3 or 2.4.7.
> >
> > If I don't build the kernels for athlon, but for i386 only, the
> > system seems to be stable. (Not tested for more than 20 minutes,
> > but definitely longer than the athlon optimised kernel was able to run)
> >
> > Does anybody know these symptoms and has an idea what may be wrong?
> > Is it likely to be a broken CPU?
> > The board is an A7V with the infamous via chipset, but I don't think
> > this looks like the typical via problems, does it?
> >
> > Jan
>
> This has apparently been a source of frustration for many an Athlon user,
myself
> included. I can't even get my system to finish the init process before it
> oopses and locks up on me.
>
> It seems to work somewhat better for some if you set your BIOS to the
> conservative settings, but that didn't help me. I have an Epox 8KTA3+
(Via
> KT133A) w/ a 1.4GHz Athlon and 512MB memory. If you can't get it to work
that
> way, just stick with the K6 setting. The point is, your hardware is
likely fine
> (fine being relative, I suppose)
> If there are other tricks, I'm all ears.
>
> --
> David Hollister
> Driversoft Engineering: http://devicedrivers.com
> Digital Audio Resources: http://digitalaudioresources.org
>
> -
> 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] 29+ messages in thread* Re: Athlon doesn't like Athlon optimisation?
2001-09-01 10:06 ` Jim Roland
@ 2001-09-01 12:04 ` Joerg Plate
2001-09-01 14:39 ` David Hollister
1 sibling, 0 replies; 29+ messages in thread
From: Joerg Plate @ 2001-09-01 12:04 UTC (permalink / raw)
To: linux-kernel
> Which kernel are you gentlemen using?
No problems with: 2.4.5, 2.4.5ac24, 2.4.6, 2.4.7, 2.4.8ac4, 2.4.8ac7, 2.4.9ac5
--
"I'm working on it." <http://www.psyche.kn-bremen.de/>
1998: U.S.Congress abolished Free Speech by replacing First Amendment with DMCA.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-09-01 10:06 ` Jim Roland
2001-09-01 12:04 ` Joerg Plate
@ 2001-09-01 14:39 ` David Hollister
2001-09-01 15:50 ` Alan Cox
2001-09-03 8:03 ` Jim Roland
1 sibling, 2 replies; 29+ messages in thread
From: David Hollister @ 2001-09-01 14:39 UTC (permalink / raw)
To: Jim Roland; +Cc: Jan Niehusmann, linux-kernel
Jim Roland wrote:
> Which kernel are you gentlemen using? I have a Athlon 1.2GHz (not
> overclocked), 512MB PC133, and also an EPoX 8KTA3+, and have had no problems
> whatsoever (using kernel 2.4.2-2).
I'm on 2.4.9. No overclocking. I applied the patch that somebody (sorry,
forgot who) posted yesterday for arch/i386/lib/mmx.c and rebuilt the kernel with
Athlon optimization. It now works.
--
David Hollister
Driversoft Engineering: http://devicedrivers.com
Digital Audio Resources: http://digitalaudioresources.org
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-09-01 14:39 ` David Hollister
@ 2001-09-01 15:50 ` Alan Cox
2001-09-01 16:27 ` David Hollister
2001-09-03 8:03 ` Jim Roland
1 sibling, 1 reply; 29+ messages in thread
From: Alan Cox @ 2001-09-01 15:50 UTC (permalink / raw)
To: David Hollister; +Cc: Jim Roland, Jan Niehusmann, linux-kernel
> I'm on 2.4.9. No overclocking. I applied the patch that somebody (sorry,
> forgot who) posted yesterday for arch/i386/lib/mmx.c and rebuilt the kernel with
> Athlon optimization. It now works.
Well not really. The patch posted turns off athlon optimisation even though
you selected it
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-09-01 15:50 ` Alan Cox
@ 2001-09-01 16:27 ` David Hollister
0 siblings, 0 replies; 29+ messages in thread
From: David Hollister @ 2001-09-01 16:27 UTC (permalink / raw)
To: Alan Cox; +Cc: Jim Roland, Jan Niehusmann, linux-kernel
Alan Cox wrote:
>>I'm on 2.4.9. No overclocking. I applied the patch that somebody (sorry,
>>forgot who) posted yesterday for arch/i386/lib/mmx.c and rebuilt the kernel with
>>Athlon optimization. It now works.
>>
>
> Well not really. The patch posted turns off athlon optimisation even though
> you selected it
Well, that's what I thought, too, since that was the only file in the kernel
source where CONFIG_MK7 was defined. Somebody pointed out to me, though, that
there are other defines that are turned on if you use Athlon settings, like
(from arch/i386/config.in):
CONFIG_X86_GOOD_APIC
CONFIG_X86_USE_3DNOW
CONFIG_X86_PGE
Although, looking at arch/i386/config.in again right now, I see none of these
are Athlon specific. That's what I get for trusting somebody else instead of
looking into it myself.
Thanks.
--
David Hollister
Driversoft Engineering: http://devicedrivers.com
Digital Audio Resources: http://digitalaudioresources.org
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Athlon doesn't like Athlon optimisation?
2001-09-01 14:39 ` David Hollister
2001-09-01 15:50 ` Alan Cox
@ 2001-09-03 8:03 ` Jim Roland
1 sibling, 0 replies; 29+ messages in thread
From: Jim Roland @ 2001-09-03 8:03 UTC (permalink / raw)
To: David Hollister; +Cc: Jan Niehusmann, linux-kernel
Hmm...missed that patch, but I'm not on 2.4.9 yet. Can someone email that
to me directly or repost to the list?
----- Original Message -----
From: "David Hollister" <david@digitalaudioresources.org>
To: "Jim Roland" <jroland@roland.net>
Cc: "Jan Niehusmann" <jan@gondor.com>; <linux-kernel@vger.kernel.org>
Sent: Saturday, September 01, 2001 9:39 AM
Subject: Re: Athlon doesn't like Athlon optimisation?
> Jim Roland wrote:
> > Which kernel are you gentlemen using? I have a Athlon 1.2GHz (not
> > overclocked), 512MB PC133, and also an EPoX 8KTA3+, and have had no
problems
> > whatsoever (using kernel 2.4.2-2).
>
> I'm on 2.4.9. No overclocking. I applied the patch that somebody (sorry,
> forgot who) posted yesterday for arch/i386/lib/mmx.c and rebuilt the
kernel with
> Athlon optimization. It now works.
> --
> David Hollister
> Driversoft Engineering: http://devicedrivers.com
> Digital Audio Resources: http://digitalaudioresources.org
>
^ permalink raw reply [flat|nested] 29+ messages in thread