Close Menu
    X (Twitter)
    Hectic GeekHectic Geek
    • Apps
      • Apps for Mac
      • Apps for PCs
      • Best Apps
    • Concepts
      • Comparison
      • For Geeks
      • IT Careers
    • Gadgets
      • Accessories
      • Best Work Laptops
      • Budget Laptops
    • GNU/Linux
      • Ubuntu
    • How To
      • Virtualization
      • Windows
      • Windows How-To
    Hectic GeekHectic Geek
    Home » How to Remove PulseAudio & use ALSA in Ubuntu Linux?
    Ubuntu

    How to Remove PulseAudio & use ALSA in Ubuntu Linux?

    GayanBy GayanOctober 2, 2022Updated:October 5, 2022174 Comments4 Mins Read
    Twitter Reddit Telegram WhatsApp Email
    Share
    Twitter Reddit Telegram WhatsApp Email

    PulseAudio is a powerful cross-platform (meaning that it can be used in different operating system environments) sound server. You can use it to directly access your audio hardware and carry the audio signals to output devices. Or, because of how it’s designed, you can use it as a front-end for the existing, much older, and mature sound servers, such as ALSA (primarily an API for accessing audio drivers), OSS, etc. This guide will teach you how to uninstall or remove PulseAudio from Ubuntu Linux.

    The thing about PulseAudio is that (at least in my experience) it gives you all these awesome features, but for some reason, it has never worked that well for me. But ALSA, on the other hand, has always been an extremely stable one and has worked on all of my audio hardware devices.

    A few years ago, they decided to use PulseAudio as the default sound server in Ubuntu Linux. But since PulseAudio cannot directly communicate with the audio hardware, it still needs tools like ALSA to function. So what happens is that, after mixing the audio (on the software level), PulseAudio simply ‘hands it over to ALSA, and ALSA takes it from there.

    Remove PulseAudio
    Well, it’s certainly powerful, but I’ve had my fair share of issues with it :/ …

    Anyhow, in my case, I suspect that it’s this, the poor communication between ALSA -> PulseAudio is the reason for most of these issues because every time I enable “audio amplification” in PulseAudio, my audio output mutes (update: This is no longer true. PulseAudio works well under my new Dell notebook).

    In the past, I used to use the PulseAudio Configuration window to disable this audio amplification, but in Ubuntu, Pulse just automatically enables this audio amplification. So most of the time, I end up with no sound outputs.

    However, out of these frustrations, I thought, “to hell with it!” (many bad words were filtered :D). “I’m gonna remove PulseAudio and just use ALSA.” I just did it, and now all my audio outputs work perfectly fine!

    So if you’re also having the same or any other similar issues with PulseAudio in Ubuntu, then perhaps you can do the same, and who knows, it might save your day ;-). But remember, if you remove PulseAudio, you no longer will get that pretty looking “Volume Indicator applet” anymore. And if PulseAudio is working just fine for you, then I highly recommend that you stick with it.

    pulse audio indicator ubuntu
    No more of these pretty audio indicators …

    Remove PulseAudio in Ubuntu

    1. First, let’s remove PulseAudio from your Ubuntu OS. I don’t remember when Ubuntu used to come installed by default, but in most versions like 18, 20, and 22, the below command should remove it.

    sudo apt-get autoremove pulseaudio

    2. Now do a reboot since PulseAudio daemon (system service) is also running from the background. So it’s better to let the OS update everything.

    3. The next time you log in to your Desktop, you won’t see the Volume Icon around the system tray area.

    Now ALSA is installed by default in Ubuntu but since we have to have a GUI for configuring audio mixing, let’s install the default tool that came in Gnome desktop called: “Gnome-ALSA-Mixer” (a GTK+ front-end).

    For that, please use the below command.

    sudo apt-get install gnome-alsamixer

    4. I’m not sure whether this is necessary, but just to make sure, reboot your PC again, so the configuration is updated.

    5. As said before, for various reasons, I have to disable the audio amplification; otherwise, the audio is muted. So if you too not getting any audio outputs after running Totem, for instance, then simply open your Terminal window and enter the below command.

    gnome-alsamixer

    This should open a new window, similar to the one below. Simply remove the “check” mark from its window that says “External Amplifier”, which should solve most of your issues.

    Update: If you have an amplifier, try leaving the “External Amplifier” enabled first. If you don’t get any sounds with it enabled, then you can try disabling it (thanks ‘Chris’ for pointing it out).

    Gnome ALSA Mixer in Ubuntu
    Make sure your main output channels are also not muted …

    Oh, and make sure Master output, PCM, etc., aren’t muted.

    Well, that’s pretty much it. If everything goes according to plan, you should hear your speakers screaming! That’s it, and good luck.

    Linux Tips Ubuntu
    Share. Twitter Reddit Telegram WhatsApp Email
    Gayan

    An RHCE, 'Linux' user with 14+ years of experience. Extreme lover of Linux and FOSS. He is passionate to test every Linux distribution & compare with the previous release to write in-depth articles to help the FOSS community.

    Related Posts

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    Pop!_OS VS Linux Mint, Which One to Select in 2023

    July 27, 2023

    Debian vs Ubuntu Server: A Brief Comparison for Beginners

    July 2, 2023

    CPU Based Simple System Stability and Benchmark Tester for Ubuntu Linux – systester

    June 16, 2023

    Top Linux Distros for Web Development in 2023

    May 20, 2023

    174 Comments

    1. Jacob Wall on June 19, 2013 1:06 pm

      Another good alternative is volti.

      First remove pulseaudio as in this post (thanks for that by the way!)
      Then install volti in Synaptic, Ubuntu Software Center or the command line – sudo apt-get install volti.

      I found the direct alsa controls given in this post (volbar & alsavol) worked sporadically, and sometimes the keyboard shortcuts stopped working randomly. I could always start them up again (a BIG plus over pulseaudio), but volti works flawlessly so far without stopping, and it has a nicer icon-tray and notification.

      Reply
      • Jacob Wall on June 19, 2013 1:11 pm

        Oops – I got this mixed up with another similar post! This one isn’t about volbar or alsavol, but volti is still a good option!

        Reply
        • Gayan on June 19, 2013 10:58 pm

          Thanks.

          Reply
    2. Jan-Ã…ke Larsson on June 19, 2013 6:04 pm

      Hooray! Now Thunderbird doesn’t hang anymore in my fresh 13.04 install !!!!!!!!!!!!!!!!!

      Reply
      • Gayan on June 19, 2013 10:58 pm

        :D.

        Reply
    3. BozoDel on June 26, 2013 9:49 pm

      Solved my problem with WINE on Mint Maya!

      Reply
      • Gayan on June 27, 2013 6:49 am

        Excellent! :).

        Reply
    4. alezithop on August 1, 2013 3:59 am

      Thanks! your post was complementary to help me to solve my problem.

      If your problems persist check this one: https://hecticgeek.com/2012/01/how-to-remove-pulseaudio-use-alsa-ubuntu-linux/

      Finally

      Grettings from México. 😉

      Reply
      • Gayan on August 1, 2013 7:38 am

        Hi ‘alezithop’,

        Thank you also! :).

        Reply
    5. Devneet on August 23, 2013 8:31 pm

      Great Advice… Really worked well.. Thanks a lot.. I’ve trying to do this since 1 week.. Now skype finally working without annoying pulseaudio.. (y).. 🙂

      Reply
      • Gayan on August 24, 2013 7:24 am

        I’m glad it helped you out Devneet :).

        Reply
    6. Radamanf on September 11, 2013 4:21 pm

      Great it simply works, before I got a problem with Voice recorder as well 🙂 now it’s fixed, but probably because I’ve reconfigured all sound devices becasu after uninstall sound dissappeard fully, and I went into KDE Setting -> System Settings -> Multimedia There are a lot of differenciations and on first place was USB .. something which prevent all sound to work, I’ve moved it down and test that nest is working, all is fine now!
      I got Toshiba Tecra R850, and my microphone problem is now fixed too !!

      Reply
      • Gayan on September 11, 2013 4:58 pm

        Excellent! :D.

        Reply
    7. Cano on September 15, 2013 5:34 pm

      Did the trick, but kill pulseaudio and adding

      autospawn = no

      in ~/.pulse/client.conf did the trick too. Anyway great tutorial 😀

      Reply
      • Gayan on September 16, 2013 7:12 am

        Thank you.

        Reply
    8. Pawel on September 19, 2013 3:33 pm

      In my case Skype problem was solved by:

      sudo apt-get install libasound2-plugins:i386

      I’m using Ubuntu 13.04 x64, Skype 4.2 (i386)

      Reply
      • Gayan on September 20, 2013 7:40 am

        Hmm, interesting :). Thank you.

        Reply
    9. Arturo Vallone on October 3, 2013 9:45 pm

      Thank you very much!! Who could think that PulseAudio was the real problem? I uninstalled and now everything’s alright.

      Reply
      • Gayan on October 4, 2013 7:27 am

        You’re welcome.

        Reply
    10. avs88130 on October 4, 2013 6:58 am

      Thank you so much! Have been working for days to try and figure this out. You are the only person that even suggested issues with pulse audio. Worked GREAT! Thanks again

      Reply
      • Gayan on October 4, 2013 7:26 am

        The pleasure is all mine.

        Reply
    11. ben on October 15, 2013 2:08 am

      Hi,

      So I had this issue first with my laptop working on 13.04 in which I’d plug my headphones, but the sound would play from both the headphones and the laptop’s speakers. So, I tried this fix but in the end, Alsa won’t open. I tried installing qasmixer as suggested but now, all my audio is muted and the actual hardware doesn’t appear in the sound options anymore.. What did I miss?

      Reply
      • ben on October 15, 2013 2:09 am

        Wow I was muted all that time. You may remove my post as a whole 🙂

        Reply
        • Gayan on October 15, 2013 7:02 am

          :D.

          Reply
    12. comkeen on November 16, 2013 3:50 pm

      had a problem with flash video playing way too fast. removing pulseaudio fixed it. in vlc i got no audio at all. it was somehow configured for using hdmi device. changing that to internal audio fixed the sound in vlc.

      Reply
      • Gayan on November 17, 2013 6:57 am

        :).

        Reply
    13. ronak on November 18, 2013 11:08 am

      Thanks bro. It works very well. You save my day in my company.

      Reply
      • Gayan on November 19, 2013 2:04 pm

        No problem ronak, the pleasure is all mine 🙂

        Reply
    14. abdi on December 6, 2013 10:00 am

      hi there i followed your instructions one by one but now i have anoher problem nd i dont seem to know why please help.

      i hav a meenee mnw737 and i recently upgraded the system to ubuntu 12.04.
      ok to the problem:
      for soem odd reason my laptop doesnt recognize that my headphones are plugged in and not the sound only comes from the laptop speakers. furthermore there is no headphone option on the alsamixer either.

      would really appreaciate any advice guys thanks

      Reply
      • Gayan on December 6, 2013 12:01 pm

        Try installing ‘QasMixer’ (see the below instructions) …

        https://hecticgeek.com/2012/09/qasmixer-adds-a-system-tray-icon-and-a-mixer-for-alsa-ubuntu/

        Reply
    15. peter on February 4, 2014 2:01 pm

      Thank You! It worked….

      Reply
      • Gayan on February 5, 2014 7:59 am

        You’re welcome.

        Reply
    16. Jesse on March 16, 2014 1:17 am

      When I was using PulseAudio on my Toshiba L655D laptop, I’d press FN+3 or 4 to control the volume. However after updating the OS, my audio stopped working. I thought it was VLC at first but soon found out it was PulseAudio. Thank you for this alternative solution. Now my volume control works perfectly! Again I thank you. I honestly dought there paying you enough for doing this. 😛

      Reply
      • Gayan on March 16, 2014 7:25 am

        You’re welcome Jesse 🙂 .

        Reply
    17. Mario Mey on May 2, 2014 12:15 am

      I remove pulseaudio in Ubuntu 14.04, but, by doing this, it remove more packets than the ones of pulseaudio, as ubuntu-desktop. I can’t remove pulseaudio without ubuntu-desktop and, without ubuntu-desktop, there’re a lot of things that the system needs to work properly…

      Any suggestion?

      Reply
      • Mario Mey on May 2, 2014 12:18 am

        These packets:
        indicator-sound libcanberra-pulse pulseaudio pulseaudio-module-bluetooth pulseaudio-module-x11 ubuntu-desktop unity-control-center unity-control-center-signon webaccounts-extension-common xul-ext-webaccounts

        Reply
        • Gayan on May 3, 2014 7:42 pm

          Have you tried manually disabling the ‘PulseAudio’ daemon rather than uninstalling it ?

          http://ubuntuforums.org/showthread.php?t=2066228

          Reply
    18. Nobilis on October 26, 2014 5:31 pm

      Thank you so much for this article. I was trying to set up PulseAudio and it caused me nothing but headache. So glad to have ALSA back and now with the GUI front-end especially.

      Reply
      • Gayan on October 27, 2014 6:16 am

        You’re welcome 🙂 .

        Reply
    19. reni on November 25, 2014 7:58 pm

      Hey guys thanks for this guide. I haven’t yet tried it because I thought my external Schiit magni&modi were working but I was wrong. When I play flac files 92 Khz the sound feels kinda digital. Now I only play music through vlc but I’m gonna try this and hope it works. One question please.using gnome alas mixer the audio doesn’t get resampled like in pulseaudio is that correct? As soon as my new headphones arrive I’m going to try and If I have problems I’m gonna ask for help. Cheers

      Reply
      • Gayan on November 28, 2014 6:36 pm

        Hi Reni,

        It’s actually a one guy 🙂 and I’ll try my best to help you out.

        Reply
    20. Randy on January 16, 2015 10:29 pm

      I followed your instructions. Works fine. I installed xfce4-mixer and it shows up on my panel. When I right click on it and select run audio mixer, I get this:

      GStreamer was unable to detect any sound devices. Some sound system specific GStreamer packages may be missing. It may also be a permissions problem.

      What should I do?

      Thanks!!

      Reply
      • Gayan on January 17, 2015 7:05 am

        Hi Randy,

        Assuming that you’re using the Unity desktop, get rid of ‘xfce4-mixer’ and use the one suggested at the end of the article (‘QasMixer‘) and then try playing something.

        Reply
    ← Older Comments
    Newer Comments →
    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Latest Posts

    Transforming Geek Culture with Advanced Software Development

    April 8, 2024

    The Role of Technology in Enhancing Digital Signage Solutions

    February 21, 2024

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    [Fixed] HDMI No Signal to TV or Monitor on Windows 10/11

    November 7, 2023

    AlmaLinux vs Ubuntu – How to Select the Best One?

    October 22, 2023

    Subscribe to Updates

    Get the latest news and updates from Hectic Geek. We won't overload you or sell your data!

    Contact
    • About Us
    • Contact Us
    • Privacy Policy
    • Write for Us
    X (Twitter)
    © 2026 Hectic Geek.

    Type above and press Enter to search. Press Esc to cancel.