ubuntu12.04更新完软件后,无线网卡不能用(BCM43227)

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
tanfeng929
帖子: 3
注册时间: 2012-11-22 14:05

ubuntu12.04更新完软件后,无线网卡不能用(BCM43227)

#1

帖子 tanfeng929 » 2012-12-25 18:09

本来无线用着一点问题都没,可是现在在附加驱动中,broadcom sta驱动无法激活,总是显示“对不起,这个驱动的安装失败了。请查看日志文件以获得详细信息: /var/log/jockey.log”

在jockey.log中,最后几行信息如下,求高人指点

ERROR (dkms apport): kernel package linux-headers-3.5.0-18-generic is not supported
Error! Bad return status for module build on kernel: 3.5.0-18-generic (i686)
Consult /var/lib/dkms/bcmwl/5.100.82.38+bdcom/build/make.log for more information.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.5.0-18-generic

2012-12-24 22:06:27,153 WARNING: modinfo for module wl failed: ERROR: modinfo: could not find module wl

2012-12-24 22:06:27,155 WARNING: /sys/module/wl/drivers does not exist, cannot rebind wl driver
2012-12-24 22:06:27,219 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-12-24 22:06:32,018 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-12-24 22:06:32,058 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2012-12-24 22:06:32,413 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: ubuntu12.04更新完软件后,无线网卡不能用(BCM43227)

#2

帖子 lainme » 2012-12-25 22:50

看起来是个BUG: https://bugs.launchpad.net/ubuntu/+sour ... ug/1075407 你可以注册个launchpad帐号去说明下情况,比如错误信息,log之类的。

目前可以试一下11楼提到的一个临时解决方法。在终端输入

sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
sudo reboot

如果还是不行,可以尝试先降级内核到 linux-headers-3.5.0-17。
tanfeng929
帖子: 3
注册时间: 2012-11-22 14:05

Re: ubuntu12.04更新完软件后,无线网卡不能用(BCM43227)

#3

帖子 tanfeng929 » 2012-12-26 0:49

首先谢谢楼上大哥,呵呵。问题我也解决了,也是在ubuntu报告的bug中发现的

具体如下:

原文网址:https://bugs.launchpad.net/broadcom-sta/+bug/994255

1) Download the 64-bit (or 32-bit whichever applies) .deb package from the link in post #2(https://launchpad.net/~eugenesan/+archi ... hive-extra)
2) Right-click and select to Open with Ubuntu Software Center, ignore warning about older version existing and trusting the source and install; there are other ways to install the patch, this is the GUI-est
3) Remove all conflicting drivers by
sudo rmmod brcmsmac
sudo rmmod b43
sudo rmmod bcma
sudo rmmod wl
then re-load the driver
sudo modprobe wl
4) Disconnect wired, wireless should be working
5) It looks like the install has auto-generated its own blacklist file in /etc/modprobe.d; if after reboot the wrong drivers still load it would probably be a good idea to blacklist brcmsmac and bcma in /etc/modprobe.d/blacklist.conf
回复