View Single Post
  #7 (permalink)  
Old 26-Sep-2008, 20:54
Lysdestic's Avatar
Lysdestic Lysdestic is offline
Explorer Penguin
 
Join Date: Jun 2008
Location: Bowling Green, KY
Posts: 162
Lysdestic hasn't been rated much yet
Send a message via AIM to Lysdestic Send a message via MSN to Lysdestic Send a message via Yahoo to Lysdestic
Default Re: SB Audigy LS (snd-ca0106)

I hate to bump this, but I've made progress.

Ditched pulse.

Surround, all channels, even on two channel audio works.

I used softvol to create a master channel. Works, However, It doesn't seem to work on reboot unless I restart alsa.

Besides sofvol not working on reboot, unless I rcalsasound restart, I can't have multiple apps using sound. IE, if amarok is playing music, kopete will not play sounds.

Any ideas?

EDIT: Here is my /etc/asound.conf:
Code:
pcm.!dmix {
   type plug
   slave {
       pcm surround51
       channels 6
   }
}
pcm.!default {
   type plug
   slave.pcm "softvol"
   slave.channels 6
   route_policy duplicate
}
pcm.softvol {
        type softvol
        slave {
                pcm "dmix"    
        }
        control {
                name "Master Volume"
                card 0
        }
}
__________________
lysdestic@suseforums:~>make install --not-war
Reply With Quote