Intel I350T4 driver installation in CentOS

Source: Internet
Author: User


2015.3.31 Install the i350 driver directly in Linux * as a workaround

*************************************************************************************************************** **
A problem occurred:

Driver failed to load after installing Intel I350 driver under centos6.5 (development version), details:

LSPCI can see NIC information normally

DMESG after discovery hint: The NVM Checksum is not Valid (this problem system automatically resolves under Windows, Linux requires manual resolution)


In addition: USB flash drive When you select Test this media & install Centos 7, the network card information: The NVM Checksum is not Valid Centos7
--------------------------------------------------------------------------------------------------------------- ---
*************************************************************************************************************** ***

Workaround:

1. Drive: https://downloadcenter.intel.com/zh-cn/download/13663/-82575-6-82580-i350-i210-211-linux-

Download:igb-< version number >.tar.gz version you can select the latest
--------------------------------------------------------------------------------------------------------------- ---

2. Unzip the igb-< version number >.tar.gz; get igb-< version number, open the SRC folder igb_main.c
--------------------------------------------------------------------------------------------------------------- ---

3. Comment out the following paragraph:

/* Make sure the NVM is good */

/*if (E1000_validate_nvm_checksum (HW) < 0) {

Dev_err (Pci_dev_to_dev (Pdev), "The NVM Checksum is not"

"valid\n");

err =-eio;

Goto Err_eeprom;

}*/

And then save the exit
-----------------------------------------------------------------------------

Repackage the modified drive folder to get the igb.< version number >.tar.gz
-----------------------------------------------------------------------------
RPMBUILD-TB igb-< Version number >.tar.gz

Get igb-< Version number >-1.x86_64.rpm

Note: The RPM generated address is prompted during the compilation process

Go to the folder where you saved the RPM package to install the driver: (if it was previously installed.) Uninstall First: Rpm-e igb-< version number >-1.x86_64)

RPM-IVH igb-< Version number >-1.x86_64.rpm

-----------------------------------------------------------------------------

After the installation is complete, enter:

Rmmod IGB

Modprobe IGB

Re-mount Driver
-----------------------------------------------------------------------------

Lsmod, ifconfig View the driver installation situation.
-----------------------------------------------------------------------------

Intel I350T4 driver installation in CentOS

Related Article

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.