看官网,英文太烂。。。php
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43 - Internet accesslinux
wl - Proprietary Broadcom STA Wireless driver () ubuntu
Install either bcmwl-kernel-source (instructions below) OR the broadcom-sta (instructions at http://wiki.debian.org/wl) packages.
less
1. 到上面这行的网站安装什么核心文件,点进去
网站
2. Update the list of available packages. Install the relevant linux-headers and broadcom-sta-dkms packages:
spa
sudo apt-get update sudo apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
3. Unload conflicting modules:.net
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac
4. Load the wl module:code
sudo modprobe wl
5. 安装完后在回到ubuntu页get
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43 - Internet accessit
继续往下看
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo modprobe -r b43 ssb wl
sudo modprobe wl
sudo apt-get update sudo apt-get --reinstall install bcmwl-kernel-source
sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma sudo modprobe wl
安装到上面这一步,我就有wifi了