From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 07:24:43 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0781916A407 for ; Sun, 10 Dec 2006 07:24:43 +0000 (UTC) (envelope-from rj@moxad.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E9B343C9E for ; Sun, 10 Dec 2006 07:23:33 +0000 (GMT) (envelope-from rj@moxad.com) Received: (qmail 57072 invoked from network); 10 Dec 2006 07:24:41 -0000 Received: from unknown (HELO server2.moxad.com) (rjwhite@rogers.com@74.99.241.165 with login) by smtp109.rog.mail.re2.yahoo.com with SMTP; 10 Dec 2006 07:24:41 -0000 X-YMail-OSG: THuMaJsVM1k64QwDV13ugEbPd9WYQiCpV_obX3j9LgojXrPyZW9hdzhdxBB6ZYEh8A6H5ybtiXNBJ_9mkLJEzG9Na_DneJYi_xRYgU8vwwAJblFzxcKJU8b_tPiBo5n336oblk8_iVHoXZ4Hvy3v29xs6VKRGlAnzxsAUGGqRULTCWEL7aTyU28y9TtA Received: by server2.moxad.com (Postfix, from userid 1000) id 966AF3531F9; Sun, 10 Dec 2006 02:27:44 -0500 (EST) Date: Sun, 10 Dec 2006 02:27:44 -0500 From: RJ White To: freebsd-mobile@freebsd.org Message-ID: <20061210072744.GA94138@server2.moxad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: suspend using APM on a Sony PCG-F350 with FreeBSD 6.1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2006 07:24:43 -0000 Folks, I have a old Sony PCG-F350 laptop running FreeBSD 6.1-RELEASE-p11 that I would really like to get suspend (zzz) using APM to work. This is a old laptop (~ 8 years?) and so I can't use ACPI. From dmesg : ACPI disabled by blacklist. Contact your BIOS vendor. My kernel config only differs from the GENERIC by : ident LAPTOP2 device sound device apm # no longer commented out My /boot/device.hints has : hint.apm.0.disabled="0" # default is 1 and I've tried : hint.apm.0.flags="0x20" both enabled and commented out. In /boot/loader.conf I have : apm_load="YES" I have tried with apmd both running and not running. 'apm -s' gives 1. dmesg tells me : apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 I find that APM sorta works - xbatt works for example. But if I try to suspend (zzz), whether from a xterm under X or not, the display stays the same, keyboard seems unresponsive although I can sometimes switch to a different virtual terminal, but as soon as I attempt to get a response by hitting any keys, I get a constant low beep and I have to kill the power. suspend used to work on this laptop long ago, with a older version of FreeBSD. Probably 4.4 to 4.8 or so. Any hints ? Am I missing something obvious? thanx! -rj