Ubuntu 连接 wifi -亲测可用
连接wifi
修改 /etc/network/interfaces 文件(这个文件是定义网络配置的)
sudo vim /etc/network/interfaces
interfaces 修改后文件内容如下:
auto eth0
iface eth0 inet dhcp #localhost使用DHCP
auto wlan0
allow-hotplug wlan0 #表示wlan设备可以热插拨
iface wlan0 inet dhcp
wpa-ssid "wind-robot"
wpa-psk "password"