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 1NKc35-0001L0-R4 for garchives@archives.gentoo.org; Tue, 15 Dec 2009 18:23:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76AC3E12B0 for ; Tue, 15 Dec 2009 18:23:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2F707E0B61 for ; Tue, 15 Dec 2009 17:17:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4648867F1F for ; Tue, 15 Dec 2009 17:17:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.077 X-Spam-Level: X-Spam-Status: No, score=-3.077 required=5.5 tests=[AWL=-0.478, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DYYSjgzX5yE8 for ; Tue, 15 Dec 2009 17:17:04 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9BC4F67EDB for ; Tue, 15 Dec 2009 17:17:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NKb15-0006Sk-0S for gentoo-user@gentoo.org; Tue, 15 Dec 2009 18:16:55 +0100 Received: from adsl-69-234-190-177.dsl.irvnca.pacbell.net ([69.234.190.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Dec 2009 18:16:54 +0100 Received: from w41ter by adsl-69-234-190-177.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Dec 2009 18:16:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: my gentoo amd64 does not have sound Date: Tue, 15 Dec 2009 09:16:33 -0800 Message-ID: References: <53e35fd50912150415wf36ddf8jec91830200b85358@mail.gmail.com> 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; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-190-177.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091215 Thunderbird/3.1a1pre In-Reply-To: <53e35fd50912150415wf36ddf8jec91830200b85358@mail.gmail.com> Sender: news Cc: gentoo-amd64@lists.gentoo.org X-Archives-Salt: 7e55df79-5703-4c6d-92db-eaec69bd0252 X-Archives-Hash: f49bbbed81e28e115b9aa4e9fa3dca66 On 12/15/2009 04:15 AM, Xi Shen wrote: > hi, > > my laptop is thinkpad t61. according to the output of lspci -k > > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > Controller (rev 03) > Kernel driver in use: HDA Intel > Kernel modules: snd-hda-intel > > the driver is already loaded. and i have use alsaconf, and alsamixer > to set the configuration. /etc/init.d/alsasound is started, but my > system still does not have sound. > > what have i missed? Did you include any of the CONFIG_SND_HDA_CODEC_* options in your kernel config? I built them all as modules, and I notice that only one of them actually gets loaded (in my case, the Realtek codec.) so I'm assuming that only one is needed.