Results 1 to 5 of 5
First time poster here:
I just installed Debian etch (uname -a output):
Linux bcm-7-37 2.6.17-2-486 #1 Wed Sep 13 15:56:30 UTC 2006 i686 GNU/Linux
I have two processors, but only ...
- 01-11-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 3
Dual Processors in Etch/Testing
First time poster here:
I just installed Debian etch (uname -a output):
Linux bcm-7-37 2.6.17-2-486 #1 Wed Sep 13 15:56:30 UTC 2006 i686 GNU/Linux
I have two processors, but only one is being used
/proc/cpuinfo confirms this.
Did I miss something during installation? How do I configure it so both processors are being used?
- 01-11-2007 #2
Just make sure you use a SMP kernel, you can install it like that :
or something similar.Code:apt-get install linux-image-2.6-smp
You can search for the exact name like that :
Code:apt-cache search linux-image 2.6 smp
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 01-11-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 3
i did the search
linux-image-2.6-686-smp - Linux 2.6 image on PPro/Celeron/PII/PIII/P4 SMP - transition package
linux-image-2.6-k7-smp - Linux 2.6 image on AMD K7 SMP - transition package
but I was under the impression that the etch release did not have seperate images for SMP (see http://wiki.debian.org/NewInEtch) and that the SMP support was built in
- 01-12-2007 #4
Yes, you are right, I forgot about that. That's why those packages are transitional package.
So you can use :
because the 486 one is not SMP enabled.Code:apt-get install linux-image-2.6-686
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 01-12-2007 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 3
I got it working.
Since I have the processors are AMD Athlons, I installed
which has as dependentsCode:linux-image-2.6-k7-smp
And that was it. A quick update of the nvidia driver and everything was gravy.Code:linux-image-2.6-k7 linux-image-2.6.18-3-k7
Thanks for the help


Reply With Quote