Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Still picture patch
On 17 Jan 2002 ma.hoff@t-online.de (Martin Hoffmann) wrote:
>> I'm using the cvs driver from the 2.1.2002 with Klaus patch and
>> still pictures does work.
> Mhhh
>
> Maybe i did something wrong ?
> I took the cvs from 16.01.2002 and the patch from september (?) from klaus
> download section.
I'm using this patch:
--- dvb.c Sat Nov 17 18:11:22 2001
+++ dvb.c Sat Nov 24 15:04:37 2001
@@ -4131,12 +4131,13 @@
if (dvb->videostate.playState==VIDEO_STOPPED) {
AV_StartPlay(dvb, RP_VIDEO);
- n=MIN_IFRAME/len+1;
}
+ n=MIN_IFRAME/len+1;
dvb_play(dvb, iframe_header, sizeof(iframe_header), 0, 1, 0);
- for (i=0; i<n; i++)
+ for (i=0; i<n; i++) {
dvb_play(dvb, buf, len, 0, 1, 1);
- send_ipack_rest(&dvb->ipack[1]);
+ send_ipack_rest(&dvb->ipack[1]);
+ }
}
I think driver changes between 2.1. and 16.1. are not relevant
for this problem (according to the cvs changelog).
>> Tuning is (mostly) fine here (two 2.1 cards).
> For me it often got stuck in a black screen without sound (with drivers from
> 08/2001) - but /var/log/messages tells "switche to channel xy" and nothing
> else - no error !
> A make reload for the drivers cures the problem :-/ Strange !
Which kernel and which i2c version does you use?
I had similiar problems and I disabled kernel i2c modules and got
i2c-2.6.2 from http://www.lm-sensors.nu. No more problems since
that point. Don't forget to rename/delete the i2c header files in
the kernel source before re-compiling the driver.
> But maybe it's already fixed with the dvbs drivers from 17.11.2001 (or with
> current cvs if i get them to run ;-)
What problems running the cvs driver?
--
Stefan Huelswitt
huels@iname.com | http://home.pages.de/~nathan
Home |
Main Index |
Thread Index