ubuntu13.10 lenovo網卡驅動安裝(Broadcom)
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
下載地址:http://jas.gemnetworks.com/debian/pool/main/w/wireless-bcm43142/wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb
完了之后應該可以搜索無線熱點了,我的無線網卡為Broadcom Corporation BCM43142,可以用命令lspci查看
聽說12.10之后就有這個問題,但我沒有安裝12.10與13.04,所以不得而知
轉:http://www.2cto.com/os/201310/252960.html