[dvblast-devel] slow CAMs init

Christophe Massiot cmassiot at openheadend.tv
Tue Aug 24 23:16:59 CEST 2010


Le 17 août 2010 à 21:25, Todor Neshev a écrit :

> I moved up the decoding part here for these crypting modules:
> 
> ------------------
> void dvb_Open( void )
> {
> 
>    en50221_Init();
>    i_ca_next_event = mdate() + CA_POLL_PERIOD;
>    sleep (5);
> ------------------
> 
> I put extra line for sleep.
> Now these modules working and decoding correctly.

Which modules are these ?

> Strange is that with other modules like alphacrypt i do not have that
> problem.
> Without that fix tuner is loosing signal non-stop with the satelite.

Can you provide the log output without the patch ?

I don't mind initializing the CAM before the frontend, but the sleep() call is a bother. Have you tested with lower values ? Have you tested with :
 i_ca_next_event = mdate() + CA_POLL_PERIOD + 5000000;


More information about the dvblast-devel mailing list