Bug 5048
Summary: | Batery state is completely messed up | ||
---|---|---|---|
Product: | ACPI | Reporter: | Gustavo Noronha Silva (kov) |
Component: | Power-Battery | Assignee: | Luming Yu (luming.yu) |
Status: | REJECTED DUPLICATE | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.9 -> 2.6.12 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
dmesg output for 2.6.13.2
disassembled code extracted with acpidmp 2.6.14-rc2 with ec_burst=1 log for 2.6.14-rc2 with no aditional cmd line options |
Description
Gustavo Noronha Silva
2005-08-11 20:38:46 UTC
Please try linux-2.6.13-rc6 with patch filed at bug 3851. Pleast test it with ec_burst=1 and ec_burst=0. I believe this issue has been fixed like bug 3974. Please reopen it, if you still have this problem. *** This bug has been marked as a duplicate of 3974 *** I'll try what has been suggested in bug #3851, but since I've done some more data mining, let me post them here, first. My system does have a Smart Battery System, from what I could investigate (it's an hp nx9010). I'll attach the disassembled dsdt and dmesg output I collected. Created attachment 6175 [details]
dmesg output for 2.6.13.2
comments after --- marks
Created attachment 6176 [details]
disassembled code extracted with acpidmp
ok, following Luming's suggestion at http://bugzilla.kernel.org/show_bug.cgi?id=3851 I tested 2.6.14-rc2; it seems to work alright with ec_burst=1 but has the same problem without it; I'm attaching the log messages FWIW. Created attachment 6179 [details]
2.6.14-rc2 with ec_burst=1
Created attachment 6180 [details]
log for 2.6.14-rc2 with no aditional cmd line options
btw, it is interesting to note that in both boots I had these messages being showed multiple times with 1 or 2 seconds in between until I rmmod'ed and modprobe'd battery: Sep 28 17:32:52 localhost kernel: [ACPI Debug] String: [0x12] "CMBatt - _BIF.BAT1" Sep 28 17:32:52 localhost kernel: [ACPI Debug] String: [0x12] "CMBatt - _BST.BAT1" Sep 28 17:32:52 localhost kernel: [ACPI Debug] String: [0x0D] "CMBatt - _PSR" Also, X seems to have a problem trying to locate the mouse; that's probably unrelated, but I guess it won't hurt to mention. |