Lead_problem Posted July 11, 2020 Posted July 11, 2020 (edited) So recently i bought an orange pi zero plus2 done 3 seperate installs of both armbian buster and focal as well as tried googling the issues but i am not having any luck. i have tryed the following steps. nmtui-connect SSID. has the following response. no such connection SSID then tried to manually import it into /etc/network/interfaces. nothing changes then i tried sudo cd /etc/network/interfaces /etc/network/interface sudo rm /etc/network/interfaces sudo nano /etc/network/interfaces tryed to set up wpa_suppliment.conf no address location found sudo ifdown wlan0 && sudo ifup -v wlan0. returns no such interface wlan0 im googling everything but cant seem to find answers yes i am dislexic please be kind on spelling Edited July 11, 2020 by Lead_problem
martinayotte Posted July 11, 2020 Posted July 11, 2020 7 hours ago, Lead_problem said: then tried to manually import it into /etc/network/interfaces. What I found few months ago is that when using "old-school" /etc/network/interfaces, you need to do "systemctl disabled NetworkManager", otherwise latest is conflicting and try to steal interface.
Recommended Posts