https://bugzilla.novell.com/show_bug.cgi?id=697379 https://bugzilla.novell.com/show_bug.cgi?id=697379#c3 --- Comment #3 from Fabio Scalvino <fa0sck@gmail.com> 2011-07-06 13:30:03 UTC --- (From update of attachment 438545) --- /usr/lib/pm-utils/power.d/intel-audio-powersave 2011-03-01 13:15:38.000000000 +0100 +++ mylocal/intel-audio-powersave 2011-07-06 15:01:02.167541090 +0200 @@ -20,9 +20,9 @@ audio_powersave() { [ "$INTEL_AUDIO_POWERSAVE" = "true" ] || exit $NA - for dev in /sys/module/snd_*/parameters/power_save; do + for dev in /sys/module/snd_*; do [ -w "$dev/parameters/power_save" ] || continue - printf "Setting power savings for $s to %d..." "$dev##*/" "$1" + printf "Setting power savings for %s to %d..." "${dev##*/}" "$1" echo $1 > "$dev/parameters/power_save" && echo Done. || echo Failed. done } -- 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.