[pulseaudio-tickets] [Bug 101794] Pulseaudio doesn't create sink if plugged after it was started

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 24 22:22:43 UTC 2017


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

--- Comment #5 from Tanu Kaskinen <tanuk at iki.fi> ---
"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".

-- 
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/20170724/5f0cfef1/attachment.html>


More information about the pulseaudio-bugs mailing list