Hi!
Edit /etc/init.d/alsa-utils FIXED this bug for me.
The solution of Juliano in the answer: 
https://answers.launchpad.net/ubuntu/+question/49799 works for me.
Intrepid shut down fine now.
Thanks very much.

Solution in the answer:
sudo gedit /etc/init.d/alsa-utils

The file opens in Gedit and around the line 353 you'll find the
instruction "stop)". Below this instruction you should add these two
instructions:

ifconfig wlan0 down
ifconfig eth0 down

So, the file should be this way:

stop)
ifconfig wlan0 down
ifconfig eth0 down
EXITSTATUS=0

Use ifcofing for know if you have wlan0 or others ;)

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