[dvblast-devel] Fwd: Some trouble with choose right frequency on Hotbird

Christophe Massiot cmassiot at openheadend.tv
Tue Jun 7 22:54:12 CEST 2011


Le 18 mai 2011 à 11:30, Kompan Kolia a écrit :

> I fix this problem.
> 
> Problem with setting uop dvb-tone with diseqc miniA miniB
> 
> When i use Diseqc MiniA or miniB (may be 1-4 too) dvblast don`t set FE_SET_TONE
> 
> And why you do
>    /* Switch off continuous tone. */
>    if ( ioctl( i_frontend, FE_SET_TONE, SEC_TONE_OFF ) < 0 )
>    {
>        msg_Err( NULL, "FE_SET_TONE failed (%s)", strerror(errno) );
>        exit(1);
>    }
>    msleep(100000);
> ???

An old mistake that probably dates back from the time this code belonged in VLC. Since almost no one has a diseqc configuration, to my knowledge this code has never been tested. I have removed from trunk the 'else' which is probably meaningless.


More information about the dvblast-devel mailing list