Mailing List archive

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

[vdr] Re: Problem compiling vdr-0.99pre4



Hi Klaus,

I am also still using an old - but working - driver from 21.09.2001. I tried the one you posted a few times.

The driver itself works on my DVB-c card (so I get ZDF info). But as soon I start vdr I get a blue screen on my TV. VDR itself is still running.

The log shows no entry after channel switching as usual (only switching to channel 23 from vdr, but no reaction from the dvb driver)

thanx and cheers,
Swen

vdr@linuxtv.org schrieb am 10.02.02:
> Christoph Rieder wrote:
> > 
> > Hi!
> > 
> > Even after looking trough list archive, FAQ ... I can not tell what I'm
> > doing wrong. The error message is:
> > 
> > In file included from config.h:17,
> >                  from config.c:10:
> > dvbapi.h:90: syntax error before `;'
> > make: *** [config.o] Error 1
> > 
> > Can you please help me?
> > 
> > Thanx!
> > 
> > Christoph
> 
> You need to use a more recent driver.
> 
> Try the one from
> 
>   ftp://ftp.cadsoft.de/pub/people/kls/vdr/siemens_dvb-0.9-20020202.tgz
> 
> Apparently there has also been a new driver uploaded to
> 
>   http://linuxtv.org/download/dvb/siemens_dvb-0.9.4.tar.gz
> 
> last friday. If you want to use that one I suggest to apply the following
> Patch to DVB/driver/dvb.c in order to enable still picture display with VDR's
> editing mode:
> 
> --- dvb.c       Thu Feb  7 17:23:00 2002
> +++ dvb.c       Sun Feb 10 10:54:23 2002
> @@ -4449,12 +4449,13 @@
>         
>          if (!(dvb->playing&RP_VIDEO)) {
>                  AV_StartPlay(dvb, RP_VIDEO);
> -                n=MIN_IFRAME/len+1;
>          }
> +        n=MIN_IFRAME/len+1;
>          dvb_play(dvb, iframe_header, sizeof(iframe_header), 0, 1, 0);
> -        for (i=0; i<n; i++) 
> +        for (i=0; i<n; i++) {
>                  dvb_play(dvb, buf, len, 0, 1, 1);
> -        send_ipack_rest(&dvb->ipack[1]);
> +                send_ipack_rest(&dvb->ipack[1]);
> +        }
>  }
> 
> 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
> _______________________________________________________________
> 
> 


______________________________________________________________________________
Die Nummer, die man nie vergisst: Ihre persönliche Wunschrufnummer von WEB.DE! 
Jetzt einsteigen http://freemail.web.de/?mc=990002




Home | Main Index | Thread Index