[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2018-02-19 Thread Daniel van Vugt
Closed due to no response.

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2017-05-10 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 11.10 (oneiric) reached end-of-life on May 9, 2013.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test.

** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: kde-runtime (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2013-04-13 Thread Bug Watch Updater
** Changed in: phonon
   Status: New => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2013-03-20 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=284176.

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 2011-10-16T12:09:46+00:00 Gilbertd+kde wrote:

Version:   unspecified (using KDE 4.7.2) 
OS:Linux

(I originally reported this on Ubuntu's Launchpad as:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/875660)

I'm running Kubuntu with pulseaudio.
I have on my motherboard intel hda analog audio and my graphics card (an ATI) 
had an HDMI out; by default I like the audio to come out of the analog output 
that is the only one connected.

Sometimes logging into KDE I find that it's decided to switch to the
HDMI as the default; today I caught it and did an lsof /dev/snd/* and
found:

knotify4 2276 dg mem CHR 116,3 6691 /dev/snd/pcmC0D0p
knotify4 2276 dg 20r CHR 116,33 0t0 9995 /dev/snd/timer
knotify4 2276 dg 21u CHR 116,3 0t0 6691 /dev/snd/pcmC0D0p
pulseaudi 2893 dg 24u CHR 116,9 0t0 6698 /dev/snd/controlC1
pulseaudi 2893 dg 31u CHR 116,6 0t0 6694 /dev/snd/controlC0
pulseaudi 2893 dg 38u CHR 116,6 0t0 6694 /dev/snd/controlC0

So knotify4 has hogged the analog output, and hence pa can't get in.

So I kill knotify4, and do a pactl exit to restart pa - but pa then
still lists the HDMI as the default output in paman.

(I've now found I can switch it back with pacmd set-default-sink)

Dave

Reproducible: Sometimes

Steps to Reproduce:
It's a race, so only happens sometimes.
1) Login
2) Try to play some music
3) Find it doesn't play
4) lsof /dev/snd/* to see who has what devices

Actual Results:  
No music coming out of my analog output.
lsof shows knotify4 hogging the analog device

Expected Results:  
Sweet music on my analog output, pa has opened all the devices.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/875660/comments/2


On 2011-10-17T09:47:52+00:00 Ym8-colin-nbv wrote:

It's not exactly a good solution, but I've been patching knotify for a
while now to use libcanberra instead. It's been working pretty well for
me!

See the canberra branch here:
http://colin.guthr.ie/git/kdebase-runtime/

It's pretty old now but should apply cleanly still if you want to try it
out.

The whole default device thing shouldn't really matter under KDE
(provided you run start-pulseaudio-kde after restarting PA to reload the
module-device-manager module) this is run automatically at startup and
in future releases will be baked into PA itself so will be
deprecated that's a good few months away tho'.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/875660/comments/4


On 2012-03-08T11:34:44+00:00 Chain wrote:

This happens for me now almost every day. I am using 4.7.4 - is this
fixed in newer versions?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/875660/comments/5


On 2012-03-08T11:47:48+00:00 Ym8-colin-nbv wrote:

Not that I know of.

Have you tried the canberra patches I posted earlier? Does that avoid
the problem for you?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/875660/comments/6


On 2012-03-08T12:44:02+00:00 Chain wrote:

(In reply to comment #3)
> Not that I know of.
> 
> Have you tried the canberra patches I posted earlier? Does that avoid the
> problem for you?

I only get "No repositories found" at the site. If the patch should
work, maybe I can make a patched ebuild (using Gentoo).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/875660/comments/7


On 2012-03-08T12:54:51+00:00 Ym8-colin-nbv wrote:

Oh sorry, I guess the link is out of date:
http://colin.guthr.ie/git/kde-runtime/

I did a rebase not long ago, so the patches should all still apply
(quite simple patches anyway)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/875660/comments/8


On 2012-04-09T06:47:45+00:00 Derick Eddington wrote:

I suspect this bug is the same, or related to, a problem that happened
with my install of Kubuntu 12.04 beta2: After Kubuntu was freshly
installed, my keyboard volume control keys would not work, even though
sound would play and when the keys were pressed the pop-up notification
and the panel widget would display the change.

After wasting time reading about how to find various types of audio
bugs, and then relearning that HDMI is for output

[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2012-04-09 Thread Derick Eddington
I added a comment to KDE bug 284176, encouraging them to fix it soon,
because I had a problem with Kubuntu 12.04 beta2 that I suspect is
because of this bug (described in my KDE bug comment).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2012-04-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pulseaudio (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2012-04-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kde-runtime (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2011-10-16 Thread Bug Watch Updater
** Changed in: phonon
   Status: Unknown => New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2011-10-16 Thread Philip Muškovac
** Also affects: phonon via
   http://bugs.kde.org/show_bug.cgi?id=284176
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2011-10-16 Thread Dave Gilbert
Now filed as KDE bug:
https://bugs.kde.org/show_bug.cgi?id=284176

Note also, the pa magic to change the default is pacmd set-default-sink

Dave

** Bug watch added: KDE Bug Tracking System #284176
   http://bugs.kde.org/show_bug.cgi?id=284176

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

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

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 875660] Re: PA and knotify startup race leads to wrong device selection

2011-10-16 Thread Dave Gilbert
** Also affects: kde-runtime (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/875660

Title:
  PA and knotify startup race leads to wrong device selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/875660/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs