Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
wiki3718: InstallationNotesForNetworkDrivers (Version 5)

Installation notes for Network drivers.#

To install your network drivers:

1. Download the network driver from the Latest Software Updates page.

2. Compare the cksum results with the checksum posted on the Latest Software Updates page.

# cksum Net.<drv_name>.YYYYMMDD.tar.gz

3. Unpack the driver:

# zcat Net.<drv_name>.YYYYMMDD.tar.gz | tar x

4. Backup the existing network driver.

If you wish to keep a copy of the existing driver, you'll need to save it to a safe location first, to prevent it from being overwritten during installation.

# cp -vc /bin/Net.<drv_name> /bin/Net.<drv_name>.`date +"%y%m%d_%H%M%S"`

5. Copy the updated driver to the /bin directory:

# cp Net.<drv_name> /bin

6. Make sure that the binaries are executable and that the file's owner and group are correc:

# chmod 755 /bin/Net.<drv_name>
# chown root:root /bin/Net.<drv_name>




Active Tab Versions Inactive Tab - left sideAssociations Inactive Tab - left sideAttachments Inactive Tab - left sideBack LinksInactive Tab - right side  
    Version From To Version Comment Created By
    Version 5 Fixed for the Latest Software Updates Oleg Bolshakov  -  10/07/2011
    Version 4 Fixed for 2010 updates Oleg Bolshakov  -  04/23/2010
    Version 3 minor changes Oleg Bolshakov  -  09/15/2009
    Version 2 Maintain more than one backup Oleg Bolshakov  -  09/01/2009
    Version 1 Pavel Kozlov(deleted)  -  06/30/2009