Install the NIC Broadcom 5720 driver on the DELL R720 Server

Source: Internet
Author: User

A few days ago, the company purchased a new server, DELL R720. After installing and installing CentOS 5.6, it found that only lo exists and there is no eth * Nic, after several queries, rhel5.x or centos 5 was installed for newer machines such as r620 and r720. x system, without its NIC driver, so we need to install it ourselves
NIC Driver, http://zh-cn.broadcom.com/support/ethernet_nic/downloaddrivers.php
We know the network card type we need.

Find the Linux driver

Download it and upload it to the server,

1. Make sure that the following packages are installed on your server; otherwise, an error will be reported.
[Root @ localhost ~] # Yum groupinstall "Development Tools"
[Root @ localhost ~] # Yum install kernel-devel

If you are using virtualization, you must also install kernel-xen-devel.
[Root @ localhost ~] # Yum install kernel-xen-devel

2. pressurize the file and generate the installation package
[Root @ localhost ~] # Unzip linux-3.133d.zip
[Root @ localhost ~] # Cd Server/Linux/Driver
[Root @ localhost ~] # Rpm-ivh tg3-3.133d-1.src.rpm
[Root @ localhost ~] # Cd/usr/src/RedHat/SPECS
[Root @ localhost ~] # Rpmbuild-bb tg3.spec
[Root @ localhost ~] # Cd/usr/src/redhat/RPMS/x86_64
[Root @ localhost ~] # Rpm-ivh tg3-3.133d-1.x86_64.rpm

3. Load modules
[Root @ localhost ~] # Modprobe tg3
[Root @ localhost ~] # Vim/etc/modprobe. conf
Alias eth0 tg3
Alias eth1 tg3
Alias eth2 tg3
Alias eth3 tg3

4. Restart the server and the NIC will be displayed.

RHEL6.4 install the Broadcom BCM4313 wireless NIC Driver

The Broadcom BCM4312 wireless NIC Driver is successfully installed under Fedora 18.

Service network interruption caused by compatibility issues between CentOS and Broadcom 5709

Summary of installing the Broadcom Linux hybrid wireless NIC Driver

Install the Broadcom NIC driver on the 64-bit CentOS 6 System

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.