[linux-dvb] Cinergy 1200 DVB-T PCI
Hamish Moffatt
hamish at cloud.net.au
Sat Feb 26 11:26:03 CET 2005
On Sat, Feb 26, 2005 at 09:43:15AM +0100, Sascha Loos wrote:
> i'am using a terratec cinergy 1200 dvb-t i(pci version).
> the card ist working fine, except that changing to a
> channel on a another transponder/frequency takes about 10
> seconds. is there any way to fix that ? i've googled around
> but can't find a solution for this problem with this card.
>
> i'am using debian unstable with 2.6.10-1-686 kernel card
> is detected succesfull ...
It might be a known bug in 2.6.10.. You could try this patch if you are
comfortable recompiling the kernel.
diff -urN linux-2.6.10/drivers/media/dvb/dvb-core/dvb_frontend.c linux-2.6.10-patched/drivers/media/dvb/dvb-core/dvb_frontend.c
--- linux-2.6.10/drivers/media/dvb/dvb-core/dvb_frontend.c 2004-12-27 17:13:55.000000000 +1100
+++ linux-2.6.10-patched/drivers/media/dvb/dvb-core/dvb_frontend.c 2005-01-04 18:56:57.000000000 +1100
@@ -454,7 +454,8 @@
* occurs */
if (fe->state & FESTATE_RETUNE) {
fe->state = FESTATE_TUNING_FAST;
- goto retune;
+ /*goto retune;*/
+ wake_up_interruptible(&fe->wait_queue);
}
}
--
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>
More information about the linux-dvb
mailing list