Skip to content

Wifi setup

Anton Antonov edited this page Apr 14, 2022 · 12 revisions

Without wifi possible to connect to board via LAN or via debug UART

 ____________
|
| gnd rx tx
| o o o 
|______
|      |
| LAN  |
|______|
|______
|_ USB_|

schematics

Config below need to put into new file with name = ``wpa_supplicant.conf
For connect to Enterprise WiFi netwotk

  1. Open nmtui and create new wifi connection with NAME (select auto connect)
  2. go to /etc/NetworkManager/system-connections/
  3. edit NAME file as below
[connection]
id=Actitime
uuid=470f2caf-e93e-4a03-9b84-f72f9be80993
type=wifi
permissions=
secondaries=
timestamp=1519733614

[wifi]
mac-address=DC:44:6D:96:9D:BC
mac-address-blacklist=
mac-address-randomization=0
mode=infrastructure
seen-bssids=B8:A3:86:B2:5D:40;
ssid=Actinet

[wifi-security]
auth-alg=open
group=
key-mgmt=wpa-eap
pairwise=
proto=

[802-1x]
altsubject-matches=
eap=peap;
identity=username
password=
phase2-altsubject-matches=
phase2-auth=mschapv2

[ipv4]
address1=192.168.101.167/20,192.168.101.1
dns=192.168.101.8;77.88.8.8;
dns-search=
method=auto

[ipv6]
addr-gen-mode=eui64
dns-search=
method=auto

если не работает wifi (предположительно после armbian-config):
link

Clone this wiki locally