Created
January 14, 2022 06:29
-
-
Save miguelmota/8e577e46e806b63615ee8b82f6061b05 to your computer and use it in GitHub Desktop.
Arch linux wifi network iwd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -S iwd | |
systemctl enable iwd.service | |
systemctl start iwd.service | |
iwctl | |
> device list | |
> station _device_ scan | |
> station _device_ connect "_SSID_" | |
> station _device_ show |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment