Amigos, obtive uma resposta no FórumGdH, vou coloca-la aqui porque pode ser util para quem tiver o mesmo problema, ela foi dada por Mike Pacasi:
Instale os seguintes pacotes: build-essential kernel-package libncurses5-dev linux-source-2.6.18 linux-headers-`uname -r` Depois, copie todos os arquivos baixados do site do ALSA para /usr/src e extraia-os ali. As instruções para compilar e instalar eu copiei do site do ALSA: http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel Aqui estão: cd /usr/src mkdir alsa cd alsa cp /downloads/alsa-* . Now unzip and install the alsa-driver package: bunzip2 alsa-driver-xxx tar -xf alsa-driver-xxx cd alsa-driver-xxx ./configure --with-cards=hda-intel --with-sequencer=yes ; make ; make install NB: If you are using drivers before 0.9.4 then you need to run: ./snddevices The snddevices script sets the permissions for the devices it creates to root. If you use devfs then you should not run the snddevices script. Otherwise run: chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi Now unzip and install the alsa-lib package: cd .. bunzip2 alsa-lib-xxx tar -xf alsa-lib-xxx cd alsa-lib-xxx ./configure ; make ; make install Now unzip and install the alsa-utils package: cd .. bunzip2 alsa-utils-xxx tar -xf alsa-utils-xxx cd alsa-utils-xxx ./configure ; make ; make install Now insert the modules into the kernel: modprobe snd-hda-intel ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss NB: For drivers older than 0.9.0beta11 use: modprobe snd-card-hda-intel Só um porem, tive de rodar o alsaconf tambem, depois meu som funcionou normalmente. --------------------------------------------------------------------------- Esta lista é patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utilização da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
