From owner-freebsd-net@FreeBSD.ORG Mon Nov 15 23:11:45 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F8D81065673 for ; Mon, 15 Nov 2010 23:11:45 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id C15C68FC19 for ; Mon, 15 Nov 2010 23:11:44 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 1E841E71EC for ; Mon, 15 Nov 2010 23:11:44 +0000 (GMT) Received: from core.nessbank (client-86-27-19-226.glfd.adsl.virginmedia.com [86.27.19.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA for ; Mon, 15 Nov 2010 23:11:43 +0000 (GMT) From: Bruce Cran To: freebsd-net@freebsd.org Date: Mon, 15 Nov 2010 23:11:42 +0000 User-Agent: KMail/1.13.5 (FreeBSD/9.0-CURRENT; KDE/4.5.3; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201011152311.42968.bruce@cran.org.uk> Subject: if_msk not working after suspend/resume if only one adapter is present X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 23:11:45 -0000 I've been trying to get suspend/resume working on my Dell laptop. I have two if_msk adapters: one's the built-in 100Mb port and the other's a Sonnet Gb ExpressCard NIC. I've noticed that if I boot with the Gb card installed both ports work fine when the laptop has been resumed but if I don't have the Gb card installed then the built-in port stops working. Is there any way to debug what might be going wrong? -- Bruce Cran