From ba985152b11011ff6337be3af69d1d8014108fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 29 Jul 2019 13:14:58 -0500 Subject: [PATCH] =?UTF-8?q?Added=20`conexi=C3=B3n=20wifi`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-hyperbola/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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**