On Thu, Sep 22, 2005 at 10:36:03PM +0200, Hans Verkuil wrote:
> 
> Just as I thought, two tuners. One at address 0x60 and one at address 0x61. 
> Can you apply attached patch for tveeprom.c to ivtv 0.3.9? It's probably 
> enough to unload and load the tveeprom module. Please post the tveeprom 
> output. It should show an index number for the second tuner. Based on that I 
> can probably determine the tuner type.

I applied the patch but did not get any additional output, either in 
dmesg or in /var/log/messages (where syslog sticks its stuff).  Just for 
sanity, here's the diff from 0.3.9 clean to my version:

diff -urN ivtv-0.3.9/driver/tveeprom.c ivtv-0.3.9.new/driver/tveeprom.c
--- ivtv-0.3.9/driver/tveeprom.c        2005-09-17 16:00:22.000000000 
-0600
+++ ivtv-0.3.9.new/driver/tveeprom.c    2005-09-22 14:59:53.000000000 
-0600
@@ -490,6 +490,7 @@
                                beenhere = 1;
                                break;
                        } else {
+                         TVEEPROM_KERN_INFO("Second (radio) tuner idx 
%d\n", eeprom_data[i+2]);
                                break;
                        }
                case 0x0e:


I also tried sticking this line immediately before the switch (tag) line 
a little higher up.

Thanks for your time so far!  This has given me hope.  :)



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to