Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 14:30:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 166724] if_re(4): watchdog timeout
Message-ID:  <bug-166724-7501-ggCur0naow@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-166724-7501@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #92 from Bob Smith <bob@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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-166724-7501-ggCur0naow>