[Bug 401653] New: pulseaudio: doesn't work after suspend/resume cycle
https://bugzilla.novell.com/show_bug.cgi?id=401653 Summary: pulseaudio: doesn't work after suspend/resume cycle Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Sound AssignedTo: tiwai@novell.com ReportedBy: teheo@novell.com QAContact: qa@suse.de Found By: --- If audio was playing when suspend occurs, after resuming pulseaudio dies horribly and the application which was playing audio fails too. This can be worked around by adding the following script. # cat /etc/pm/sleep.d/99pasuspend #!/bin/bash case "$1" in hibernate|suspend) sudo -u tj pactl suspend-sink 1 ;; thaw|resume) sudo -u tj pactl suspend-sink 0 ;; esac The user part should be the user for pa. Dunno how that can be achieved tho. Maybe this can be done via dbus? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=401653 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tiwai@novell.com |rodrigo@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=401653 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |federico@novell.com Severity|Normal |Major Priority|P5 - None |P3 - Medium Status Whiteboard| |gnome-crash -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=401653 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401653#c2 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |teheo@novell.com --- Comment #2 from Takashi Iwai <tiwai@novell.com> 2009-02-18 02:00:31 MST --- Is this still needed for 11.1 systems? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=401653 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401653#c3 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|teheo@novell.com | --- Comment #3 from Tejun Heo <teheo@novell.com> 2009-02-18 23:56:28 MST --- It seems much better now but suspend / resume still doesn't work quite as expected yet. 1. If sound was playing when suspend is initiated, instead of going quiet, it repeats the same sound (about a sec, probably buffer length) again and again while the machine is trying to resume. 2. When the machine resume, sound doesn't resume in orderly manner. It kind of comes back but the sound becomes intermittent - something like sub second pause between sound chunks. After restarting the sound stream (killall mpg123 and restart or choosing a different song in banshee), it works fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=401653 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401653#c4 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tiwai@novell.com |sreeves@novell.com --- Comment #4 from Takashi Iwai <tiwai@novell.com> 2009-02-19 04:23:08 MST --- Scott, this is another PA issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com