Chapter 10. Maintaining Your Controller
184
3ware Serial ATA RAID Controller User Guide
8
Run mkinitrd.
9
If you are using lilo, use lilo to update to the boot loader.
You should see a printout of kernels that are able to boot on this system
after running lilo.
10 Reboot, if booted from the 3ware controller. Otherwise, continue with
step 11.
The driver is now updated.
11 Stop the current driver module, if loaded:
rmmod 3w-9xxx
12 Load the new driver module:
modprobe 3w-9xxx
If the new driver fails to load properly, confirm that you used correct driver. If
your kernel or SuSE version is not supported, you will need to compile your
own driver. For more information, see knowledgebase article 14546 (
http://
www.3ware.com/KB/article.aspx?id=14546
).
Updating the 3ware Driver Under FreeBSD
The following steps describe how to update the 3ware driver under FreeBSD.
To update the 3ware driver under FreeBSD
1
Download and extract the driver, as described under “Updating the Driver
and Firmware” on page 169.
2
Backup any critical data prior to updating the 3ware driver.
3
Change the directory to the location with the extracted driver.
4
Copy the files to the appropriate directory.
For FreeBSD 4.x, copy the driver into
/modules
For FreeBSD 5.x and 6.x, copy the driver into
/boot/kernel.
5
Load the driver
kldload twa.ko
If units are present, you should see unit information in the system
log (usually,
/var/log/messages
).
6
If you wish to load the driver automatically every
time the system is rebooted,
add the line
'twa_load="YES"'
to
the file
/boot/loader.conf