在新安装的Ubuntu 14.04上找不到wifi

我刚刚安装了ubuntu 14.04,但我发现没有wifi。

$ sudo modprobe -r iwlwfi modprobe: FATAL: module iwlwfi not found 

 lspci -vq|grep -i wireless 

我一无所获

而:

 lspci -vq|grep -i realtek 

我明白了

 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01) 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07) lspci -nn |grep -i net 

我明白了:

 04:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01) 05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07) 

怎么处理这个?

我的笔记本电脑是Thinkpad E431

您的Broadcom Corporation BCM43142 802.11b / g / n [14e4:4365]可与Broadcom专有驱动程序配合使用。 请用以太网连接并打开终端并执行:

 sudo apt-get update sudo apt-get install bcmwl-kernel-source 

完成后,分离以太网,无线应该正常工作。