Same here. HP laptop dv 6680 and kubuntu 8.10. 
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)


I added in alsa-util the following

  stop)                                                                         
        ifconfig eth0 down                                                      
        ifconfig wlan0 down                                                     
         EXITSTATUS=0                                                           
        TARGET_CARD="$2"                                                        
        case "$TARGET_CARD" in
          ""|all) TARGET_CARD=all ; log_action_begin_msg "Shutting down ALSA" ;;
          *) log_action_begin_msg "Shutting down ALSA card ${TARGET_CARD}" ;;
        esac
        card_OK "$TARGET_CARD" || log_action_end_msg_and_exit "$( [ ! "$2" ] ; 
echo $? ; )" "none loaded"
        store_levels "$TARGET_CARD" || EXITSTATUS=1
        mute_and_zero_levels "$TARGET_CARD" || EXITSTATUS=1
        log_action_end_msg_and_exit "$EXITSTATUS"
        ;;
 
but i still cant shutdown.

If i write from a terminal 
ifconfig eth0 down
ifconfig wlan0 down

and then shutdown, everything is ok.

Any solutions for me?

-- 
MASTER 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