tony124
Cadet
- Joined
- Jun 23, 2020
- Messages
- 3
I have two I211 Intel NICs and wanted to do Link Aggregation. The Link Aggregation fails when I try to set it up from the console (the nics don't show up as an option to add them Link Aggregation during the setup). I am not sure why, but I did notice that I didn't see an option for LACP support when I ran the ifconfig command:
***************************************************************************************************************************************************************************
igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: igb0
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether 24:1c:04:77:57:25
hwaddr 24:1c:04:77:57:25
inet 172.16.10.11 netmask 0xffffff00 broadcast 172.16.10.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
igb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: igb1
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether 24:1c:04:77:57:26
hwaddr 24:1c:04:77:57:26
inet 172.16.10.12 netmask 0xffffff00 broadcast 172.16.10.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
***************************************************************************************************************************************************************************
I wanted to update the NIC drivers to see if this would fix the issue, so I downloaded the FreeBSD drivers from Intel's site.
downloadcenter.intel.com
I read through the install notes but ran into this error when I ran the make command:
"make: "/usr/share/mk/bsd.kmod.mk" line 12: Unable to locate the kernel source tree. Set SYSDIR to override."
After reading through some articles I believe this is because I don't have the source files loaded on my build. I have been searching through the forums to load the source tree on my build, but the suggestions I try, don't appear to work.
Does anyone have any guidance on how I can update my I211 Intel NIC drivers on my FreeNAS 11.3, or load the source tree on my build?
***************************************************************************************************************************************************************************
igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: igb0
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether 24:1c:04:77:57:25
hwaddr 24:1c:04:77:57:25
inet 172.16.10.11 netmask 0xffffff00 broadcast 172.16.10.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
igb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: igb1
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether 24:1c:04:77:57:26
hwaddr 24:1c:04:77:57:26
inet 172.16.10.12 netmask 0xffffff00 broadcast 172.16.10.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
***************************************************************************************************************************************************************************
I wanted to update the NIC drivers to see if this would fix the issue, so I downloaded the FreeBSD drivers from Intel's site.

Intel® Network Adapter Driver for 82575/6 and 82580-Based Gigabit Network Connections under FreeBSD*
Installs the FreeBSD* base driver 2.5.19 for Intel® 82575/6, 82580, I210/1 and I350 Ethernet Controllers.
I read through the install notes but ran into this error when I ran the make command:
"make: "/usr/share/mk/bsd.kmod.mk" line 12: Unable to locate the kernel source tree. Set SYSDIR to override."
After reading through some articles I believe this is because I don't have the source files loaded on my build. I have been searching through the forums to load the source tree on my build, but the suggestions I try, don't appear to work.
Does anyone have any guidance on how I can update my I211 Intel NIC drivers on my FreeNAS 11.3, or load the source tree on my build?