* 2.4.18 AND Geode GX1/200Mhz problem
@ 2002-04-07 23:19 Pierre Ficheux
2002-04-07 23:41 ` Alan Cox
0 siblings, 1 reply; 8+ messages in thread
From: Pierre Ficheux @ 2002-04-07 23:19 UTC (permalink / raw)
To: linux-kernel
Hi all,
I have a strange problem with a Geode/GX1 200Mhz based system. My
kernel is compiled with 586 as processor type but the system stops just
after the 'Uncompressing Linux...Ok, booting the kernel' message. It's
strange as GX1 is claimed to work fine with 2.4.18. The same system
works fine with 2.2.18 kernel.
Is there any new patch to test? Any idea?
Thx a lot by advance.
--
Pierre FICHEUX -/- CTO OpenWide, France -\- pierre.ficheux@openwide.fr
http://www.ficheux.com
http://www.emulateur-xtel.org
More fun, more freedom, less Micro$oft
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.18 AND Geode GX1/200Mhz problem
2002-04-07 23:19 2.4.18 AND Geode GX1/200Mhz problem Pierre Ficheux
@ 2002-04-07 23:41 ` Alan Cox
2002-04-08 9:30 ` Peter Wächtler
0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2002-04-07 23:41 UTC (permalink / raw)
To: Pierre Ficheux; +Cc: linux-kernel
> I have a strange problem with a Geode/GX1 200Mhz based system. My
> kernel is compiled with 586 as processor type but the system stops just
> after the 'Uncompressing Linux...Ok, booting the kernel' message. It's
> strange as GX1 is claimed to work fine with 2.4.18. The same system
> works fine with 2.2.18 kernel.
With 586 and no TSC set it should work fine yes. You might want to plug a
serial port in and compile with serial console enabled, see if it gives any
clues
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.18 AND Geode GX1/200Mhz problem
2002-04-07 23:41 ` Alan Cox
@ 2002-04-08 9:30 ` Peter Wächtler
2002-04-08 11:12 ` Zwane Mwaikambo
2002-04-08 12:58 ` Pierre Ficheux
0 siblings, 2 replies; 8+ messages in thread
From: Peter Wächtler @ 2002-04-08 9:30 UTC (permalink / raw)
To: Alan Cox; +Cc: Pierre Ficheux, linux-kernel
Alan Cox wrote:
>
> > I have a strange problem with a Geode/GX1 200Mhz based system. My
> > kernel is compiled with 586 as processor type but the system stops just
> > after the 'Uncompressing Linux...Ok, booting the kernel' message. It's
> > strange as GX1 is claimed to work fine with 2.4.18. The same system
> > works fine with 2.2.18 kernel.
>
> With 586 and no TSC set it should work fine yes. You might want to plug a
> serial port in and compile with serial console enabled, see if it gives any
> clues
I want to translate this to:
Processor -> 586/K5/5x86/6x86/6x86MX
right?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.18 AND Geode GX1/200Mhz problem
2002-04-08 9:30 ` Peter Wächtler
@ 2002-04-08 11:12 ` Zwane Mwaikambo
2002-04-11 16:51 ` Ricky Beam
2002-04-08 12:58 ` Pierre Ficheux
1 sibling, 1 reply; 8+ messages in thread
From: Zwane Mwaikambo @ 2002-04-08 11:12 UTC (permalink / raw)
To: Peter Wächtler; +Cc: Alan Cox, Pierre Ficheux, linux-kernel
On Mon, 8 Apr 2002, Peter Wächtler wrote:
> I want to translate this to:
>
> Processor -> 586/K5/5x86/6x86/6x86MX
>
> right?
Or you can boot with kernel parameter notsc which should have the effect.
Zwane
--
http://function.linuxpower.ca
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.18 AND Geode GX1/200Mhz problem
2002-04-08 11:12 ` Zwane Mwaikambo
@ 2002-04-11 16:51 ` Ricky Beam
2002-04-13 19:08 ` Alan Cox
2002-04-13 20:45 ` Christer Weinigel
0 siblings, 2 replies; 8+ messages in thread
From: Ricky Beam @ 2002-04-11 16:51 UTC (permalink / raw)
To: Zwane Mwaikambo
Cc: Peter Wächtler, Alan Cox, Pierre Ficheux, linux-kernel
On Mon, 8 Apr 2002, Zwane Mwaikambo wrote:
>Or you can boot with kernel parameter notsc which should have the effect.
One might think that, but it isn't true. That'll just stop the kernel from
halting immediately when it doesn't find any tsc capability. The system
still locks up -- maybe some other parts of the kernel tries to use tsc?
I never looked into it as compiling the kernel correctly (sans tsc) works
just fine.
On a side note, has anyone seen dd scrolling behavior with video chipse
using shared memory? On the geode board I'm playing with, the screen
never scrolls correctly. It's probablly something stupid in the 5530's
setup that's at fault. (I have ever intention of turning the VGA port
off entirely.)
--Ricky
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.18 AND Geode GX1/200Mhz problem
2002-04-11 16:51 ` Ricky Beam
@ 2002-04-13 19:08 ` Alan Cox
2002-04-13 20:45 ` Christer Weinigel
1 sibling, 0 replies; 8+ messages in thread
From: Alan Cox @ 2002-04-13 19:08 UTC (permalink / raw)
To: Ricky Beam
Cc: Zwane Mwaikambo, Peter Wächtler, Alan Cox, Pierre Ficheux,
linux-kernel
> On a side note, has anyone seen dd scrolling behavior with video chipse
> using shared memory? On the geode board I'm playing with, the screen
> never scrolls correctly. It's probablly something stupid in the 5530's
> setup that's at fault. (I have ever intention of turning the VGA port
> off entirely.)
My 5530 works fine in VESA mode
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.18 AND Geode GX1/200Mhz problem
2002-04-11 16:51 ` Ricky Beam
2002-04-13 19:08 ` Alan Cox
@ 2002-04-13 20:45 ` Christer Weinigel
1 sibling, 0 replies; 8+ messages in thread
From: Christer Weinigel @ 2002-04-13 20:45 UTC (permalink / raw)
To: jfbeam; +Cc: zwane, pwaechtler, alan, pierre.ficheux, linux-kernel
Ricky Beam <jfbeam@bluetronic.net> wrote:
> On a side note, has anyone seen dd scrolling behavior with video chipse
> using shared memory? On the geode board I'm playing with, the screen
> never scrolls correctly. It's probablly something stupid in the 5530's
> setup that's at fault. (I have ever intention of turning the VGA port
> off entirely.)
The VSA CGA/EGA/VGA text emulation seems to be rather awful and has
lots of bugs. Compile in the VESA framebuffer support in your Linux
kernel and add vga=785 (see linux/Documentation/fb/vesafb.txt) to
your kernel command line. It's a choice of:
Linux kernel frobs the text console -> buggy VSA emulation -> framebuffer
or
Linux kernel frobs the framebuffer directly
Guess which works better? *grin*
/Christer
--
"Just how much can I get away with and still go to heaven?"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.18 AND Geode GX1/200Mhz problem
2002-04-08 9:30 ` Peter Wächtler
2002-04-08 11:12 ` Zwane Mwaikambo
@ 2002-04-08 12:58 ` Pierre Ficheux
1 sibling, 0 replies; 8+ messages in thread
From: Pierre Ficheux @ 2002-04-08 12:58 UTC (permalink / raw)
To: Peter Wächtler; +Cc: linux-kernel
Peter Wächtler wrote:
> I want to translate this to:
>
> Processor -> 586/K5/5x86/6x86/6x86MX
>
> right?
That's right, have tried with 486 too but I got the same problem.
--
Pierre FICHEUX -/- CTO OpenWide, France -\- pierre.ficheux@openwide.fr
http://www.ficheux.com
http://www.emulateur-xtel.org
More fun, more freedom, less Micro$oft
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-04-13 20:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-07 23:19 2.4.18 AND Geode GX1/200Mhz problem Pierre Ficheux
2002-04-07 23:41 ` Alan Cox
2002-04-08 9:30 ` Peter Wächtler
2002-04-08 11:12 ` Zwane Mwaikambo
2002-04-11 16:51 ` Ricky Beam
2002-04-13 19:08 ` Alan Cox
2002-04-13 20:45 ` Christer Weinigel
2002-04-08 12:58 ` Pierre Ficheux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox