<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No sound from internal speakers when headphones plugged in"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107074#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No sound from internal speakers when headphones plugged in"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107074">bug 107074</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>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?</pre>
        </div>
      </p>


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

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