How to use ALSA instead of pulseaudio without uninstalling pulseaudio?

11,058

Open your terminal and type:

sudo apt-get install gconf-editor

Then

gconftool-2 --type string --set /system/gstreamer/0.10/default/audiosink "alsasink"
gconftool-2 --type string --set /system/gstreamer/0.10/default/musicaudiosink "alsasink"

If you want to enable it for Audio/Video Conf also then

gconftool-2 --type string --set /system/gstreamer/0.10/default/chataudiosink "alsasink"

for more information & Indeed credit too.

Share:
11,058

Related videos on Youtube

Markus Eisele
Author by

Markus Eisele

Updated on September 18, 2022

Comments

  • Markus Eisele
    Markus Eisele almost 2 years

    So when pulseaudio is installed on my computer, there is no sound. However, if I uninstall pulseaudio, the ubuntu sound indicator has to be uninstalled too. How can I use ALSA by default without having pulseaudio uninstalled? Or, how can I uninstall pulseaudio without uninstalling the sound-indicator?

  • Markus Eisele
    Markus Eisele over 10 years
    After trying this on ubuntu 13.10, pulseaudio is still running, and there is no sound.
  • mx7
    mx7 over 10 years
    ok do one thing Purge pulse audio. don't worry about notification sound applet. by having gnome alsa mixer installation we can get it back
  • Markus Eisele
    Markus Eisele over 10 years
    so how do you get indicator-sound back without installing pulse audio?
  • mx7
    mx7 over 10 years
  • Markus Eisele
    Markus Eisele over 10 years
    No, I want specificity, the indicator sound app back.