| 9 – Red Hat Linux Driver Installation | |
Install or Update the Driver (Installed Operating | ||
| System) | |
|
|
|
|
|
|
After line 609 add:
**************** (hosts.c) *****************
#ifdef CONFIG_SCSI_QLOGIC_QLA2100 QLA2100_LINUX_TEMPLATE,
#endif
****************** (end) *******************
4.Build the kernel by first changing to the source directory.
#cd /usr/src/linux (for Red Hat Linux 6.2 and 7.0)
#
5.Type the following command to remove everything. You need to do this when you build a symmetric multiprocessor (SMP) kernel for the first time.
#make mrproper
6.Type the following command to access the Main Menu:
#make menuconfig
a.From the Main Menu, select SCSI support and press ENTER.
b.From the SCSI Support Menu, select SCSI
ENTER.
c.From the SCSI
d.Select Exit until you return to the Main Menu.
e.If you are building an SMP kernel on an SMP system, do the following:
❑From the Main Menu, select Processor type and features and press the SPACEBAR.
❑From the Processor Type and Features Menu, select Symmetric multiprocessor and press the SPACEBAR.
❑Select Exit until you return to the Main Menu.
f.To exit the Main Menu, select Exit.
The system prompts Do you wish to save your new kernel configuration? Select Yes. The system saves a new config file .config in the current directory.
7.Create a bootable kernel image by typing the following:
#make dep
#make bzImage
|