Reset ALSA sound on Linux

Sometimes, ALSA will freeze up and I have no sound. I came across this little code snip which makes it work again:

alsa force-reload


Posted

in

by

Tags:

Comments

9 responses to “Reset ALSA sound on Linux”

  1. gxz Avatar
    gxz

    it worked like ah charm…thankz man

  2. Kamal Advani Avatar

    Thanks for this post (1 year old and still useful, neat!). On a previous version/distro (can’t remember, I think Ubuntu may still have it), there used to be alsaconf — which did the same and more: reconfigured ALSA, redetect hardware, etc. but was overkill. This command does just what I want for my rare freezes :-).

  3. saegeas Avatar
    saegeas

    It does, however, kill every process depending on ALSA… This is much better than a reboot, but it’s something you should know before you try it.

  4. Jason Hurt Avatar

    Just a sidenote, I am using OpenSuSE 10.3 and “alsa” is not in my path, however “alsaconf” reset the sound. Thanks!

  5. Gerard Brull Avatar
    Gerard Brull

    2012 and still usefull. Thanks 😀

  6. Emanuel Hanssen Avatar
    Emanuel Hanssen

    Hi!

    Where and how do i do this?
    Where should i put in the code=

    1. Dega Avatar
      Dega

      Into the terminal emulator – or just called “terminal”. It is a computer program.

  7. tuxicecream Avatar
    tuxicecream

    Still works on Ubuntu 12.04

    Just press Ctrl+Alt+T and paste in terminal 🙂
    Super useful, thanks!

    1. tuxicecream Avatar
      tuxicecream

      You need to put a “sudo” in front to make it work, just so you know.

Leave a Reply

Your email address will not be published. Required fields are marked *