标签:style http io color ar sp on 代码 bs
为了学习刚装了ubuntu14.04,在Thinkpad E430C上用U盘安装。
安装完成后,无法搜索无线热点,联想官网提供的驱动下载都是为windows准备的,所以得自己去找网卡对应的linux驱动。
先用网线连上网,并执行如下命令:
Command代码
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get update (optional maybe)
sudp apt-get install linux-source
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb
完了之后应该可以搜索无线热点了,我的无线网卡为Broadcom Corporation BCM43142,可以用命令lspci查看
原文链接:http://www.th7.cn/system/lin/201310/46344.shtml
ubuntu14.04 Thinkpad E430c 网卡驱动安装(BCM43142)
标签:style http io color ar sp on 代码 bs
原文地址:http://www.cnblogs.com/babylandey/p/4084934.html