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

--- Comment #2 from Tanu Kaskinen <ta...@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.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to