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 ...
随机推荐
- HierarchicalClustering:编写HierarchicalClustering层次聚类算法—Jason niu
from numpy import * class cluster_node: def __init__(self,vec,left=None,right=None,distance=0.0,id=N ...
- POJ 1904 King's Quest (强连通分量+完美匹配)
<题目链接> 题目大意: 有n个王子,每个王子都有k个喜欢的妹子,每个王子只能和喜欢的妹子结婚,大臣给出一个匹配表,每个王子都和一个妹子结婚,但是国王不满意,他要求大臣给他另一个表,每个王 ...
- linux下安装node踩坑总结
1.在node官网下载linux二进制文件(确定文件的类型)本文以二进制文件为例 2.放入linux的对应目录下之后: tar -xvf node-v10.15.3-linux-x64.tar.xz ...
- springboot整合springmvc上传文件
1.pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www ...
- orz gzy
然而orz gzy内嵌不进去...
- BZOJ.4402.Claris的剑(组合 计数)
BZOJ 因为是本质不同,所以考虑以最小字典序计数. 假设序列最大值为\(m\),那么序列有这两种情况: \(1\ (1\ 2\ 1\ 2...)\ 2\ (3\ 2\ 3\ 2...)\ 3\ (4 ...
- Docker——error pulling image configuration
执行Docker命令 $ docker image build . 报错如下: error pulling image configuration: Get https://production.cl ...
- 潭州课堂25班:Ph201805201 爬虫高级 第十课 Scrapy-redis分布 (课堂笔记)
利用 redis 数据库,做 request 队列,去重,多台数据共享, scrapy 调度 基于文件每户,默认只能在单机运行, scrapy-redis 默认把数据放到 redis 中,实现数据共享 ...
- 从web到搭建ssm环境
1:我先建立了个web项目, (1)在pom.xml中添加了如下 <dependencies> <!-- Spring --> <depend ...
- Java 异常 重写抛出异常限制
1 子类在重写父类抛出异常的方法时,要么不抛出异常,要么抛出与父类方法相同的异常或该异常的子类.如果被重写的父类方法只抛出受检异常,则子类重写的方法可以抛出非受检异常.例如,父类方法抛出了一个受检异常 ...