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, [EMAIL PROTECTED] wrote: > Le 04/20/2004 12:29 PM, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
