Help - Search - Members - Calendar
Full Version: Fixed "sound device problem" Skype1.3b Ubuntu
Skype Community > English > Skype for Linux
maruchan_
This is what I did to solve my problem:

Open the terminal and type:

CODE
sudo mv /etc/asound.conf /etc/asound.conf.bak

sudo /etc/init.d/alsa-utils restart


Thanks to wawa at ubuntuforums.org for providing this solution. Here is the relevant thread.

Apparently some time ago I set up dmix in my Alsa configuration, and that was messing things up. Here is how my old /etc/asound.conf file looked:

CODE
pcm.card0 {

type hw

card 0

}



pcm.!default {

type plug

slave.pcm "dmixer"



}





pcm.dmixer {

type dmix

ipc_key 1025

slave {

pcm "hw:0,0"

period_time 0

period_size 2048#1024

buffer_size 32768#4096

#periods 128

rate 48000#44100

}

bindings {

0 0

1 1

}

}


Best of luck to those with this problem! Skype audio works great for me now.
follow_
Problem in above config is that 'dmix' is designed for output only, so does not route microphone.
If there is need to use dmix for software mixing, more advanced configuration must be created.

I have some examples here:
http://juljas.net/linux/skype/alsa-configu...software_mixing
maruchan_
Thanks for posting those examples! I have no idea what dmix is even helpful for, but it's good to know I can switch back to it if I need to.
follow_
Dmix is useful for those sound cards that cannot do hardware mixing.
It means that you cannot playback from two sources in the same time (eg. Skype & xmms), so one needs to wait until the other release the device.
This is especially frustrating on applications that play some notifications sounds, and you cannot hear them, since you are listening to mp3 or so.

Dmix is a software mixer that merge multiple sound streams into one, and sends it to the sound card.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.