Mailing List archive

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

[linux-dvb] AW: Re: Probs with Channel Switching (vdr0.8, dvb.0.9 today)



Sorry my fault i forgotten to do a make in the dvb/libdvb directory.
i downloaded cvs snapshot of dvb again (half an hour ago) and with the make
in dvb/libdvb it works and i can manualy switch channels without errors.


-----Ursprüngliche Nachricht-----
Von: kls@cadsoft.de [mailto:kls@cadsoft.de]Im Auftrag von Klaus
Schmidinger
Gesendet: Samstag, 2. Juni 2001 18:39
An: linux-dvb@linuxtv.org
Betreff: [linux-dvb] Re: Probs with Channel Switching (vdr0.8,dvb.0.9
today)


Klaus Wolf wrote:
>
> Hi Folks,
>
> i just installed
>
> vdr 0.8
> dvb 0.9.x todays cvs version
>
> all works fine, but after a view switchins of channels it didn´t work
> anymore and shows no more.
>
> i got the following error messages:
>
> ERROR: channel 5 not Sync´ed
> retrying
> ERROR: channel 5 not Sync´ed
> retrying
> ERROR: channel 5 not Sync´ed
> retrying
> ERROR: channel 5 not Sync´ed
> retrying
>
> what´s going wrong :-(
>
> Thanks
>
> klaus
>
> PS: My System
>
> -suse 7.1 (Kernel 2.4.2)
> -lirc-0.6.3
> -2xHaupauge DVB-s
> -Cam Modul
> -Irdedo with Premiere Card
> -Aston Seca CI
> -Maxtor 80GB HD UDMA (reiserfs)

Where these channel switchings done interactively, or was it the
EPG scanner that did the switching? I have these errors, too, but
it would appear that they only occur when the EPG scanner switches.
Maybe it also has to do with the fact that there is a CAM module
present in the card that does the EPG scanning.

Please try disabling the WPG scanner by putting a 'return;' statement
immediately at the beginning of cEITScanner::Process() in dvbapi.c,
as in:

   void cEITScanner::Process(void)
   {
     return;
     if (Setup.EPGScanTimeout && Channels.MaxNumber() > 1) {
        time_t now = time(NULL);

When you do so, do you still get any errors?

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.



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



Home | Main Index | Thread Index