Comment 3 for bug 294160

Revision history for this message
pyjamashark (pyjamashark) wrote : Re: audio only crackles and ALSA hangs on shutdown - Intrepid Ibex on Dell Inspiron 1525

Hey bugmenot - ja confirm it if you can - I also assigned the bug to Luke Yelavich who seems to know alot about this stuff. I hope he can help. So I managed to fix the shuting down issue using the following (taken from another post):

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

However I am still having the sound issue.
Chao Joe