If some of you out there that don't seem to be getting anything on the second 
tuner can give this patch a try and see if it helps any, it would be 
appreciated.

This patch simply removes the tuner on these cards from the list of tuners 
that have radio on them, since it isn't really correct that the tuner on 
these cards has radio support. The card does, but its done via a stand-alone 
radio tuner, not a dual-mode TV/FM tuner, so something should be triggering 
configuration of the radio portion of the card. That might be what some of 
the junk in the extra 0x0a tag in the eeprom could be used for, I dunno 
yet...

Note that the FM tuner is on the same i2c bus as the first TV tuner, while the 
second tuner is all alone on its i2c bus, so thus my theory that forcing 
radio configuration on both tuners is what's tanking the second one for some 
folks (but not sure why its fine for others...). Worth a shot, anywho, and 
this patch is more technically correct, I think... :-)

-- 
Jarod Wilson
[EMAIL PROTECTED]
diff -BurN ivtv-0.3.2m/driver/tveeprom.c ivtv-0.3.2m-500tvee/driver/tveeprom.c
--- ivtv-0.3.2m/driver/tveeprom.c	2005-03-22 08:08:09.000000000 -0800
+++ ivtv-0.3.2m-500tvee/driver/tveeprom.c	2005-03-24 14:24:24.017869039 -0800
@@ -311,7 +311,6 @@
 	case 61:		//PNPEnv_TUNER_TAPE_M001D_MK3:
 	case 78:		//PNPEnv_TUNER_TDA8275C1_8290_FM:
 	case 89:		//PNPEnv_TUNER_TCL_MFPE05_2:
-	case 92:		//PNPEnv_TUNER_PHILIPS_FQ1236A_MK4:
 		return 1;
 	}
 	return 0;

Attachment: pgpWqCfKx17tE.pgp
Description: PGP signature

Reply via email to