public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* What distributions support dual processors 'out of the box' ?
  2004-10-24 20:00                 ` James Miller
@ 2004-10-25 17:43                   ` chuck gelm
  2004-10-25 20:26                     ` Owen Ford
  0 siblings, 1 reply; 4+ messages in thread
From: chuck gelm @ 2004-10-25 17:43 UTC (permalink / raw)
  To: linux-newbie

Howdy:

 I am trying to use an old dual pentium-pro motherboard as a file
server for a local government supported student project.

 The system has dual 200 MHz Pentium-Pro processors.
I am currently attempting to enable SMP in a Slackware v9.1 distribution,
but I am having some difficulty.  Instead, I am hoping to find
a distribution with SMP already enabled.  Are there any?

 Please, may I have some explanation or discussion about the warning
from 'make [old]config about the PentiumPro and SMP:

'Similarly, multiprocessor kernels for the "PPro" architecture may not
work on all Pentium based boards.'

 IOW, will my attempt to enable SMP with this PPro system
probably fail or be very difficult?

Regards, Chuck


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs

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

* RE: What distributions support dual processors 'out of the box' ?
@ 2004-10-25 18:55 Little, Chris
  2004-10-26  3:59 ` chuck gelm
  0 siblings, 1 reply; 4+ messages in thread
From: Little, Chris @ 2004-10-25 18:55 UTC (permalink / raw)
  To: linux-newbie

I don't know what the warning is, but a recompile and install of your kernel
with SMP enabled should work fine.  The warning sounds as if the kernel that
you build may not necessarily work or advisably be used on other non-pro
systems (ie. III, IV, etc)

-----Original Message-----
From: chuck gelm [mailto:chuck@gelm.net]
Sent: Monday, October 25, 2004 12:44 PM
To: linux-newbie@vger.kernel.org
Subject: What distributions support dual processors 'out of the box' ?


Howdy:

 I am trying to use an old dual pentium-pro motherboard as a file
server for a local government supported student project.

 The system has dual 200 MHz Pentium-Pro processors.
I am currently attempting to enable SMP in a Slackware v9.1 distribution,
but I am having some difficulty.  Instead, I am hoping to find
a distribution with SMP already enabled.  Are there any?

 Please, may I have some explanation or discussion about the warning
from 'make [old]config about the PentiumPro and SMP:

'Similarly, multiprocessor kernels for the "PPro" architecture may not
work on all Pentium based boards.'

 IOW, will my attempt to enable SMP with this PPro system
probably fail or be very difficult?

Regards, Chuck


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs

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

* Re: What distributions support dual processors 'out of the box' ?
  2004-10-25 17:43                   ` What distributions support dual processors 'out of the box' ? chuck gelm
@ 2004-10-25 20:26                     ` Owen Ford
  0 siblings, 0 replies; 4+ messages in thread
From: Owen Ford @ 2004-10-25 20:26 UTC (permalink / raw)
  To: chuck; +Cc: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

On Mon, 2004-10-25 at 13:43 -0400, chuck gelm wrote:
> Howdy:
>  IOW, will my attempt to enable SMP with this PPro system
> probably fail or be very difficult?

The linux kernel handles the SMP bits and all modern distros that I know
of have all the necessary tools for SMP.  The only ones that might not
have that support would be some of the floppy distros but you can easily
compile a kernel with SMP on any modern distro.

-- 
Owen Ford <oford@arghblech.com>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: What distributions support dual processors 'out of the box' ?
  2004-10-25 18:55 What distributions support dual processors 'out of the box' ? Little, Chris
@ 2004-10-26  3:59 ` chuck gelm
  0 siblings, 0 replies; 4+ messages in thread
From: chuck gelm @ 2004-10-26  3:59 UTC (permalink / raw)
  To: linux-newbie

Little, Chris wrote:

>I don't know what the warning is, but a recompile and install of your kernel
>with SMP enabled should work fine.  The warning sounds as if the kernel that
>you build may not necessarily work or advisably be used on other non-pro
>systems (ie. III, IV, etc)
>
>-----Original Message-----
>From: chuck gelm [mailto:chuck@gelm.net]
>Sent: Monday, October 25, 2004 12:44 PM
>To: linux-newbie@vger.kernel.org
>Subject: What distributions support dual processors 'out of the box' ?
>
>
>Howdy:
>
> I am trying to use an old dual pentium-pro motherboard as a file
>server for a local government supported student project.
>
> The system has dual 200 MHz Pentium-Pro processors.
>I am currently attempting to enable SMP in a Slackware v9.1 distribution,
>but I am having some difficulty.  Instead, I am hoping to find
>a distribution with SMP already enabled.  Are there any?
>
> Please, may I have some explanation or discussion about the warning
>from 'make [old]config about the PentiumPro and SMP:
>
>'Similarly, multiprocessor kernels for the "PPro" architecture may not
>work on all Pentium based boards.'
>
> IOW, will my attempt to enable SMP with this PPro system
>probably fail or be very difficult?
>
>Regards, Chuck
>  
>
Howdy, Chris and Owen:

 I have twice re-compiled the kernel and yet
cat /proc/cpuinfo
displays only 'cpu0'.  :-(

(edit .config to enable SMP, make bzImage modules modules_install install)

 Elsewhere, someone suggested that I look to see if a
VRM (voltage regulator module) is installed on the motherboard.
I'll be returning to configure the system on Wednesday and I
will check to see if there seems to be any missing items.

Thanks, chuck


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs

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

end of thread, other threads:[~2004-10-26  3:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-25 18:55 What distributions support dual processors 'out of the box' ? Little, Chris
2004-10-26  3:59 ` chuck gelm
  -- strict thread matches above, loose matches on Subject: below --
2004-10-22 16:42 framebuffer console problems James Miller
2004-10-22 19:00 ` James Miller
2004-10-22 20:09   ` Jim Nelson
2004-10-22 21:14     ` James Miller
2004-10-22 22:42       ` Jim Nelson
2004-10-23  4:40         ` James Miller
2004-10-23 22:00           ` framebuffer console problems: not enough video RAM? Ray Olszewski
2004-10-24  5:02             ` Ray Olszewski
2004-10-24 16:07               ` Ray Olszewski
2004-10-24 20:00                 ` James Miller
2004-10-25 17:43                   ` What distributions support dual processors 'out of the box' ? chuck gelm
2004-10-25 20:26                     ` Owen Ford

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