From owner-freebsd-stable@FreeBSD.ORG Sun Oct 29 21:52:48 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A40A116A40F for ; Sun, 29 Oct 2006 21:52:48 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DCA43D58 for ; Sun, 29 Oct 2006 21:52:41 +0000 (GMT) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 6F0E44203 for ; Sun, 29 Oct 2006 13:52:41 -0800 (PST) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id 4CA6B4204 for ; Sun, 29 Oct 2006 13:52:41 -0800 (PST) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.4/8.13.4) with ESMTP id k9TLqdFh051694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 29 Oct 2006 13:52:40 -0800 (PST) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.4/8.13.4/Submit) id k9TLqd4S051689; Sun, 29 Oct 2006 13:52:39 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17733.8871.321172.220869@satchel.alerce.com> Date: Sun, 29 Oct 2006 13:52:39 -0800 To: freebsd-stable@freebsd.org X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Subject: 6.2-PRERELEASE mostly works on Sony PCG-Z505JE (APM problem). X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2006 21:52:48 -0000 I installed 6.2-PRERELEASE on my trusty but slow Sony PCG-Z505JE and things generally just worked (including an Atheros based pc-card). Historically I've set the machine up to use APM, and suspend and resume to either memory or a magically prepared disk partition worked well. With 6.2 I can't seem to get APM hooked up. I've disabled ACPI by unsetting ACPI_LOAD at the loader prompt and loaded apm, but when I boot there aren't any apm messages in the dmesg output and /dev/apm doesn't exist (which irritates apmd). Things actually work surprisingly well with ACPI, including suspending into S3 with acpiconf. I'd be happy to run that way except that the suspend key (Fn+Esc) doesn't work, so I have to sudo acpiconf -s 3 every time I want to suspend. Does anyone have any idea how to either make the suspend key work or get apm to behave? Thanks, g.