* [gentoo-user] Which sound codecs do I need?
@ 2011-10-12 23:35 Walter Dnes
2011-10-13 1:58 ` [gentoo-user] " Nikos Chantziaras
0 siblings, 1 reply; 7+ messages in thread
From: Walter Dnes @ 2011-10-12 23:35 UTC (permalink / raw
To: Gentoo Users List
I'm installing Gentoo on an older Intel Core2 Duo machine from Dell
for some testing. Checking with "lspci -v" from the install CD shows...
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
Subsystem: Dell Inspiron 530
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at fdff4000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
In "make menuconfig" I get a whole slew of codecs, i.e...
CONFIG_SND_HDA_CODEC_REALTEK
CONFIG_SND_HDA_CODEC_ANALOG
CONFIG_SND_HDA_CODEC_SIGMATEL
CONFIG_SND_HDA_CODEC_VIA
CONFIG_SND_HDA_CODEC_HDMI
CONFIG_SND_HDA_CODEC_CIRRUS
CONFIG_SND_HDA_CODEC_CONEXANT
CONFIG_SND_HDA_CODEC_CA0110
CONFIG_SND_HDA_CODEC_CMEDIA
CONFIG_SND_HDA_CODEC_SI3054
The only one I'm confident eliminating is CONFIG_SND_HDA_CODEC_HDMI
due to the help saying "Say Y here to include HDMI and DisplayPort
HD-audio codec". This is an older machine, and doesn't have a card or
chip with HDMI and/or DisplayPort.
--
Walter Dnes <waltdnes@waltdnes.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Which sound codecs do I need?
2011-10-12 23:35 [gentoo-user] Which sound codecs do I need? Walter Dnes
@ 2011-10-13 1:58 ` Nikos Chantziaras
2011-10-13 3:52 ` Dale
2011-10-17 20:58 ` Walter Dnes
0 siblings, 2 replies; 7+ messages in thread
From: Nikos Chantziaras @ 2011-10-13 1:58 UTC (permalink / raw
To: gentoo-user
On 10/13/2011 02:35 AM, Walter Dnes wrote:
> I'm installing Gentoo on an older Intel Core2 Duo machine from Dell
> for some testing. Checking with "lspci -v" from the install CD shows...
>
> 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
> Subsystem: Dell Inspiron 530
Well, since you're too busy to use Google, let me do that for you ;-)
http://support.dell.com/support/edocs/systems/inspd530/en/OM/HTML/appendix.htm
The sound chip is a Realtek ALC888. I'm sure this is all the info
needed to select the correct driver.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Which sound codecs do I need?
2011-10-13 1:58 ` [gentoo-user] " Nikos Chantziaras
@ 2011-10-13 3:52 ` Dale
2011-10-17 21:08 ` Walter Dnes
2011-10-17 20:58 ` Walter Dnes
1 sibling, 1 reply; 7+ messages in thread
From: Dale @ 2011-10-13 3:52 UTC (permalink / raw
To: gentoo-user
Nikos Chantziaras wrote:
> On 10/13/2011 02:35 AM, Walter Dnes wrote:
>> I'm installing Gentoo on an older Intel Core2 Duo machine from Dell
>> for some testing. Checking with "lspci -v" from the install CD shows...
>>
>> 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
>> Controller (rev 02)
>> Subsystem: Dell Inspiron 530
>
> Well, since you're too busy to use Google, let me do that for you ;-)
>
> http://support.dell.com/support/edocs/systems/inspd530/en/OM/HTML/appendix.htm
>
>
> The sound chip is a Realtek ALC888. I'm sure this is all the info
> needed to select the correct driver.
>
>
>
Or lspci -k would tell what driver the CD was using, if sound worked
which I bet it did.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Which sound codecs do I need?
2011-10-13 3:52 ` Dale
@ 2011-10-17 21:08 ` Walter Dnes
2011-10-18 0:25 ` Michael Mol
0 siblings, 1 reply; 7+ messages in thread
From: Walter Dnes @ 2011-10-17 21:08 UTC (permalink / raw
To: gentoo-user
On Wed, Oct 12, 2011 at 10:52:54PM -0500, Dale wrote
> Or lspci -k would tell what driver the CD was using, if sound worked
> which I bet it did.
That tells me which *DRIVER* is in use (so does "lspci -v" for that
matter). It does *NOT* tell me the *AUDIO CODEC*. "lspci -k" shows...
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
Subsystem: Dell Device 020d
Kernel driver in use: HDA Intel
--
Walter Dnes <waltdnes@waltdnes.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Which sound codecs do I need?
2011-10-17 21:08 ` Walter Dnes
@ 2011-10-18 0:25 ` Michael Mol
0 siblings, 0 replies; 7+ messages in thread
From: Michael Mol @ 2011-10-18 0:25 UTC (permalink / raw
To: gentoo-user
On Mon, Oct 17, 2011 at 5:08 PM, Walter Dnes <waltdnes@waltdnes.org> wrote:
> On Wed, Oct 12, 2011 at 10:52:54PM -0500, Dale wrote
>
>> Or lspci -k would tell what driver the CD was using, if sound worked
>> which I bet it did.
>
> That tells me which *DRIVER* is in use (so does "lspci -v" for that
> matter). It does *NOT* tell me the *AUDIO CODEC*. "lspci -k" shows...
>
> 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
> Subsystem: Dell Device 020d
> Kernel driver in use: HDA Intel
Yeah, the intel_hda system is pretty funky. My understanding is that
the API is essentially a programmable plugboard connecting the various
DSPs on the chip, and that the "codec" is a mapping of which pins
connect to which.
Kinda neat, actually. You'd think someone clever would try expressing
that interface more intuitively to the user.
--
:wq
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Which sound codecs do I need?
2011-10-13 1:58 ` [gentoo-user] " Nikos Chantziaras
2011-10-13 3:52 ` Dale
@ 2011-10-17 20:58 ` Walter Dnes
2011-10-17 22:49 ` Andrey Moshbear
1 sibling, 1 reply; 7+ messages in thread
From: Walter Dnes @ 2011-10-17 20:58 UTC (permalink / raw
To: gentoo-user
On Thu, Oct 13, 2011 at 04:58:24AM +0300, Nikos Chantziaras wrote
> On 10/13/2011 02:35 AM, Walter Dnes wrote:
> > I'm installing Gentoo on an older Intel Core2 Duo machine from Dell
> > for some testing. Checking with "lspci -v" from the install CD shows...
> >
> > 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
> > Subsystem: Dell Inspiron 530
>
> Well, since you're too busy to use Google, let me do that for you ;-)
>
> http://support.dell.com/support/edocs/systems/inspd530/en/OM/HTML/appendix.htm
>
> The sound chip is a Realtek ALC888. I'm sure this is all the info
> needed to select the correct driver.
Your Google-fu is stronger than mine. I did try Google, but it didn't
occur to me to use that specific search. Anyhow, thanks for the info.
--
Walter Dnes <waltdnes@waltdnes.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Which sound codecs do I need?
2011-10-17 20:58 ` Walter Dnes
@ 2011-10-17 22:49 ` Andrey Moshbear
0 siblings, 0 replies; 7+ messages in thread
From: Andrey Moshbear @ 2011-10-17 22:49 UTC (permalink / raw
To: gentoo-user
On Mon, Oct 17, 2011 at 16:58, Walter Dnes <waltdnes@waltdnes.org> wrote:
> On Thu, Oct 13, 2011 at 04:58:24AM +0300, Nikos Chantziaras wrote
>> On 10/13/2011 02:35 AM, Walter Dnes wrote:
>> > I'm installing Gentoo on an older Intel Core2 Duo machine from Dell
>> > for some testing. Checking with "lspci -v" from the install CD shows...
>> >
>> > 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
>> > Subsystem: Dell Inspiron 530
>>
>> Well, since you're too busy to use Google, let me do that for you ;-)
>>
>> http://support.dell.com/support/edocs/systems/inspd530/en/OM/HTML/appendix.htm
>>
>> The sound chip is a Realtek ALC888. I'm sure this is all the info
>> needed to select the correct driver.
>
> Your Google-fu is stronger than mine. I did try Google, but it didn't
> occur to me to use that specific search. Anyhow, thanks for the info.
snd_hda_codec_realtek on kernel >=2.6.31
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-10-18 0:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 23:35 [gentoo-user] Which sound codecs do I need? Walter Dnes
2011-10-13 1:58 ` [gentoo-user] " Nikos Chantziaras
2011-10-13 3:52 ` Dale
2011-10-17 21:08 ` Walter Dnes
2011-10-18 0:25 ` Michael Mol
2011-10-17 20:58 ` Walter Dnes
2011-10-17 22:49 ` Andrey Moshbear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox