|
Installing Classicboard and Neo Driver in Red Hat Version 8.0 Installing Classicboard and Neo Driver in Red Hat Version 8.0 Preparing for installation:
# script
Verify that the matching kernel-source is installed on your system:
# rpm -aq | grep kernel-source
The version of the kernel-source should match your running kernel. Your kernel version can be displayed by typing:
# uname -r
If the kernel-source is not installed, please install from your RedHat CD.
Driver Installation:
# cd /(path_where_src.rpm_image_is)
# rpmbuild --rebuild cpci-1.1.8-1.src.rpm
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
# rpm -i cpci-1.1.8-1.i386.rpm
Load the module by typing:
# /etc/digicpci/rc.cpci start
Set up your machine to have the drivers load automatically at boot time by adding the above command to the /etc/rc.d/rc.local start up script.
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.
|