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 1PwGnb-0006fl-0z for garchives@archives.gentoo.org; Sun, 06 Mar 2011 16:27:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA7941C026; Sun, 6 Mar 2011 16:25:51 +0000 (UTC) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A6DD1C026 for ; Sun, 6 Mar 2011 16:25:51 +0000 (UTC) Received: from [192.168.0.4] (ool-43505ef2.dyn.optonline.net [67.80.94.242]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0LHN0050H9N2OM30@mta4.srv.hcvlny.cv.net> for gentoo-user@lists.gentoo.org; Sun, 06 Mar 2011 11:25:51 -0500 (EST) Date: Sun, 06 Mar 2011 11:25:42 -0500 From: dhk Subject: Re: [gentoo-user] Re: ALSA - Still No Sound In-reply-to: <4D7353C7.7010002@gmail.com> To: gentoo-user@lists.gentoo.org Message-id: <4D73B586.1010002@optonline.net> 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=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 1.1.2 References: <4D586719.9070509@optonline.net> <4D5A58ED.4090602@optonline.net> <201103060857.15278.michaelkintzios@gmail.com> <4D7353C7.7010002@gmail.com> User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110105 Lightning/1.0b3pre Thunderbird/3.1.7 X-Archives-Salt: X-Archives-Hash: 377118ba72827ba23e416d36816b53bc On 03/06/2011 04:28 AM, Dale wrote: > Mick wrote: >> On Saturday 26 February 2011 21:53:52 walt wrote: >> >>> There is a very recent post from someone (Walter?) that says he got >>> audio >>> only after compiling all the kernel sound features as modules, but he >>> has >>> no idea why (nor do I) but, as no one yet has a better idea, I'd try >>> it as >>> an experiment. >>> >> Because alsaconf needs to probe one module at a time and set its >> parameters. >> > > Just to confuse things more, I have the same driver for my sound and I > build everything into my kernel and always have. The sound worked as > soon as I unmuted it. > > root@fireball / # cat /usr/src/linux/.config | grep REALTEK > CONFIG_SND_HDA_CODEC_REALTEK=y > root@fireball / # > > Weird huh? > > Dale > > :-) :-) > > It looks like I have the same thing. # cat /usr/src/linux/.config | grep REALTEK CONFIG_REALTEK_PHY=m CONFIG_SND_HDA_CODEC_REALTEK=y FYI: This is my main box, not my laptop which is a dual boot. I haven't tried setting up sound on the laptop yet. Thanks