What to do if sound goes to dummy output

8,941

Solution 1

Not sure if you are still facing this problem. If you do try this. It worked for me:

pulseaudio -k

Source:http://www.reddit.com/r/linux/comments/1mb5ns/please_help_me_restart_sound_system_in_linux_mint/

Solution 2

My solution was to:

cd /dev/snd; sudo chmod a+rw *; pulseaudio -k

I noticed that the neither gnome sound setup or alsamixer was picking up the device as a normal user, but alsamixer was picking up the device as root. All good now.

Share:
8,941

Related videos on Youtube

vamsiampolu
Author by

vamsiampolu

Updated on September 18, 2022

Comments

  • vamsiampolu
    vamsiampolu almost 2 years

    I sometimes find that the sound from my Linux G505s running 64bit Linux Mint 15 sometimes goes to Dummy Output as the output device.

    What should I do when this happens(short of restarting my system)?

  • bartgol
    bartgol over 2 years
    This worked for me too, using RHEL 7.5
  • David Refoua
    David Refoua over 2 years
    Also worked for me on CentOS Stream 8, although I also had to do pulseaudio --start as I had disabled the auto start of pulseaudio.