Maybe you are using similar hardware?
make: "/usr/share/mk/bsd.sysdir.mk" line 15: Unable to locate the kernel source tree. Set SYSDIR to override.
From the command line of your opnsense box:Code: [Select]pkg install gitpkg install wgetcd /usrgit clone https://github.com/opnsense/pluginsgit clone https://github.com/opnsense/portsgit clone https://github.com/opnsense/srccd src/git checkout git checkout stable/22.1cd /tmpwget https://downloadmirror.intel.com/682705/igb-2.5.21.tar.gztar xzf igb-2.5.21.tar.gzcd igb-2.5.21/srcmakecp if_igb.ko /boot/modules/if_igb_updated.koFrom the opnsense GUI:System=>Settings=>TunablesCode: [Select]Tunable => if_igb_updated_loadValue => YESYou need to reboot the opnsense box for the changes to take effect.. afterwords when you run Code: [Select]sysctl -a | grep dev.igb you should see the new driver version
pkg install gitpkg install wgetcd /usrgit clone https://github.com/opnsense/pluginsgit clone https://github.com/opnsense/portsgit clone https://github.com/opnsense/srccd src/git checkout git checkout stable/22.1cd /tmpwget https://downloadmirror.intel.com/682705/igb-2.5.21.tar.gztar xzf igb-2.5.21.tar.gzcd igb-2.5.21/srcmakecp if_igb.ko /boot/modules/if_igb_updated.ko
Tunable => if_igb_updated_loadValue => YES
sysctl -a | grep dev.igb
xxxxxxx@opnsense:~/src # git checkout stable/22.1