From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 14 01:37:04 2004 Return-Path: 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 0534816A4CE for ; Mon, 14 Jun 2004 01:37:04 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA8B43D2D for ; Mon, 14 Jun 2004 01:37:03 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pandora.afflictions.org (Postfix) with ESMTP id 7768C78C7C; Sun, 13 Jun 2004 21:36:04 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 14C35170C3; Sun, 13 Jun 2004 21:35:38 -0400 (EDT) Date: Sun, 13 Jun 2004 21:35:38 -0400 From: Damian Gerow To: Dan Langille Message-ID: <20040614013538.GI12085@afflictions.org> References: <40CCA91C.15526.688692DD@localhost> <40CCC783.21535.68FD573F@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40CCC783.21535.68FD573F@localhost> X-Operating-System: FreeBSD 5.2-CURRENT on a i386 X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.6i cc: freebsd-mobile@freebsd.org Subject: Re: suspend/resume issues on ThinkPad T41 under 5.2.1-RELEASE X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 01:37:04 -0000 Thus spake Dan Langille (dan@langille.org) [13/06/04 21:32]: : The existing issues after a resume are: : : - blinking cursor at top left (I'll try killing moused in : /etc/suspend and starting it again in /etc/resume) : : - em0 is dead upon resume (I'll try killing dhclient, and starting it : again, as well as setting). I keep getting Would this not be a good idea to do anyway? As you're not guaranteed to resume on the same network you went to sleep on. In fact, I'd wager a guess to say that the majority of resumes will occur on different networks, requiring a different DHCP lease. Just my $0.02. - Damian