Hi guys.... just trying to help to solve this bug.. could you please edit 
/etc/init.d/alsa-utils on line 84, so it become like this:
store_levels()
{
        CARD="$1"
        [ "$1" = all ] && CARD=""
        strace alsactl store $CARD > /root/alsactl.log 2>&1
        if MSG="$(alsactl store $CARD 2>&1)" ; then
                sleep 1
                return 0
        else
                [ -z "$CARD" ] && log_action_cont_msg "warning: 'alsactl store' 
failed with error message '$MSG'"
                return 1
        fi
}

and try to attach output of /root/alsactl.log here ...
thanks

-- 
storing ALSA mixer element values during shutdown hangs nondeterministically if 
non-loopback network interfaces are still up
https://bugs.launchpad.net/bugs/274995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to