Hi Community,
I tried these days to migrate to the new driver structure and VDR 1.7 (to later get the HVR4000 running).
The driver I used is: http://liplianindvb.sourceforge.net/cgi-bin/hgwebdir.cgi/liplianindvb/ To compile the driver I copied compiler.h from the kernel source to the driver and compiled it (I think was necessary to compile VDR against the driver).
When compiling VDR I changed the path for the DVB driver to the dir where I compiled the new driver (in Make.config).
But if I start VDR 1.7.1 I only get a black screen (OSD is working fine) and a message that it cannot tune to channel.
Switch back to VDR 1.6 and the old driver solved the problem.
Was anyone successfull to get that driver with VDR 1.7.1 with the old TT card (Rev 1.3) running?
Bye, Matthias
Hello, Vdr supports only the multiproto stuff. Afaik is latest branch broken according to Klaus mail at linux-dvb list. The new S2 API is not supported by VDR. HTH. Halim
On Wed, Sep 17, 2008 at 12:20 AM, Halim Sahin halim.sahin@t-online.de wrote:
Hello, Vdr supports only the multiproto stuff. Afaik is latest branch broken according to Klaus mail at linux-dvb list.
A couple days ago I pulled a fresh multiproto tree (Manu's tree) and recompiled everything. VDR-1.7.0 worked fine, VDR-1.7.1 had choppy video and no audio.
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