Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Technotrend DVB-T 1.2 recommended for UK?
On Monday 07 July 2003 23:34, Edward Wildgoose wrote:
> This sounds like exactly the problem that I have. I can sometimes get it
> back doing the trick you mention, but not more often than 1 in 10 times.
> Usually it just dies permanently and only comes back when I reload the
> dvbtt-pci module
Soemtimes if the switch back do not help, i switch to some other channel which
works almost any time. Then i wait until the OSD is gone and try the desired
channel again.
It sounds silly, but i have the "feeling" that my frontend can "stabilize"
itself on this channels again.
> I'm interested in a reference to your patch for frontend taking a while to
> lock? My card takes about the same time to lock (second or so) as my set
> top box, but it seems pretty slow to me, especially as the card is often
> already on the right multi-plex...
>
> Could you send me a link perhaps?
It's no official patch from the list. When someone published the patch which
considers the frequence i played around with the values. And i get the best
result with the patch below (i know that i could remove the if ;).
Greetings
Nils
--- alps_tdlb7.c 2003-07-08 02:19:51.000000000 +0200
+++ alps_tdlb7.c.new 2003-07-08 02:18:47.000000000 +0200
@@ -148,9 +148,9 @@
int pwr;
if (freq <= 782000000)
- pwr = 1;
+ pwr = 3;
else
- pwr = 2;
+ pwr = 3;
buf[0] = (div >> 8) & 0x7f;
buf[1] = div & 0xff;
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index