Trent Hubbert
Occasional Visitor
RT-AX86S, Updated 386.5_2 to 386.7_beta1
Dirty upgrade, no issues.
Dirty upgrade, no issues.
I entered my v4 and v6 DNS servers on the dns filter page that is set to router and so far no issues what so ever. Using DNS over TLS. This beta seems solid.Things in particular need of testing in this release:
- DNSFilter and IPv6 support
Maybe you can ask them if they can compile without logging enabled next time.dhd logging is enabled at the time the driver is compiled. It's outside of my control.
Yes and also ask them to stop with the>Maybe you can ask them if they can compile without logging enabled next time.
Thanks!
I can't do itYes and also ask them to stop with the>
WLCEVENTD
But WHY !!!I can't do it
Agreed. Releasing a compiled blob to the public with diagnostic logging enabled is obnoxious and sloppy.Maybe you can ask them if they can compile without logging enabled next time.
Thanks!
It's perfectly okay in alpha / beta software but then it should be removed.Agreed. Releasing a compiled blob to the public with diagnostic logging enabled is obnoxious and sloppy.
LOL, that particular model the RT-AC86U is such a PITA with the updates NOT initiating properly...
I went to the following method & haven't had a problem since.
You need to change the variables in the top section, save the script & make it executable... of course.
It ALMOST makes it idiot-proof.
I'm glad for all of your successes. Yet it's possible there may be some different iterations of hardware within these routers. Slight "internal variations" are apparently why some of the AX86U Bricked while others did not.I have never had any issues updating either of my AC86U units. It may happen, but hasn’t in the last two years.
I'm glad for all of your successes. Yet it's possible there may be some different iterations of hardware within these routers. Slight "internal variations" are apparently why some of the AX86U Bricked while others did not.
That router has no SFP port, hence the message.GT-AX11000 dirty flash over Alpha 1 successfully. All seemed OK except that this line about SFP in the syslog, don't really understand what it means, hope it is nothing serious.....
Can't reproduce, so no idea why your router would have the same IP associated to multiple MACs. I can't see anything in the code that could cause this kind of behaviour. Are you using any custom script or repeater/AiMesh node?Same IP assignments in Guest #2 is still present in Beta1, it seems cosmetic as they are leased the right IP's according to Network map and the
It took them three weeks to get through building all the GPLs. I'm not asking for customized builds on top of that.Maybe you can ask them if they can compile without logging enabled next time.
They're not providing me release code, they're providing me development snapshots as I need to have the same codebase for all models.Agreed. Releasing a compiled blob to the public with diagnostic logging enabled is obnoxious and sloppy.
Yes and also ask them to stop with the>
WLCEVENTD
MavMAIN|>/jffs/scripts| cat killwlc.sh
#!/bin/sh
F_log() { printf '%s' "$1" | logger -t "killwlceventd[$$]" ; printf '%s\n' "$1" ;}
F_log "Killing wlceventd process if running..."
pidofwl=$(pidof wlceventd)
if [ -z $pidofwl ] ; then
F_log "Couldn't find wlceventd process running"
else
kill $pidofwl
F_log "Killed process $pidofwl wlceventd"
fi
Sorry, I'm not complaining was just a friendly question. I'm glad for what you doing.Seriously guys, this is complaining about something totally irrelevant.
Be glad I am able to get something that works.
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!