On Sat, 2007-05-12 at 12:03 -0400, Denis wrote:

[snip]

> I thought that dual-core processors would appear as two processors in
> Linux, or 4 with hyperthreading enabled.  When I set up the kernel, I
> did compile in the SMP support, enhanced RTC, and chose Pentium 4 in
> processor family, among other things.  I'm attaching my current
> .config file in case there's something I missed.

[snip]

> Thanks,
> Denis

Make sure you have ACPI enabled in the BIOS and support compiled into
the kernel and enabled. Also, make sure you have the max number of
processors in the SMP section of the kernel config set appropriately.
Also, if you use /proc, then 'cat /proc/cpuinfo' or 'cat
'/proc/interrupts' and use that to see what's actually enabled. Check
'dmesg' as well and see how many processors were found and brought up.

I had trouble a year and a half ago with Hyperthreading on my Intel 531
not getting enabled. ACPI wasn't enabled and that was the problem. It's
required for SMP to work fully, apparently. Of course, in the process, I
found out that on this system I couldn't use a PS/2 keyboard since ACPI
was causing an interrupt shuffle during the kernel boot and the keyboard
lost the lottery. So, a USB keyboard fixed that problem.

Hope some of that helps.

-- 
Statux <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to