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.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to