Notas sobre el uso de SFP+ no de Intel en Intel X520 DA2 en Linux.
- Agregar opciones al controlador
# cat << _EOF_ > /etc/modprobe.d/ixgbe.conf
options ixgbe allow_unsupported_sfp=1,1
_EOF_
- Descargar y recargar el controlador
# modprobe -r ixgbe
# modprobe ixgbe
- Regenerar initramfs
# update-initramfs -u
Si no se realiza esto, allow_unsupported_sfp=1,1
no se activará al reiniciar.