Mailing List archive

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

[linux-dvb] Re: I solved my VDR reccording problem ;-)



Gregoire Favre wrote:
> 
> since a lots of time, after a boot, when I first want to start a
> reccording, I got UPT (I have got two DVB-s) till VDR exit and I have to
> reload the driver...
> 
> With this very small patches, this problem is gone:
> 
> --- av7110.c	2004-05-03 17:55:00.225131056 +0200
> +++ av7110.c~	2004-04-28 18:48:00.713396720 +0200
> @@ -76,7 +76,7 @@
>  int av7110_debug = 0;
>  
>  static int vidmode=CVBS_RGB_OUT;
> -static int pids_off=0;
> +static int pids_off;

0 is default for static variables, so this changes nothing.
pids_off is also available as a module parameter.

> -static int dvb_shutdown_timeout = 0;
> +static int dvb_shutdown_timeout = 5;

This is available as a module parameter, too. But I'm not sure
how this would lead to the UPT errors.
Anyway, what frontends do you have?

Johannes


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



Home | Main Index | Thread Index