ubuntu16.04 Install I219-V network card driver Problem solving method

Source: Internet
Author: User
Tags gz file

Workaround for no network connection after installing ubuntu16.04 LTS:

1. Check if the NIC driver is installed

Open terminal, enter Ifconfig–a, if the word "local loopback" appears, the NIC driver is not installed.

2. Check the network card model

Terminal input LSPCI, check the network card model, this article only for the I219-V network card driver.

3, download e1000e network card driver, https://downloadcenter.intel.com/zh-cn/download/15817?_ga=1.159975677.114505945.1484457019

Google found that e1000e can support the I2XX network card (see reference 1) because the official I219-V driver failed to install successfully.

4, copy the downloaded tar.gz file to the selected directory, such as using "/home/< User name >/e1000e" or "/usr/local/src/e1000e".

5. Unzip the file, <x.x.x>, which is the version number of the driver tar file:

Tar zxf e1000e-<x.x.x>.tar.gz

6. Switch to the driver src directory, where x.x.x<> is the version number of the driver tar file:

CD e1000e-x.x.x<>/src/

7. Compile the driver module (root user required):

Make install

8. Use the modprobe command to load the module:

Modprobe e1000e

If the network cable is plugged in, you will see that the networks are connected.

Resources:

1, http://unix.stackexchange.com/questions/294753/ Intel-ethernet-connection-i219-v-not-working-under-linux-on-an-asuspro-b-laptop

2, http://www.intel.cn/content/www/cn/zh/support/network-and-i-o/ethernet-products/000005480.html

ubuntu16.04 Install I219-V network card driver Problem solving method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.