系统相关
首页 > 系统相关> > 有关ubuntu11.04不能正常关机或重启的解决方法

有关ubuntu11.04不能正常关机或重启的解决方法

作者:互联网

原文链接:http://www.cnblogs.com/nickchan/archive/2011/09/23/3104480.html

有关ubuntu11.04不能正常关机或重启的解决方法

Open a terminal and type:
Code:

sudo modprobe -rf rt2860sta

Followed by:
Code:

sudo modprobe rt2860sta

Then you need to blacklist the wrong driver:
Code:

echo blacklist rt2800pci | sudo tee -a /etc/modprobe.d/blacklist.conf

Once you have rebooted (you will need to do a hard power off for the last time!) you will find you can reboot properly. Thanks to Linuxexperte for this fix.

转载于:https://www.cnblogs.com/nickchan/archive/2011/09/23/3104480.html

标签:关机,www,Code,rt2860sta,重启,sudo,ubuntu11.04,blacklist,modprobe
来源: https://blog.csdn.net/weixin_30530939/article/details/99574856