<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Headphone insert fails to unmute."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102560#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Headphone insert fails to unmute."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102560">bug 102560</a>
              from <span class="vcard"><a class="email" href="mailto:tanuk@iki.fi" title="Tanu Kaskinen <tanuk@iki.fi>"> <span class="fn">Tanu Kaskinen</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>