Gentoo Archives: gentoo-user

From: bn <brullonulla@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [SOLVED] The Great Macbook Update 1: Audio
Date: Fri, 25 Dec 2009 02:08:19
Message-Id: 4B34224B.2040104@gmail.com
In Reply to: Re: [gentoo-user] The Great Macbook Update 1: Audio by Bruce Hill
1 Hi,
2 Bruce Hill ha scritto:
3 > On Thu, Dec 24, 2009 at 09:53:43PM +0000, bn wrote:
4 > Which codec does your HDA Intel use? Then check if it's in your kernel:
5 >
6 > zgrep 'CONFIG_SND_HDA_CODEC' /proc/config.gz
7 >
8 > Your codec might not be easy to determine, such as mine:
9 > jeremiah ~ # cat /proc/asound/card0/codec#* | grep Codec
10 > Codec: Analog Devices AD1984
11 > jeremiah ~ # zgrep 'CONFIG_SND_HDA_CODEC' /proc/config.gz
12 > # CONFIG_SND_HDA_CODEC_REALTEK is not set
13 > CONFIG_SND_HDA_CODEC_ANALOG=y
14 > # CONFIG_SND_HDA_CODEC_SIGMATEL is not set
15 > # CONFIG_SND_HDA_CODEC_VIA is not set
16 > # CONFIG_SND_HDA_CODEC_ATIHDMI is not set
17 > # CONFIG_SND_HDA_CODEC_NVHDMI is not set
18 > # CONFIG_SND_HDA_CODEC_INTELHDMI is not set
19 > # CONFIG_SND_HDA_CODEC_CIRRUS is not set
20 > # CONFIG_SND_HDA_CODEC_CONEXANT is not set
21 > # CONFIG_SND_HDA_CODEC_CA0110 is not set
22 > # CONFIG_SND_HDA_CODEC_CMEDIA is not set
23 > # CONFIG_SND_HDA_CODEC_SI3054 is not set
24 >
25 > However, in the Help for CONFIG_SND_HDA_CODEC_ANALOG we read:
26 > Say Y here to include Analog Device HD-audio codec support in
27 > snd-hda-intel driver, such as AD1986A.
28
29 You were right, this was the problem, as I independently discovered. I
30 still don't know which codec is the right one, but enabling *all* of
31 them solved the issue, and that's fine with me :)
32
33 Thanks!
34 m.