[Ubuntu] Broadcom Wireless STA Driver Activated But Not Currently In Use

我使用的是Kubuntu 12.04,无线信号很不给力。然后按照http://forum.ubuntu.org.cn/viewtopic.php?t=202388中说的方法装了Windows驱动,发现不起作用后卸载了。结果每次重启都检测不到原先的无线网卡驱动,additional drivers中提示Broadcom Wireless STA Driver Activated But Not Currently In Use,必须卸载重装才行,但是重启后又是同样的问题。Google了一下,在墙外找到一篇博文http://techdc.blogspot.com/2011/02/ubuntu-broadcom-wireless-sta-driver.html(需翻墙) ,照做可以解决问题,就是不知道每条命令是什么意思。


1. Optionally u can try these commands first.. just to check the connection
lspci -nn
lshw -C Network
lsusb
ifconfig
iwconfig
sudo iwlist scan

Now run the following commands..
sudo modprobe -r b43 ssb wl
sudo modprobe wl
sudo ifconfig eth1 up
sudo iwlist scan
 
2. Blacklist ssb. Run the following command 
echo blacklist ssb | sudo tee -a /etc/modprobe.d/blacklist.conf
 
3. Edit rc.local and add the following code at the end.
sudo vi /etc/rc.local
and add this just before "exit 0"
modprobe wl


Now just reboot... the problem should be gone :)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值