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 up + +Activar Internet con `wpa_supplicant` + + wpa_supplicant -B -i -c <(wpa_passphrase "ssid" "psk") + +Renovar IPv4 con `dhcpcd` + + dhcpcd + +> : ejemplo, wlp3s0 + ### Formateo de Particiones: - En `/boot` se utilizará **ext2**