Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soluciones a fallos de esta build - ESPAÑOL #6

Open
AgustinLorenzo opened this issue Sep 24, 2023 · 1 comment
Open

Soluciones a fallos de esta build - ESPAÑOL #6

AgustinLorenzo opened this issue Sep 24, 2023 · 1 comment

Comments

@AgustinLorenzo
Copy link
Owner

AgustinLorenzo commented Sep 24, 2023

Hola chicos,

Abro esta issue para listar los workaround para hacer funcionar correctamente la version.

  1. El DHCP no entrega IP

    • Configurate en la interfaz (WiFi/cable) la IP: 192.168.1.100
    • Conectate por SSH al router: 192.168.1.1
    • Ejecuta los siguientes comandos: uci set dhcp.lan.ignore=0 && uci commit && service dnsmasq restart

Estos son de momento los fallos registrados.

Gracias por utilizar mi version :)

Un saludo, Agustin

@AgustinLorenzo AgustinLorenzo pinned this issue Sep 24, 2023
@AgustinLorenzo
Copy link
Owner Author

AgustinLorenzo commented Apr 27, 2024

Intento de solución para las desconexiones puntuales de dispositivos WiFI:

Ejecutar en función de las radios que tenga nuestro router:

  • AX3600: radio0 - radio1 - radio2
  • AX9000: radio0 - radio1 - radio2 - radio3
uci set wireless.default_radio0.dtim_period='1'
uci set wireless.default_radio0.max_inactivity='86400'
uci set wireless.default_radio0.disassoc_low_ack='0'
uci set wireless.default_radio0.wnm_sleep_mode='1'

uci set wireless.default_radio1.dtim_period='1'
uci set wireless.default_radio1.max_inactivity='86400'
uci set wireless.default_radio1.disassoc_low_ack='0'
uci set wireless.default_radio1.wnm_sleep_mode='1'

uci set wireless.default_radio2.dtim_period='1'
uci set wireless.default_radio2.max_inactivity='86400'
uci set wireless.default_radio2.disassoc_low_ack='0'
uci set wireless.default_radio2.wnm_sleep_mode='1'

uci set wireless.default_radio3.dtim_period='1'
uci set wireless.default_radio3.max_inactivity='86400'
uci set wireless.default_radio3.disassoc_low_ack='0'
uci set wireless.default_radio3.wnm_sleep_mode='1'

uci commit

Gracias a @glassd00r

Un saludo, Agustin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant