On Mon, 24 Apr 2006 the mental interface of Michael Setzer told: > Package: alsa-utils > Version: 1.0.11-1 > Severity: normal > > Hi, > > after upgrading to the latest alsa-utils this morning my it won't restore the > saved settings from /var/lib/alsa/asound.state. I think the problem is this > line from /etc/init.d/alsa-utils: > > # Exit silently if package is no longer installed > [ -d /lib/alsa-utils ] || exit 0
You're abolutely right. On 2.6 sytems we are using udev for identification now so it doen't make sense to use a script placed in /lib/alsa-utils. Since next upload please change # Exit silently if package is no longer installed [ -d /lib/alsa-utils ] || exit 0 to # Exit silently if package is no longer installed # [ -d /lib/alsa-utils ] || exit 0 and tell us wether it works or not. Thanks for reporting. Elimar -- Never make anything simple and efficient when a way can be found to make it complex and wonderful ;-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]