2003-11-02 07:11:40

by Brian Litzinger

[permalink] [raw]
Subject: C3 compiled 2.4.20 kernel blows up on EPIA M


I have a VIA EPIA M motherboard.

http://www.viavpsd.com/product/epia_m_spec.jsp?motherboardId=81

A 2.4.20 gentoo-sources kernel compiled with
CONFIG_MCYRIXIII blows up during boot. Basically just after
hitting return on grub the screen turns to all blue 'V's and
then the acts like someone pushed the reset button.

386 and 586 kernels work fine.

I'm running gcc 3.2.3




--
Brian Litzinger


2003-11-02 07:28:17

by Matt Heler

[permalink] [raw]
Subject: Re: C3 compiled 2.4.20 kernel blows up on EPIA M

Have you tried 2.4.22 yet ?



On Sunday 02 November 2003 12:23 am, [email protected] wrote:
> I have a VIA EPIA M motherboard.
>
> http://www.viavpsd.com/product/epia_m_spec.jsp?motherboardId=81
>
> A 2.4.20 gentoo-sources kernel compiled with
> CONFIG_MCYRIXIII blows up during boot. Basically just after
> hitting return on grub the screen turns to all blue 'V's and
> then the acts like someone pushed the reset button.
>
> 386 and 586 kernels work fine.
>
> I'm running gcc 3.2.3
>
>
>
>
> --
> Brian Litzinger
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

2003-11-06 16:30:24

by Brian Litzinger

[permalink] [raw]
Subject: Re: C3 compiled 2.4.20 kernel blows up on EPIA M (summary)

On Sat, Nov 01, 2003 at 11:23:23PM -0800, [email protected] wrote:
> I have a VIA EPIA M10000 motherboard.
> http://www.viavpsd.com/product/epia_m_spec.jsp?motherboardId=81
>
> A 2.4.20 gentoo-sources kernel compiled with
> CONFIG_MCYRIXIII blows up during boot. Basically just after
> hitting return on grub the screen turns to all blue 'V's and
> then the acts like someone pushed the reset button.
> 386 and 586 kernels work fine.
> I'm running gcc 3.2.3

I always like to follow up my own postings with a summary of the
results for future searches.

The VIA EPIA M10000 does not have a C3 processor on it so far
as release 2.4.20 of the kernel is concerned. It has a C3-2
processor which apparently has a somewhat different instructions
set. So use '-march=i686 -mmmx -msse' for gcc, and
'Pentium II/Celeron' for the kernel.

--
Brian Litzinger