On Saturday 24 September 2005 20:26, John Clabaugh wrote:
> Hans:
>
> I've been following the PVR-500 sound issues with great hope for
> finally fixing my sound problem.  Unfortunately, I still seem to not
> have sound on my second tuner.  I'm beginning to wonder if there is
> something wrong in hardware.  Anyhow, here is my log info:

Can you try the following patch?

-------- cut here ---------
Index: ivtv-driver.c
===================================================================
--- ivtv-driver.c       (revision 2703)
+++ ivtv-driver.c       (working copy)
@@ -1294,7 +1294,8 @@
           in one place. */
        itv->std++;             // Force full standard initialization
        ivtv_v4l2_ioctls(itv, NULL, 0, VIDIOC_S_STD, &itv->tuner_std);
-        if (itv->options.tuner == TUNER_PHILIPS_FM1216ME_MK3) {
+        if (itv->options.tuner == TUNER_PHILIPS_FM1216ME_MK3 ||
+            itv->options.tuner == TUNER_PHILIPS_FQ1236A_MK4) {
                 int cfg = TDA9887_PORT1_ACTIVE|TDA9887_PORT2_ACTIVE;
                 ivtv_tda9887(itv, TDA9887_SET_CONFIG, &cfg);
         }
-------- cut here ------------

If this does not work, do you have to option of testing the card in a Windows 
machine? That way we can obtain I2C logs and see if there is something 
special that Hauppauge is doing that we don't.

        Hans


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to