commit
971800d978
12
README.md
12
README.md
|
@ -31,9 +31,15 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal
|
||||||
|
|
||||||
### No Wifi
|
### No Wifi
|
||||||
|
|
||||||
```bash
|
#1: Run `iwctl`
|
||||||
sudo wifi-menu
|
|
||||||
```
|
#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
|
## Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue