【转】install intel wireless 3165 driver for ubuntu 14.04.3

【转】install intel wireless 3165 driver for ubuntu 14.04.3

Ubuntu 14.04.3 with 3.19 kernel can’t drive the new Intel Wireless 3165 AC with firmware version 13.
This is about how to install the driver mannually.

Today I changed a new Dell vastro 5000 series laptop with the Intel 3165 Wireless AC.
After os installed, I find I can’t find the wireless network.

 1 $ lshw -C network
 2  *-network UNCLAIMED
 3    description: Network controller
 4    product: Intel Corporation
 5    vendor: Intel Corporation
 6    physical id: 0
 7    bus info: [email protected]0000:05:00.0
 8    version: 79
 9    width: 64 bits
10    clock: 33MHz
11    capabilities: pm msi pciexpress cap_list
12    configuration: latency=0
13    resources: memory:df200000-df201fff
14
15 $ lspci
16 05:00.0 Network controller: Intel Corporation Device 3165 (rev 79)

As iwlwifi official site shows, Intel® Wireless 3165 (starting from firmware XX.XX.13.0 and kernel 4.1).
Thanks God we have backports, which provide drivers released on newer kernels backported for usage on older kernels.

Mannul Install

  1. Download & compile the driver. Maybe the latest stable version is better. But I didn’t use it.
1 sudo apt-get update
2 sudo apt-get install linux-headers-generic build-essential
3 wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.gz
4 tar -zxvf backports-20151120.tar.gz
5 cd backports-20151120
6 make defconfig-iwlwifi
7 make
8 sudo make install
  1. Verify that you have the latest firmware:

    • iwlwifi-7265D-13.ucode
    • iwlwifi-7265-13.ucode:
1 ls /lib/firmware | grep 7265
  1. Make copies:
1 cd /lib/firmware
2 sudo cp iwlwifi-7265D-13.ucode  iwlwifi-3165-9.ucode
3 sudo cp iwlwifi-7265-13.ucode  iwlwifi-3165-13.ucode
  1. Reboot. Your wireless should be working.

Hints

You will need to recompile every time installs a new kernel:

1 cd backports-20151120
2 make clean
3 make defconfig-iwlwifi
4 make
5 sudo make install
时间: 2024-10-27 12:36:54

【转】install intel wireless 3165 driver for ubuntu 14.04.3的相关文章

Install Redmine 3.2.0 on Ubuntu 14.04

To install redmine 3.2.0 on Ubuntu 14.04, mainly follow the tutorial: HowTo Install Redmine 3.0.x on Ubuntu 14.04 with Apache2, Phusion Passenger, MySQL, Subversion and Git (Gitolite) During the install process, some problems are encountered. The res

[django] Deploy Django Applications Using uWSGI and Nginx on Ubuntu 14.04

关键点1:chmod-socket=666 (mysite_uwsgi.ini) 关键点2 : 工程目录和虚拟环境目录搞清楚 几个参考: http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-

Install postfix on Ubuntu 14.04.txt

Ubuntu 14.04上安装和配置Postfix邮件服务详细教程 Postfix: 用来接受和发送邮件的邮件服务器,正确说法应该叫邮件传送代理(Mail Transfer Agent,MTA),是邮件服务最重要的部分:    Dovecot: POP 和 IMAP 服务器,用来管理本地邮件目录以便用户能通过 Mail.app, Thunderbird, Mutt 等邮件客户端(又叫邮件用户代理 Mail User Agent, MUA)登陆和下载邮件:    Postgrey: 邮件灰名单工具

Install CUDA 6.0 on Ubuntu 14.04 LTS

Ubuntu 14.04 LTS is out, loads of new features have been added. Here are some procedures I followed to install CUDA 6.0 on my DELL Inspiron. First of all, Ubuntu need to be installed successfully, and the necessary libs are also need to installed: su

ubuntu 14.04 install fcitx

ubuntu 14.04 input method sudo apt-get install fcitx-googlepinyin sudo apt-get install fcitx-sunpinyin language support 里边设置keyboard input method system: fcitx input method 选择fcitx restar the x-window 顶部状态栏会出现键盘图标点击选择config current input method 弹出串口点

Install Netbeans 8.2 on Ubuntu 14.04

Install JDK 8 JDK 8 and later versions are required for installing and running the Java SE, Java EE and All NetBeans Bundles. You can download standalone JDK or download the latest JDK with NetBeans IDE Java SE bundle. Install JDK 8 on Ubuntu 14.04 I

How to Install Laravel with an Nginx Web Server on Ubuntu 14.04(Composer,laravel,nginx)

http://ubtutorials.com/tutorial/441/how-install-laravel-nginx-web-server-ubuntu-1404 https://github.com/huanghua581/laravel-getting-started/wiki/Ubuntu-14.04-%E4%B8%8A%E4%BD%BF%E7%94%A8-Nginx-%E9%83%A8%E7%BD%B2-Laravel http://www.ahlinux.com/ubuntu/2

Ubuntu 14.04 – How to install xrdp in Ubuntu 14.04

http://c-nergy.be/blog/?p=5305 Hello World, Ubuntu 14.04 has been released on April 17th 2014 and we already released the traditional post about how to perform a fresh install. We didn’t covered the upgrade process because it’s quite easy nowadays. B

How To Install Tinc and Set Up a Basic VPN on Ubuntu 14.04

Introduction In this tutorial, we will go over how to use Tinc, an open source Virtual Private Network (VPN) daemon, to create a secure VPN that your servers can communicate on as if they were on a local network. We will also demonstrate how to use T