我安装了 ubuntu 14。我的 BCM4312 卡的无线互联网连接不稳定。它连接了,几秒钟后就断了。
请查看无线脚本. 我该怎么做才能获得稳定的连接?
答案1
根据您的 pastebin,您需要安装无线适配器的固件文件。
[ 36.601067] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[ 36.601073] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[ 36.601075] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
答案2
您需要删除错误的驱动程序:
sudo apt-get purge bcmwl-kernel-source
重启并让我们听取您的报告
答案3
这关联解决了我的问题。问题出在路由器安全选项上。
答案4
我在使用 broadcom b43xx 固件时遇到了类似的问题(如@h0twir3 回答中所分析的)。
只需安装开源 b43 驱动程序(来源) 和 :
apt-get install firmware-b43-installer
解决了我丢失固件的问题。