1752795 Members
5866 Online
108789 Solutions
New Discussion юеВ

cpu problem

 
SOLVED
Go to solution
Chakravarthi
Trusted Contributor

cpu problem

Hi,

I have a machine with two CPUS recently installed linux on it, if i check in /proc/cpuinfo i find details of one processor,, how to configre the second processor..

Thanks in Advance

chakri
3 REPLIES 3
U.SivaKumar_2
Honored Contributor
Solution

Re: cpu problem

Hi,

Have you got the kernel which supports multiprocessing ?

you will have it in the installation CDROM #1 .

kernel-2.4.x.SMP.rpm

Install this kernel replace the current bootable kernel with the above kernel thru /etc/lilo.conf

regards,
U.SivaKumar
Innovations are made when conventions are broken
Steven E. Protter
Exalted Contributor

Re: cpu problem

If the CPU is working you should have to do nothing for the OS to use it. If you want an optimized kernel, choose one of the mp(multi processor) kernels available with the OS.

As noted in the prior post.....

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Caesar_3
Esteemed Contributor

Re: cpu problem

Hello!

You need to compile kernel with suport in
multi processor so compile it.
For compile flow check
/usr/src/linux-/README

Caesar