1.制作网卡驱动镜像
网卡驱动包下载打包iso:igb-4.2.16.tar.gz
2.使用远控挂载镜像
3.拷贝出网卡镜像:
cp /media/…/igb-4.2.16.tar.gz /usr/src/
4.安装网卡驱动:
#cd /usr/src/igb-4.2.16
#make install
#modprobe igb
7.测试网卡:#ifconfig eth0 10.0.0.1
simple-local-avatars
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /www/wwwroot/tangjiankang.top/wp-includes/functions.php on line 6114
1.制作网卡驱动镜像
网卡驱动包下载打包iso:igb-4.2.16.tar.gz
2.使用远控挂载镜像
3.拷贝出网卡镜像:
cp /media/…/igb-4.2.16.tar.gz /usr/src/
4.安装网卡驱动:
#cd /usr/src/igb-4.2.16
#make install
#modprobe igb
7.测试网卡:#ifconfig eth0 10.0.0.1