added instructions on how to unblock wifi
The WiFi is always blocked when I try to install Arch or do whatever in chroot from the flash drive and the rfkill command helps with that. Maybe this will be helpful for someone else.
This commit is contained in:
parent
68fe94da05
commit
683d3e62c4
|
|
@ -31,6 +31,11 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal
|
|||
|
||||
### No Wifi
|
||||
|
||||
You can check if the WiFi is blocked by running `rfkill list`.
|
||||
If it says **Soft blocked: yes**, then run `rfkill unblock wifi`
|
||||
|
||||
After unblocking the WiFi, you can connect to it. Go through these 5 steps:
|
||||
|
||||
#1: Run `iwctl`
|
||||
|
||||
#2: Run `device list`, and find your device name.
|
||||
|
|
|
|||
Loading…
Reference in New Issue