ubuntu intel网卡驱动安装(华硕B250F GAMING主板 )
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主板 )的更多相关文章
- Ubuntu Intel显卡驱动安装 (Ubuntu 14.04--Ubuntu 16.10 + Intel® Graphics Update Tool)
最近使用在使用Ubuntu时,发现大部分情况下,不安装显卡驱动,使用默认驱动,都是没有问题的,但对于一些比较奇特配置的电脑,如下所示,如果使用默认驱动,会时常莫名其妙死机crash,尤其是在使用Ope ...
- ubuntu BCM43142 lenovo网卡驱动安装(Broadcom)
ubuntu13.10 lenovo网卡驱动安装(Broadcom) ubuntu当月刚出了13.10版本,在升级了操作系统版本后无法搜索无线热点,联想官网提供的驱动下载都是为windows准备的 ...
- Ubuntu系统---NVIDIA 驱动安装
Ubuntu系统---NVIDIA 驱动安装 第一次安装“NVIDIA 驱动”,小小的激动,因为终于可以玩GPU了.预想一块GPU,盼望太久,差点放弃,感谢J姐让我捡个漏.但是,第一次新的试错过程,网 ...
- Unbutu网卡驱动安装(Intel内置网卡8086:15b8)
工作中需要在新的实验平台上安装unbuntu14.04操作系统,系统安装好之后发现无法连接网络,分析后是由于缺少网卡驱动的原因. 下面把分析问题的过程及安装网卡驱动步骤介绍如下: 查看PCI信息 su ...
- 小米笔记本(13.3 I7) ubuntu14.04下网卡驱动安装
ubuntu 内核升级到4.6.4(更高版本可能造成系统无法启动) kernel debian包下载地址 http://kernel.ubuntu.com/~kernel-ppa/mainline/v ...
- Liunx下Intel无线网卡驱动安装
原文: https://blog.csdn.net/u014157776/article/details/78272611 首先查看网卡型号,指令: lspci | grep -i net 如果是In ...
- VMware ESXI6.0服务器安装系列:U盘安装问题汇总之网卡驱动安装
本文转载至:http://blog.51cto.com/huanwenli/1749298 在给物理服务器安装ESXI的过程中经常会遇到网卡驱动问题,如果是买的是Dell.HP.IBM等厂商的服务器, ...
- Linux网卡驱动安装、防火墙原理
安装网卡驱动程序: 需要检查是否安装kernel依赖包: rpm –q kernel-devel #检查kernel依赖包是否安装 yum –y install kernel-devel 检查gcc和 ...
- linux网卡驱动安装及锐捷使用
原创博文,转载请注明出处 先吐槽一下,以前装了个Centos win7双系统, 然后手贱一不小心把启动文件给删了,接下来就用grub恢复启动文件,整了一天也没搞出来还把win7的Boot Manage ...
随机推荐
- 做项目单个功能的时候要理解需求和sql语句。
做项目单个功能的时候要理解需求和sql语句.最好直接按照给出来的sql语句或者存储过程来写,避免有极其细微的差别所造成的不同. 做宜春国税二期的时候有个功能叫夜间开票情况,钻取明细时由于没理解sql语 ...
- Snowflake Snow Snowflakes POJ - 3349(hash)
You may have heard that no two snowflakes are alike. Your task is to write a program to determine wh ...
- Linux学习之RPM包管理-yum管理(十七)
Linux学习之RPM包管理-yum管理 目录 IP地址配置 网络yum源 yum命令 光盘yum源搭建 IP地址配置 IP+子网掩码就可以在局域网(内网)使用. IP+子网掩码+网关+DNS就可以访 ...
- Java常用的九种排序方法及代码实现
package com.algorithm.Demo; import java.util.ArrayList; import java.util.Arrays; import java.util.Li ...
- linux 学习笔记 TAR包管理
>显示gong.tar 文件内容 #tar tf gong.tar ./epuinfo.txt ./smart/ ./smart/smartsuite-2.1-2.i386.rpm ./smar ...
- seq2seq升级TF1.5后_Linear报错
解决TF升级到1.5之后seq2seq.py出现的引用报错: 1.4时候使用rnn_cell_impl的_Linear没有问题的,TF升级到1.5之后这一行就运行不过去了,查到的方法是引用core_r ...
- 南阳171----聪明的kk
//简单的dp #include<cstdio> #define Max(a,b) ((a)>(b)?(a):(b)) ]; int main() { int i,j,n,m,x,t ...
- Android异步消息传递机制源码分析
1.Android异步消息传递机制有以下两个方式:(异步消息传递来解决线程通信问题) handler 和 AsyncTask 2.handler官方解释的用途: 1).定时任务:通过handler.p ...
- 校园网使用IPV6 tunnel免流量上网
前段时间购买了一个vps,做梯子感觉不错,但是在校园网内,vps流量远超10块钱校园流量,眼看着上个月vps的流量被清零.但是校园网有免费的IPV6,而我的VPS也有个IPV6的地址,于是乎就想着如何 ...
- 潭州课堂25班:Ph201805201 django 项目 第二十八课 新闻elasticsearch搜索前后功台能实现 (课堂笔记)
后端功能实现 文件,类,字段,命名不要改动, 在apps/news/search_indexes.py中创建如下类:(名称固定为search_indexes.py) # -*-# -*- coding ...