PulseAudio runs on top of ALSA, so ALSA is already installed. I don't think PulseAudio is the problem... A lot of people seem to hold a grudge from the early days of PulseAudio, when it was still being developed. There is a lot of FUD out there, but PulseAudio is a mature sound server these days and without it only one application at a time can output sound and a lot of applications will remain mute altogether.
Anyway, if you do want to try it, first disable PulseAudio from automatically restarting:
- Code: Select all
echo "autospawn = no" | sudo tee -a /etc/pulse/client.conf
Then stop PulseAudio:
- Code: Select all
pulseaudio -k
Then see if that helps. If not, you can enable PulseAudio automatically restarting again by doing "gksudo gedit /etc/pulse/client.conf" and remove the last line "autospawn = no".