The driver for DELL Quad-Port 1GB 82580EB supports Linux RHEL/SLES.

Restart required AUTO INSTALLED This file was automatically installed as part of a recent update. If you are experiencing any issues, you can manually download and reinstall.
The driver for DELL Quad-Port 1GB 82580EB supports Linux RHEL/SLES.
Recommended

Find the best download for your system

Please enter your product details to view the latest driver information for your system

Search support

Enter your Dell Service Tag or model

Want to look up your product? Enter a product identifier. Show me how

This driver is not compatible

This driver is not applicable for the selected product. Choose another product to re-enter your product details for this driver or visit the Product Support page to view all drivers for a different product.

Find more updates. Use SupportAssist to find all the latest driver updates for your device.

Fixes & Enhancements

Changelog for igb-4.2.16
* update NVM functions to display NVM versions correctly in ethtool -i.
* add ability to configure anti-spoofing mode via iproute2.
* Add new i350 devices.
* Add new I210 devices.
* Allow room for jumbo frames if MAX_SKB_FRAGS is less than 8.
* Add fix for I210/I211 to allow link to actually happen before reporting.
* Free memory when dma mapping failed.
* Enable EEE link partner advertisement support.
* Drop BUILD_BUG_ON call from igb_build_rx_buffer.
* Since RSS is supported in MSI-X interrupt mode only, need to check for this mode before processing RSS module param request and log appropriate message.
* Add conditionals for extended ethtool ops on RHEL6.
* Increase TX_WAKE_THRESHOLD to keep it in sync with our other drivers.
* Drop unnecessary check for LRO flag when LRO queue will be empty if LRO is disabled.
* Use rx/tx_itr_setting when setting up initial value of itr
* Add support for SW timestamping.
* Add timeout for PTP Tx work item,
* Add mechanism for detecting latched hardware Rx timestamp
* Added in-kernel I2C interface implementation for thermal sensor and changed sysfs reporting to hwmon.
* Free any held skb that should have been timestamped on remove.
* Dropped the use of the hardware packet-split feature in favor of a page based receive.
* TSO now checks for CHECKSUM_PARTIAL before checking for gso_size
* Several changes to refactor driver for improved performance.
Read More

Version

4.2.16, 4.2.16

Release date

18 Sep 2013

Download Type

Driver

Category

Network, Ethernet & Wireless

Importance

Recommended
Dell Technologies recommends applying this update during your next scheduled update cycle. The update contains changes to maintain overall system health. It ensures that the system software remains current and compatible with other system modules (firmware, BIOS, drivers, and software) and may include other new features.
Available formats View Important Information

File Format: A text file containing customer friendly fixes and enhancements information
File Name: EndUser LicenseAgreementType S_Rev. 040512.txt
File Size: 11.4 KB
This is a large file. Depending on your connection speed, it may take some time to download.
Format Description:
This file format contains plain text which can be viewed with a standard text editor.
To ensure the integrity of your download, please verify the checksum value.
MD5:
c2ffe409366d225552ac6ed58f206b58
SHA1:
88522584d2ed8711c12c71ae9e569116a26e7b0a
SHA-256:
b85aae437264a3f053c9efec6b47fa1ba6610de28b749a06c2fec3dfc87bf333

File Format: A tar file for software installation
File Name: 82580_i350.gz_igb-4.2.16.tar
File Size: 1.23 MB
This is a large file. Depending on your connection speed, it may take some time to download.
Format Description:
This file is an archive of compressed files for software installation.
To ensure the integrity of your download, please verify the checksum value.
MD5:
8a0ce9b45707e172a2dc829ef459fd92
SHA1:
de3cad8b9845980ec0451b3dbfb2145abf695ad6
SHA-256:
b64b10724a993398fb47e69fa8f6ee69820ae7887705bfa4360bc6ade4dc0794

By downloading, you accept the terms of the Dell Software License Agreement.

Additional details

Show All | Hide All
The driver for DELL Quad-Port 1GB 82580EB supports Linux RHEL/SLES.
Intel 82580 QP 1G Mezzanine Adapter
Building and Installation
=========================

To build a binary RPM* package of this driver, run 'rpmbuild -tb
'. Replace with the specific filename
of the driver.

NOTE: For the build to work properly, the currently running kernel MUST
match the version and configuration of the installed kernel sources.
If you have just recompiled the kernel reboot the system now.

RPM functionality has only been tested in Red Hat distributions.

1. Move the base driver tar file to the directory of your choice. For
example, use /home/username/igb or /usr/local/src/igb.

2. Untar/unzip archive:

tar zxf igb-x.x.x.tar.gz

3. Change to the driver src directory:

cd igb-x.x.x/src/

4. Compile the driver module:

make install

The binary will be installed as:

/lib/modules//kernel/drivers/net/igb/igb.[k]o

The install locations listed above are the default locations. They
might not be correct forcertain Linux distributions.

5. Load the module using either the insmod or modprobe command:

modprobe igb

insmod igb

Note that for 2.6 kernels the insmod command can be used if the full
path to the driver module is specified. For example:

insmod /lib/modules//kernel/drivers/net/igb/igb.ko

With 2.6 based kernels also make sure that older igb drivers are
removed from the kernel, before loading the new module:

rmmod igb; modprobe igb

6. Assign an IP address to the interface by entering the following, where
x is the interface number:

ifconfig ethx

7. Verify that the interface works. Enter the following, where
is the IP address for another machine on the same subnet as the
interface that is being tested:

ping

TROUBLESHOOTING: Some systems have trouble supporting MSI and/or MSI-X
interrupts. If you believe your system needs to disable this style of
interrupt, the driver can be built and installed with the command:

make CFLAGS_EXTRA=-DDISABLE_PCI_MSI install

Normally the driver will generate an interrupt every two seconds, so if
you can see that you're no longer getting interrupts in cat /proc/interrupts
for the ethX igb device, then this workaround may be necessary.

To build igb driver with DCA:
------------------------------

If your kernel supports DCA, the driver will build by default with DCA enabled.

Command Line Parameters
=======================

If the driver is built as a module, the following optional parameters are used by entering them on the command line with the modprobe command using this syntax:

modprobe igb [

Need help with network connection issues?

Find a solution in Dell's network troubleshooting and usage guide.

Drivers help and tutorials