刚安装的ubuntu 14.04 LTS没有无线网,怎么办

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
esolve
帖子: 210
注册时间: 2010-05-08 4:52

刚安装的ubuntu 14.04 LTS没有无线网,怎么办

#1

帖子 esolve »

机器是联想THINKPAD E431
输入

代码: 全选

 lspci -vq|grep -i wireless
结果是空

代码: 全选

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)


搜Realtek则得到

代码: 全选

 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)

怎么办啊
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 刚安装的ubuntu 14.04 LTS没有无线网,怎么办

#2

帖子 poloshiao »

04:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
偵測到兩個無線網卡 ?
1. 安裝 2. 所需要的套件
sudo apt-get install pastebinit
2. sudo lspci -nnvv | pastebinit # 兩個 n 兩個 v
會回應 http://paste.ubuntu.com/xxxxxxx # xxxxxxx 是一組數字
3. 把 http://paste.ubuntu.com/xxxxxxx 貼上來
4. 目的 要知道為何有兩個無線網卡
回复