码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu14.04 Thinkpad E430c 网卡驱动安装(BCM43142)

时间:2014-11-09 13:48:20      阅读:501      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!