diff options
-rw-r--r-- | install-hyperbola/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/install-hyperbola/README.md b/install-hyperbola/README.md index f5415e4..c293607 100644 --- a/install-hyperbola/README.md +++ b/install-hyperbola/README.md @@ -60,6 +60,26 @@ Recomendaciones: swap = igual a la RAM ``` +#### Conexión por Wi-fi + +Detectar `wifi` + + iw dev + +Activar dispositivo + + ip link set <nombre-de-dispositivo> up + +Activar Internet con `wpa_supplicant` + + wpa_supplicant -B -i <nombre-de-dispositivo> -c <(wpa_passphrase "ssid" "psk") + +Renovar IPv4 con `dhcpcd` + + dhcpcd <nombre-de-dispositivo> + +> <nombre-de-dispositivo>: ejemplo, wlp3s0 + ### Formateo de Particiones: - En `/boot` se utilizará **ext2** |