Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Time till channel has lock
On Wednesday 09 October 2002 20:25, Martin Neuditschko wrote:
> Hi!
>
> I am using a Hauppauge DVB-c Cable-Card,
> kernel-2.4.18,
> Newstruct driver snapshot from today (09.10.02)
> UPC-Telekabel-Austria -> QAM_256
>
> If I start "./czap RTL2" sometimes it only uses about 5 seconds
> to lock the channel, but sometimes it uses up to 2 minutes.
> I have tested this one channel only (RTL2).
> I mean I started "czap RTL2", waited till channel is locked,
> killed czap and started "czap RTL2" again without switching to
> any other channel.
>
> If I use the newstruct driver snapshot from 08.09.02 it is much
> faster. Some ideas about the problem?
please try to change file DVB/driver/frontend/alps_bsrv2.c at line 134
from
u8 buf [4] = { (div >> 8) & 0x7f, div & 0xff, 0x95, (pwr << 5) | 0x30 };
to
u8 buf [4] = { (div >> 8) & 0x7f, div & 0xff, 0x95, (pwr << 6) | 0x30 };
and report if this fixes the problem. (this works quite well with my card.)
hope this helps,
andreas poethke.
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index