From owner-freebsd-questions@FreeBSD.ORG Sun Nov 23 00:04:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5FB21065675 for ; Sun, 23 Nov 2008 00:04:56 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx1.utsp.utwente.nl [130.89.2.12]) by mx1.freebsd.org (Postfix) with ESMTP id 512FD8FC0A for ; Sun, 23 Nov 2008 00:04:55 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id mAN04pij025555; Sun, 23 Nov 2008 01:04:52 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sun, 23 Nov 2008 01:04:51 +0100 User-Agent: KMail/1.9.10 References: <20621867.post@talk.nabble.com> In-Reply-To: <20621867.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811230104.51537.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: hamtilla Subject: Re: RTL8168/8111 Not Being Assigned to Interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2008 00:04:56 -0000 On Friday 21 November 2008, hamtilla wrote: > I'm running 7.0-RELEASE-i386 on Jetway's NC92-N230 mainboard. The board has > one integrated RTL8168/8111 gigabit NIC as well as an expansion board with > three RTL8168/8111 NICs. > > none2@pci0:1:0:0: class=0x020000 card=0x816810ec chip=0x816810ec > rev=0x02 hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > class = network > subclass = ethernet This NIC requires FreeBSD 7-STABLE or -CURRENT. You can probably copy the if_re driver from -STABLE to your source tree and recompile the kernel, or simply update to 7-STABLE. Hope this helps, Pieter de Goeje