Nachdem ich auf Kernel 3.2.0, geupdated hatte fand ich über folgenden link : https://github.com/ambrosa/DVB-Realt.../master/README die Lösung.
- install compile kit
sudo apt-get install build-essential
- install linux headers
sudo apt-get install linux-headers-$(uname -r)
- install git
sudo...