Compilar los driver para el kernel con el que estamos trabajando
# Sound
#
CONFIG_SOUND=m
#
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
Descargar los fuentes de alsa de
http://www.alsa-project.org/∞ y descomprimir
#tar -jxvf alsa-driver.tar.bz2
Compilar e instalar
#cd alsa-driver
#./configure --with-kernel=/usr/src/linux --with-isapnp=no --with-cards=intel8x0 --with-sequencer=yes
#make
#make install
#./snddevices
#modprobe snd-intel8x0
Cargamos los modulos de la tarjeta de sonido (snd_intel8x0) en el kernel y listo