<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Pulseaudio doesn't create sink if plugged after it was started"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101794#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Pulseaudio doesn't create sink if plugged after it was started"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101794">bug 101794</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>"values=on" means "plugged in", so alsa should be reporting the jack state
correctly.

By the way, do you have a headset instead of plain headphones? The microphone
status seems to be changing too when you plug in your headphones.

Can you attach a verbose log from pulseaudio? Start pulseaudio without the
headphones plugged in, and then plug them in, and then stop pulseaudio. More
detailed instructions for getting the log:

First, disable automatic starting of pulseaudio. There are two ways to do this,
depending on the distribution. First one uses systemd:

systemctl --user stop pulseaudio.socket

Other distributions use pulseaudio's own autospawning mechanism. To disable,
write this to ~/.config/pulse/client.conf (if the file doesn't exist, create
it):

autospawn = no

Then, stop the running instance: "killall pulseaudio"

Then, start pulseaudio:

pulseaudio -vv --log-target=file:/tmp/log.txt

Then, plug in the headphones and stop pulseaudio with ctrl-C.

Finally, you can restore the automatic starting by removing the "autospawn =
no" line from client.conf or by running "systemctl --user start
pulseaudio.socket".</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>