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


10

我刚刚安装了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


1
请提供有关您的wifi卡的一些信息。输出是lspci -nn | grep -i net什么?
Andrea Lazzarotto 2014年

@Andrea Lazzarotto嗨,我已经更新了信息,谢谢
lily

好的,此网站上似乎已经有解决方案。请参阅以下问题:askubuntu.com/questions/334268/… 我将其标记为可能的重复项。如果另一个问题的答案对您没有帮助,我们将尝试找到其他解决方案。
Andrea Lazzarotto 2014年

Answers:


18

您的Broadcom Corporation BCM43142 802.11b / g / n [14e4:4365]与Broadcom专有驱动程序一起使用。请连接以太网并打开终端,然后执行以下操作:

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

完成后,断开以太网连接,您的无线设备应该可以工作了。


由于您已经在另一个问题中给出了正确的解决方案,因此我将OP发送到了那里。不过也可以在这里发布。
Andrea Lazzarotto 2014年

1
我会奖励您50英镑,并说“谢谢”作为解决方案。在我的新Ubuntu安装中进行了大量调试之后,按照以下步骤为我解决了问题...在一年中的不同时刻两次!:)
fedorqui 2015年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.