[dvblast-devel] slow CAMs init

Todor Neshev sani at gorna.net
Tue Aug 17 21:25:40 CEST 2010


Hello,
Problems with CPU load loops are fixed !
Thanks.
Another problem i noticed with some cams. They need time to init and
decode which is very strange.
I looked arround and made some fixes for them in dvb.c.

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.
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.

Regards,
Todor








More information about the dvblast-devel mailing list