> #define TUNER_PHILIPS_FQ1216ME 24 /* you must actively select B/G/D/K, I, L, L` */ > #define TUNER_PHILIPS_FQ1216AME_MK4 56 /* Hauppauge PVR-150 PAL */ > > #define TUNER_PHILIPS_FM1216ME_MK3 38 > > #define TUNER_PHILIPS_FMD1216ME_MK3 63 > #define TUNER_PHILIPS_FMD1216MEX_MK3 78 > #define TUNER_PHILIPS_FM1216MK5 79 > > Could the user try one of those, starting with the FQ1216 tuner numbers > (24 and 56), to see if one of them works? For the FQ1261LME MK3, > tveeprom has the FM1216ME_MK3 tuner number (38). > I have this card now at home for testing. First results: #define TUNER_PHILIPS_FQ1216ME 24 /* you must actively select B/G/D/K, I, L, Result: only static #define TUNER_PHILIPS_FM1216ME_MK3 38 result: picture + sound o.k. #define TUNER_PHILIPS_FQ1216AME_MK4 56 /* Hauppauge PVR-150 PAL */ result: picture o.k., but no sound #define TUNER_PHILIPS_FMD1216ME_MK3 63 result: picture + sound o.k. #define TUNER_PHILIPS_FMD1216MEX_MK3 78 result: picture + sound o.k. #define TUNER_PHILIPS_FM1216MK5 79 result: picture o.k. , but audio disappears every few seconds (for about 1-2 seconds, then comes back) tuner type 63 and 79 are Hybrid tuners. This is fore sure an analogue-only tuner. The sticker says "Multi-PAL", and according to VIDIOC_ENUMSTD it supports PAL, PAL-BG and PAL-H. So I think 38 is right. Any suggestions for further tests? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html