From owner-freebsd-mobile@FreeBSD.ORG Mon Mar 27 13:35:15 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 606AF16A400 for ; Mon, 27 Mar 2006 13:35:15 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id E773843D45 for ; Mon, 27 Mar 2006 13:35:14 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 11566 invoked from network); 27 Mar 2006 23:35:14 +1000 Received: from 210-84-39-124.dyn.iinet.net.au (HELO localhost) (210.84.39.124) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 27 Mar 2006 23:35:14 +1000 Date: Mon, 27 Mar 2006 23:35:09 +1000 From: Norberto Meijome To: freebsd-mobile@freebsd.org Message-ID: <20060327233509.22c4780d@localhost> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ACPI Suspend, devd and rc.suspend 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: Mon, 27 Mar 2006 13:35:15 -0000 Hi there, machine : Thinkpad z60m, acpi.ko, acpi_ibm.ko loaded, 6.1 Prerelease kernel and world as of yesterday. If I run zzz , /etc/rc.suspend is run. on resume, /etc/rc.resume is executed. If I hit Fn-F4 ( == suspend event), the acpi sets the machine to suspend mode, but /etc/rc.suspend is NOT executed, and neither is /etc/rc.resume on resume. I don't know how to tell if devd catches the suspend event. I run it in debug mode (devd -dD) but couldn't see anything other than all the device motherboard's USB hubs being pulled off and added back in. I would love some enlightenment on this subject. Thanks in advance for any help or comments, Beto