RT-AC66U_B1 upgraded to the Alpha 2. Seems to run well but am not seeing the DHCP reserved list in Edge and Chrome.
Yesterday I transferred some large files from a wired PC to my NAS. Noticed in the Traffic Monitor on Daily that the internal transfer was recorded which blew away the graph display. Don't think the internal, wired and WIFI should be displayed in the traffic monitor.
The DHCP list is working fine for me. I will need to see the error message from your browser console to determine what is going on.
The DHCP list is working fine for me. I will need to see the error message from your browser console to determine what is going on.
How do i do that? and where to send to?
No DHCP list at all with Edge win10. Stock firmware there are no issues.
re u able to see the dhcp list in mobile browser in android or iOS.
In most browsers you press F12, go to the Console tab, then reload the page. If there is an error it will tell you the line - click on it to see what's on that line.
Hope it helps.
jquery.js:5 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.js:5
ajax @ jquery.js:5
nvramGet @ httpApi.js:58
faqURL @ httpApi.js:445
initial @ Advanced_DHCP_Content.asp:69
onload @ Advanced_DHCP_Content.asp:665
jquery.js:5 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.asus.com/support/FAQ/10...929051061020653_1570742671735&_=1570742671736 with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
send @ jquery.js:5
ajax @ jquery.js:5
faqURL @ httpApi.js:475
initial @ Advanced_DHCP_Content.asp:69
onload @ Advanced_DHCP_Content.asp:665
Works fine here with Chromium Edge Dev in W10.No DHCP list at all with Edge win10. Stock firmware there are no issues.
EDIT: happens if you don't already have a sort method set, as the list doesn't get sorted at all instead of sorting it by default order. Unsorted list = an empty list.
So why bother with sorting it don't really matter anyway. Your sorting flips the list anyway putting the last first.
Thanks for the fix. Compiled with the commit and now the table shows fineBecause the sort function is what takes the data object that Asus generates, and builds an array that can be rendered in a table. If the sort code isn't called, then the table render display has no data array to render, hence the empty list. This is what the current bug is about - the function was only called when the cookies were present.
It's all on Github.
making all in tools...
make[7]: Entering directory '/home//asuswrt-merlin.ng/release/src/router/openssl-1.0/tools'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home//asuswrt-merlin.ng/release/src/router/openssl-1.0/tools'
Cannot create directory /etc/ssl/man: Permission denied
make[6]: *** [Makefile:642: install_docs] Error 13
make[6]: Leaving directory '/home//asuswrt-merlin.ng/release/src/router/openssl-1.0'
make[5]: *** [Makefile:8046: openssl-install] Error 2
make[5]: Leaving directory '/home//asuswrt-merlin.ng/release/src/router'
make[4]: *** [Makefile:30: router_all] Error 2
make[4]: Leaving directory '/home//asuswrt-merlin.ng/release/src-rt-5.02hnd/userspace'
make[3]: *** [make.hndrt:211: userspace] Error 2
make[3]: Leaving directory '/home//asuswrt-merlin.ng/release/src-rt-5.02hnd'
make[2]: *** [make.hndrt:19: parallel_targets] Error 2
make[2]: Leaving directory '/home//asuswrt-merlin.ng/release/src-rt-5.02hnd'
make[1]: *** [Makefile:4292: bin] Error 2
make[1]: Leaving directory '/home//asuswrt-merlin.ng/release/src-rt-5.02hnd'
make: *** [Makefile:4437: rt-ac86u] Error 2
I'm having a problem with this compilation. 2/3 or more thru the build. Create directory yourself?
Me too. I tried creating the folder with permissions (sudo chmod -R a+wrx ..) and it works but then it fails on creating other folders .God knows how many folders you need to create... But if you run 'make' again after the fail , it somehow manages to complete the build.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!