ALSA Driver Instructions

I've tried this with ALSA drivers version 0.9.beta7 which I compiled from source.  Complete information on ALSA can be found at the  ALSA Web Site

If you already have ALSA drivers for your card installed and working, all you need to do is add a few lines to your /etc/modules.conf file. You will need to be root in order to edit the file.

1- Using your favorite editor the lines in the for your sound configuration.
2- Add the following lines

# OSS/Free portion for alsa drivers
#
alias char-major-14 soundcore
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-oss
alias sound-service-0-12 snd-pcm-oss
3- Verify that you have the devices for char-major-14.  They should have been created if you followed the install instructions for ALSA which you can find in the  installation guide . On my system they look like this:
crw-rw-rw-   1 root     root      14,  14 Sep  8 02:38 admmidi0
crw-rw-rw-   1 root     root      14,  30 Sep  8 02:38 admmidi1
crw-rw-rw-   1 root     root      14,  46 Sep  8 02:38 admmidi2
crw-rw-rw-   1 root     root      14,  62 Sep  8 02:38 admmidi3
crw-rw-rw-   1 root     root      14,  12 Sep  8 02:38 adsp0
crw-rw-rw-   1 root     root      14,  28 Sep  8 02:38 adsp1
crw-rw-rw-   1 root     root      14,  44 Sep  8 02:38 adsp2
crw-rw-rw-   1 root     root      14,  60 Sep  8 02:38 adsp3
crw-rw-rw-   1 root     root      14,  13 Sep  8 02:38 amidi0
crw-rw-rw-   1 root     root      14,  29 Sep  8 02:38 amidi1
crw-rw-rw-   1 root     root      14,  45 Sep  8 02:38 amidi2
crw-rw-rw-   1 root     root      14,  61 Sep  8 02:38 amidi3
crw-rw-rw-   1 root     root      14,  11 Sep  8 02:38 amixer0
crw-rw-rw-   1 root     root      14,  27 Sep  8 02:38 amixer1
crw-rw-rw-   1 root     root      14,  43 Sep  8 02:38 amixer2
crw-rw-rw-   1 root     root      14,  59 Sep  8 02:38 amixer3
crw-rw-rw-   1 root     root      14,   4 Sep  8 02:38 audio0
crw-rw-rw-   1 root     root      14,  20 Sep  8 02:38 audio1
crw-rw-rw-   1 root     root      14,  36 Sep  8 02:38 audio2
crw-rw-rw-   1 root     root      14,  52 Sep  8 02:38 audio3
crw-rw-rw-   1 root     root      14,  10 Sep  8 02:38 dmfm0
crw-rw-rw-   1 root     root      14,  26 Sep  8 02:38 dmfm1
crw-rw-rw-   1 root     root      14,  42 Sep  8 02:38 dmfm2
crw-rw-rw-   1 root     root      14,  58 Sep  8 02:38 dmfm3
crw-rw-rw-   1 root     root      14,   9 Sep  8 02:38 dmmidi0
crw-rw-rw-   1 root     root      14,  25 Sep  8 02:38 dmmidi1
crw-rw-rw-   1 root     root      14,  41 Sep  8 02:38 dmmidi2
crw-rw-rw-   1 root     root      14,  57 Sep  8 02:38 dmmidi3
crw-rw-rw-   1 root     root      14,   3 Sep  8 02:38 dsp0
crw-rw-rw-   1 root     root      14,  19 Sep  8 02:38 dsp1
crw-rw-rw-   1 root     root      14,  35 Sep  8 02:38 dsp2
crw-rw-rw-   1 root     root      14,  51 Sep  8 02:38 dsp3
crw-rw-rw-   1 root     root      14,   2 Sep  8 02:38 midi0
crw-rw-rw-   1 root     root      14,  18 Sep  8 02:38 midi1
crw-rw-rw-   1 root     root      14,  34 Sep  8 02:38 midi2
crw-rw-rw-   1 root     root      14,  50 Sep  8 02:38 midi3
crw-rw-rw-   1 root     root      14,   0 Sep  8 02:38 mixer0
crw-rw-rw-   1 root     root      14,  16 Sep  8 02:38 mixer1
crw-rw-rw-   1 root     root      14,  32 Sep  8 02:38 mixer2
crw-rw-rw-   1 root     root      14,  48 Sep  8 02:38 mixer3
crw-rw-rw-   1 root     root      14,   8 Sep  8 02:38 music
 
4- Unload and reload the sound modules or reboot your system.