Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Just make sure you use a SMP kernel, you can install it like that :
    Code:
    apt-get install linux-image-2.6-smp
    or something similar.

    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

  3. #3
    Just 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

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Yes, you are right, I forgot about that. That's why those packages are transitional package.

    So you can use :
    Code:
    apt-get install linux-image-2.6-686
    because the 486 one is not SMP enabled.
    "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

  5. #5
    Just Joined!
    Join Date
    Jan 2007
    Posts
    3
    I got it working.

    Since I have the processors are AMD Athlons, I installed

    Code:
    linux-image-2.6-k7-smp
    which has as dependents

    Code:
    linux-image-2.6-k7
    linux-image-2.6.18-3-k7
    And that was it. A quick update of the nvidia driver and everything was gravy.

    Thanks for the help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...