From owner-freebsd-stable@FreeBSD.ORG Wed Oct 15 16:18:50 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4044F7A1; Wed, 15 Oct 2014 16:18:50 +0000 (UTC) Received: from webmail2.jnielsen.net (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E730C7C; Wed, 15 Oct 2014 16:18:49 +0000 (UTC) Received: from [10.10.1.198] (office.betterlinux.com [199.58.199.60]) (authenticated bits=0) by webmail2.jnielsen.net (8.14.9/8.14.9) with ESMTP id s9FGIk8N025031 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 15 Oct 2014 10:18:48 -0600 (MDT) (envelope-from lists@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.net: Host office.betterlinux.com [199.58.199.60] claimed to be [10.10.1.198] Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: No network interfaces with 10.1-RC2 kernel and 9.2 userland From: John Nielsen In-Reply-To: <543E993B.5050406@vangyzen.net> Date: Wed, 15 Oct 2014 10:18:45 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <4BF232A6-0B0E-4859-AFDB-03854612015C@jnielsen.net> References: <20141013165244.GA61249@hub.FreeBSD.org> <543E993B.5050406@vangyzen.net> To: Eric van Gyzen X-Mailer: Apple Mail (2.1878.6) Cc: re@FreeBSD.org, freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 16:18:50 -0000 On Oct 15, 2014, at 9:56 AM, Eric van Gyzen wrote: > I used freebsd-update to update a 9.2-RELEASE-p10 i386 system to > 10.1-RC2. After installing the kernel and rebooting, still using the > 9.2 userland, ifconfig showed no interfaces. Is this expected? Do I > need to bounce through 9.3 or 10.0 first? Are your interfaces recognized by the kernel? (check dmesg and/or = "pciconf -lv") Does "ifconfig -a" show your interfaces? If so, it just = means they aren't configured. Can you share the relevant portions of your /etc/rc.conf? JN