Connect To Wifi in Arch TTY

  1. Set keyboard layout

    loadkeys us

  2. Run iwctl

    iwctl this should get you into the iwctl prompt

  3. Check available devices [iwd]# device list For most cases it is going to be 'wlan0'

  4. Connect to desired AP [iwd]# station <device> scan [iwd]# station <device> get-networks [iwd]# station <device> connect <SSID> [iwd]# exit