<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Looks like the active connection is still on the digital RF connection. I mistakenly left the antenna on the digital connection.<br><br>Does not look like it's switching. Still testing though...<br><br>Dwaine<br><br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: John <jharitos@yahoo.com><br>To: Michael Krufky <mkrufky@linuxtv.org><br>Cc: Dwaine Garden <dwainegarden@rogers.com>; linux-dvb@linuxtv.org; Linux and Kernel Video <video4linux-list@redhat.com><br>Sent: Sunday, January 7, 2007 10:27:50 PM<br>Subject: Re: [linux-dvb] Problem with Kworld ATSC-110<br><br><div>Thanks, I'd be happy to test it out. It's
not working<br>for me but I want to make sure I did it right.<br><br>The links says the following.<br><br>static int nxt200x_set_pll_input(u8 *buf, int input)<br>{<br>- if (input)<br>- buf[3] |= 0x08;<br>- else<br>- buf[3] &= ~0x08;<br>+ buf[3] |= 0x08;<br> return 0;<br>}<br><br>Does this mean remove the code that has the minus and<br>add the one with the plus so the resulting code is.<br><br>static int nxt200x_set_pll_input(u8 *buf, int input)<br>{<br> buf[3] |= 0x08;<br> return 0;<br>}<br><br>From there, make the changes then as root<br><br>cd /usr/src/uname -r<br>make M=drivers/media/video/saa7134<br><br>Take the resulting saa7134-dvb.ko and move it to the<br>/lib/modules/uname<br>-r/kernel/drivers/media/video/saa7134<br><br>All the other
modules in the lib directory are<br>compressed so take the saa7134-dvb.ko and compress as<br>saa7134-dvb.ko.gz<br><br>Did I do this correctly?<br><br><br>--- Michael Krufky <mkrufky@linuxtv.org> wrote:<br><br>> John wrote:<br>> > Thanks, I look forward to seeing if it works on<br>> your<br>> > system. I also tried it on a the latest livedvd<br>> > Knoppix distro and it diplayed the same behavior.<br>> > <br>> > --- Dwaine Garden <dwainegarden@rogers.com> wrote:<br>> > <br>> >> I'll do some testing too. I have not tried both<br>> >> analog and digital on separate RF connections.<br>> <br>> I sent out test patches to address this very issue<br>> ages ago, but nobody has ever<br>> responded with any test results...<br>> <br>><br><a target="_blank"
href="http://lists-archives.org/video4linux/10378-kworld-atsc110-philips-tuv1236d-f-h-multiple-inputs.html">http://lists-archives.org/video4linux/10378-kworld-atsc110-philips-tuv1236d-f-h-multiple-inputs.html</a><br>> <br>> The current code in the kernel will (or should)<br>> behave as follows:<br>> <br>> One RF is used for analog + digital cable (QAM256)<br>> <br>> The other RF is used for OTA VSB only.<br>> <br>> One of the patches in the link above should change<br>> the behavior to reflect the following:<br>> <br>> Analog will always use one RF, and digital,<br>> regardless of VSB or QAM, will use the other.<br>> <br>> At the time I wrote the email, I wasnt sure which<br>> patch was correct, so I provided two<br>> for testing. One will work correctly, and the other<br>> will probably force all tuning to<br>> use the single RF no matter what.<br>> <br>> I do not have an ATSC110 to test this with,
so it is<br>> up to you guys to test the patches<br>> that I am providing, and make the appropriate<br>> changes to them as necessary.<br>> <br>> >> I think this is the only hdtv card that does have<br>> >> two RF connections.<br>> <br>> Actually, the FusionHDTV3 Gold-Q also has two rf<br>> inputs, in addition to<br>> the ATI HDTV Wonder.<br>> <br>> I hope this information helps you... PLEASE respond<br>> with some feedback.<br>> <br>> Cheers,<br>> <br>> Mike Krufky<br>> <br><br><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br><a target="_blank" href="http://mail.yahoo.com">http://mail.yahoo.com</a> <br></div></div><br></div></div></body></html>