[linux-dvb] CVS Problems, and T200 unrecognised again (was RE:
Compro DVB-T300 Remote)
Hartmut Hackmann
hartmut.hackmann at t-online.de
Sat Sep 24 22:47:38 CEST 2005
Hi,
Thanks, i will give it a try.
Last time, i just checked whether everything compiles and all
modules are there, my fault.
Many thanks that you jumped in, it would have taken a while until
i had found it.
Best regards
Hartmut
Michael Krufky wrote:
> Hartmut Hackmann wrote:
>
>> Hi, Andy, Michael
>>
>> I didn't notice this either:
>> In the old configuration, the merge_trees removed the version check.
>> So if Andy has a kernel older that 2.6.13, the tda1004x support will
>> not get compiled and DVB support for Andys card not activated.
>> That explains.
>> If Michael hasn't already corrected this, you might remove the
>> "undef HAVE_TDA1004X" from compat.h
>>
>> Andy, if this does the trick, please try Nicks remote patch and leave
>> me a note. I would like to check it in.
>
>
> Fixed in compat.h, like this:
>
> diff -u -r1.19 -r1.20
> --- video4linux/compat.h 2005/09/21 00:56:30 1.19
> +++ video4linux/compat.h 2005/09/24 17:22:52 1.20
> @@ -115,10 +115,12 @@
> #define pm_message_t u32
> #endif
>
> +#ifndef DVB_CVS
> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13)
> #undef HAVE_LGDT330X
> #undef HAVE_TDA1004X
> #endif
> +#endif
>
> #endif
> /*
>
> The flag DVB_CVS is passed by the patched Makefile in the tree-merge.
>
> This should work now.
More information about the linux-dvb
mailing list