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.