public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  ALSA config problem
@ 2009-02-09 18:13 James
  2009-02-09 18:34 ` Naga
  0 siblings, 1 reply; 11+ messages in thread
From: James @ 2009-02-09 18:13 UTC (permalink / raw
  To: gentoo-user

 Quandry:

(2) ALSA drivers exist. No matter what kernel choices I make
I either get 2 different ALSA devices, or none.

The mobo has an Nvidia chip, the video card has a ATI video chip,
both only work under the Intel HDA driver. These are compiled
into the kernel, not loadable modules. I'm going bald googling
trying to find out what to do, or how to fix?


from dmesg:


Advanced Linux Sound Architecture Driver Version 1.0.17.
ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 23
HDA Intel 0000:00:05.0: PCI INT B -> Link[LAZA] -> GSI 23 
(level, low) -> IRQ 23
HDA Intel 0000:00:05.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LNEA] enabled at IRQ 19
HDA Intel 0000:02:00.1: PCI INT B -> Link[LNEA] -> GSI 19 
(level, low) -> IRQ 19
HDA Intel 0000:02:00.1: setting latency timer to 64
ALSA device list:
  #0: HDA NVidia at 0xdfef8000 irq 23
  #1: HDA ATI HDMI at 0xdffec000 irq 19

lspci -v shoes:
00:05.0 Audio device: nVidia Corporation MCP61 High Definition 
Audio (rev a2)
        Subsystem: ASUSTeK Computer Inc. Device 8290

02:00.1 Audio device: ATI Technologies Inc R700 Audio 
Device [Radeon HD 4000 Series]
        Subsystem: ASUSTeK Computer Inc. Device aa38



No sound. Kmix has a red X over it on my kde panel.
There are no choices there in Kmix to select on.
HOW do I set this up?   udev, hal, or evdev configs?


Ideas?



James








^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  ALSA config problem
  2009-02-09 18:13 [gentoo-user] ALSA config problem James
@ 2009-02-09 18:34 ` Naga
  2009-02-09 19:22   ` [gentoo-user] " James
                     ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Naga @ 2009-02-09 18:34 UTC (permalink / raw
  To: gentoo-user

On Monday 09 February 2009 19:13:32 James wrote:
[...]
> The mobo has an Nvidia chip, the video card has a ATI video chip,
> both only work under the Intel HDA driver. These are compiled
> into the kernel, not loadable modules. I'm going bald googling
> trying to find out what to do, or how to fix?
[...]
> No sound. Kmix has a red X over it on my kde panel.
> There are no choices there in Kmix to select on.
> HOW do I set this up?   udev, hal, or evdev configs?

In the 2.6.28 kernel alsa is broken for hda-intel. Either use 2.6.27 series 
kernel or use a live alsa ebuild.

/Regards
Naga



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-user]  Re: ALSA config problem
  2009-02-09 18:34 ` Naga
@ 2009-02-09 19:22   ` James
  2009-02-09 22:02     ` Roy Wright
  2009-02-10  6:02   ` [gentoo-user] " Sebastian Günther
  2009-02-11  1:17   ` Iain Buchanan
  2 siblings, 1 reply; 11+ messages in thread
