AMCC 9000 User Manual

Page of 126
Driver Installation Under SuSE Linux
www.3ware.com
83
7
If you are using the GRUB boot loader, you are finished.
If you are using the LILO boot loader, run LILO to update the 
boot record on disk by typing the following:
/sbin/lilo
The output should be similar to: 
Added linux *
Compiling a 3ware Driver for SuSE Linux
For Experts Only
If you wish to compile the driver yourself (for a different kernel 
version that you are running), then perform the following steps. 
(Note that the steps vary somewhat for 2.4 kernels and 2.6 kernels; 
instructions are provided for each.)
You must have a full Linux kernel source tree in /usr/src/linux 
in order to do the compile.
To compile a 3ware driver for SuSE Linux 2.4 kernels
1
Download the 3ware 2.4 driver source from the 3ware website 
(www.3ware.com) or copy the driver source from the CD into a 
working directory.
2
Install the Kernel source under 
/usr/src
.
3
Create a symbolic link. 
ln -s /usr/src/<Kernel Src Dir >    /usr/src/linux
4
Change the directory to
cd /usr/src/linux