public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ASUS CUV4X-D Dual CPU's - Failure to boot...
@ 2001-07-07  6:04 Brian Dushaw
  2001-07-07  8:40 ` arjan
  2001-07-07 12:07 ` Alan Cox
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Dushaw @ 2001-07-07  6:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: Brian Dushaw, Mike Wolfson

Dear Kernel People,
   A friend of mine has a new PC with an ASUS CUV4X-D motherboard
and dual 1GHZ PIII's.  We have installed RedHat 7.1.  The original
RedHat SMP kernel (2.4.2) did not boot; it froze with some complaints
about APIC.  The backup single processor kernel 2.4.2 booted o.k.,
however.   The upgraded kernel from RedHat (2.4.3) also refused to boot
properly - the boot up will start and the screen will then go blank
before I can discern any informative messages.  I also downloaded the
latest 2.4.6 kernel which had the identical problem, and then I also
applied the latest Alan-Cox patch for 2.4.6 which did not solve the
problem.  The 2.4.6 kernel will boot when only a single processor
is used, however.
   The system is fairly basic - no sound card, ADAPTEC SCSI card (nothing
attached for now), 1 GB PC133 RAM, 2 60 GB IDE Harddrives (1 Maxtor, 1 IBM),
CD and CDRW, GeFORCE 2 MX video card, 3Com 3c59x ethernet and not much else.
   Specs for the motherboard are at:
http://www.asus.com.tw/Products/Motherboard/pentiumpro/cuv4x-d/index.html

   Any idea as to how we might get the dual processors to work?  My next plan
is to compile the kernel without the Pentium III optimizations...

Thanks,
B.D.
-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Brian Dushaw
Applied Physics Laboratory
University of Washington
1013 N.E. 40th Street
Seattle, WA  98105-6698
(206) 685-4198   (206) 543-1300
(206) 543-6785 (fax)
dushaw@apl.washington.edu

Web Page:  http://staff.washington.edu/dushaw/index.html


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

* Re: ASUS CUV4X-D Dual CPU's - Failure to boot...
  2001-07-07  6:04 ASUS CUV4X-D Dual CPU's - Failure to boot Brian Dushaw
@ 2001-07-07  8:40 ` arjan
  2001-07-07 13:56   ` John Cavan
  2001-07-07 12:07 ` Alan Cox
  1 sibling, 1 reply; 4+ messages in thread
From: arjan @ 2001-07-07  8:40 UTC (permalink / raw)
  To: Brian Dushaw; +Cc: linux-kernel

In article <Pine.LNX.4.33.0107062244260.3175-100000@munk.apl.washington.edu> you wrote:
> Dear Kernel People,
>   A friend of mine has a new PC with an ASUS CUV4X-D motherboard
> and dual 1GHZ PIII's.  We have installed RedHat 7.1.  The original
> RedHat SMP kernel (2.4.2) did not boot; it froze with some complaints
> about APIC.  The backup single processor kernel 2.4.2 booted o.k.,
> however.   The upgraded kernel from RedHat (2.4.3) also refused to boot
> properly - the boot up will start and the screen will then go blank
> before I can discern any informative messages.  I also downloaded the
> latest 2.4.6 kernel which had the identical problem, and then I also
> applied the latest Alan-Cox patch for 2.4.6 which did not solve the
> problem.  The 2.4.6 kernel will boot when only a single processor
> is used, however.

For several people the following works:
1) Upgrade to the latest bios
2) Change the "MPS" level in the bios. It can have 3 values "1.4" "1.1" and
   "none". the default one doesn't work, one of the others does (but I
   forgot which one)

Greetings,
   Arjan van de Ven


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

* Re: ASUS CUV4X-D Dual CPU's - Failure to boot...
  2001-07-07  6:04 ASUS CUV4X-D Dual CPU's - Failure to boot Brian Dushaw
  2001-07-07  8:40 ` arjan
@ 2001-07-07 12:07 ` Alan Cox
  1 sibling, 0 replies; 4+ messages in thread
From: Alan Cox @ 2001-07-07 12:07 UTC (permalink / raw)
  To: Brian Dushaw; +Cc: linux-kernel, Brian Dushaw, Mike Wolfson

>    A friend of mine has a new PC with an ASUS CUV4X-D motherboard
> and dual 1GHZ PIII's.  We have installed RedHat 7.1.  The original
> RedHat SMP kernel (2.4.2) did not boot; it froze with some complaints

You need at least bios rev 1007 I believe

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

* Re: ASUS CUV4X-D Dual CPU's - Failure to boot...
  2001-07-07  8:40 ` arjan
@ 2001-07-07 13:56   ` John Cavan
  0 siblings, 0 replies; 4+ messages in thread
From: John Cavan @ 2001-07-07 13:56 UTC (permalink / raw)
  To: arjan; +Cc: Brian Dushaw, linux-kernel

arjan@fenrus.demon.nl wrote:
> 
> In article <Pine.LNX.4.33.0107062244260.3175-100000@munk.apl.washington.edu> you wrote:
> > Dear Kernel People,
> >   A friend of mine has a new PC with an ASUS CUV4X-D motherboard
> > and dual 1GHZ PIII's.
...
> For several people the following works:
> 1) Upgrade to the latest bios
> 2) Change the "MPS" level in the bios. It can have 3 values "1.4" "1.1" and
>    "none". the default one doesn't work, one of the others does (but I
>    forgot which one)

1.1 works fine for me. I haven't had a problem with this board since
upgrading the BIOS and changing the MPS version to 1.1.

You can also specify "noapic" to the booting kernel.

John

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

end of thread, other threads:[~2001-07-07 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-07  6:04 ASUS CUV4X-D Dual CPU's - Failure to boot Brian Dushaw
2001-07-07  8:40 ` arjan
2001-07-07 13:56   ` John Cavan
2001-07-07 12:07 ` Alan Cox

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