# # Sound Portion of /etc/modules.conf # ---------------------------------- # - modules are not needed if you manually stop/start sound # /etc/rc.local.sound # # - Different sound cards and motherboards require different sound modules # # # Original File # ------------- # http://Linux-Video.net/Audio/Howto/Conf/modules.sound.conf # # # Start - Stop # ------------ # http://Linux-Video.net/Audio/Howto/Conf/rc.local.sound # rc.local.sound stop - to remove the sound modules # rc.local.sound start - to load the sound modules # rc.local.sound play - to play a sample song # # # 30-Jul-04 amo Date-of-Birth # # # # # 05-Oct-02 amo For Asus A7N266-VM # # # nvidia NIC driver alias eth0 nvnet # # # USB driver # alias usb-interface usb-ohci # # # Sound driver # alias sound-slot-1 i810_audio # # insmod soundcore # insmod nvaudio # post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : # # # # End of modules.sound.conf