I've installed 10.2 (since upgraded to 10.3) on a low-power integrated board (http://www.asrock.com/mb/Intel/N3150DC-ITX). I want to use it as a backup host, receiving ZFS snapshots from another box and storing to an external USB3 drive. However, the network has been very unstable with poor throughput and many NIC driver restarts (ie, "re0: watchdog timeout"). It has no expansion slots, so a replacement NIC is not an option.
I've read in several posts that the Realtek drivers are more stable than the built-in kernel drivers. However, I'm really not sure how to go about this. This post seems to describe what I'm trying to do, but I cannot compile the driver.
Steps I've taken:
Do I need to update the makefile to point to the kernel sources?
I've read in several posts that the Realtek drivers are more stable than the built-in kernel drivers. However, I'm really not sure how to go about this. This post seems to describe what I'm trying to do, but I cannot compile the driver.
Steps I've taken:
- Installed 'base' under /usr/src
- Compiled with 'make buildworld' (which took almost a day on this hardware)
- Downloaded Realtek drivers and tried to compile (from outside the kernel sources)
Code:
root@myhost:~/realtek/rtl_bsd_drv_v190 # make
make: "/sys/conf/kmod.mk" line 461: Could not find bsd.clang-analyze.mk
make: Fatal errors encountered -- cannot continue
make: stopped in /root/realtek/rtl_bsd_drv_v190