please choosego to mobile | Continue to access the PC version
View: 18227|Reply: 1

[Zero Plus2 H5] How to connect Wifi?

[Copy link]

1

threads

1

posts

17

credits

Novice

Rank: 1

credits
17
Published in 2017-5-7 17:57:25 | Show all floors |Read mode
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.

62

threads

653

posts

5192

credits

Administrator

Rank: 9Rank: 9Rank: 9

credits
5192
Published in 2017-5-27 16:23:49 | Show all floors
Hi friend, i am so sorry there is no support for you.
Here you could change the file: interfaces, with the followings to make the wify work:
vim /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-ssid your hotspot name
wpa-psk your password

You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list