matt boex <[EMAIL PROTECTED]> wrote:

>silly question.  how can i tell if my system
>recognizes the  second processor i just installed.
>dual pentium pro machine.  i looked at dmesg, no
>notation.  i also looked at /proc/cpuinfo with nothing
>really saying there are two processors seen.  i guess
>i don't really know what i should be looking for.  any
>ideas?

Depending on which kernel and release of RedHat you're running, you may 
have to compile in support for SMP (multiple processors).  5.2 does not 
have it built in, I believe 6.0 and later do.  "cat /proc/cpuinfo" will 
have each processor listed separately and should look look something like this:

# cat /proc/cpuinfo
processor       : 0
cpu             : 686
model           : Pentium Pro
vendor_id       : GenuineIntel
stepping        : 9
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid           : yes
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
bogomips        : 199.07

processor       : 1
cpu             : 686
model           : Pentium Pro
vendor_id       : GenuineIntel
stepping        : 9
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid           : yes
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
bogomips        : 199.07

-Eric


Eric Sisler
Library Computer Technician
Westminster Public Library
Westminster, CO, USA
[EMAIL PROTECTED]

Linux - don't fear the Penguin.
Want to know what we use Linux for?
Visit http://gromit.westminster.lib.co.us/linux


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to