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 1PgfvV-0003EN-Qv for garchives@archives.gentoo.org; Sat, 22 Jan 2011 16:02:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69E56E0B1E for ; Sat, 22 Jan 2011 16:02:57 +0000 (UTC) Received: from qmta11.emeryville.ca.mail.comcast.net (qmta11.emeryville.ca.mail.comcast.net [76.96.27.211]) by pigeon.gentoo.org (Postfix) with ESMTP id 326D0E0A6A for ; Sat, 22 Jan 2011 15:24:27 +0000 (UTC) Received: from omta01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by qmta11.emeryville.ca.mail.comcast.net with comcast id yf0l1f0050EPchoABfQTql; Sat, 22 Jan 2011 15:24:27 +0000 Received: from ajax.firstbooks ([68.60.124.221]) by omta01.emeryville.ca.mail.comcast.net with comcast id yfQR1f00q4mjGH88MfQSRE; Sat, 22 Jan 2011 15:24:27 +0000 Date: Sat, 22 Jan 2011 10:24:19 -0500 From: Frank Peters To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Alsa Problem With Kernel 2.6.37[Solved] Message-Id: <20110122102419.666a90ce.frank.peters@comcast.net> In-Reply-To: <4D3AC6E6.4050708@yahoo.com.br> References: <20110108112817.57180ab5.frank.peters@comcast.net> <20110108200802.c081bfd1.frank.peters@comcast.net> <4D3AC6E6.4050708@yahoo.com.br> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: cb191502df664d42407c70ea19cd9735 On Sat, 22 Jan 2011 10:00:38 -0200 Zhu Sha Zang wrote: > Kernel driver in use: HDA Intel > Kernel modules: snd-hda-intel > > aren't detected. > You may want to try strace (emerge strace) to possibly find out why the hardware is not being detected. Just do: strace amixer The output may show where the problem lies. Frank Peters