kernel will not boot on my thinkpad r40e

Bug #3819 reported by Martin Garton
4
Affects Status Importance Assigned to Milestone
linux-source-2.6.12 (Ubuntu)
Invalid
Medium
Unassigned
linux-source-2.6.15 (Ubuntu)
Fix Released
Medium
Ben Collins

Bug Description

Thinkpad r40 are blacklisted in processor_idle.c to prevent a crash by going into c2 or c3 state. My bios version is missing from the blacklist, so I have to boot with acpi off.

--- drivers/acpi/processor_idle.c_old 2005-11-02 18:19:01.000000000 +0000
+++ drivers/acpi/processor_idle.c 2005-11-02 18:18:14.000000000 +0000
@@ -140,6 +140,9 @@
        { set_max_cstate, "IBM ThinkPad R40e", {
          DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
          DMI_MATCH(DMI_BIOS_VERSION,"1SET65WW") }, (void*)1},
+ { set_max_cstate, "IBM ThinkPad R40e", {
+ DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
+ DMI_MATCH(DMI_BIOS_VERSION,"1SET68WW") }, (void*)1},
        { set_max_cstate, "Medion 41700", {
          DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
          DMI_MATCH(DMI_BIOS_VERSION,"R01-A1J") }, (void*)1},

Changed in linux-source-2.6.12:
assignee: nobody → ubuntu-kernel-team
Changed in linux-source-2.6.12:
status: New → Rejected
Changed in linux-source-2.6.15:
assignee: nobody → ben-collins
status: New → PendingUpload
Changed in linux-source-2.6.15:
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote : Kernel team bugs

Per a decision made by the Ubuntu Kernel Team, bugs will longer be assigned to the ubuntu-kernel-team in Launchpad as part of the bug triage process. The ubuntu-kernel-team is being unassigned from this bug report. Refer to https://wiki.ubuntu.com/KernelTeamBugPolicies for more information. Thanks.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.