DEV Community

Harry Tanama
Harry Tanama

Posted on

Arch Linux - How to Connect to Internet

iwctl - Internet wireless control utility

To connect to a network: .. code-block:

[iwd]# device list
[iwd]# station DEVICE scan
[iwd]# station DEVICE get-networks
[iwd]# station DEVICE connect SSID

$ iwctl device list
$ iwctl station DEVICE scan
$ iwctl station DEVICE get-networks
$ iwctl --passphrase=PASSPHRASE station DEVICE connect SSID
Enter fullscreen mode Exit fullscreen mode
iwctl
Enter fullscreen mode Exit fullscreen mode

Top comments (0)