Decided I'd setup a sort of online diary about my user experience with the Asus RT-AC86U, a.k.a. Wireless-AC2900.
It has dual-core 1.8 GHz CPU, 512 MB RAM and for what I can tell, good throughput and good WiFi radios.
(If looking for a router in 2022, turns out there are better options for a better price. For example, the RT-AX68U appears to beat it, based on what I read in this forum.)
Unpacked it about 2 weeks ago, let it run with its stock firmware to make sure it's a healthy unit and flashed it to Asuswrt-Merlin (386.5_2).
I've already received a decent amount of help and advice from forum members on how to use it best. So I plan to collect some of the advice here (for my and other users' reference) and I'll also share my own.
This to ASUS R&D & Quality assurance:
1. Thermal design.
With the original factory design, several components inside continuously heat up to 50-90 C in normal room temperature of 25 C.
This is not good for the lifespan of:
- ICs (the silicon chips). These include the CPU, the radios and the voltage regulators (VRMs). They slowly fry inside.
- The solders on the PCB (the device's circuit board). The tiny, hair-thick solders are subjected to mechanical stress from the thermal expansion and contraction of the hot parts.
Every cool-heat-cool cycle brings them closer to breaking off.
- The other components inside, absorbing the heat.
This makes the unit prone to early failure and user frustration.
2. Read NVRAM bug
Scripts will occasionally hang while trying to read a value from the non-volatile RAM. One out of every several thousand instances of nvram get commands gets stuck, blocking the entire script. While it's difficult to predict when exactly the problem will appear, it is certain to appear and consistently reproducible with a test script.
Status of designing a workaround for this problem: temp solution available (using addon timeout command and an alternative with built-in functions).
Same problem is detected with the wl command.
Workarounds for users:
My experience with the RT-AC86U | Page 15 | SmallNetBuilder Forums (snbforums.com)
The code in the linked post can be saved into shell scripts, for example
Enable the wrappers by executing the scripts.
Disable by running:
There is a dependency on an Entware addon - timeout. For alternative version, check the thread.
3. Power supply.
The unit is powered by 19 V and this has to be stepped down inside to 5V by several VRMs. That's a lot of energy to dissipate and where does it go? More heat and more thermal stress.
Even with the 19 V supply, the USB 3 port isn't able to provide enough power for hungry USB 3 devices. I haven't measured it (I'll have to cut USB cables for that) but the same devices disconnecting on the AC86U worked fine even on a Raspberry Pi.
4. No safe shutdown.
As advertised, the unit comes pre-installed with features to add and share USB storage.
While there is a feature to unmount external drives (thanks for that), there is no router shutdown.
I'd say instead of the hard power switch on the back it would be much, much better for any attached media to have a soft power off. Else, there's considerable risk of data corruption and more user frustration.
It has dual-core 1.8 GHz CPU, 512 MB RAM and for what I can tell, good throughput and good WiFi radios.
(If looking for a router in 2022, turns out there are better options for a better price. For example, the RT-AX68U appears to beat it, based on what I read in this forum.)
Unpacked it about 2 weeks ago, let it run with its stock firmware to make sure it's a healthy unit and flashed it to Asuswrt-Merlin (386.5_2).
I've already received a decent amount of help and advice from forum members on how to use it best. So I plan to collect some of the advice here (for my and other users' reference) and I'll also share my own.
This to ASUS R&D & Quality assurance:
1. Thermal design.
With the original factory design, several components inside continuously heat up to 50-90 C in normal room temperature of 25 C.
This is not good for the lifespan of:
- ICs (the silicon chips). These include the CPU, the radios and the voltage regulators (VRMs). They slowly fry inside.
- The solders on the PCB (the device's circuit board). The tiny, hair-thick solders are subjected to mechanical stress from the thermal expansion and contraction of the hot parts.
Every cool-heat-cool cycle brings them closer to breaking off.
- The other components inside, absorbing the heat.
This makes the unit prone to early failure and user frustration.
2. Read NVRAM bug
Scripts will occasionally hang while trying to read a value from the non-volatile RAM. One out of every several thousand instances of nvram get commands gets stuck, blocking the entire script. While it's difficult to predict when exactly the problem will appear, it is certain to appear and consistently reproducible with a test script.
Status of designing a workaround for this problem: temp solution available (using addon timeout command and an alternative with built-in functions).
Same problem is detected with the wl command.
Workarounds for users:
My experience with the RT-AC86U | Page 15 | SmallNetBuilder Forums (snbforums.com)
The code in the linked post can be saved into shell scripts, for example
nvram.sh
and wl.sh
.Enable the wrappers by executing the scripts.
Disable by running:
umount /bin/nvram
- to deactivate nvram
wrapperumount /usr/sbin/wl
- to deactivate wl
wrapperThere is a dependency on an Entware addon - timeout. For alternative version, check the thread.
3. Power supply.
The unit is powered by 19 V and this has to be stepped down inside to 5V by several VRMs. That's a lot of energy to dissipate and where does it go? More heat and more thermal stress.
Even with the 19 V supply, the USB 3 port isn't able to provide enough power for hungry USB 3 devices. I haven't measured it (I'll have to cut USB cables for that) but the same devices disconnecting on the AC86U worked fine even on a Raspberry Pi.
4. No safe shutdown.
As advertised, the unit comes pre-installed with features to add and share USB storage.
While there is a feature to unmount external drives (thanks for that), there is no router shutdown.
I'd say instead of the hard power switch on the back it would be much, much better for any attached media to have a soft power off. Else, there's considerable risk of data corruption and more user frustration.
Last edited: