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

Bug fixes for this build - ENGLISH #5

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

Bug fixes for this build - ENGLISH #5

AgustinLorenzo opened this issue Sep 24, 2023 · 1 comment

Comments

@AgustinLorenzo
Copy link
Owner

AgustinLorenzo commented Sep 24, 2023

Hi boys,

I open this issue to list the workarounds to make the version work correctly.

  1. DHCP does not deliver IP
    • Configure on the interface (WiFi/cable) the IP: 192.168.1.100
    • Connect by SSH to the router: 192.168.1.1
    • Execute the following commands: uci set dhcp.lan.ignore=0 && uci commit && service dnsmasq restart

These are the registered failures for the moment.

Thanks for using my version :)

Best regards, Agustin

@AgustinLorenzo AgustinLorenzo pinned this issue Sep 24, 2023
Repository owner deleted a comment from antpir Apr 27, 2024
Repository owner locked and limited conversation to collaborators Apr 27, 2024
@AgustinLorenzo
Copy link
Owner Author

AgustinLorenzo commented Apr 27, 2024

Attempt of solution for the punctual disconnections of WiFI devices:

Execute depending on the radios that our router has:

  • 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 

Thanks to @glassd00r

Regards, Agustin

@AgustinLorenzo AgustinLorenzo changed the title Workaround of the build - ENGLISH Bug fixes for this build - ENGLISH Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant