For those who want to try compiling sasc-ng I have followed the instructions from these links:
https://opensvn.csie.org/traccgi/sascng/wiki/SascDownloadhttps://opensvn.csie.org/traccgi/sascng/wiki/SascInstallBefore even beginning I had my DVB-C card up and running in VDR and FTA working.
I'm using a Terratec Cinergy C PCI card with the mantis driver:
http://jusst.de/hg/mantis/summaryBefore installing I did need a few things:
sudo apt-get install build-essential subversion gettext
To download:
svn co https://OpenSVN.csie.org/sascng sasc-ng
To configure:
cd sasc-ng/
cd trunk/
/lib/modules/`uname -r`/build
./configure --dvb-dir=<Path to driver>
I did not need the kernel source since I'm using a self compiled driver.
Make the module:
make module
I was missing a compiler.h like it said in the instructions and I just added it in linux/include/linux folder of my driverfolder with this command:
sudo touch compiler.h
And after this it is just make and sudo make install....
I had this plugin compiled and working in Kaffeine in 0710Beta2, but it was with a HVR4000 DVB-S card.
I have not been able to finish the make command yet in 0710Beta3.