jikexianfeng@jikexianfeng:~$ sudo sudo lspci -knn
:00.0 Host bridge []: Intel Corporation Device [:591f] (rev )
Subsystem: ASUSTeK Computer Inc. Device [:]
:02.0 VGA compatible controller []: Intel Corporation Device [:] (rev )
DeviceName: Onboard IGD
Subsystem: ASUSTeK Computer Inc. Device [:]
Kernel driver in use: i915
Kernel modules: i915
:14.0 USB controller [0c03]: Intel Corporation Device [:a2af]
Subsystem: ASUSTeK Computer Inc. Device [:]
Kernel driver in use: xhci_hcd
:16.0 Communication controller []: Intel Corporation Device [:a2ba]
Subsystem: ASUSTeK Computer Inc. Device [:]
Kernel driver in use: mei_me
Kernel modules: mei_me
:17.0 SATA controller []: Intel Corporation Device [:a282]
Subsystem: ASUSTeK Computer Inc. Device [:]
Kernel driver in use: ahci
Kernel modules: ahci
:1c. PCI bridge []: Intel Corporation Device [:a294] (rev f0)
Kernel driver in use: pcieport
Kernel modules: shpchp
:1d. PCI bridge []: Intel Corporation Device [:a298] (rev f0)
Kernel driver in use: pcieport
Kernel modules: shpchp
:1d. PCI bridge []: Intel Corporation Device [:a29a] (rev f0)
Kernel driver in use: pcieport
Kernel modules: shpchp
:1f. ISA bridge []: Intel Corporation Device [:a2c8]
Subsystem: ASUSTeK Computer Inc. Device [:]
:1f. Memory controller []: Intel Corporation Device [:a2a1]
Subsystem: ASUSTeK Computer Inc. Device [:]
:1f. Audio device []: Intel Corporation Device [:a2f0]
Subsystem: ASUSTeK Computer Inc. Device [:]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
:1f. SMBus [0c05]: Intel Corporation Device [:a2a3]
Subsystem: ASUSTeK Computer Inc. Device [:]
Kernel modules: i2c_i801
:1f. Ethernet controller []: Intel Corporation Ethernet Connection () I219-V [:15b8]
Subsystem: ASUSTeK Computer Inc. Ethernet Connection () I219-V [:]
Kernel driver in use: e1000e
Kernel modules: e1000e
:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller [1b21:]
Subsystem: ASUSTeK Computer Inc. ASM1142 USB 3.1 Host Controller [:]
Kernel driver in use: xhci_hcd

找到对应的网卡型号:Intel Corporation Ethernet Connection (2) I219-V [8086:15b8]
找到对应的驱动包:e1000e-3.4.2.1.tar.gz
找到对应的驱动包里面的ReadMe,按照步骤执行就可以了.

脚本如下:

 #!/bin/bash
sudo apt-get install tar
wget https://downloadmirror.intel.com/15817/eng/e1000e-3.4.2.1.tar.gz
sudo lspci -knn
tar -xzvf e1000e-3.4.2.1.tar.gz
cd e1000e-3.4.2.1/
cd src/
sudo make install
sudo rmmod e1000e; modprobe e1000e
sudo modprobe e1000e

