wifi connect - nicktehrany/notes GitHub Wiki

Manual network setup

Config for iwd

Configure to in file /etc/iwd/main.conf

[General]
EnableNetworkConfiguration=true

[Network]
NameResolvingService=systemd

Start iwd systemd service

sudo systemctl start iwd

check connection with iwctl

sudo iwctl
station wlan0 show

Request IP address

sudo dhclient wlan0