John wrote:
> Thanks, I'd be happy to test it out. It's not working
> for me but I want to make sure I did it right.
>
> The links says the following.
>
> static int nxt200x_set_pll_input(u8 *buf, int input)
> {
> - if (input)
> - buf[3] |= 0x08;
> - else
> - buf[3] &= ~0x08;
> + buf[3] |= 0x08;
> return 0;
> }
>
> Does this mean remove the code that has the minus and
> add the one with the plus so the resulting code is.
>
> static int nxt200x_set_pll_input(u8 *buf, int input)
> {
> buf[3] |= 0x08;
> return 0;
> }
^^ yes
>
>>From there, make the changes then as root
>
> cd /usr/src/uname -r
> make M=drivers/media/video/saa7134
>
> Take the resulting saa7134-dvb.ko and move it to the
> /lib/modules/uname
> -r/kernel/drivers/media/video/saa7134
>
> All the other modules in the lib directory are
> compressed so take the saa7134-dvb.ko and compress as
> saa7134-dvb.ko.gz
>
> Did I do this correctly?
No. Instead, follow the directions for the v4l-dvb hg tree located
at http://linuxtv.org/repo
Before you do "make", apply the patch as you have done above.
Cheers,
Mike
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb