[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 getzze changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #19 from getzze --- It's working perfectly! With module-always-sink loaded (I guess sink41 is the null sink): State changed to (dbus.ObjectPath('/org/pulseaudio/core1/sink41'),) {'sender': None, 'destination':

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #18 from Tanu Kaskinen --- You can set the HDMI card profile to "off" in pavucontrol or with this pactl command: pactl set-card-profile alsa_card.pci-_01_00.1 off module-always-sink will load a null sink when the

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #17 from getzze --- Yes, I had made a mistake, it's working correctly with the new version of the patch! Thanks Now when I disconnect the headset, the fallback is changed to my hdmi card (sink0) and immediately

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #16 from Tanu Kaskinen --- The new pactl output also shows that the card profile changed to iec958. If the UI still says that the analog profile is active, then that's a bug in the UI code. -- You are receiving this

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #15 from getzze --- The value changes in `pactl` (see new attachment). And it is correctly changed in Alsa: [disconnected] >>>amixer --card=0 cget numid=44,iface=CARD,name='Front Headphone Jack'

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 getzze changed: What|Removed |Added Attachment #129688|Output of `pactl list |Output of `pactl list

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #14 from getzze --- Created attachment 129691 --> https://bugs.freedesktop.org/attachment.cgi?id=129691=edit Output of `pactl list cards` with headset disconnected -- You are receiving this mail because: You are

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #13 from Tanu Kaskinen --- (In reply to Tanu Kaskinen from comment #12) > That's why the card profile doesn't get changed any more. If the headphones > are really unplugged, you can check if it's a pulseaudio bug by

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #12 from Tanu Kaskinen --- You seem to be still running a pulseaudio version with the old patch. The assertion that crashes was removed in the new patch. The "pactl list cards" output shows that pulseaudio thinks that

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #11 from getzze --- Pulseaudio server still crashes with the new version of the patch, when the headset is selected as fallback sink and I unplug it (at time 11:30:30): >>>journalctl --user -b -u pulseaudio Feb 17

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #10 from getzze --- Created attachment 129688 --> https://bugs.freedesktop.org/attachment.cgi?id=129688=edit Output of `pactl list cards` -- You are receiving this mail because: You are the assignee for the bug.

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #8 from getzze --- I also noticed that with the patched pulseaudio, the name of the sink is not changed when I disconnect the headset, it remains "Built-in Audio Analog Stereo", with two ports, "Line Out" and

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #6 from getzze --- And the pulseaudio server crashes... Feb 13 18:49:37 server systemd-coredump[27281]: Process 17122 (pulseaudio) of user 1000 dumped core. Stack

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #5 from getzze --- I compiled pulseaudio with the patch but it is not solving the problem. Now the pulseaudio dbus disconnects when unplugging the headset. Changing Fallback sink in pavucontrol brings back the bus.

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #4 from getzze --- I could not test the patch yet. The signal FallbackSinkUnset is emitted indeed (I modified Laine to listen to it). The only problem is that the pulseaudio dbus becomes broken after... The

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #3 from Tanu Kaskinen --- Laine doesn't seem to listen for the FallbackSinkUnset signal, which is emitted when the default sink becomes unset. But mostly this is a PulseAudio bug. The dbus interface doesn't handle the

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #2 from getzze --- I just display the sink that is changing: With headphones disconnected -> Sink #3 State: IDLE Name: alsa_output.pci-_00_1b.0.iec958-stereo Description: Built-in

[pulseaudio-tickets] [Bug 99425] Dbus fallback sink not updating and blocking further action

2017-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99425 --- Comment #1 from Tanu Kaskinen --- I'd like to try to reproduce this, but to get a better idea of how your hardware looks, could you attach the output of "pactl list" with and without headphones plugged in? -- You are