Wifi 无法与 Ubuntu 14.4 配合使用

Wifi 无法与 Ubuntu 14.4 配合使用

我刚刚安装了 Ubuntu 14.4 而不是 Windows(现在这是我的笔记本电脑上唯一的操作系统)我有 Broadcom bcm9506 卡。我该如何解决这个问题?我已经看过很多类似的问题,但没有一个能帮助我。

请参阅lspci-vnn | grep 网络
04:00.0 网络控制器 [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)

谢谢

答案1

只需在终端中逐个运行以下命令:

sudo apt-get update
sudo update-pciids
sudo apt-get install firmware-b43-installer
sudo reboot

来自安装 Broadcom 无线驱动程序

相关内容