From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 17 17:26:41 2005 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 1183716A41C for ; Fri, 17 Jun 2005 17:26:41 +0000 (GMT) (envelope-from dscheidt@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC8C43D48 for ; Fri, 17 Jun 2005 17:26:40 +0000 (GMT) (envelope-from dscheidt@panix.com) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail1.panix.com (Postfix) with ESMTP id 3044158B11; Fri, 17 Jun 2005 13:26:40 -0400 (EDT) Received: (from dscheidt@localhost) by panix3.panix.com (8.11.6p3/8.8.8/PanixN1.1) id j5HHQeH12538; Fri, 17 Jun 2005 13:26:40 -0400 (EDT) Date: Fri, 17 Jun 2005 13:26:40 -0400 From: David Scheidt To: Marcin Jessa Message-ID: <20050617172640.GA17819@panix.com> References: <20050616213320.GA12473@panix.com> <20050616215348.GA2611@holestein.holy.cow> <20050616224900.GA19527@panix.com> <20050617094453.38ca1b89.lists@yazzy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050617094453.38ca1b89.lists@yazzy.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-mobile@freebsd.org Subject: Re: Suspend/Resume not working on thinkpad T42 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: Fri, 17 Jun 2005 17:26:41 -0000 On Fri, Jun 17, 2005 at 09:44:53AM +0200, Marcin Jessa wrote: > I had the same problem when my R50e was suspended with the iwi module loaded. > The laptop did not respond even though it seemed to resume. > When I suspended my laptop without the module I could resume it just fine from X and back to X. > Try to disable some of your devices and suspend your laptop. > Maybe my notes on R50e can help as well: > http://www.yazzy.org/configs/freebsd/thinkpad/ Stoping dhclient on iwi0, downing the interface, and unloading if_iwi in /etc/rc.suspend (and doing the reverse in rc.resume) seems to make resume work. Is closing the lid (with hw.acpi.lid_switch_state=S3, of course) supposed to call rc.suspend? It doesn't seem to be. It's not a big deal, as I can get devd to do the right thing, I think.