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

--- Comment #5 from Tanu Kaskinen <[email protected]> ---
"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.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to