Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] I solved my VDR reccording problem ;-)
Hello,
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;
static int adac=DVB_ADAC_TI;
static int hw_sections = 0;
static int rgb_on = 0;
--- dvb_frontend.c 2004-05-03 17:57:39.433927640 +0200
+++ dvb_frontend.c~ 2004-04-28 18:48:00.337453872 +0200
@@ -68,7 +68,7 @@
static int dvb_frontend_debug = 0;
-static int dvb_shutdown_timeout = 0;
+static int dvb_shutdown_timeout = 5;
static int dvb_override_frequency_bending = 0;
static int dvb_force_auto_inversion = 0;
static int dvb_override_tune_delay = 0;
There are against 2.6.6-rc3-mm1 but are easyly ported to other one ;-)
Grégoire
__________________________________________________________________________
http://algebra.epfl.ch/greg ICQ:16624071 mailto:Gregoire.Favre@freesurf.ch
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index