Custom Instructions for 39320-P-aic79XX-RHEL4Gold-2.0.14-A00-2.tar.gz:
DRIVER INSTALL INSTRUCTIONS for the Adaptec 39320 adapter.
Custom instructions for file: 39320-P-aic79XX-RHEL4Gold-2.0.14-A00-2.tar.gz
There are two ways of installing the device driver on Redhat Linux. One is using a driver
disk during OS installation and the second is using a driver RPM to update the driver after OS
is installed. The steps for both of these methods are provided below. All the files needed for
both methods are included in the provided tar file.
------------------------------------------------------------------------------------
Create the installation driver diskette from the provided IMG file.
1. Using a UNIX/Linux system mount the drive containing the img file.
2. Insert a blank floppy disk in your floppy disk drive.
3. Use the dd command to copy the image to the floppy by issuing the following the command:
dd if=/
/aic79xx-2.0.14-kernel2.6.9-5.ELsmp-x86_64-kernel2.6.9-5.ELsmp-i686-kernel2.6.9-5.EL-x86_64-kernel2.6.9-5.EL-i686-dd.img of=/dev/fd0 bs=1440k
Install Redhat with the driver diskette.
1. Boot normally from the Redhat installation CD-ROM
2. Type at the boot prompt
3. At the "Do you have a driver disk" screen select “Yes”.
4. At the "Driver Disk Source" screen select fd0 (for floppy)
5. At the "Insert Driver Disk" screen, insert the driver disk created above and select OK to continue.
8. Select any additional devices in your system manually.
9. Complete the installation as directed by the install.
------------------------------------------------------------------------------------
Updating the Driver using RPM after OS is installed:
The 39320-P-aic79XX-RHEL4Gold-2.0.14-A00-2.tar.gz package includes two RPMs: dkms-2.0.5-1.noarch.rpm
and aic79xx-2.0.14-1dkms.noarch.rpm. Before beginning the installation, copy 39320-P-aic79XX-RHEL4Gold-2.0.14-A00-2.tar.gz into your temporary directory. Change to /tmp directory and untar the package with the following commands:
1. cd /tmp
2. tar xvzf 39320-P-aic79xx-RHEL4Gold-2.0.14-A00-2.tar.gz
3. To install the rpms type:
4. rpm -Uvh dkms-2.0.5-1.noarch.rpm
5. rpm -Uvh aic79xx-2.0.14-1dkms.noarch.rpm
Note: The driver RPM is in DKMS format and requires user to install dkms rpm first (dkms-2.0.5-1.noarch.rpm).