From owner-freebsd-questions@FreeBSD.ORG Sun Sep 9 16:20:18 2007 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 1139016A419 for ; Sun, 9 Sep 2007 16:20:18 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 971FF13C47E for ; Sun, 9 Sep 2007 16:20:17 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 17F631CCA6 for ; Sun, 9 Sep 2007 08:20:14 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 9 Sep 2007 18:20:11 +0200 User-Agent: KMail/1.9.7 References: <048DAE2206FF0D45844991688ABAD6480129CBD7@Mercury.nz.prolificx.com> In-Reply-To: <048DAE2206FF0D45844991688ABAD6480129CBD7@Mercury.nz.prolificx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709091820.12456.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Realtek RTL8169 - no driver attached 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, 09 Sep 2007 16:20:18 -0000 On Sunday 09 September 2007 12:37:20 Stefan Schablowski wrote: > Hi all, > > I would like to install FreeBSD 6.2 on a i386 system that includes a > Realtek RTL8169 network card, but when booting from the install CD or > > from the installed system, there seems to be a problem with the driver: > > dmesg > > ... > pci0: at device 13.0 (no driver attached) > ... > > > pciconf -l -v > > ... > none0@pci0:13:0: class=0x020000 card=0x816910ec chip=0x816910ec rev=0x10 > hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RTL8169 Gigabit Ethernet Adapter' > class = 'Network' > subclass = ethernet > ... > > > kldload if_re > > kldload: can't load if_re: File exists > > I've been running a FreeBSD server in production for over a year now and > this is the first time ever I even have to think about hardware. The > card itself is a cheap no-name card. > > What am I doing wrong ? There's a commit in -STABLE (after 6.2-RELEASE) that references detection problems in this driver (allthough it references other product numbers). If you can manage this, try updating to STABLE or if that's not an option and you know your way around, you could only update the driver files. -- Mel