Symmetric Multiprocessing (SMP) development
 help / color / mirror / Atom feed
From: cerise@armory.com
To: linux-smp@vger.kernel.org
Subject: Re: Dual Core CPU on Abit NI8-Board
Date: Wed, 5 Apr 2006 09:57:01 -0700	[thread overview]
Message-ID: <20060405165701.GA16152@boogeyman> (raw)
In-Reply-To: <200604050913.58378.f.vondaak@kpage.de>

On Wed, Apr 05, 2006 at 09:13:57AM +0200, Frank von Daak wrote:
> 
> I've build them myself with smp-support enabled. I've also tried a 
> debian-smp-kernel with the same behaviour...
 
   Well, so much for the easy answer 8) 
 
> >> My problem is, that a "cat /proc/cpuinfo" shows me just one cpu with one
> >> core. I've tested this with kernels 2.6.16.1 and 2.6.17-rc1 (x86 and
> >> x86_64)
> >>
> >> If I add the following line in my lilo.conf to the kernel, I can see both
> >> cpu's:
> >> append="pci=noacpi pci=routeirq noapic acpi=off"

   Probably the best step to take next is to take another pass through a kernel.
It seems like you have a lot of things built in which aren't necessary to boot
(your network card, for example).  I generally recommend putting as much as
possible into modules so that you can boot with the bare minimum of stuff.  If
it works that way, you can start slowly adding things and figure out with better
granularity what's causing it to freeze.
   You'll use a little more memory that way (modules load in on page boundaries,
so one could in theory be wasting n * ($PAGE_SIZE - 1) bytes in loading n
modules, but the flexibility is very well worth it when figuring out problems
like this.
   I have a few prejudices to begin with for your short list of what's causing
the box to die.  The first is DRI.  The second is one of the NFORCE drivers.
The fact that glxgears seems to trigger the problem and that I dislike DRI in
general sounds like a good place to start ; )

-Phil/CERisE

  reply	other threads:[~2006-04-05 16:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-05  6:28 Dual Core CPU on Abit NI8-Board Frank von Daak
2006-04-05  6:39 ` cerise
2006-04-05  7:13   ` Frank von Daak
2006-04-05 16:57     ` cerise [this message]
     [not found] ` <cbe23c50604050011i3bcd433dxbf0bf826ba679324@mail.gmail.com>
2006-04-05  8:39   ` Frank von Daak
2006-04-05  9:43     ` Frank von Daak
     [not found]       ` <cbe23c50604050315u3daad82x14beed5ed16c43fd@mail.gmail.com>
2006-04-05 12:05         ` Frank von Daak
2006-04-06  6:27           ` Frank von Daak
2006-04-06 20:39             ` Frank von Daak
2006-04-06 20:58               ` Randy.Dunlap
     [not found] <200604070707.47121.f.vondaak@kpage.de>
2006-04-07  9:19 ` Frank von Daak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060405165701.GA16152@boogeyman \
    --to=cerise@armory.com \
    --cc=linux-smp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox