|
发表于 2009-8-1 09:35:35
|
显示全部楼层
晕,自问自答一下,在下面这篇文章里找到了原因和解决办法:
http://www.thinkwiki.org/wiki/In ... _on_a_ThinkPad_T400Shutdown freezes sometimes
It seems that ALSA has problems to shut down if network devices are still active. You can force ALSA during its unloading to disable the networking first (remember to backup your files!):
sudo gedit /etc/init.d/alsa-utils
Search for "stop)" and add immediately below:
ifconfig eth0 down
ifconfig wlan0 down
NOTE - This doesn't seem to be a problem with Madwifi drivers, it is created by the Intel wireless card?
Now your shutdown should go smoothly. |
|