diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-29 13:14:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-29 13:14:58 -0500 |
commit | ba985152b11011ff6337be3af69d1d8014108fd5 (patch) | |
tree | 83d9a37fd8a098f558ac0e49a62f1df250f2c08b | |
parent | ba4f0687d1c229102227780eced22085931d5e0e (diff) | |
download | book-ba985152b11011ff6337be3af69d1d8014108fd5.tar.lz book-ba985152b11011ff6337be3af69d1d8014108fd5.tar.xz book-ba985152b11011ff6337be3af69d1d8014108fd5.zip |
Added `conexión wifi`
-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** |