ASUS RT-N54U
ASUS RT-N54U
Availability: now
(Est.) release date: February 2015
Country of manuf.: China
Series: AC1200
Type: wireless router
FCC ID: MSQ-RTN54U
IC ID: 3568A-RTN54U
Power: 12 VDC, 1 A
Connector type: barrel
CPU1: MediaTek MT7620A (580 MHz)
FLA1: 16 MiB16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br /> (Brand? Model?)
RAM1: 128 MiB134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> (Brand? Model?)
Expansion IFs: USB 2.0
USB ports: 1
WI1 chip1: MediaTek MT7620A
WI1 802dot11 protocols: bgn
WI1 MIMO config: 2x2:2
WI1 antenna connector: U.FL, RP-SMA
WI2 chip1: MediaTek MT7612E
WI2 802dot11 protocols: an
WI2 MIMO config: 2x2:2
WI2 antenna connector: U.FL, RP-SMA
ETH chip1: MediaTek MT7620A
Switch: MediaTek MT7620A
LAN speed: 100M
LAN ports: 4
WAN speed: 100M
WAN ports: 1
abgn
Stock bootloader: U-Boot
Stock FW OS: Linux 3.0
Default SSID: ASUS (97 addl. devices)
, ASUS_5G (44 addl. devices)
Default IP address: 192.168.1.1
the IP 192.168.1.1 is used by 1317 additional devices
of which 168 are ASUS devices
Default login user: admin
Default login password: admin
admin:admin credentials used by 1332 additional devices
of which 200 are ASUS devices
802dot11 OUI: none specified
| FCC ID | |
|---|---|
| ASUS RT-AC1200HP | MSQ-RTN54U |
| ASUS RT-AC54U | MSQ-RTN54U |
For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.
Wireless-N600 Dual-Band USB Router
Specifications
- Product Segment: N600 (300+300 Mbps)
- Antenna: 2x external detachable antennas
- Operating Frequency: 2.4/5 GHz
- Power Supply: external adapter
- AC Input : 110~240V (50/60Hz)
- DC Output : 12V with max. 1A current
- Dimensions 189 x 129 x 36 mm (WxDxH)
Forum threads
- On iXBT forums (Padavan • (List), RTN posts)
- ASUS RT-AC54U = ASUS RT-N54U + 2T2R 802.11ac !!
RMerlin's Github
| • config • >> |
|---|
#ifdef RTCONFIG_RALINK
#include <ralink.h>
#include <flash_mtd.h>
#endif
#if defined(RTAC52U) || defined(RTAC51U)
|| defined(RTN65U) || defined(RTN56U)
|| defined(RTN54U) || defined(RTN14U)
|| defined(RTN11P)
switch(model) {
case MODEL_RTN11P: /* fall through */
case MODEL_RTN14U: /* fall through */
case MODEL_RTN54U: /* fall through */
case MODEL_RTAC51U: /* fall through */
case MODEL_RTAC52U:
nvram_unset("vlan3hwname");
if ((wans_cap && wanslan_cap) ||
(wanslan_cap && (!nvram_match("switch_wantag", "none")
&& !nvram_match("switch_wantag", ""))))
nvram_set("vlan3hwname", "et0");
break;
}
switch (model) {
case MODEL_RTN11P: /* fall through */
case MODEL_RTN14U: /* fall through */
case MODEL_RTN36U3: /* fall through */
case MODEL_RTN65U: /* fall through */
case MODEL_RTN54U:
case MODEL_RTAC51U: /* fall through */
case MODEL_RTAC52U: /* fall through */
merge_wan_port_into_lan_ports = 1;
break;
default:
merge_wan_port_into_lan_ports = 0;
}
|
See also