[linux-dvb] Terratec Cinergy 1200 DVB-C - Unknown Device
e9hack
e9hack at googlemail.com
Fri Feb 2 17:19:52 CET 2007
Tomi Orava wrote:
>>
>> Maybe the parallel data output configuration is wrong and the data is
>> latched at the wrong edge. The value is in the inittab, adress 0x12. The
>> clock polarity is bit 0, so a change to 0xa1 would be worth a try.
>>
>
> I changed the inittab line:
>
> 0x12,0xff,0xa0, // INTP1 POCLKP=1 FEL=1 MFS=0
> to
> 0x12,0xff,0xa1, // INTP1 POCLKP=1 FEL=1 MFS=0
>
> but without success.
>
This configuration is overwritten in budget-av.c. Changing this value in
the init-tab makes no sense.
>
> PS. Attached is the merged driver diff I've tried to get working.
>
Thanks for using the patch from
http://www.vdr-portal.de/board/attachment.php?attachmentid=13610.
>
> + state->reg0 = tda10023_inittab[0]; // 0x73; // FIXME!!!
>
I've change this value to the old one from the tda10021 driver. Using of
tda10023_inttab[0] in this way is wrong, because the format of the
inittab has changed.
- Hartmut
More information about the linux-dvb
mailing list