Bug 8407 - Battery information incomplete on Vaio VGN-FE790 (PCG-7R1L)
Summary: Battery information incomplete on Vaio VGN-FE790 (PCG-7R1L)
Status: REJECTED INVALID
Alias: None
Product: ACPI
Classification: Unclassified
Component: Power-Battery (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Vladimir Lebedev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 20:44 UTC by Mike Lundy
Modified: 2007-05-01 02:50 UTC (History)
0 users

See Also:
Kernel Version: 2.6.21-rc7-mm2
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
Kernel config (39.30 KB, text/plain)
2007-04-29 20:45 UTC, Mike Lundy
Details
dmidecode output (5.50 KB, text/plain)
2007-04-29 20:46 UTC, Mike Lundy
Details
Dmesg output (24.27 KB, text/plain)
2007-04-30 20:28 UTC, Mike Lundy
Details
acpidump (122.85 KB, text/plain)
2007-04-30 20:28 UTC, Mike Lundy
Details

Description Mike Lundy 2007-04-29 20:44:54 UTC
Most recent kernel where this bug did *NOT* occur: Every kernel I tried.
Distribution: Gentoo
Hardware Environment:Sony Vaio VGN-FE790 (PCG-7R1L), Sony VGP-BPS2B battery
Software Environment:
Problem Description:

System monitors report charge % for battery, but do not report charge/discharge
time. I assume that is related to:

mike@dan:~> cat /proc/acpi/battery/BAT0/info                                   
                                                                    
present:                 yes
design capacity:         53280 mWh
last full capacity:      53280 mWh
battery technology:      non-rechargeable
design voltage:          117880 mV
design capacity warning: 1000 mWh
design capacity low:     400 mWh
capacity granularity 1:  100 mWh
capacity granularity 2:  100 mWh
model number:            
serial number:           
battery type:            LiOn
OEM info:                Sony Corp.

mike@dan:~> cat /proc/acpi/battery/BAT0/state                                  
                                                                    
present:                 yes
capacity state:          ok
charging state:          charging
present rate:            unknown
remaining capacity:      16810 mWh
present voltage:         unknown

Is this a support issue, or does the battery just not report enough information?
Comment 1 Mike Lundy 2007-04-29 20:45:28 UTC
Created attachment 11336 [details]
Kernel config
Comment 2 Mike Lundy 2007-04-29 20:46:03 UTC
Created attachment 11337 [details]
dmidecode output
Comment 3 Vladimir Lebedev 2007-04-30 17:11:35 UTC
>Most recent kernel where this bug did *NOT* occur: Every kernel I tried. 
Can you clarify 'bug did *NOT* occur: Every kernel I tried'?. Is it new bug? 
Please attach the battery files content in normal case (if present). 
Also, please attach acpidump and dmesg output. 
 
Comment 4 Mike Lundy 2007-04-30 20:28:10 UTC
Created attachment 11353 [details]
Dmesg output
Comment 5 Mike Lundy 2007-04-30 20:28:34 UTC
Created attachment 11354 [details]
acpidump
Comment 6 Mike Lundy 2007-04-30 20:31:27 UTC
No kernel I tried reported the information correctly. The battery files are
above (unless I misunderstand what battery files you need?) BAT0 is the only
battery.
Comment 7 Vladimir Lebedev 2007-05-01 02:48:05 UTC
     
Please look at your DSDT (_BST method):   
The 'present rate' and 'present voltage' are hard coded as 'unknown' value -   
0xFFFFFFFF, so the system monitor can not determine charge/discharge  
time.  
This is hardware/bios issue, the battery does not not report enough 
information. 
 

Note You need to log in before you can comment on or make changes to this bug.