查看硬件
yum -y install pciutils kernel-deve gcc
lspci | grep Ethernet
80fc4aed-c8f4-4ff7-a362-774011e2624c.jpg
安装驱动
安装
tar xf ixgbe-5.5.5.tar.gz
cd ixgbe-5.5.5/src
make install
加载(立即生效)
rmmod ixgbe; modprobe ixgbe allow_unsupported_sfp=1,1
重启生效
添加启动参数
vim /etc/default/grub
GRUB_CMDLINE_LINUX="ipv6.disable=1 crashkernel=auto rhgb quiet** ixgbe.allow_unsupported_sfp=1,1**"
生成开机启动配置文件
grub2-mkconfig -o /boot/grub2/grub.cfg
重启验证
reboot
参考链接
- 驱动下载:https://downloadcenter.intel.com/zh-cn/download/14687/Ethernet--pcie-linux-10-?product=41282
- 开机启动:http://people.binf.ku.dk/~hanne/b2evolution/blogs/index.php/2015/03/04/ixgbe-failed-to-load-because
- ixgbe光纤网卡驱动添加支持第三方兼容光模块:https://blog.csdn.net/guyan1101/article/details/77930941
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。