Mailing List archive

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

[linux-dvb] share /dev/dvb/adapter0/frontend0



Hi


what is the exact DVB board you are using,
what is the exact command line your are running  mplayer
Are you sure to have loaded the recompliled modules ?

In my case too, vdr output go black for a while when mplayer start.


Angelo


On Tue, 20 Apr 2004, tarass@club-internet.fr wrote:

> Le 04/20/2004 12:29 PM, tho68@ssisrl.com a joliment écrit :
> > This problem I had using drivers 1.0.0.
> > I solved this problem patching drivers in this way :
> > file ....../DVB/driver/av7110/av7110.c
> > function av7110_video_ioctl
> >
> > about at line 3045
> >
> > /* only channel 0 has a tuner */
> > if(!v->tuner)
> >       return -EINVAL;
> >
> > I changed with
> > /* only channel 0 has a tuner */
> > if(v->tuner)
> >     return -EINVAL;
>
> Ok I have made the changes:
>
> now vdr output through the DVB card turns black for a while and then
> begins to work normally, the mplayer's output still the same:
>
> Nicolas.
>
>
> --
>     Powered           .~.
>     by Linux          /V\
>      ------          // \\
>   solutions for     /(   )\
>   smart penguins     ^`~'^
>



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



Home | Main Index | Thread Index