Bernd Prager <[EMAIL PROTECTED]> writes: > $ cat /proc/cpuinfo > processor : 0 > vendor_id : AuthenticAMD > cpu family : 15 > model : 43 > model name : AMD Hammer Family processor - Model Unknown
This means your BIOS does not know your specific CPU. This could to all kinds of subtle problems. Try to find a BIOS upgrade. > Any ideas how I can configure the kernel to fix that? The usual mistake is to not enable CONFIG_ACPI, although if the BIOS is really old and doesn't detect the dualcoreness of your CPU then that might also not help. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

