Skype audio not working :( , i know it’s too bad if one of the only few good VoIP provides for Linux in {not}Working , i did this to slove that :
sudo killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
sudo rm /etc/X11/Xsession.d/70pulseaudio
{if not working} { sudo apt-get install pulseaudio} then,
- Run this command to add the source: CODEecho “deb http://ppa.launchpad.net/alsa-backports/ubuntu hardy main” | sudo tee /etc/apt/sources.list.d/alsa-backports.list
- Update software repositories list: CODEsudo apt-get update
- Perform a full system upgrade. CODEsudo apt-get dist-upgrade Alternatively, this should work too: CODEsudo apt-get upgrade
#programming
About Hemanth HM
Hemanth HM is a Sr. Machine Learning Manager at PayPal, Google Developer Expert, TC39 delegate, FOSS advocate, and community leader with a passion for programming, AI, and open-source contributions.