Found an excellent guide (in Swedish) to remove PulseAudio. Basically do this:
alsamixer
Check that your system uses Pulseaudio (it says clearly by Card and Chip) in the top left corner.
sudo rm /etc/X11/Xsession.d/70pulseaudio
killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
Then run:
alsamixer
And check that it is not using PulseAudio any longer.
I will report after thorough testing if it works fine.
December 8, 2008 at 12:26 pm |
Thanks it worked great!!!!
March 25, 2009 at 3:36 pm |
Yes, after reading tens of tutorial on how to remove pulse, this actually worked ! The most annoying app. misbehaving with pulse is Skype, which I use daily… so pulse had to go
Thanks again!
April 22, 2009 at 6:38 am |
After reading through the article, I feel that I really need more information on the topic. Can you share some resources please?