Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 05:30:30 -0700 (PDT)
From:      Kherim <charybdis@telenet.be>
To:        freebsd-net@freebsd.org
Subject:   Re: Realtek 8111F
Message-ID:  <1338381030717-5713365.post@n5.nabble.com>
In-Reply-To: <1338243177761-5713012.post@n5.nabble.com>
References:  <CANfQtgUb9VSm5KBQOrQMCTOdkgW4u697W8kFdGqJNqEa4iqPwg@mail.gmail.com> <20120425210856.GB8498@michelle.cdnetworks.com> <1338243177761-5713012.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1338381030717-5713365.post>