From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Renninger Subject: Re: 2.6.21-rc7-mm2 -- gnome-power-manager always shows the power as coming from AC Date: Fri, 27 Apr 2007 10:10:47 +0200 Message-ID: <1177661447.1231.689.camel@queen.suse.de> References: <20070426142824.9da91feb.akpm@linux-foundation.org> Reply-To: trenn@suse.de Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from ns2.suse.de ([195.135.220.15]:45953 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755484AbXD0IKt (ORCPT ); Fri, 27 Apr 2007 04:10:49 -0400 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Miles Lane Cc: Andrew Morton , LKML , linux-acpi@vger.kernel.org, Vladimir Lebedev , Len Brown On Thu, 2007-04-26 at 15:52 -0700, Miles Lane wrote: > On 4/26/07, Andrew Morton wrote: > > On Thu, 26 Apr 2007 12:13:00 -0700 "Miles Lane" wrote: > > > > > One possible issue is that /proc/acpi/power_resource/ is an empty directory. > > > Otherwise, the ACPI information seems to be fine: > > > > > > # cat /proc/acpi/ac_adapter/ACAD/state > > > state: on-line > > > # cat /proc/acpi/ac_adapter/ACAD/state > > > state: off-line > > > > > > # cat /proc/acpi/battery/BAT0/state > > > present: yes > > > capacity state: ok > > > charging state: discharging > > > present rate: 0 mA > > > remaining capacity: 7072 mAh > > > present voltage: 12487 mV > > > > > > When I unplug the power cable, /proc/acpi/battery/BAT0/state (present > > > rate) shows that current flowing from the battery. > > > > > > # cat /proc/acpi/button/lid/LID0/state > > > state: closed > > > # cat /proc/acpi/button/lid/LID0/state > > > state: open > > > > hm, I'm looking suspiciously at "ACPI: Cache battery status instead of > > re-evaluating AML". > > > > What sort of machine is this? > > HP Pavilion dv1240us Does compiling CONFIG_MOUSE_PS2= as module (and best not loading it) or compiling it out help? Thomas