Hi, I just resolved a problem with the sound on Skype, since I installed the last version of Ubuntu, 13.10.
Basically there is a bug with libsound2, and Skype had no sound at all, it needs the specific version for i386.
The solution is to install it from the repositories instead of the official site.
What i have done , is to uninstall it,
sudo apt-get remove skype --purge
And uncomment the Ubuntu's Partners repositories.
deb http://archive.canonical.com/ubuntu saucy partner
deb-src http://archive.canonical.com/ubuntu saucy partner
Now, install it from repository, it will be Skype 4.2.0.11
sudo apt-get install skype
restart now, or kill pulseaudio and start it, and you should get sound back.
No comments:
Post a Comment