[Bug 166724] if_re(4): watchdog timeout

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 11 14:30:08 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166724

--- Comment #92 from Bob Smith <bob at novanet.org> ---
To possibly save anyone else some time, this is exactly what I did to get the
driver installed on my FreeBSD 12.1 system.

svn checkout https://svn.freebsd.org/base/releng/`uname -r | cut -d'-' -f1,1`
/usr/src

portsnap fetch

portsnap extract

cd /usr/ports/net/realtek-re-kmod/

make install

echo 'if_re_load="YES"' >> /boot/loader.conf
echo 'if_re_name="/boot/modules/if_re.ko"' >> /boot/loader.conf

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-net mailing list