Personally, I don't use HDAPS as linux does not screw you as windows does. Anyways try this: (assuming you're using Ubuntu 6.10 Edgy Eft and also assuming you know how to enable Universe component).
I am a member at ubuntu forum too, this article has been taken from there and completed with correct links.
ATTENTION!
Only follow these instructions if you know what you are doing!
If you didn't until now you will have to install make, libc, gcc, ... Best is you use
$ sudo apt-get install build-essential
Determine your kernel version using
$ uname -a
You should see somthing like
Linux ibm 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686 GNU/Linux
Install the kernel sources "linux-source" e.g. using Synaptic. Download the right kernel patch from HDAPS#Applications according to your kernel version and system (I chose "sata/ide disk protection patch for 2.6.15") adapt following steps to your needs:
$ cd /usr/src/
$ sudo su
# bunzip2 linux-source-2.6.15.tar.bz2
# tar -xf linux-source-2.6.15.tar
# cd linux-source-2.6.15
# patch -p1 -l < /home/silvan/hdaps_protect.20060118.patch
You should see several lines with the word "suceeded". If you see many "failed" instead you probably chose the wrong patch for your kernel. You can use the --dry-run option to try it out first. If you get errors in the following steps you should better stop unless you know what you are doing.
# make clean
# make oldconfig # use old config, ask for new items, only
# make clean
# make # takes quite a long time, several minutes
# make modules
# make modules_install
Afterwards use the debian sources mentioned in How to protect the harddisk
http://www.thinkwiki.org/wiki/How_to_pr ... hrough_APS through APS to install the user space deamon hdapsd and the gnome applet gnome-hdaps-applet, e.g. using Synaptic.
If this worked for you, you can find some nice applications at HDAPS#Applications which make use of the APS.
Help needed
For me unfortunately it didn't work as making the patched kernel failed. Please update ths section if you have different experiences and a better, more detailed working explanation.
NOTE!
After I updated to edgy eft hdaps works without further work: edgy comes with hdaps built in. You can check if it is working by installing hdaps-utils
# sudo apt-get install hdaps-utils
and calling
# hdaps-gl
for a nice 3D show. If it is not, load the kernel module using
# sudo modprobe hdaps
and it should work. But if you want to use hdaps for disk protection, you have to recompile your kernel in edgy, too. Follow this post for an howto:
http://ubuntuforums.org/showthread.php?t=122863
If this does not help you then try
http://packages.ubuntu.com/edgy/utils/hdaps-utils
and
http://hdaps.sourceforge.net/
hope it helps, ryengineer.