[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ALSA not loading at system boot



On Wednesday 05 November 2008 23:42, Vinicius Massuchetto wrote:
>
> > cat /proc/asound/cards
>
> vinicius@vinicius:~$ cat /proc/asound/cards
>   0 [Intel          ]: HDA-Intel - HDA Intel
>                        HDA Intel at 0xfebfc000 irq 21
>
> > grep ^Codec /proc/asound/card?/codec*
>
> vinicius@vinicius:~$ grep ^Codec /proc/asound/card?/codec*
> /proc/asound/card0/codec#0:Codec: SigmaTel STAC9228
> /proc/asound/card0/codec#1:Codec: Conexant ID 2c06
>

> Hope we can figure out somehting.
> Thanks again!
> Vinicius

Hi Vinicius.

It's very odd that you have 2 different codecs showing above. This could well 
be causing a conflict, and is why you have no sound after bootup.

Could you post the complete output of lspci -v .  I ask, because I have seen 
before, a graphics card, which has a sound component, which is an hda intel 
based one, but using a different codec.

After running alsaconf, and getting your soundcard up and running, would you 
open alsamixer, and report back which chipset it is showing being used. It's 
going to be either the STAC9228, or the Conexant one, not both.

If this is the case, I'm not too sure how to resolve the problem.

Perhaps a couple of lines in /etc/rc.local, as below.

modprobe -r snd-hda-intel
modprobe snd-hda-intel

Just some thoughts.

Nigel.



Reply to: