From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G6G9a-0004HA-7r for garchives@archives.gentoo.org; Fri, 28 Jul 2006 00:24:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6S0MMYS029792; Fri, 28 Jul 2006 00:22:22 GMT Received: from www.rout.co.nz (203-79-82-53.adsl-wns.paradise.net.nz [203.79.82.53]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6S0KGC2022445 for ; Fri, 28 Jul 2006 00:20:17 GMT Received: from [192.168.1.2] (nick.rout.co.nz [192.168.1.2]) by www.rout.co.nz (Postfix) with ESMTP id E3EF060B4 for ; Fri, 28 Jul 2006 12:17:05 +1200 (NZST) Date: Fri, 28 Jul 2006 12:20:16 +1200 From: Nick Rout To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: audio with TV crd [solved] In-Reply-To: <200607260910.42909.uwix@iway.na> References: <20060726114527.6D7A.NICK@rout.co.nz> <200607260910.42909.uwix@iway.na> Message-Id: <20060728120513.8993.NICK@rout.co.nz> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.24.02 [en] X-Archives-Salt: f84bc7fb-27c0-476b-ba50-92024711cf30 X-Archives-Hash: 371400fd5e46ec0204b981641183b474 On Wed, 26 Jul 2006 09:10:42 +0100 Uwe Thiem wrote: > On 26 July 2006 00:54, Nick Rout wrote: > > > There is a current "scratchy" noise problem with PVR-150 drivers. > > > > AFTER you have started playing/recording the stream execute > > > > ivtvctl -qX > > > > where X is the audio input you are using. This fixes it for me and a > > number of other mythtv users. Some have even set up a cron script to > > execute that command every 10 seconds. > > I'll try that, weird as it is. ;-) > > > > > > To get as close as possible to a DVD compatible stream use > > > > ivtvctl -c stream_type=X where X is the stream type you want from : > > > > /* Stream types */ > > #define IVTV_STREAM_PS 0 > > #define IVTV_STREAM_TS 1 > > #define IVTV_STREAM_MPEG1 2 > > #define IVTV_STREAM_PES_AV 3 > > #define IVTV_STREAM_PES_V 5 > > #define IVTV_STREAM_PES_A 7 > > #define IVTV_STREAM_DVD 10 > > #define IVTV_STREAM_VCD 11 > > #define IVTV_STREAM_SVCD 12 > > #define IVTV_STREAM_DVD_S1 13 > > #define IVTV_STREAM_DVD_S2 14 > > > > I cannot for the life of me remember whether you want 10,13 or 14. > > Interesting. is there actually any comprehensive documentation about ivtv? I > only found scratches and pieces. > > Uwe Only what comes with it I think. The doc directory in the source is worth a look. This is also worth a look: http://ivtvdriver.org/index.php/Main_Page The driver has been in such a rapid state of development that any documentation would quickly be out of date. It is considerably more mature lately. The mythtv mailing list archives are also a very good source of knowledge. I would say that a very big percentage of people using these cards under linux do so in a mythtv box. The archives are very good and appear here: http://www.gossamer-threads.com/lists/mythtv/users/ simply running ivtvctl | less gives you a good idea of what you can control. -- Nick Rout -- gentoo-user@gentoo.org mailing list