https://bugzilla.novell.com/show_bug.cgi?id=229593 kcoombs@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kcoombs@novell.com Status|NEEDINFO |NEW Info Provider|c.wesseling@gmail.com | ------- Comment #4 from kcoombs@novell.com 2007-01-06 11:07 MST ------- I have the same problem on my Dell Inspiron E1505. I have a workaround, however. I created the following: /etc/pm/hooks/02sound: #!/bin/sh case "$1" in resume) /usr/bin/amixer set Master mute > /dev/null /usr/bin/amixer set Master unmute > /dev/null ;; *) ;; esac Essentially, I have it automatically mute/unmute the sound when resuming... I am attaching a SIGA output -- 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, or are watching someone who is.