我刚刚安装了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
@Andrea Lazzarotto嗨,我已经更新了信息,谢谢
—
lily
好的,此网站上似乎已经有解决方案。请参阅以下问题:askubuntu.com/questions/334268/… 我将其标记为可能的重复项。如果另一个问题的答案对您没有帮助,我们将尝试找到其他解决方案。
—
Andrea Lazzarotto 2014年
lspci -nn | grep -i net
什么?