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 1PpIp5-0000Mc-NS for garchives@archives.gentoo.org; Tue, 15 Feb 2011 11:11:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98442E0950; Tue, 15 Feb 2011 11:10:38 +0000 (UTC) Received: from m13-44.163.com (m13-44.163.com [220.181.13.44]) by pigeon.gentoo.org (Postfix) with ESMTP id D75FCE0950 for ; Tue, 15 Feb 2011 11:10:36 +0000 (UTC) Received: from laconism ( [124.76.101.225] ) by ajax-webmail-wmsvr44 (Coremail) ; Tue, 15 Feb 2011 19:10:32 +0800 (CST) Date: Tue, 15 Feb 2011 19:10:32 +0800 (CST) From: laconism To: gentoo-user@lists.gentoo.org Message-ID: <2658b578.a3f2.12e2903b5a2.Coremail.laconism@163.com> In-Reply-To: <4D5A58ED.4090602@optonline.net> References: <4D5A58ED.4090602@optonline.net> <4D586719.9070509@optonline.net> <1297648866.31454.6.camel@troll> <4D59155A.7000301@optonline.net> Subject: Re:Re: [gentoo-user] Re: ALSA - Still No Sound 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [124.76.101.225] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 110119(12730.3605.3605) Copyright (c) 2002-2011 www.mailtech.cn 163com X-CM-TRANSID:LMGowKA7JO0oX1pNxNUSAA--.57306W X-CM-SenderInfo: podf00xlvpqiywtou0bp/1tbiQBnmdUfRCEGV2AABsZ X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-Archives-Salt: X-Archives-Hash: ad66545f7f0a3491dadec89bea9eb581 you can use 'lspci' in shell to know something about your sound card,then h= ttp://www.gentoo.org/doc/en/alsa-guide.xml has a guide about how to se= t your hardware and kernel,the information used to make sure the model of y= our sound card is porvided in 'lspci',look it up clearly if you don't know how to update the kernel,see herehttp://www.gentoo.org/do= c/en/kernel-upgrade.xml My English is not very good, i wish that you can understand At 2011-02-15 18:43:57=EF=BC=8Cdhk wrote: >On 02/14/2011 12:29 PM, walt wrote: >> On 02/14/2011 03:43 AM, dhk wrote: >> =20 >>> What are the "Intel HD Audio" codecs? I don't >>> remember doing anything explicitly for them. How do I check them?=20 >>> Thanks. >>=20 >> Under the HD-Intel sound card driver menu there are several codecs for >> specific sound chips. e.g. I use the one for realtek, but yours may be >> a different one. Doesn't hurt to build them all as modules and see whic= h >> one(s) your kernel actually uses. >>=20 >>=20 >>=20 > >It looks like all the codec's are built in. I'm not sure what the last >one in the list does. > ># grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >CONFIG_REALTEK_PHY=3Dm >CONFIG_SND_HDA_CODEC_REALTEK=3Dy ># grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >CONFIG_SND_AC97_CODEC=3Dm >CONFIG_SND_HDA_CODEC_REALTEK=3Dy >CONFIG_SND_HDA_CODEC_ANALOG=3Dy >CONFIG_SND_HDA_CODEC_SIGMATEL=3Dy >CONFIG_SND_HDA_CODEC_VIA=3Dy >CONFIG_SND_HDA_CODEC_ATIHDMI=3Dy >CONFIG_SND_HDA_CODEC_NVHDMI=3Dy >CONFIG_SND_HDA_CODEC_INTELHDMI=3Dy >CONFIG_SND_HDA_CODEC_CIRRUS=3Dy >CONFIG_SND_HDA_CODEC_CONEXANT=3Dy >CONFIG_SND_HDA_CODEC_CA0110=3Dy >CONFIG_SND_HDA_CODEC_CMEDIA=3Dy >CONFIG_SND_HDA_CODEC_SI3054=3Dy ># CONFIG_SND_SOC_ALL_CODECS is not set > >This is the genkernel so pretty much everything is built in. > >Could this be a bug in the kernel? I haven't had sound for about a >year, but I know it use to work on this hardware. It probably went out >with an upgrade and never came back with a new install. > >Any ideas are appreciated. > >Thanks, > >dhk >