Mailing List archive

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

[vdr] Re: Configuration with vdr-pre4



On Sat, 30 Mar 2002 14:26:35 +0100, Matthias Fechner
<matthiasfechner@web.de> wrote:

> Hello Norbert,
> 
> * Norbert Schmidt <nschmidt-nrw@t-online.de> [30-03-02 13:47]:
> > Setup Menu/CICAM
> > - CICAM DVB1 1: Free to air
> > - CICAM DVB1 2: Free to air
> > - CICAM DVB2 1: Premiere World
> > - CICAM DVB2 2: Free to air
> 
> Oh, i didn't no, that i must set some settings in VDR directly, now all
> is working.

BTE, there is a little error in config.c, cSetup::ParseCaCaps() which
causes VDR to loose the Ca-Information for the 4th card after restart.

Change line:
  if (d > 0 && d < MAXDVBAPI) {

To:
  if (d > 0 && d <= MAXDVBAPI) {

Emil



Home | Main Index | Thread Index