lsusb 查看usb网卡
搜索周围的无线网: sudo iwlist wlan0 scan
/etc/network/interfaces 配置文件路径
将配置文件更改为下面文件 注意 ssid名和password 都要加引號!。!
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "chenchen"
wpa-psk "123456789"
reboot 然后就能够连接了