On Thursday 22 September 2005 22:17, Chris Thompson wrote:
> On Thu, Sep 22, 2005 at 10:04:04PM +0200, Hans Verkuil wrote:
> > I might have a separate radio tuner (just like the PAL PVR500), but one
> > that is not yet detected correctly. It could be that it assigns that
> > radio tuner as the tv tuner accidentally. With this information I should
> > be able to determine if that is the case.
>
> I'm sending this to you on the list.  Please feel free to take this to
> private email if you wish.  If I get this fixed, I'll post back what I
> had to do for future prosterity.
>
> i2cdetect -a 2
> WARNING! This program can confuse your I2C bus, cause data loss and
> worse!
> I will probe file /dev/i2c/2.
> I will probe address range 0x00-0x7f.
> Continue? [Y/n] Y
>      0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
> 00: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
> 10: XX XX XX XX XX XX XX XX XX XX XX UU XX XX XX XX
> 20: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
> 30: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
> 40: XX XX XX UU UU XX XX XX XX XX XX XX XX XX XX XX
> 50: UU XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
> 60: UU 61 XX XX XX XX XX XX XX XX XX XX XX XX XX XX
> 70: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX

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.

        Hans
Index: tveeprom.c
===================================================================
--- tveeprom.c	(revision 2698)
+++ tveeprom.c	(working copy)
@@ -496,6 +496,8 @@
 				beenhere = 1;
 				break;
 			} else {
+                                TVEEPROM_KERN_INFO("Second (radio) tuner idx %d\n",
+                                                   eeprom_data[i + 2]);
 				break;
 			}
 		case 0x0e:

Reply via email to