9 – Red Hat Linux Driver Installation | ||
| Building a Driver from the Sources | |
|
|
|
|
|
|
3.Build the qla2x00 driver from the sources. For Red Hat Linux 6.2 and 7.0, type:
# make
For Red Hat Linux 7.1 and 7.2, type:
#make
4.Build the qla2300 driver from the sources. For Red Hat Linux 7.1 and 7.2, type:
#make ISP2300=1
9.5.2
Building a Multiprocessor Version of the Driver
Perform the following steps to build an SMP version of the qla2x00 driver:
1.If the QLogic SMP module is required to load with the Red Hat SMP kernel, it must be compiled with the same version number that was assigned to the original SMP kernel built by Red Hat. This step is not required for Red Hat Linux 7.0, 7.1, or 7.2.
For Red Hat Linux 6.2, in the /usr/src/linux/include/linux/version.h file, change the following line:
# define UTS_RELEASE
to
#define UTS_RELEASE
2.Extract the
#cd /mnt/cdrom/RedHat/RPMS
#rpm
#rpm
3.Change to the Linux source directory. For Red Hat 6.2 and 7.0, type:
#cd /usr/src/linux
For Red Hat 7.1 and 7.2, type:
#
4.Type the following command to access the Main Menu.
#make menuconfig
|