[pulseaudio-tickets] [Bug 102560] Headphone insert fails to unmute.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 6 14:21:19 UTC 2017


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

--- Comment #1 from Tanu Kaskinen <tanuk at iki.fi> ---
The debug log from pulseaudio would be interesting. To get it, first turn off
automatic starting of pulseaudio and stop the currently running daemon:

systemctl --user --now mask pulseaudio.socket pulseaudio.service

Then run pulseaudio in a terminal with debug level logging:

pulseaudio -vv

After it has started, you can stop it right away with ctrl-c, because I'm only
interested in what happens during the startup.

Save the output to a file and attach it to this bug.

Restore the systemd units:

systemctl --user unmask pulseaudio.socket pulseaudio.service

Finally, edit /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf. Find
these two lines in the file:

[Mapping analog-stereo]
device-strings = front:%f

Change the second line to

device-strings = front:%f hw:%f

Starting from PA 11, we don't any more assume that if the "front" device
doesn't work, then "hw" is an analog stereo device. If reverting this change
fixes the problem for you, then this is an alsa bug.

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


More information about the pulseaudio-bugs mailing list