lzf79 发表于 2018-10-17 09:36:38

Ubuntu Server下无线上网

apt-get install wpasupplicant  生成配置文件:
  wpa_passphrase YOUR_SSID YOUR_KEY > /etc/wpa_supplicant.conf
  修改/etc/network/interfaces:
  auto wlan0
  ifacewlan0 inet dhcp
  wpa-conf /etc/wpa_supplicant.conf
  (/etc/wpa_supplicant.conf这个位置可以随便定)

页: [1]
查看完整版本: Ubuntu Server下无线上网