Quote:
|
Originally Posted by gettyUp |
hmm that looked like a good option so i tried it. recompiled kernel, new initrd, but still only one CPU. *huge disapointed sigh*
then i did a grep 'acpi=' on arch/i386/kernel/setup.c for any options i hadn't tried yet:
else if (!memcmp(from, "acpi=off",

) {
else if (!memcmp(from, "acpi=force", 10)) {
else if (!memcmp(from, "acpi=strict", 11)) {
else if (!memcmp(from, "acpi=ht", 7)) {
else if (!memcmp(from, "pci=noacpi", 10)) {
else if (!memcmp(from, "acpi=noirq", 10)) {
else if (!memcmp(from, "acpi_sci=edge", 13))
else if (!memcmp(from, "acpi_sci=level", 14))
else if (!memcmp(from, "acpi_sci=high", 13))
else if (!memcmp(from, "acpi_sci=low", 12))
else if (!memcmp(from, "acpi_skip_timer_override", 24))
tried almost all of them.. no hyperthreading.... how come when i put a windows CD in there it shows me 2 processors and with linux there's no way to get it to work! i hate it when that happens. only thing i can think of is to try an original kernel.org kernel. but CentOS uses a 2.6.9 with a lot of own patches which i would really want to use, specially since software i use on there is ready-built for redhat EL4. please advice
