[Bug 878028] Re: [USB-Audio - UAC3553B, playback] No sound at all

2011-11-18 Thread Unonium
I have a similar problem - when I plug my USB mic in, it only shows up
in the 'Hardware' tab, and not in the 'Input' tab. If I kill pulseaudio
with 'pulseaudio -k' it works as expected again.

I debuged pulseaudio to find out that the problem is in function
'rd_acquire' - pulseaudio can't connect to DBus. The reason it can't
connect is that the DBus session no longer exists.

Here's what's really happening: When an user logs in, everything works
as expected. When the user logs out, the DBus process is killed, but the
pulseaudio process keeps running. When the user logs in again, a new
DBus session is started, but the pulseaudio proccess is still the old
one with an invalid DBus reference. The connection thus fails.

The clear solution would be to kill pulseaudio on logout. However, it
seems pulseaudio was designed not to exit on logout (
https://bugzilla.redhat.com/show_bug.cgi?id=484969 ).  The pulseaudio
should be able to reconnect to a new DBus session eventually.

Related:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593952
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594001


** Bug watch added: Red Hat Bugzilla #484969
   https://bugzilla.redhat.com/show_bug.cgi?id=484969

** Bug watch added: Debian Bug tracker #593952
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593952

** Bug watch added: Debian Bug tracker #594001
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594001

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

Title:
  [USB-Audio - UAC3553B, playback] No sound at all

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

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


[Bug 786901] Re: Screensaver sometimes doesn't start

2011-05-23 Thread Unonium
** Patch added: "205_fix-bracket-values.patch"
   
https://bugs.launchpad.net/bugs/786901/+attachment/2139460/+files/205_fix-bracket-values.patch

** Visibility changed to: Public

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

Title:
  Screensaver sometimes doesn't start

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


[Bug 786901] Re: Screensaver sometimes doesn't start

2011-05-23 Thread Unonium
** Patch added: "206_fix-neg-sync-transition.patch"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/786901/+attachment/2139461/+files/206_fix-neg-sync-transition.patch

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

Title:
  Screensaver sometimes doesn't start

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


[Bug 786901] Re: Screensaver sometimes doesn't start

2011-05-23 Thread Unonium
** Description changed:

  There is a problem with gnome-screensaver on Ubuntu 10.04 Lucid LTS.
  Sometimes the screensaver doesn't start and doesn't lock the screen
  after the idle timeout. A semi-reliable way how to trigger this bug is
  to move the mouse during fade-out before the screensaver kicks in. On
  the next idle timeout, screensaver doesn't start anymore.
  
  This is a security issue, because it leaves the computer unlocked.
  
  I found out that the problem is the xserver-xorg-core package, in
  particular in the file Xext/sync.c. The xserver sometimes doesn't fire
  the alarm event. I looked at the upstream repository and the Maverick
- patches. The following two patches solve the problem from me:
+ patches. The following two patches solve the problem for me:
  
  205_fix-bracket-values.patch (from upstream)
  206_fix-neg-sync-transition.patch (from Maverick)
  
  These patches are included in Maverick and Natty, so the only affected
  release is Lucid.
  
  Related:
  The same bug in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=566351
  Upstream patches: http://cgit.freedesktop.org/xorg/xserver/log/Xext/sync.c
+ Related bug: LP #59

** Description changed:

  There is a problem with gnome-screensaver on Ubuntu 10.04 Lucid LTS.
  Sometimes the screensaver doesn't start and doesn't lock the screen
  after the idle timeout. A semi-reliable way how to trigger this bug is
  to move the mouse during fade-out before the screensaver kicks in. On
  the next idle timeout, screensaver doesn't start anymore.
  
  This is a security issue, because it leaves the computer unlocked.
  
  I found out that the problem is the xserver-xorg-core package, in
  particular in the file Xext/sync.c. The xserver sometimes doesn't fire
  the alarm event. I looked at the upstream repository and the Maverick
  patches. The following two patches solve the problem for me:
  
  205_fix-bracket-values.patch (from upstream)
  206_fix-neg-sync-transition.patch (from Maverick)
  
  These patches are included in Maverick and Natty, so the only affected
  release is Lucid.
  
  Related:
  The same bug in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=566351
  Upstream patches: http://cgit.freedesktop.org/xorg/xserver/log/Xext/sync.c
- Related bug: LP #59
+ Related bug: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/59

** Description changed:

  There is a problem with gnome-screensaver on Ubuntu 10.04 Lucid LTS.
  Sometimes the screensaver doesn't start and doesn't lock the screen
  after the idle timeout. A semi-reliable way how to trigger this bug is
  to move the mouse during fade-out before the screensaver kicks in. On
  the next idle timeout, screensaver doesn't start anymore.
  
  This is a security issue, because it leaves the computer unlocked.
  
- I found out that the problem is the xserver-xorg-core package, in
+ I found out that the problem is in the xserver-xorg-core package, in
  particular in the file Xext/sync.c. The xserver sometimes doesn't fire
  the alarm event. I looked at the upstream repository and the Maverick
  patches. The following two patches solve the problem for me:
  
  205_fix-bracket-values.patch (from upstream)
  206_fix-neg-sync-transition.patch (from Maverick)
  
  These patches are included in Maverick and Natty, so the only affected
  release is Lucid.
  
  Related:
  The same bug in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=566351
  Upstream patches: http://cgit.freedesktop.org/xorg/xserver/log/Xext/sync.c
  Related bug: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/59

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

Title:
  Screensaver sometimes doesn't start

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