Opened 17 years ago
Closed 17 years ago
#31 closed defect (fixed)
Wrong "Time remaining" indication by APM.ADD
Reported by: | anonymous | Owned by: | pasha |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | APM Compatibility Driver | Version: | 3.01 |
Keywords: | time | Cc: |
Description
This is a Toshiba Tecra A5 laptop. I installed latest beer battery widget to control battery status. Icons are right, percentage status is right, status (charging/discharging) is right, but time indication is always "6 minutes remaining", with battery full charged, with battery almost empty or on AC...
Attachments (4)
Change History (8)
follow-up: 3 comment:1 by , 17 years ago
by , 17 years ago
Attachment: | acpibattery.log added |
---|
comment:2 by , 17 years ago
I see this too. Seems ACPI can't read correctly the battery discharge rate on some machines. Pasha and I tried to fix the dsdt table for my laptop, but I wonder if something could be done in acpi to fix this, ie:
- if detected rate is 0
- check battery life remaining at a given time
- check battery life remaining a given time later
- calculate remaining life by looking at how much battery life has been used in a given time to determine the rate?
comment:3 by , 17 years ago
Replying to anonymous:
Forgot to add my name :-)
Bye Gabriele Gamba
what show widjet and AcpiBattery when AC is off ?
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Time can't be fixed, because in table:
Store (BST1, Index (PBST, 0x00)) Store (0x00, Index (PBST, 0x01)) <--- Battery rate Store (Local2, Index (PBST, 0x02)) Store (Local3, Index (PBST, 0x03))
And this table give error with compile
Forgot to add my name :-)
Bye Gabriele Gamba