驱动文档如下:

Building and Installation

To build a binary RPM* package of this driver, run ‘rpmbuild -tb

i40e-.tar.gz’, where is the version number for the driver tar file.

NOTES:

For the build to work properly, the currently running kernel MUST match

the version and configuration of the installed kernel sources. If you have

just recompiled the kernel reboot the system before building.

RPM functionality has only been tested in Red Hat distributions.

Move the base driver tar file to the directory of your choice. For

example, use ‘/home/username/i40e’ or ‘/usr/local/src/i40e’.

Untar/unzip the archive, where is the version number for the

driver tar file:

tar zxf i40e-.tar.gz

Change to the driver src directory, where is the version number

for the driver tar:

cd i40e-/src/

Compile the driver module:

make install

The binary will be installed as:

/lib/modules//updates/drivers/net/ethernet/intel/i40e/i40e.ko

The install location listed above is the default location. This may differ

for various Linux distributions.

Load the module using the modprobe command:

modprobe [parameter=port1_value,port2_value]

Make sure that any older i40e drivers are removed from the kernel before

loading the new module:

rmmod i40e; modprobe i40e

Assign an IP address to the interface by entering the following,

where ethX is the interface name that was shown in dmesg after modprobe:

ip address add / dev ethX

Verify that the interface works. Enter the following, where IP_address

is the IP address for another machine on the same subnet as the interface

that is being tested:

ping

NOTE:

For certain distributions like (but not limited to) RedHat Enterprise

Linux 7 and Ubuntu, once the driver is installed the initrd/initramfs

file may need to be updated to prevent the OS loading old versions

of the i40e driver. The dracut utility may be used on RedHat

distributions:

# dracut –force

For Ubuntu:

# update-initramfs -u

具体操作主要如下:

[root@host ~]# unzip PHY_i40e-2.0.23.zip

[root@host ~]# cd PHY_i40e-2.0.23/src

[root@host ~]# make install

[root@host ~]# rmmod i40e

[root@host ~]# modprobe i40e

[root@host ~]# dracut –force

[root@host ~]# service network restart

rmmod i40e的作用是删除系统中以前版本驱动,这一操作很关键。

对于浪潮NF5280M5服务器,建议安装redhat7.4及以上版本。低版本可能出现网络问题。

浪潮linux网卡驱动,浪潮NF5280M5安装redhat7.2下网卡驱动相关推荐

  1. Linux(Debian系)图形化安装惠普HP打印机驱动-亲测有效!新手友好

    Linux端的各种驱动安装是相当麻烦的,并且伴随着许多"玄学"问题.惠普打印机驱动安装,在官网推荐了hplip,依赖终端,无图形化,成功率低且下载极慢.对于新手或某些机型,相当不友 ...

  2. linux上验证cudnn是否安装成功_Linux下CUDA+CUDNN+TensorFlow安装笔记

    之前用过TensorFlow的CPU版,现在买了个新电脑,就想把GPU也用起来,又因为目前大部分工作是在linux下做,所以有了在linux下安装cuda和TensorFlow的计划,快一个礼拜一直在 ...

  3. 服务器安装nvidia驱动_无法安装最新版NVIDIA显卡驱动,从技术角度该怎么办?

    一定会有众多网友,饱受无法更新NVIDIA驱动的困扰:你们一定也很奇怪,我凭实力从正规渠道购买的NVIDIA板卡,凭什么无法及时安装NVIDIA官网提供的驱动程序呢?因为无法更新到413以后的版本,一 ...

  4. android向windows推送驱动,Windows上安装完美的Android手机驱动

    无论什么Android手机,若想和电脑进行连接,都必须在电脑上面安装Android手机的USB连接驱动,这个过程非常简单,以下是相关的流程: 眼尖的可以看到这个驱动是Desire的,其实驱动是通用的, ...

  5. linux系统用uefi启动安装win7,uefi下安装win7系统有什么不同

    UEFI 模式下安装Windows 7操作系统(暂不涉及Linux等其它操作系统): 1.硬盘必须是GPT格式,系统必须是64位,UEFI不支持32位系统. 备注:严谨地说,UEFI也可以引导MBR磁 ...

  6. della计算机驱动检测,nexus6安装BPTOOLS中的diag驱动图文教程

    1,和MotoX不同的是,要安装的驱动为"diag_mdm". 2,在"其他设备"列表中,点"更新驱动程序软件(P)-" 1.png (26 ...

  7. linux的mysql本地yum安装_Linux Centos 下使用yum 命令安装mysql实现步骤

    Linux Centos 下使用yum 命令安装mysql实现步骤 1. 查看服务器中有没有安装过Mysql 1. 查看有没有安装包: yum list mysql* #移除已经安装的mysql yu ...

  8. 一、linux驱动开发-8.2-设备树下platform驱动

    一.简介 之前没用设备树的时候,是分别编写并注册platform_device和platform_driver来表示设备和驱动,如果使用设备树,设备的描述就放在设备树中,因此只需要实现platform ...

  9. linux的mysql本地yum安装_Linux系统下使用yum安装mysql

    1.安装rpm包 直接使用yum -y install 命令安装mysql是无法安装mysql的高级版本,需要先安装带有可用的mysql5系列社区版资源的rpm包,输入如下命令进行安装. 2.查看my ...

最新文章

  1. remote: error: GH007: Your push would publish a private email address.
  2. centos7 install 安装mysql
  3. 这就是芬兰:先让全国1%的人学起AI!
  4. 超详讲解图像拼接/全景图原理和应用 | 附源码
  5. 找到多个与名为“Home”的控制器匹配的类型
  6. 【算法】N Queens Problem
  7. java重载与重写的区别+重写父类equals方法的完美实现
  8. v7000更换电池步骤_ups电源运行中是否可以更换电池?应如何操作呢
  9. Database2Sharp重要更新之完善EnterpriseLibrary架构代码
  10. jquery学习之路jquery之一:jquery选择元素的方法,太神了 2012.8.2
  11. zookeeper的集群配置
  12. 基于Cache的Fibonacci数列的计算
  13. java jdk使用教程_java初学者实践教程2-jdk的使用
  14. accept 返回0_Netty深入浅出系列:Netty源码分析之accept过程
  15. 集成电路模拟版图入门-版图基础学习笔记(五)
  16. linux dns mx 记录,一起学DNS系列(十三)图文详说A、CNAME、MX和NS记录
  17. 使用 emeditor 删除空行
  18. 深度学习论文-DAnetExFuseDFN
  19. 淘宝直通车关键数据 如何利用直通车获取手淘搜索流量 如何利用定向操作获得猜你喜欢流量
  20. 多智能体强化学习-G2ANet

热门文章

  1. recycleview 嵌套高度问题_简单解决RecyclerView嵌套的RecyclerView条目显示不全和宽度不能铺满...
  2. 形态数轴的非递进现象
  3. c语言在keil上程序合并,keil中怎么把两个c程序怎么同时同时编译生成一个hex文件...
  4. mysql高可用_mysql高可用方案
  5. java类注入service为null_解决webservice(Java)中dao层注入为null问题
  6. 电机PID实验--一文让你看透PID​
  7. 【进展】不只是感谢信,物联网平台哪家强?冰箱运行监测系统项目重启
  8. 【任务脚本】0616吐槽tb坑爹活动,预测看好jd活动,更新汇总战绩,DIY净水器预告...
  9. 期末不挂科のJAVA
  10. Linux学习记录-11