From owner-freebsd-acpi@FreeBSD.ORG Mon Apr 18 17:09:32 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0CED16A4CE for ; Mon, 18 Apr 2005 17:09:32 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9E543D2D for ; Mon, 18 Apr 2005 17:09:32 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout5-ext.prodigy.net (pimout5-ext.prodigy.net [207.115.63.73])j3IH8uO0030988 for ; Mon, 18 Apr 2005 13:08:56 -0400 X-ORBL: [67.119.74.222] Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])j3IH9O0D085430; Mon, 18 Apr 2005 13:09:31 -0400 Message-ID: <4263E9BF.4050501@root.org> Date: Mon, 18 Apr 2005 10:09:19 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Guy Brand References: <20050417205230.GC837@chimie.u-strasbg.fr> In-Reply-To: <20050417205230.GC837@chimie.u-strasbg.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-acpi@freebsd.org Subject: Re: hw.acpi.battery.life alway at 100 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 17:09:33 -0000 Guy Brand wrote: > I rebuild last night from > > FreeBSD 5.4-PRERELEASE #3: Thu Mar 17 09:54:55 CET 2005 > > to > > FreeBSD 5.4-STABLE #4: Sun Apr 17 01:23:49 CEST 2005 > > and since hw.acpi.battery.life doesn't change its value: > > # sysctl hw.acpi.battery > hw.acpi.battery.life: 100 > hw.acpi.battery.time: 123 > hw.acpi.battery.state: 1 > hw.acpi.battery.units: 1 > hw.acpi.battery.info_expire: 5 > > # sysctl hw.acpi.battery > hw.acpi.battery.life: 100 > hw.acpi.battery.time: 94 > hw.acpi.battery.state: 1 > hw.acpi.battery.units: 1 > hw.acpi.battery.info_expire: 5 > > # sysctl hw.acpi.battery > hw.acpi.battery.life: 100 > hw.acpi.battery.time: -1 > hw.acpi.battery.state: 2 > hw.acpi.battery.units: 1 > hw.acpi.battery.info_expire: 5 > > While is was working with 5.4-PRERELEASE. > gb You'll have to do more investigating. There were no MFCs that I can see to acpi between those two dates. First, compare the output of dmesg between the working and non-working kernels and see if anything has changed. -- Nate