diff options
| author | Chris Titus <[email protected]> | 2021-11-02 12:45:00 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-02 12:45:00 -0500 |
| commit | 971800d9787f16091dcd56a2d0f8362702c328d7 (patch) | |
| tree | c21a101a55d8de17683e0e8bc1308bf90f3c9cb5 | |
| parent | fdd79d35f6e423be9297c4f97c2c0f428ed135d1 (diff) | |
| parent | 41709928c7f51bdf9c5aa6103104412258894650 (diff) | |
| download | ArchTitus-971800d9787f16091dcd56a2d0f8362702c328d7.tar.xz ArchTitus-971800d9787f16091dcd56a2d0f8362702c328d7.zip | |
Merge pull request #68 from Kqpa/main
wifi-menu no longer works
| -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 |
