禁用 Intel X520 DA2 的厂商锁
网络 服务器
Lastmod: 2024-05-27
Published: 2024-05-27

在Linux上使用非Intel制造的SFP+的Intel X520 DA2的备忘录。

  • 添加驱动程序选项
# cat << _EOF_ > /etc/modprobe.d/ixgbe.conf
options ixgbe allow_unsupported_sfp=1,1
_EOF_
  • 卸载驱动程序并重新加载
# modprobe -r ixgbe
# modprobe ixgbe
  • 重新生成initramfs
# update-initramfs -u

如果不这样做,重新启动时 allow_unsupported_sfp=1,1 将不会生效。