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. java中path和CLASSPATH的配置和意义解析

    原文链接 https://blog.csdn.net/eclipse_yin/article/details/51447169 一.JDK的安装和基本配置 JDK的安装: 1) 如果想要获得JDK,那 ...

  2. PhantomJS在Selenium中被标记为过时的应对措施

    今天使用PhantomJS时,Selenium提示PhantomJS被标记不赞成,我就蒙了.PhantomJS可是Headless浏览器中相当知名的一款,标记为过时,代表着将在未来版本摒弃掉这个支持. ...

  3. BZOJ.4515.[SDOI2016]游戏(树链剖分 李超线段树)

    BZOJ 洛谷 每次在路径上加的数是个一次函数,容易看出是树剖+李超线段树维护函数最小值.所以其实依旧是模板题. 横坐标自然是取个确定的距离标准.取每个点到根节点的距离\(dis[i]\)作为\(i\ ...

  4. Java笔记(十二) 文件基础技术

    文件基础技术 一.文件概述 一)基本概念 1.文件的分类: 1)文本文件:文件中每个二进制字节都是某个可打印字符的一部分.如.java文件 2)二进制文件:文件中每个二进制字节不一定用来表示字符,也可 ...

  5. Java笔记(六)列表和队列

    列表和队列 一)ArrayList 1.基本原理 ArrayList是一个泛型容器.内部会有一个数组elementData,一般会有预留空间 有一个整数记录实际的元素个数. private trans ...

  6. 2186 ACM 水题 int 向下取整

    题目:http://acm.hdu.edu.cn/showproblem.php?pid=2186 扩展: #include <cstdio> 使用floor函数.floor(x)返回的是 ...

  7. [蓝点ZigBee] Zstack 之按键驱动以及控制LED灯 ZigBee/CC2530 视频资料

    这一节主要演示如何在Zstack 下根据板子的不同修改按键驱动,实际演示的时候代码跳动比较多,建议大家除了看视频资料以外,还需要在网上找一下相关资料进一步学习. 视频总览:http://bphero. ...

  8. php 将两个数组进行相加 http://blog.csdn.net/lcstrive/article/details/38331487

    刚刚在网上看到一个提问. 数组Array ( [0] => 1 [1] => 2 )和数组Array ( [0] => 5 [1] => 6 ) 怎么让他们想加得出: 数组Ar ...

  9. [AMPPZ2014]Jaskinia

    [AMPPZ2014]Jaskinia 题目大意: 一个\(n(n\le3\times10^5)\)的树,\(m(m\le3\times10^5)\)个约束条件\((a_i,b_i,d_i)\).请你 ...

  10. Spring AOP 配置通知方法的时候如何处理方法重载

    如何在method属性里指定重载方法中的某一个?