How to connect wifi Orange Pi zero Plus2 H5 on armbian? 
I tried with Ofiicial ubuntu image and armbian. 
But I could not use Wifi. 
I tried these method 
 
 
1.Use nmtui and setting my SSID and Password on armbian. 
  setting is succesfully but doesn't use wifi. 
 
 
2. Edit /etc/network/interfaces 
   add these on armbian. 
  allow-hotplug wlan0 
 iface wlan0 inet dhcp  address 192.168.0.100  netmask 255.255.255.0  gateway 192.168.0.1  dns-nameservers 8.8.8.8 8.8.4.4  this method cant use wifi too.  
 3. wpa_supplicant SSID Password > /foo    wpa_supplicant -iwlan0 -c/foo    On armbian and official ubuntu.    But couldnt work.  
 If there are know about this problem,Plese help me. Sorry for may bad English. Thank you.  |