安装网卡ifconfig不出现问题
安装万兆网卡,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是支持其他类型的网卡?