* broken acpi support for battery 2.6.14
@ 2005-11-13 10:04 Kevin Verma
[not found] ` <baf307070511130204h31c7f6bfv35067ce4c53fd868-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Verma @ 2005-11-13 10:04 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hello,
I am continuesly noticing that the battery status being shown as NA
and it is not possible to see the charge remaining via "Gnome battery
charge monitor" while the output from /proc FS and dmesg are as below
:
--------------------
[root@localhost /]# cat /proc/acpi/battery/BAT0/info
present: yes
ERROR: Unable to read battery information
--------------------
[root@localhost /]# cat /proc/acpi/battery/BAT0/alarm
alarm: 1206 mWh
--------------------
[root@localhost /]# cat /proc/acpi/battery/BAT0/state
present: yes
capacity state: ok
charging state: charging
present rate: 2138 mW
remaining capacity: 22420 mWh
present voltage: 12508 mV
--------------------
dmesg :
ACPI-0292: *** Error: Looking up [SERN] in namespace, AE_ALREADY_EXISTS
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.GBIF] (Node c145e9e0), AE_ALREADY_EXISTS
application nt uses obsolete OSS audio interface
ACPI-0213: *** Error: Method reached maximum reentrancy limit (255)
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c145d8a0), AE_AML_METHOD_LIMIT
ACPI-0213: *** Error: Method reached maximum reentrancy limit (255)
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c145d8a0), AE_AML_METHOD_LIMIT
ACPI-0213: *** Error: Method reached maximum reentrancy limit (255)
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c145d8a0), AE_AML_METHOD_LIMIT
ACPI-0213: *** Error: Method reached maximum reentrancy limit (255)
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c145d8a0), AE_AML_METHOD_LIMIT
ACPI-0213: *** Error: Method reached maximum reentrancy limit (255)
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c145d8a0), AE_AML_METHOD_LIMIT
ACPI-0213: *** Error: Method reached maximum reentrancy limit (255)
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c145d8a0), AE_AML_METHOD_LIMIT
ACPI-0213: *** Error: Method reached maximum reentrancy limit (255)
ACPI-0508: *** Error: Method execution failed
[\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c145d8a0), AE_AML_METHOD_LIMIT
----------------------
Any possible outlook, if there are any bad effects on the hardware
while this problem remains unsolved ?
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: broken acpi support for battery 2.6.14
[not found] ` <baf307070511130204h31c7f6bfv35067ce4c53fd868-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2005-11-13 10:53 ` Sven Hoexter
2005-11-14 7:34 ` marek czardybon
1 sibling, 0 replies; 3+ messages in thread
From: Sven Hoexter @ 2005-11-13 10:53 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Sun, Nov 13, 2005 at 03:34:31PM +0530, Kevin Verma wrote:
> Hello,
>
> I am continuesly noticing that the battery status being shown as NA
> and it is not possible to see the charge remaining via "Gnome battery
> charge monitor" while the output from /proc FS and dmesg are as below
It's a problem with preempt in your kernel.
Please take a look at the following threads:
http://marc.theaimsgroup.com/?l=acpi4linux&m=113102890512735&w=2
http://marc.theaimsgroup.com/?l=acpi4linux&m=113143773517580&w=2
HTH
Sven
--
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
[The Cardigans - 03:45: No sleep]
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: broken acpi support for battery 2.6.14
[not found] ` <baf307070511130204h31c7f6bfv35067ce4c53fd868-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2005-11-13 10:53 ` Sven Hoexter
@ 2005-11-14 7:34 ` marek czardybon
1 sibling, 0 replies; 3+ messages in thread
From: marek czardybon @ 2005-11-14 7:34 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Kevin Verma
Dnia 2005-11-13 11:04, Kevin Verma napisał:
> Hello,
>
> I am continuesly noticing that the battery status being shown as NA
> and it is not possible to see the charge remaining via "Gnome battery
> charge monitor" while the output from /proc FS and dmesg are as below
> :
> --------------------
> [root@localhost /]# cat /proc/acpi/battery/BAT0/info
> present: yes
> ERROR: Unable to read battery information
[cut]
I've the same problem.
the solve was this patch http://bugzilla.kernel.org/show_bug.cgi?id=5322
With regards.
--
marek czardybon / maxilee +48 0697 724 404 http://inbox.eu.org
GG:3299479 JAB:maxilee-veJsmC5npURmR6Xm/wNWPw@public.gmane.org http://outbox.eu.org
ARP: 00:C0:9F:AA:EB:3F GCC d? s:- a- C+++ UL++ P++ L++ E--- W+
N+ o K w--- O M- V- PS+ PE+ Y PGP t 5 X+R+ !tv b+ DI- D++ G e h r++ y?
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-14 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-13 10:04 broken acpi support for battery 2.6.14 Kevin Verma
[not found] ` <baf307070511130204h31c7f6bfv35067ce4c53fd868-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2005-11-13 10:53 ` Sven Hoexter
2005-11-14 7:34 ` marek czardybon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox