Hi,
Gregoire Favre schrieb:
it took me some time to find out that my HVR-4000 don't work for DVB-S(2) with vdr-1.7.2.
[snip]
The card tune well for example with kaffeine to BBC HD.
Any idea on how to use it with VDR (dvb-t is of second interest to me) ?
Looks like you have to add the "2nd generation" flag to your driver. Otherwise, vdr-1.7.2 doesn't assume that your card can do DVB-S2. For stb0899 it looks like this:
diff -r 6241895c64f2 linux/drivers/media/dvb/frontends/stb0899_drv.c --- a/linux/drivers/media/dvb/frontends/stb0899_drv.c Thu Dec 18 13:07:18 2008 -0200 +++ b/linux/drivers/media/dvb/frontends/stb0899_drv.c Tue Dec 30 10:06:51 2008 +0100 @@ -1914,6 +1914,7 @@ .caps = FE_CAN_INVERSION_AUTO | FE_CAN_FEC_AUTO | FE_CAN_QPSK +|0x10000000 },
.release = stb0899_release,
Bye.