ubuntu13.10 lenovo网卡驱动安装(Broadcom)

ubuntu当月刚出了13.10版本,在升级了操作系统版本后无法搜索无线热点,联想官网提供的驱动下载都是为windows准备的,所以得自己去找网卡对应的linux驱动。并执行如下命令:

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查看

听说12.10之后就有这个问题,但我没有安装12.10与13.04,所以不得而知

原文参考地址:http://ubuntuforums.org/showthread.php?t=2123154

猜你喜欢

转载自baowp.iteye.com/blog/1963904