Skip to content
Nick Tehrany edited this page Apr 4, 2023 · 1 revision

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