Hi Nicolas

I am sorry but I forgot to send you e second line to be patched in the
av7110 driver.
In the lines immediately following the previously applied patch
you have to apply the same modification :

original
        case VIDIOCSTUNER:
        {
                struct video_tuner *v =3D arg;

                dprintk(KERN_ERR "dvb: VIDIOCSTUNER called\n");

                /* only channel 0 has a tuner */
                if (!v->tuner)
                        return -EINVAL;

patched

        case VIDIOCSTUNER:
        {
                struct video_tuner *v =3D arg;

                dprintk(KERN_ERR "dvb: VIDIOCSTUNER called\n");

                /* only channel 0 has a tuner */
                if (v->tuner)
                        return -EINVAL;


Angelo



On Tue, 20 Apr 2004, [EMAIL PROTECTED] wrote:

> Le 04/20/2004 01:03 PM, [EMAIL PROTECTED] a joliment =E9crit :
> > Hi
> >
> > what is the exact DVB board you are using,
>
> Nexus S DVB card Hauppauge with a cam for crypted channels
> Do you use a Cam ?
>
> > what is the exact command line your are running  mplayer
>
> cut and past your command line
>
> > Are you sure to have loaded the recompliled modules ?
>
> Yes beacause before vdr output didn't black.
>
> > In my case too, vdr output go black for a while when mplayer start.
>
> Then it is in progress ;-)
>
> Nicolas.
>
>
> --
>     Powered           .~.
>     by Linux          /V\
>      ------          // \\
>   solutions for     /(   )\
>   smart penguins     ^`~'^
>
>




-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to