I have this fixed for me. I was experiencing another bug too. When I was shutting down I had to wait for almost 5 minutes for ALSA to shutdown, when my wifi connection was on (but this can be caused even by ethernet card), the bug report is here: https://bugs.launchpad.net/ubuntu/+bug/274995
I fixed that bug by this altering /etc/init.d/alsa-utils file. See https://bugs.launchpad.net/ubuntu/+bug/274995/comments/181 for more 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 This fixed even this suspend bug for. Could these two bugs be possibly related? -- Audio fails after suspend in Intrepid https://bugs.launchpad.net/bugs/275630 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
