安装网卡ifconfig不出现问题

时间:2020-12-29 03:15:47

安装万兆网卡,Ethernet controller: Intel Corporation 82599EB 10-Gigabit SFI/SFP+ Network Connection

使用lspci | grep Eth 会看到,但是ifconfig看不到。

这时使用命令,

rmmod ixgbe
modprobe ixgbe allow_unsupported_sfp=1

放到开机启动项/etc/rc.d/rc.local中,等于1是支持其他类型的网卡?