From: James @ 2009-02-09 19:22 UTC (permalink / raw
  To: gentoo-user

Naga <nagatoro <at> gmail.com> writes:


> In the 2.6.28 kernel alsa is broken for hda-intel. Either use 2.6.27 series 
> kernel or use a live alsa ebuild.


Makes sense, but, it's does not work for *26 or *27 kernels:


Linux sliver 2.6.27-gentoo-r8 #12 SMP Mon Feb 9 13:04:18 EST 2009 x86_64 AMD
Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux


It's a new install, and it has never worked. It works find under XP.



James







^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  Re: ALSA config problem
  2009-02-09 19:22   ` [gentoo-user] " James
@ 2009-02-09 22:02     ` Roy Wright
  2009-02-09 22:52       ` James
  0 siblings, 1 reply; 11+ messages in thread
From: Roy Wright @ 2009-02-09 22:02 UTC (permalink / raw
  To: gentoo-user

James wrote:
> Naga <nagatoro <at> gmail.com> writes:
> 
> 
>> In the 2.6.28 kernel alsa is broken for hda-intel. Either use 2.6.27 series 
>> kernel or use a live alsa ebuild.
> 
> 
> Makes sense, but, it's does not work for *26 or *27 kernels:
> 
> 
> Linux sliver 2.6.27-gentoo-r8 #12 SMP Mon Feb 9 13:04:18 EST 2009 x86_64 AMD
> Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux
> 
> 
> It's a new install, and it has never worked. It works find under XP.
> 

Start with:

http://www.gentoo.org/doc/en/alsa-guide.xml
/usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt

On my new install using 2.6.28-gentoo-r1, alsa kernel, sound as modules 
(recommended), snd_intel_hda, ~x86, I have both analog and SPDI/F 
working, but the kernel is not recognizing HDMI device.

In a nut shell,

* enable alsa in the kernel
* enable as modules device drivers/sound card support/...
* do not install alsa-drivers.
* emerge alsa-utils
* follow the alsa-guide
* if digital device not recognized, specify option name from 
ALSA-Configuration.txt

HTH,
Roy



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-user]  Re: ALSA config problem
  2009-02-09 22:02     ` Roy Wright
@ 2009-02-09 22:52       ` James
  2009-02-10  8:31         ` Mick
  0 siblings, 1 reply; 11+ messages in thread
From: James @ 2009-02-09 22:52 UTC (permalink / raw
  To: gentoo-user

Roy Wright <roy <at> wright.org> writes:

> http://www.gentoo.org/doc/en/alsa-guide.xml
> /usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt


Yep got these. They do seem to be dated, in light of the 
recent kernel changes related to audio....?



> On my new install using 2.6.28-gentoo-r1, alsa kernel, sound as modules 
> (recommended), snd_intel_hda, ~x86, I have both analog and SPDI/F 
> working, but the kernel is not recognizing HDMI device.


Well, for now, I went back to this kernel version:
2.6.24-gentoo-r8

Only one audio chip (nvidia) shows up, and I got it working now

I'll try a 2.8 kernel when the gentoo  sources go stable.



> * enable alsa in the kernel
> * enable as modules device drivers/sound card support/...
> * do not install alsa-drivers.
> * emerge alsa-utils
> * follow the alsa-guide
> * if digital device not recognized, specify option name from 
> ALSA-Configuration.txt


I appreciate these steps and refs....

I'm good for now.


James










^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  ALSA config problem
  2009-02-09 18:34 ` Naga
  2009-02-09 19:22   ` [gentoo-user] " James
@ 2009-02-10  6:02   ` Sebastian Günther
  2009-02-10 18:38     ` Naga
  2009-02-11  1:17   ` Iain Buchanan
  2 siblings, 1 reply; 11+ messages in thread
From: Sebastian Günther @ 2009-02-10  6:02 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

* Naga (nagatoro@gmail.com) [09.02.09 19:35]:
> 
> In the 2.6.28 kernel alsa is broken for hda-intel. Either use 2.6.27 series 
> kernel or use a live alsa ebuild.
> 
Why can I listen to music and watch DVD with my hda-intel, if it's 
broken?

> /Regards
> Naga
> 

Curious
Sebastian

-- 
 " Religion ist das Opium des Volkes. "      Karl Marx

 SEB@STI@N GÜNTHER         mailto:samson@guenther-roetgen.de

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  Re: ALSA config problem
  2009-02-09 22:52       ` James
@ 2009-02-10  8:31         ` Mick
  2009-02-10 21:52           ` Roy Wright
  0 siblings, 1 reply; 11+ messages in thread
From: Mick @ 2009-02-10  8:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

On Monday 09 February 2009, James wrote:
> Roy Wright <roy <at> wright.org> writes:

> > On my new install using 2.6.28-gentoo-r1, alsa kernel, sound as modules
> > (recommended), 
[snip...] 

> > * enable alsa in the kernel
> > * enable as modules device drivers/sound card support/...
[snip...]

> I appreciate these steps and refs....
>
> I'm good for now.

As was suggested above you may get better luck building the alsa drivers as 
modules.  Although I had my sound card driver built in the kernel for the 
last 2-3 years, I had to revert to building it as a module to get it to work 
with kernel 2.6.27-gentoo-r6/8.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  ALSA config problem
  2009-02-10  6:02   ` [gentoo-user] " Sebastian Günther
@ 2009-02-10 18:38     ` Naga
  2009-02-11  1:19       ` Iain Buchanan
  0 siblings, 1 reply; 11+ messages in thread
From: Naga @ 2009-02-10 18:38 UTC (permalink / raw
  To: gentoo-user

On Tuesday 10 February 2009 07:02:16 Sebastian Günther wrote:
> * Naga (nagatoro@gmail.com) [09.02.09 19:35]:
> > In the 2.6.28 kernel alsa is broken for hda-intel. Either use 2.6.27
> > series kernel or use a live alsa ebuild.
>
> Why can I listen to music and watch DVD with my hda-intel, if it's
> broken?

Guess it's only broken for certain cards then?

/Regards
Naga



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  Re: ALSA config problem
  2009-02-10  8:31         ` Mick
@ 2009-02-10 21:52           ` Roy Wright
  0 siblings, 0 replies; 11+ messages in thread
From: Roy Wright @ 2009-02-10 21:52 UTC (permalink / raw
  To: gentoo-user

Mick wrote:
> On Monday 09 February 2009, James wrote:
>> Roy Wright <roy <at> wright.org> writes:
> 
>>> On my new install using 2.6.28-gentoo-r1, alsa kernel, sound as modules
>>> (recommended), 
> [snip...] 
> 
>>> * enable alsa in the kernel
>>> * enable as modules device drivers/sound card support/...
> [snip...]
> 
>> I appreciate these steps and refs....
>>
>> I'm good for now.
> 
> As was suggested above you may get better luck building the alsa drivers as 
> modules.  Although I had my sound card driver built in the kernel for the 
> last 2-3 years, I had to revert to building it as a module to get it to work 
> with kernel 2.6.27-gentoo-r6/8.

The main reason for building the sound drivers as modules is so that 
alsaconf can find and setup your sound card for you.




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  ALSA config problem
  2009-02-09 18:34 ` Naga
  2009-02-09 19:22   ` [gentoo-user] " James
  2009-02-10  6:02   ` [gentoo-user] " Sebastian Günther
@ 2009-02-11  1:17   ` Iain Buchanan
  2 siblings, 0 replies; 11+ messages in thread
From: Iain Buchanan @ 2009-02-11  1:17 UTC (permalink / raw
  To: gentoo-user

On Mon, 2009-02-09 at 19:34 +0100, Naga wrote:
> On Monday 09 February 2009 19:13:32 James wrote:
> [...]
> > The mobo has an Nvidia chip, the video card has a ATI video chip,
> > both only work under the Intel HDA driver. These are compiled
> > into the kernel, not loadable modules. I'm going bald googling
> > trying to find out what to do, or how to fix?
> [...]
> > No sound. Kmix has a red X over it on my kde panel.
> > There are no choices there in Kmix to select on.
> > HOW do I set this up?   udev, hal, or evdev configs?
> 
> In the 2.6.28 kernel alsa is broken for hda-intel. Either use 2.6.27 series 
> kernel or use a live alsa ebuild.

Works for me.  In fact, I've never alsa, mixers, and sound working
better than in 2.6.28...

I have this card:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller (rev 02)
which has the pci id 8086:284b

-- 
Iain Buchanan <iaindb at netspace dot net dot au>

All men know the utility of useful things;
but they do not know the utility of futility.
		-- Chuang-tzu




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user]  ALSA config problem
  2009-02-10 18:38     ` Naga
@ 2009-02-11  1:19       ` Iain Buchanan
  0 siblings, 0 replies; 11+ messages in thread
From: Iain Buchanan @ 2009-02-11  1:19 UTC (permalink / raw
  To: gentoo-user

On Tue, 2009-02-10 at 19:38 +0100, Naga wrote:
> On Tuesday 10 February 2009 07:02:16 Sebastian Günther wrote:
> > * Naga (nagatoro@gmail.com) [09.02.09 19:35]:
> > > In the 2.6.28 kernel alsa is broken for hda-intel. Either use 2.6.27
> > > series kernel or use a live alsa ebuild.
> >
> > Why can I listen to music and watch DVD with my hda-intel, if it's
> > broken?
> 
> Guess it's only broken for certain cards then?

I notice there are more options for the type of hda-intel card now, so
you may need to tweak that.  It took me a few goes to figure out I
needed the IDT/Sigmatel sub-type for the Dell/Intel chipset.

cya,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

I wasn't recommending that we make the links for them, only provide them
with the tools to do so if they want to take the gamble (or the gambol).
             -- Larry Wall in <199709292259.PAA10407@wall.org>




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-02-11  8:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 18:13 [gentoo-user] ALSA config problem James
2009-02-09 18:34 ` Naga
2009-02-09 19:22   ` [gentoo-user] " James
2009-02-09 22:02     ` Roy Wright
2009-02-09 22:52       ` James
2009-02-10  8:31         ` Mick
2009-02-10 21:52           ` Roy Wright
2009-02-10  6:02   ` [gentoo-user] " Sebastian Günther
2009-02-10 18:38     ` Naga
2009-02-11  1:19       ` Iain Buchanan
2009-02-11  1:17   ` Iain Buchanan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox