Mailing List archive

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

[linux-dvb] Re: Driver 0.8.1 and encrypted channels



Axel Gruber wrote:
> 
> > with some of the encrypted channel packages. Sorry, I could not test
> > all of them.
> > In the current CVS version this "feature" is removed. It is only
> 
> I have tryed today the current CVS-Version (17:30 Uhr) - With this version
> of the Driver i donīt get any cam working... - also the ON-SCREEN-MENUE of VDR
> donīt works...
> 
> Donīt know why... - I will try to Download it again and compile it again to
> test it again.... *g*
> 
> > Please tell me if the CVS version works again for you so that I can
> > make a release out of it (not everybody seems to use CVS).
> I will try it again...

To make VDR use PNRs again you need to apply the following patch
to version 0.71:

--- dvbapi.c    2001/01/20 09:52:56     1.52
+++ dvbapi.c    2001/01/23 18:35:13
@@ -2182,7 +2182,8 @@
         freq -= Setup.LnbFrequLo;
      else
         freq -= Setup.LnbFrequHi;
-     front.pnr       = 0;
+     front.channel_flags = Ca ? DVB_CHANNEL_CA : DVB_CHANNEL_FTA;
+     front.pnr       = Pnr;
      front.freq      = freq * 1000000UL;
      front.diseqc    = Diseqc;
      front.srate     = Srate * 1000;

However, I also don't get the OSD any more.
The "Now/Next" and channel display still works, but the large
OSD menu doesn't appear any more (Ralph, did you modify anything
in that area?).

Selecting different audio PIDs works somewhat better now, but
still not perfect. When I switch between the German and English
audio PID of the same video PID, it works fine, but when I switch
from a completely different channel to either the German or English 
APID of this channel, there are times when I get the German audio
although I have set the English APID. So the net effect is that
one can't reliably directly select the English channel, but rather
has to toggle between the German and English audio PID until it
kicks in. Maybe there is still some place where the PNR is used
without looking at the APID?

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index