From owner-freebsd-net@FreeBSD.ORG Wed May 30 12:30:31 2012 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 34515106564A for ; Wed, 30 May 2012 12:30:31 +0000 (UTC) (envelope-from charybdis@telenet.be) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0C0CC8FC0C for ; Wed, 30 May 2012 12:30:31 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SZi2o-0003Ve-NN for freebsd-net@freebsd.org; Wed, 30 May 2012 05:30:30 -0700 Date: Wed, 30 May 2012 05:30:30 -0700 (PDT) From: Kherim To: freebsd-net@freebsd.org Message-ID: <1338381030717-5713365.post@n5.nabble.com> In-Reply-To: <1338243177761-5713012.post@n5.nabble.com> References: <20120425210856.GB8498@michelle.cdnetworks.com> <1338243177761-5713012.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Realtek 8111F 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: Wed, 30 May 2012 12:30:31 -0000 You can install this very easily (P8H77-I, fresh freebsd 9.0 install): 1) download the three driver files: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/re/if_re.c?rev=1.222;content-type=text%2Fplain if_re.c http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/pci/if_rl.c?rev=1.201;content-type=text%2Fplain if_rl.c http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/pci/if_rlreg.h?rev=1.125;content-type=text%2Fplain if_rlreg.h 2) navigate to your download folder (or put it on a usb pen and navigate to that one) 3) copy files to the rght folder: # cp if_re.c /usr/src/sys/dev/re/if_re.c # cp if_rl.c /usr/src/sys/pci/if_rl.c # cp if_rlreg.h /usr/src/sys/pci/if_rlreg.h 4) recompile your kernel: # cd /usr/src/sys/i386/conf # cp GENERIC GENERIC.org # cd /usr/src # make buildkernel KERNCONF=GENERIC # make installkernel KERNCONF=GENERIC # reboot 5) check if adaptor is present # ifconfig -> should show something like: re0: .... ether .... inet .... 5) configurate your adaptor (easy dns config) # ee /etc/rc.conf 6) add the following line: # ifconfig_re0="DHCP" 7) save the file # reboot -- View this message in context: http://freebsd.1045724.n5.nabble.com/Realtek-8111F-tp5661828p5713365.html Sent from the freebsd-net mailing list archive at Nabble.com.