Digi Neo and ClassicBoard PCI Driver Installation in RedHat Linux
# script [ENTER]
Determine if "egcs" compilers are installed by typing:
# rpm -qa | grep egcs [ENTER]
Look for lines with "compat-egcs". If they are found, skip the next step. If not, install them by performing the following steps.
Locate the installation CD ROM labeled "RedHat Linux 7.x, Operating System, CD 2, Installation CD 2 of 2". Insert the CD into the CD ROM drive. Type:
# mount /dev/cdrom /mnt/cdrom [ENTER]
Change into the directory where the "egcs" packages are located by typing:
# cd /mnt/cdrom/RedHat/RPMS [ENTER]
Install the "compat-glibc-6.2" package by typing:
# rpm -ivh compat-glibc-6.2-2.1.3.2.i386.rpm [ENTER]
Install the "compat-egcs-6.2" package by typing:
# rpm -ivh compat-egcs-6.2-1.1.2.16.i386.rpm [ENTER]
Unmount and remove the CD from the CD ROM drive by typing:
# cd / [ENTER]
# umount /mnt/cdrom [ENTER]
Create a symbolic link from your kernel source to /usr/src/linux by typing:
# ln -s /usr/src/linux-[kernel_version] /usr/src/linux [ENTER]
# cd /(path_where_src.rpm_image_is)
# rpm --rebuild cpci-1.1.5-1.src.rpm [ENTER]
Change to directory /usr/src/redhat/RPMS/i386 and use rpm to install the new driver package by typing:
# cd /usr/src/redhat/RPMS/i386 [ENTER]
# rpm -i cpci-1.1.5-1.i386.rpm [ENTER]
Load the module by typing:
# /etc/digicpci/rc.cpci start [ENTER]
Set up your machine to have the drivers load automatically at boot time by typing:
# /etc/digicpci/rc.cpci start
Add this to the /etc/rc.d/rc.local start up script to reinitialize at boot time.
Completing the installation, press:
# [Ctrl] d
If errors occur, please send the file named typescript located in the directory where you began this installation to Support Wizards for analysis.