Mailing List Archive

"No sound on PVR ?50" patch for myth-FAQ-19.html for modules.conf
Hi,

I used the myth-FAQ while getting my Hauppauge PVR 350 to work, and
there was a bug in it. The msp3400, saa7115 and tuner modules got loaded
*after* the ivtv module instead of *before*, as is required and stated
in the IVTV FAQ.

The consequence was, that sound only worked on my PVR 350 after this
incantation:
$ modprobe ivtv
$ rmmod ivtv
$ modprobe ivtv
which took my quite a while to discover... How the existing version
could ever have worked for anyone is a mystery to me.

So anyway, here is a patch for myth-FAQ-19.html. I also included an
extention of the provided-as-is note that also points to and suggests
the IVTV FAQ as the primary reference (in caps as the existing
provided-as-is note).

$ cvs diff -wu
cvs server: Diffing .
Index: mythtv-HOWTO-19.html
===================================================================
RCS file: /var/lib/mythcvs/mythtv/docs/mythtv-HOWTO-19.html,v
retrieving revision 1.26
diff -w -u -r1.26 mythtv-HOWTO-19.html
--- mythtv-HOWTO-19.html 11 Jun 2003 17:11:03 -0000 1.26
+++ mythtv-HOWTO-19.html 4 Aug 2003 18:26:33 -0000
@@ -336,6 +336,7 @@
NOT GUARANTEED TO WORK WITH YOUR DISTRIBUTION. FOR IVTV DRIVER ASSISTANCE,
SEE THE IVTV MAILING LIST.
<A
HREF="https://lists.sourceforge.net/lists/listinfo/ivtv-devel">https://lists.sourceforge.net/lists/listinfo/ivtv-devel</A></P>
+<P>ALSO, PLEASE USE THE IVTV FAQ <a
href="http://ivtv.sourceforge.net/FAQ.html">http://ivtv.sourceforge.net/FAQ.html</a>
AS YOUR PRIMARY REFERENCE, NOT THIS CHAPTER.</P>
<P>These instructions work for Mandrake 9.1 on a backend machine which is
hosting a single PVR-250 capture card.</P>
<P>Install the Mandrake kernel source. If you are using a different
Mandrake
@@ -393,7 +394,7 @@
options ivtv debug=1
options tuner type=2
options msp3400 once=1 simple=1
-add below ivtv msp3400 saa7115 tuner
+add above ivtv msp3400 saa7115 tuner
</PRE>
</CODE></BLOCKQUOTE>
</P>

Sincerely,

Peter

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Re: "No sound on PVR ?50" patch for myth-FAQ-19.html for modules.conf [ In reply to ]
Thanks. No idea when they changed the "above" / "below" thing, but it
was a direct cut and paste from a long time ago. I've updated the HOWTO.
Re: "No sound on PVR ?50" patch for myth-FAQ-19.html for modules.conf [ In reply to ]
> Thanks. No idea when they changed the "above" / "below" thing, but it
> was a direct cut and paste from a long time ago. I've updated the HOWTO.

Based on the message I just saw in the ivtv mailing list, I'm going to
hold off on changing the HOWTO until they get their story straight on
the correct way to do modules.conf.