diff options
| author | Kqpa <[email protected]> | 2021-11-01 08:54:34 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-01 08:54:34 +0300 |
| commit | 41709928c7f51bdf9c5aa6103104412258894650 (patch) | |
| tree | 4d0a2519f3a9c63549171676e9722f319d4c4b3d | |
| parent | 56af0194ae59c6d206fce602f1a20949554bf846 (diff) | |
| download | ArchTitus-41709928c7f51bdf9c5aa6103104412258894650.tar.xz ArchTitus-41709928c7f51bdf9c5aa6103104412258894650.zip | |
wifi-menu is no more
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -31,9 +31,15 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal ### No Wifi -```bash -sudo wifi-menu -``` +#1: Run `iwctl` + +#2: Run `device list`, and find your device name. + +#3: Run `station [device name] scan` + +#4: Run `station [device name] get-networks` + +#5: Find your network, and run `station [device name] connect [network name]`, enter your password and run `exit`. You can test if you have internet connection by running `ping google.com`. ## Credits |
