# # ALSA section of /etc/modules.conf # # # for Debian: # ----------- # /etc/modutils/alsa # update-modules ---> modifies/merges into modules.conf # # # # 13-Oct-03 amo Date-of-Birth # 30-Jul-04 amo Added comments # # # # Generic Sound modules # --------------------- alias char-major-116 snd # # # Change to the modules for your sound card or motherboard # --------------------- alias snd-card-0 snd-via82xx # # # module options should go here # # # OSS/Free portion # ---------------- alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # # # # card #1 ( /dev/dsp0 ) # ------- 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 # # # card #2 ( /dev/dsp1 ) # ------- # # # End of file