Comment 1 for bug 135075

Revision history for this message
Niklas Edmundsson (niklas-edmundsson) wrote :

cciss 2.6.18-5 driver (available from http://cciss.sourceforge.net/) hacked so it compiles cleanly on Ubuntu Dapper AMD64. Only tested on Dapper AMD64 in a HP DL320s with SmartArray P400 controller and a raid6 set consisting of 11x750GB SATA drives.

To build:
apt-get install module-assistant
m-a prepare
mkdir /tmp/dir
cd /tmp/dir
tar -xzf /path/to/cciss-2.6.18-5_dapper.tar.gz
make

NOTE! IF SOMETHING GOES WRONG YOUR SYSTEM MIGHT NOT BOOT. YOU HAVE BEEN WARNED.
To install:
cp /lib/modules/`uname -r`/kernel/drivers/block/cciss.ko /lib/modules/`uname -r`/kernel/drivers/block/cciss.ko.bak
cp cciss.ko /lib/modules/`uname -r`/kernel/drivers/block/cciss.ko
depmod -a
update-initramfs -u