“Problem with Audio Playback” for Skype in Linux
It is because Skype does not support ALSA Audio yet. You need to simulate it in oss. Login as root. List all the packages using “lsmod”. Make sure snd_pcm_oss and snd_mixer_oss are installed. And then run the following command:
modeprobe snd_pcm_oss
modeprobe snd_mixer_oss
You can find similar suggestions on Skype help page. I forgot to record its link. I am new to Linux. I do not know why this works yet.
1 Comments:
The following posting talks about an alternate solution:
http://tips4nongeeks.blogspot.com/2009/01/skype-sound-problem-in-ubuntu.html
By Eapen Kuruvilla, at 8:35 AM
Post a Comment
<< Home