Bug 15439
Summary: | Laptop does consume more power when booted "cold" -- Thinkpad X200s | ||
---|---|---|---|
Product: | Power Management | Reporter: | johannes.schlatow |
Component: | Other | Assignee: | Zhang Rui (rui.zhang) |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | normal | CC: | acpi-bugzilla, akpm, maciej.rutecki, rjw, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | >=2.6.32 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 14885 | ||
Attachments: |
powertop dump (cold boot)
powertop dump (warm boot) powertop dump with idle=halt, cold boot powertop dump with idle=halt, warm boot /proc/acpi (cold boot) /proc/acpi (warm boot) |
Description
johannes.schlatow
2010-03-03 23:09:24 UTC
i'll assign this to PM for now. Rafael, can you please take a look, maybe reassign it? it's a 2.6.32->2.6.33 regression btw. Suppose it's an ACPI issue. What CPU is there in the box? It's a Intel SL9400. please attach the powertop -d output in both cases. does the power consumption drop to normal after a S3? Created attachment 25354 [details]
powertop dump (cold boot)
Created attachment 25355 [details]
powertop dump (warm boot)
The power consumption does not drop to normal after S3. please boot with idle=halt (to disable the processor c-state) and attach the powertop -d in both cases. so we can verify if this is a processor related issue. please also attach the output of "grep . /proc/acpi/* -R" in both cases. Created attachment 25384 [details]
powertop dump with idle=halt, cold boot
Created attachment 25385 [details]
powertop dump with idle=halt, warm boot
Created attachment 25386 [details]
/proc/acpi (cold boot)
Created attachment 25387 [details]
/proc/acpi (warm boot)
hmm, it seems that the LCD brightness is set to differernt levels(40 vs 35), but I don't think this brings the 1.5w difference. could you please make a double check? could you please compile the ACPI battery driver in, rebuild and reboot to single user mode, and then check if the problem still exists? (initialise as few devices as possible) When powertop was running the LCD brightness was set to the lowest level. I just raised the level afterwards to work easily in the terminal. Regarding the ACPI battery driver: Do you mean I should compile the kernel with minimal ACPI features? (In reply to comment #14) > When powertop was running the LCD brightness was set to the lowest level. I > just raised the level afterwards to work easily in the terminal. > > Regarding the ACPI battery driver: > Do you mean I should compile the kernel with minimal ACPI features? no, we compile ACPI battery driver in to get the power consumption info in single user mode. so just compiling this driver in is okay. The problem exists in single user mode as well. This bug became outdated with 2.6.35. This means that I can't reproduce it anymore. |