[pulseaudio-tickets] [Bug 107074] No sound from internal speakers when headphones plugged in

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 6 09:35:03 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=107074

--- Comment #2 from Tanu Kaskinen <tanuk at iki.fi> ---
In the PA 12 pastes the volume is set to a significantly lower value, so start
by increasing the sink volume.

If that doesn't help, try shutting down all pulseaudio daemons (there may be an
additional daemon running for gdm). Check with "ps aux | grep pulse" that there
are no pulseaudio daemons running.

If systemd is managing pulseaudio on your machine, run these commands to stop
it:

    # stop your own pulseaudio instance
    systemctl --user stop pulseaudio.service pulseaudio.socket
    # stop gdm's pulseaudio instance
    # on Debian the username is Debian-gdm, so adjust this as needed
    sudo -u gdm bash
    XDG_RUNTIME_DIR=/run/user/$UID systemctl --user stop pulseaudio.service \
                                                         pulseaudio.socket
    exit

If systemd is not managing pulseaudio, put "autospawn = no" to
/etc/pulse/client.conf and run "sudo killall pulseaudio".

Now that pulseaudio isn't running, does "aplay -Dplughw:0
/usr/share/sounds/alsa/Front_Center.wav" make sound with and without headphones
plugged in?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20180706/82d1d6d1/attachment-0001.html>


More information about the pulseaudio-bugs mailing list