Bug 3734
Summary: | Need smart battery support - Acer travelmate 3202 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Jimmy Baeten (necroman) |
Component: | Power-Battery | Assignee: | Vladimir Lebedev (vladimir.p.lebedev) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, shaohua.li, sziwan |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.9 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
acpicmp dump
acpi dump for TravelMate 2303LCi acpi dump for TravelMate 2303LCi SBS drivers Version for 2.6.17-git* improved version |
Description
Jimmy Baeten
2004-11-11 15:16:59 UTC
You possibly have a smart battery, please attach your acpidmp. Created attachment 4021 [details]
acpicmp dump
here is the dump from acpidmp, its 80mb
Yes, I'm certainly sure you have a smart battery. No smart battery driver support in Linux currently. *** Bug 3368 has been marked as a duplicate of this bug. *** Somebody (on acpi-devel@lists.sourceforge.net maillist) is working on a smart battery driver, please wait. Acer TravelMate 2300LCi seems to have the same problem. DSDT shows no battery device. But if there were a smart battery, shouldn't we see a SBST in the RSDT? Created attachment 4508 [details]
acpi dump for TravelMate 2303LCi
Created attachment 4509 [details]
acpi dump for TravelMate 2303LCi
SmartBattery driver from Rich Townsend : http://shayol.bartol.udel.edu/~rhdt/download/acpi_sbs-20050119.tar.gz is able to find smart battery on TravelMate 2303LCi. It requires two functions to be exported from the ec driver (acpi_ec_read and acpi_ec_write). ac_adapter is still missing thow. Created attachment 8137 [details]
SBS drivers
These SBS drivers are based of Ducrot Bruno and Rich Townsend drivers,
Config:
Drivers depend on I2C (Drivers Devices -?? I2C support = Y)
These drivers work fine on Acer 2300.
I am interested in their behavior on your system.
Also: all data in ??/proc/acpi/battery and /proc /acpi/ac_adapter ?? files are
updated each minute.
I would like to hear your opinion and comments.
All ideas and suggestions are wellcome.
Created attachment 8467 [details]
Version for 2.6.17-git*
This version is not compatible with 2.6.17.2/3 stable version (function
acpi_os_execute() is absent in 2.6.17.2/3)
applied patches in comment #11 to acpi-test shipped at linux-2.6.17-git25, in time for linux-2.6.18-rc1. closed. Created attachment 8586 [details]
improved version
For 2.6.18* versions.
The main features are:
a) the time of ac_adapter checking - about 5 seconds.
a) the time of battery checking - the same 60 seconds.
Len, please add it to the next ACPI update.
|