Aur*_*oms 1 wireless broadcom 12.04
我Broadcom BCM4313 802.11b/g/n (using Proprietary driver Broadcom STA)在运行Ubuntu 12.04.
在一般情况下,我能够成功连接到任何网络。
但是,至少有两个无线网络我无法连接:
*我在状态栏中看到了约 3-5 分钟的小连接动画,然后 ubuntu 提示我输入密码,尝试连接约 3-5 分钟等。
使用以太网有线连接、USB 制造商 Realtek RTL8191S WLAN 适配器或在 Windows 上启动并在这些网络中使用默认适配器不会导致任何问题。
编辑
I just upgraded to Ubuntu 13.04,问题依旧。
lspci -nn -d 14e4: 产出
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
Run Code Online (Sandbox Code Playgroud)
(我在 中找不到驱动程序选项13.04)
我认为 Broadcom STA 驱动程序对您的设备 14e4:4727 不正确。请获取临时有线以太网连接,打开终端并执行以下操作:
sudo -i
apt-get remove --purge bcmwl-kernel-source
apt-get install linux-firmware-nonfree
echo brcmsmac >> /etc/modules
exit
Run Code Online (Sandbox Code Playgroud)
重新启动,您的无线应该正常运行。
| 归档时间: |
|
| 查看次数: |
7445 次 |
| 最近记录: |