Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: VDR 0.80pre8



Hi,

I am using VDR with a DVB-C card. I had to make the following changes to make
tuning work with VDR version 0.80pre8:

diff -ruw /tmp/VDR/dvbapi.c VDR-0.8/dvbapi.c
--- /tmp/VDR/dvbapi.c   Mon May 28 00:27:37 2001
+++ VDR-0.8/dvbapi.c    Mon May 28 00:23:14 2001
@@ -2069,13 +2069,20 @@
      }
   else if (fd_qamfe >= 0) { // DVB-C

+    unsigned int freq = FrequencyMHz;
+        if (freq < (unsigned int)Setup.LnbSLOF) {
+           freq -= Setup.LnbFrequLo;
+           }
+        else {
+           freq -= Setup.LnbFrequHi;
+           }
      // Frequency and symbol rate:

      qamParameters qam;
-     qam.Frequency = FrequencyMHz * 1000UL;
+     qam.Frequency = freq * 1000UL * 1000UL;
      qam.SymbolRate = Srate * 1000UL;
      qam.FEC_inner = FEC_AUTO;
-     qam.QAM = QAM_64;
+     qam.QAM = /*QAM_64*/2;

      // Tuning:

Cursory testing of the other functionalities (EPG scanner, recording, playback)
did not reveal any problems. It seems that I can finally upgrade to the latest
DVB-CVS and VDR combo. Thank you for this very nice software!

BTW my channels.conf file looks like this:

Das Erste:10160:h:1:6900:101:102:0:28106
hessen:10160:h:1:6900:301:302:0:28108
BR-alpha:10160:h:1:6900:701:702:0:28112
SWR:10160:h:1:6900:801:802:0:28113
EinsExtra:10176:h:1:6900:101:102:0:28201
EinsFestival:10176:h:1:6900:201:202:0:28202
EinsMuXx:10176:h:1:6900:301:302:0:28203
MDR:10176:h:1:6900:401:402:0:28204
ORB:10176:h:1:6900:501:502:0:28205
B1:10176:h:1:6900:601:602:0:28206
ZDF:10144:h:1:6900:110:120:0:28006
3sat:10144:h:1:6900:210:220:0:28007
KiKa:10144:h:1:6900:310:320:0:28008
Eurosport:10144:h:1:6900:410:420:0:28009
ORF:10144:h:1:6900:506:507:0:28010
ZDF.info:10144:h:1:6900:610:620:0:28011
EuroNews:10144:h:1:6900:2233:2221:0:28015
ZDF.doku:10144:h:1:6900:660:670:0:28014
BR:10160:h:1:6900:201:202:0:28107
WDR:10160:h:1:6900:601:602:0:28111
arte:10160:h:1:6900:401:402:0:28109
SR:10160:h:1:6900:501:502:0:28110
Via:10096:h:1:6900:611:612:0:50705
Leitseite:10096:h:1:6900:2254:0:0:5004
PremiereWorld:10120:h:1:6900:255:256:0:10

Other information: Kernel 2.4.3 with the latest DVB-CVS (28.5.2001, 00:30).

Peter

-- 
Peter Hofmann                  e-mail: junk@pxh.de


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index