This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menumake: "/usr/share/mk/bsd.sysdir.mk" line 15: Unable to locate the kernel source tree. Set SYSDIR to override.
Quote from: tracerrx on May 09, 2022, 04:36:01 PM
From the command line of your opnsense box:pkg install git
pkg install wget
cd /usr
git clone https://github.com/opnsense/plugins
git clone https://github.com/opnsense/ports
git clone https://github.com/opnsense/src
cd src/
git checkout
git checkout stable/22.1
cd /tmp
wget https://downloadmirror.intel.com/682705/igb-2.5.21.tar.gz
tar xzf igb-2.5.21.tar.gz
cd igb-2.5.21/src
make
cp if_igb.ko /boot/modules/if_igb_updated.ko
From the opnsense GUI:
System=>Settings=>TunablesTunable => if_igb_updated_load
Value => YES
You need to reboot the opnsense box for the changes to take effect.. afterwords when you runsysctl -a | grep dev.igb
you should see the new driver version