Configuring <application><acronym>ALSA</acronym> Driver</application> Config files /etc/modules.conf Configuration Information To configure the ALSA drivers, you need to add some lines to /etc/modules.conf: cat >> /etc/modules.conf << "EOF" alias char-major-14 soundcore alias char-major-116 snd alias snd-card-0 snd-[soundcard-name] alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-midi EOF [soundcard-name] needs to be replaced with the driver relevant to your sound card. If you have more than one sound card, you can add additional sections by repeating the above, changing the first 0 to 1 and so on. After editing /etc/modules.conf you need to run depmod. If the drivers you have compiled are for the version of the kernel you are currently running, simply run: depmod If you are compiling drivers for a different kernel version than those you are running, you will need to use a line similar to: depmod -a 2.4.22 -F /boot/System.map-2.4.22