From owner-freebsd-current Mon Sep 9 2:15:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8B9237B400 for ; Mon, 9 Sep 2002 02:15:46 -0700 (PDT) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60D843E65 for ; Mon, 9 Sep 2002 02:15:45 -0700 (PDT) (envelope-from john@veidit.net) Received: from d1o1000.telia.com (d1o1000.telia.com [217.208.12.241]) by maile.telia.com (8.12.5/8.12.5) with ESMTP id g899Fin1023698; Mon, 9 Sep 2002 11:15:44 +0200 (CEST) X-Original-Recipient: current@FreeBSD.ORG Received: from Sleeper (h60n2fls35o1000.telia.com [217.210.235.60]) by d1o1000.telia.com (8.10.2/8.10.1) with SMTP id g899FhR12557; Mon, 9 Sep 2002 11:15:44 +0200 (CEST) Date: Mon, 9 Sep 2002 11:15:43 +0200 From: John Angelmo To: Mark Santcroos Cc: current@FreeBSD.ORG Subject: Re: apm support Message-Id: <20020909111543.55dbac6f.john@veidit.net> In-Reply-To: <20020909085607.GA743@laptop.6bone.nl> References: <20020907192910.575335e7.john@veidit.net> <20020909063616.GA887@laptop.6bone.nl> <3D7C608C.118BE344@mindspring.com> <20020909085607.GA743@laptop.6bone.nl> X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 9 Sep 2002 10:56:07 +0200 Mark Santcroos wrote: > > > > Battery status: unknown > > > > Remaining battery time: unknown > > > > Battery 0: > > > > Battery status: unknown > > > > Remaining battery time: 0:00:00 > > > > APM Capabilities: > > > > unknown > > What does: 'sysctl -a hw.acpi' show? sysctl -a hw.acpi hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: S1 hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 0 hw.acpi.s4bios: 1 hw.acpi.verbose: 0 hw.acpi.cpu.max_speed: 8 hw.acpi.cpu.current_speed: 8 hw.acpi.cpu.performance_speed: 8 hw.acpi.cpu.economy_speed: 4 hw.acpi.acline: 1 hw.acpi.battery.life: 98 hw.acpi.battery.time: -1 hw.acpi.battery.state: 0 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 > And what does the 'apm' command show when you unplug your AC? > Plugged out and then plugged in right after that: -bash-2.05b$ apm APM version: 1.2 APM Managment: Enabled AC Line status: on-line Battery status: charging Remaining battery life: invalid value (0xffffffff) Remaining battery time: unknown Number of batteries: 1 Battery 0: Battery status: not present APM Capabilities: unknown -bash-2.05b$ apm APM version: 1.2 APM Managment: Enabled AC Line status: on-line Battery status: high Remaining battery life: 92% Remaining battery time: 3:03:00 Number of batteries: 1 Battery 0: Battery status: high Remaining battery life: 92% Remaining battery time: 3:03:00 APM Capabilities: unknown -bash-2.05b$ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message