![3Ware 9500S-4LP - Escalade RAID Controller Installation Manual Download Page 94](http://html1.mh-extra.com/html/3ware/9500s-4lp-escalade-raid-controller/9500s-4lp-escalade-raid-controller_installation-manual_3233350094.webp)
Driver Installation Under Linux
86
3ware 9000 Series Serial ATA RAID Controller Installation Guide
9
Change directory to driver.
cd driver
10 To build the module, type
make
The 3w-9xxx.ko module will be built and output to the driver
directory created when you untared the 3w-9xxx.tgz file.
This will take a while, since the 2.6 build process exports our
module to the kernel module list and then builds all kernel
modules.
11 Copy the module 3w-9xxx.ko to
/lib/modules/<kernel string>/kernel/drivers/scsi/
3w-9xxx.ko
12 Edit
/etc/modprobe.conf
and add
alias scsi_hostadapter 3w-9xxx
13 Load the module
modprobe 3w-9xxx