共计 600 个字符,预计需要花费 2 分钟才能阅读完成。
把斐讯 N1 重装了 Armbian 零碎,这里记录 设置 WIFI 步骤。
<!–more–>
步骤
-
更新 /etc/network/interface 文件
- 备份 interface :
cd /etc/network && cp interface interface.bak
- 更新 interface:
# armbian-config created source /etc/network/interfaces.d/* # Local loopback auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp
- 备份 interface :
-
更新 /etc/wpa_supplicant/wpa_supplicant.conf
- 备份 wpa 配置文件:
cd /etc/wpa_supplicant/ && cp wpa_supplicant.conf wpa_supplicant.conf.bak
- 更新 wpa_supplicant.conf:
network={ ssid="网络 ID" psk="明码" }
- 备份 wpa 配置文件:
- 重启网络,ping 百度试下是否连通,失常应该能够胜利连网。
参考
- Arbian 配置 Wifi
- N1 盒子刷 Armbian
正文完