I downloaded the tar from the web page and did a make then make install after I changed the saa7134-dvb module. I rebooted and when I try to modprobe the saa7134-dvb module I get unknown symbol in module, or unknown parameter. How do I fix this so it'll load? --- Michael Krufky <mkrufky@xxxxxxxxxxx> wrote: > 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 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb