楼上的说删除acer-wmi是可以的,不过重新开机还是不行,我不知道如何手动删除。但是在国外Ubuntu发现的(
http://askubuntu.com/questions/38327/br ... ot-working),主要问题是在修改配置文件时候,一个是把blacklist中b43XX和wl注释掉就可以了,这就是为什么是soft block:);另外一个就是把acer-wmi放到blacklist中,这个方法我在本论坛另外一个帖子上看到,说是可以工作,但是会导致控制WiFi的开关不工作。
0 down vote
I fixed my problem with the Broadcom bcm4311 drivers on 11.04 (Natty Narwhal)
Steps I took for fixing this problem: (I stole this method from
http://ubuntuforums.org/showthread.php?t=1700897[user:nm_geo; post #5])
-open the 'Synaptic Package Manager' and search for 'bcm'
-uninstall the 'bcm-kernel-source' package
-make sure that the 'firmware-b43-installer' and the 'b43-fwcutter' packages are installed
-type into terminal:
[cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl']
(you may want to copy this) and see if the term 'blacklist bcm43xx' is there
-if it is, [terminal]cd /etc/modprobe.d/ [and then]sudo gedit blacklist.conf
put a # in front of the line: blacklist bcm43xx
then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly)
-reboot
hopefully this works for you all!