From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PxOlZ-00050j-Ia for garchives@archives.gentoo.org; Wed, 09 Mar 2011 19:09:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 784171C05B; Wed, 9 Mar 2011 19:08:24 +0000 (UTC) Received: from genesis.genestate.com (pathfinder.genestate.com [212.21.116.18]) by pigeon.gentoo.org (Postfix) with ESMTP id 1860E1C063 for ; Wed, 9 Mar 2011 19:08:23 +0000 (UTC) Received: from localhost (exodus.genestate.com [10.194.217.3]) by genesis.genestate.com (Postfix) with ESMTP id 6214F61A45 for ; Wed, 9 Mar 2011 19:08:23 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=genestate.com; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=default; t= 1299697745; bh=I5pXXqHBDyL7UBrzF5olIlfsuMJTJAH/eCXu1uesIz0=; b=B khHfdyASoRA0QTHwMB2+E+bb8+TFDw9r+VHUnCIqYyN1B5ybPR4UxnyqSWjEaTu0 tNNDWxTItRBZie5/KMTtidiE0til45q4gCbuam7ryaLRI+jmnYBUq+qloxkTid5D SdgLEsoh1KjWRpLU7qCTWeN+HqIdlzLZ9CmLR1T6qA= Received: from genesis.genestate.com ([10.194.217.1]) by localhost (exodus.genestate.com [10.194.217.3]) (amavisd-new, port 10025) with ESMTP id VBBBA6TSLpMT for ; Wed, 9 Mar 2011 19:09:05 +0000 (GMT) Received: from [10.194.217.19] (muffinbuffer.genestate.com [10.194.217.19]) by genesis.genestate.com (Postfix) with ESMTP id 29E1261A44 for ; Wed, 9 Mar 2011 19:08:23 +0000 (GMT) Message-ID: <4D77D028.8090701@genestate.com> Date: Wed, 09 Mar 2011 19:08:24 +0000 From: Matt Harrison User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ripping my hair out with audio over hdmi References: <4D7778C8.8020708@genestate.com> <4D77A86B.8020007@genestate.com> <4D77B8AD.6040802@genestate.com> <4D77C826.3040409@genestate.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: f42c59a28be06b2a6f51b6c614ab9ba2 On 09/03/2011 18:52, Vizo Allman wrote: > Here is the what I get back when I do a aplay -l > also I had to make sure everything is turned on in alsamixer > > and make sure you are putting .asoundrc in the home directory you are > working with. > when I first tried I put the .asoundrc in root but I was trying to get sound > as the user mythtv. > >localhost ~ # aplay -l > **** List of PLAYBACK Hardware Devices **** > card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 > [Analog] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > card 0: NVidia [HDA NVidia], device 1: ALC662 rev1 Digital [ALC662 rev1 > [Digital] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI] > Subdevices: 0/1 > Subdevice #0: subdevice #0 Yes I've got the .asoundrc in mythtv's home directory. I know its being picked up, but I don't think thats the problem as I don't get sound even when I specify like "hw0,3". Of course I could be wrong. I think our sound devices are very similar: flipflop ~ # aplay -l **** List of PLAYBACK Hardware Devices **** card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 1: ALC888 Digital [ALC888 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 I've had some replies on the mythtv mailing list however they are mainly ubuntu focussed. I would try installing mythbuntu on there so I can try some of the ideas out, but it took a long time to install gentoo et al and I'd like to exhaust this before I re-install :) Many thanks Matt