From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 14 03:52:31 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 0918316A4CE for ; Mon, 14 Jun 2004 03:52:31 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B795A43D2F for ; Mon, 14 Jun 2004 03:52:30 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1BZiVI-000HpA-Ts; Sun, 13 Jun 2004 20:51:25 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16589.8380.184428.686582@ran.psg.com> Date: Sun, 13 Jun 2004 20:51:24 -0700 To: "Kevin Oberman" References: <40CCCA40.13713.69080B47@localhost> <20040614034007.BA8045D09@ptavv.es.net> cc: Damian Gerow cc: Dan Langille 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 03:52:31 -0000 > killall dhclient, route flush, ifconfig em0 down perhaps the route -n flush should come after getting em0 down. and, before downing it, i also ifconfig em0 0.0.0.0 so nothing is sticky then, to kick it off, i can dhclient em0 ath0 randy