Launchpad has imported 19 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=93903.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2016-01-28T12:45:17+00:00 89c51 wrote:

After the update to Pulseaudio 8.0 i get the below behavior.

Plugging in headphones changes the Build in Analog stereo out from Line
Out to Headphones. (as it should)

Unplugging it makes the Build in Analog stereo out disappear and changes
it to Build in Digital stereo with SPDIF as an out option.

The only way to fix it -have sound again since there is nothing
connected to spdif- is to change the configuration from pavucontrol
Configuration > Build in Audio profile or log out and log in again in
case you don't have pavucontrol installed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/23

------------------------------------------------------------------------
On 2016-01-28T14:45:01+00:00 Tanu Kaskinen wrote:

That sounds like a pretty bad regression. I'll mark this as a release
blocker for 9.0.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/24

------------------------------------------------------------------------
On 2016-01-28T15:24:06+00:00 89c51 wrote:

Is this something that can be fixed in a point/bugfix release or it is
something more difficult to solve?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/25

------------------------------------------------------------------------
On 2016-01-28T15:42:25+00:00 Tanu Kaskinen wrote:

It's not obvious to me how to fix this. It might turn out to be simple
or it might be complex. I don't promise to start working on this quickly
(there are other important bugs on my list first), but maybe David would
be interested to work on this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/26

------------------------------------------------------------------------
On 2016-01-29T09:30:33+00:00 David Henningsson wrote:

Thanks for the bug report, I will need a PulseAudio verbose log to
research further. Could you attach one?

https://wiki.ubuntu.com/PulseAudio/Log

Please both plug and unplug headphones while the log is active. Thanks!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/27

------------------------------------------------------------------------
On 2016-01-29T09:53:36+00:00 89c51 wrote:

Created attachment 121383
log file

Not sure the method on the link gives the results you would expect but
here goes.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/28

------------------------------------------------------------------------
On 2016-01-29T12:11:32+00:00 David Henningsson wrote:

(In reply to Apostolos B. from comment #5)
> Created attachment 121383 [details]
> log file
> 
> Not sure the method on the link gives the results you would expect but here
> goes.

No, apparently pulseaudio either failed to kill or respawned for some
reason. Not sure how ARCH spawns pulseaudio, but make sure pulseaudio is
not running before starting the log. Thanks!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/29

------------------------------------------------------------------------
On 2016-01-29T12:17:26+00:00 Tanu Kaskinen wrote:

This should stop pulseaudio and prevent respawns on Arch:

systemctl --user stop pulseaudio.socket pulseaudio.service

To restore the system back to normal functioning, run this:

systemctl --user start pulseaudio.socket

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/30

------------------------------------------------------------------------
On 2016-01-29T12:23:47+00:00 89c51 wrote:

Created attachment 121389
correct log

That will do it i believe.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/31

------------------------------------------------------------------------
On 2016-01-29T15:08:10+00:00 David Henningsson wrote:

(   0.178|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Out Front 
Jack' is now unplugged
(   0.178|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Out CLFE 
Jack' is now unplugged
(   0.178|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Out Surround 
Jack' is now unplugged
(   0.178|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Front Headphone 
Jack' is now unplugged

Since your line-out jack (the front/main one) is unplugged, I believe
we're doing the right thing by switching to something else (i e, in your
case the digital output, for which do not know the jack status).

Do you actually have something plugged into your line out jack, or why
do you want analog line out to be selected?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/32

------------------------------------------------------------------------
On 2016-01-29T15:48:21+00:00 89c51 wrote:

I have nothing connected true but if i unplug and plug the headphones
again it stays to the digital out (which also has nothing connected to
it) and i have no sound on the headphones.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/33

------------------------------------------------------------------------
On 2016-01-29T19:31:39+00:00 David Henningsson wrote:

Ah, so the problem is that it does not switch to headphones rather than
it switches from them; although this happened to be less of a problem in
earlier versions because it stayed on the same profile.

I'm going to attach a patch now, can you test it? And if it does not
work, could you submit another pulseaudio log which also includes you
plugging in headphones while on the digital profile?

Thanks!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/34

------------------------------------------------------------------------
On 2016-01-29T19:32:18+00:00 David Henningsson wrote:

Created attachment 121395
Routing change patch

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/35

------------------------------------------------------------------------
On 2016-01-30T17:26:21+00:00 Nick Sarnie wrote:

(In reply to David Henningsson from comment #12)
> Created attachment 121395 [details] [review]
> Routing change patch

This patch fixes the issue for me.

Tested-by: Nick Sarnie <commendsar...@gmail.com>

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/36

------------------------------------------------------------------------
On 2016-01-30T17:37:27+00:00 Björn Lindqvist wrote:

Can you please note my bug report filed here:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987 ?

It is supposedly about the same problem, and I've produced a lot of logs
and description of how the problem works.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/37

------------------------------------------------------------------------
On 2016-02-02T14:05:05+00:00 89c51 wrote:

@David

I can't test right now on the system i get the bug (its my stable one)
and on my other system i don't have HW (digital out) to test.

@sarnes reported it fixed his issue (assuming it was the same as mine)
so it believe it works.

Maybe others can chime in.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/38

------------------------------------------------------------------------
On 2016-02-03T15:02:29+00:00 Tanu Kaskinen wrote:

*** Bug 93986 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/39

------------------------------------------------------------------------
On 2016-02-03T17:49:09+00:00 Benjarobin+freedesktop wrote:

The patch (Routing change patch)
https://bugs.freedesktop.org/attachment.cgi?id=121395 fixes the problem
(at least for my reported bug: sorry for the duplicate...)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/40

------------------------------------------------------------------------
On 2016-02-26T13:46:42+00:00 Tanu Kaskinen wrote:

The fix is now in master.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521987/comments/41


** Changed in: pulseaudio
       Status: Unknown => Fix Released

** Changed in: pulseaudio
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1521987

Title:
  Sound is not automatically switched back from headphones to speakers

Status in PulseAudio:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  When plugging in headphones, sound output is correctly switched from
  speakers (line out) to the headphones. When the headphones are
  unplugged, sound is NOT automatically switched back to the speakers.

  This bug started happening on my system after I upgraded from 14.04 to
  15.10 so it is a regression. Attached is pulseaudio log of what
  happens when I plug and unplug my headphones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1521987/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to