http://bugzilla.kernel.org/show_bug.cgi?id=7839
------- Additional Comments From [EMAIL PROTECTED] 2007-02-10 09:27 ------- I had the same issue here with linux 2.6.20 and a ASUS M2400N notebook. The solution for me was to deactivate APIC support (Processor type and features ---> Local APIC support on uniprocessors). After that the kernel runs quite well. Here is a diff of my changed .config: < CONFIG_X86_UP_APIC=y < CONFIG_X86_UP_IOAPIC=y < CONFIG_X86_LOCAL_APIC=y < CONFIG_X86_IO_APIC=y --- > # CONFIG_X86_UP_APIC is not set 164d160 < # CONFIG_X86_MCE_P4THERMAL is not set 306,307d301 < # CONFIG_PCI_MSI is not set < CONFIG_HT_IRQ=y 1787,1788d1780 < CONFIG_X86_FIND_SMP_CONFIG=y < CONFIG_X86_MPPARSE=y ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