ubuntu intel网卡驱动安装(华硕B250F GAMING主板 )的更多相关文章

  1. Ubuntu Intel显卡驱动安装 (Ubuntu 14.04--Ubuntu 16.10 + Intel® Graphics Update Tool)

    最近使用在使用Ubuntu时,发现大部分情况下,不安装显卡驱动,使用默认驱动,都是没有问题的,但对于一些比较奇特配置的电脑,如下所示,如果使用默认驱动,会时常莫名其妙死机crash,尤其是在使用Ope ...

  2. ubuntu BCM43142 lenovo网卡驱动安装(Broadcom)

    ubuntu13.10 lenovo网卡驱动安装(Broadcom)   ubuntu当月刚出了13.10版本,在升级了操作系统版本后无法搜索无线热点,联想官网提供的驱动下载都是为windows准备的 ...

  3. Ubuntu系统---NVIDIA 驱动安装

    Ubuntu系统---NVIDIA 驱动安装 第一次安装“NVIDIA 驱动”,小小的激动,因为终于可以玩GPU了.预想一块GPU,盼望太久,差点放弃,感谢J姐让我捡个漏.但是,第一次新的试错过程,网 ...

  4. Unbutu网卡驱动安装(Intel内置网卡8086:15b8)

    工作中需要在新的实验平台上安装unbuntu14.04操作系统,系统安装好之后发现无法连接网络,分析后是由于缺少网卡驱动的原因. 下面把分析问题的过程及安装网卡驱动步骤介绍如下: 查看PCI信息 su ...

  5. 小米笔记本(13.3 I7) ubuntu14.04下网卡驱动安装

    ubuntu 内核升级到4.6.4(更高版本可能造成系统无法启动) kernel debian包下载地址 http://kernel.ubuntu.com/~kernel-ppa/mainline/v ...

  6. Liunx下Intel无线网卡驱动安装

    原文: https://blog.csdn.net/u014157776/article/details/78272611 首先查看网卡型号,指令: lspci | grep -i net 如果是In ...

  7. VMware ESXI6.0服务器安装系列:U盘安装问题汇总之网卡驱动安装

    本文转载至:http://blog.51cto.com/huanwenli/1749298 在给物理服务器安装ESXI的过程中经常会遇到网卡驱动问题,如果是买的是Dell.HP.IBM等厂商的服务器, ...

  8. Linux网卡驱动安装、防火墙原理

    安装网卡驱动程序: 需要检查是否安装kernel依赖包: rpm –q kernel-devel #检查kernel依赖包是否安装 yum –y install kernel-devel 检查gcc和 ...

  9. linux网卡驱动安装及锐捷使用

    原创博文,转载请注明出处 先吐槽一下,以前装了个Centos win7双系统, 然后手贱一不小心把启动文件给删了,接下来就用grub恢复启动文件,整了一天也没搞出来还把win7的Boot Manage ...

随机推荐

  1. Hdu-1098解题报告

    Hdu-1098解题报告 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1098 题意:已知存在一个等式f(x)=5*x^13+13*x^5+k*a*x ...

  2. 二、网络编程-socket之TCP协议开发客户端和服务端通信

    知识点:之前讲的udp协议传输数据是不安全的,不可靠不稳定的,tcp协议传输数据安全可靠,因为它们的通讯机制是不一样的.udp是用户数据报传输,也就是直接丢一个数据包给另外一个程序,就好比寄信给别人, ...

  3. codeforces 1058B - Vasya and Cornfield

    <题目链接> 题目大意: 给出一个矩形,该矩形的四个顶点分别为:(0,d),(d,0),(n,n−d) and (n−d,n).然后给出一些点的坐标,分别判断这些点是否在该矩形内. 解题分 ...

  4. java、python与留下迷点的php hash collision

    JAVA 生成java的碰撞数据比较简单 根据网上资料可知: at,bU,c6的在java中的hash值是相同的 则可以根据这三个不断做 笛卡尔积 简单明了就是做字符串拼接. 举个例子 把A当做at, ...

  5. Springboot集成ES启动报错

    报错内容 None of the configured nodes are available elasticsearch.yml配置 cluster.name: fans node.name: no ...

  6. 在Adobe Html5 Extension的使用Nodejs的问题

    前情回顾 之前为一个客户开发过一个基于Adobe Premiere的Html5扩展.原本是在Adobe Premiere Pro 2015下面进行调试开发的.一切进展的非常顺利,功能也都正常.但是20 ...

  7. js 解析json

    一 ,eval var dataObj=eval("("+data+")"); 1,这种形式将使得性能显著降低,因为它必须运行编译器 2,eval函数还减弱了你 ...

  8. DRF分页组件

    为什么要使用分页 其实这个不说大家都知道,大家写项目的时候也是一定会用的, 我们数据库有几千万条数据,这些数据需要展示,我们不可能直接从数据库把数据全部读取出来, 这样会给内存造成特别大的压力,有可能 ...

  9. BZOJ.4337.[BJOI2015]树的同构(树哈希)

    BZOJ 洛谷 \(Description\) 给定\(n\)棵无根树.对每棵树,输出与它同构的树的最小编号. \(n及每棵树的点数\leq 50\). \(Solution\) 对于一棵无根树,它的 ...

  10. OI考试需注意的

    能用结构体就用结构体,特别是队列之类的数据结构:类别相同的变量或数组名字不要太相近,最好在名字后面加上标识符(e.g:hash[]&HASH[]就不好,hash1[]&hash2[]正 ...