Hi,
I was now able to compile a driver and get it running with VDR 1.7.1 here a short summary: To get the driver:
cd /usr/local/src/ mkdir hvr4000 mkdir -p hvr4000/liblianindvb-test cd hvr4000/liblianindvb-test hg init hg pull http://arvdr-dev.free-x.de:8080/testdvb/ hg update
Compile the driver:
make make install
To compile VDR:
cd /usr/local/src/hvr4000/liblianindvb-test/linux/include/linux ln -s /usr/src/linux/include/linux/compiler.h .
Compile VDR like normal.
Bye, Matthias