How to Audio under Ubuntu

Discussion in 'Mac and Linux' started by emarkus, September 16, 2018.

  1. emarkus

    emarkus Active Member

    Messages:
    312
    Likes Received:
    141
    How to quick-and-dirty-fix audio under Ubuntu Linux, for example Ubuntu 16.04:

    In case you get problems. This helped me:

    1. Close firefox and all other applications that might use audio.
    2. commandline: pulseaudio -k
    3. commandline: pulseaudio -k
    4. commandline: pulseaudio -k
    5. then very fast start PA.
    6. commandline: alsamixer
    7. volume up
    8. m for unmute in case of mute
    9. Go back to 1. in case PA makes no audio in menu.
    10. wait or write in commandline: pulseaudio -D
    11. start discord, firefox or whatever
    12. enjoy.
  2. emarkus

    emarkus Active Member

    Messages:
    312
    Likes Received:
    141
    Under Ubuntu 18.10, pulseaudio -k does not help long enough, as pulseaudio seems to be spawned faster. autospawn = no will also not help. You need to do prevent systemd(?) to start it:

    Running following commands in a user shell will help to disable pulseaudio temporarily:
    systemctl --user stop pulseaudio.socket
    systemctl --user stop pulseaudio.service

    PA uses ALSA directly and is not able to use pulseaudio or the pulseaudio's virtual alsa device. Or the alsalibs used by PA are not chosing the right ALSA-device. whatever. Have fun.
  3. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,327
    Likes Received:
    2,125
    Works fine for me under PulseAudio on Kubuntu 18.04.
    upload_2018-10-10_21-17-3.png
    I guess you are doing something differently than I am? I tried both the Steam and non-Steam version. What do you see under pavucontrol?
    emarkus likes this.
  4. emarkus

    emarkus Active Member

    Messages:
    312
    Likes Received:
    141
    ARGH SHAME ON ME ...-----

    fail.png

    I muted PA somewhen in past and forgot about it :D - muting then is persistent.... -- sure killing pulsaudio is a "solution"...

    nevermind.... some admin better delete this entire thread ...
    sevmek and grandhomie like this.
  5. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,327
    Likes Received:
    2,125
    No, your shame shall be eternal! :p
    sevmek, Clopse and grandhomie like this.

Share This Page