ASUS RT-AC65P

From TechInfoDepot
Jump to navigationJump to search
multiple revisions of this device, use caution
abgn+ac (AC1750)
Wireless-AC1750 Dual Band Gaming Router
Homepage Product page
Wikipedia Asus routers
WikiDevi.wi-cat.ru ASUS RT-AC65P
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev ASUS RT-AC65P
Serial number prefix 90IG0560-MO3G10
FCC ID MSQ-RTACHV00
Type wireless router
CPU1 checkY MediaTek MT7621AT
CPU1 Type MIPS 1004Kc
CPU1 Speed 880 MHz ( 2 cores ) 16-bit
Flash1 Chip Macronix MX30LF1G18AC-TI
Flash1 Size 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br />
RAM1 Size 256 MiB 268,435,456 B <br />2,097,152 Kib <br />262,144 KiB <br />2,048 Mib <br />0.25 GiB <br />
RAM1 Chip Winbond W632GG6KB-15
ETH chip1 MediaTek MT7621AT
Switch MediaTek MT7621AT
Ethernet Port Count 1-1GbE-WAN
4-1GbE-LAN
Wired Standard IEEE 802.3i/3u/3ab

802dot11 OUI: none specified

Stock bootloader U-Boot UBI Dual
Stock FW OS Linux 3.14
Expansion IF types USB 3.1 (Gen 1)
USB ports 1
USB Hub Compatible Untested
Power 12 VDC, 2.5 A
Connector type barrel
Serial Port (UART) yes, 4-pad header, 3.3V TTL, (57600 8N1)

Flags:
nqam, 256QAM, MU-MIMO, DFS

Other

Default SSID: ASUS_XX_2G (19 addl. devices)
, ASUS_XX_5G (18 addl. devices)
Default IP address: 192.168.1.1
the IP 192.168.1.1 is used by 1359 additional devices
of which 175 are ASUS devices
Default login user: admin
Default login password: admin
admin:admin credentials used by 1358 additional devices
of which 209 are ASUS devices

3rd Party Firmware Support OpenWrt • (List | Dev | DLs)
, Padavan (WiP) • (List)
Retail
Availability End of Life
End of Life date 2023
FCC approval date 04 December 2018
EAN 4718017241977
(UPC DB, On eBay)
192876241974
(UPC DB, On eBay)
ASIN B07NW64C4M
Country of manuf China
Radio 1
Chip1 MediaTek MT7615S
Wireless interface OUI none specified
Antenna Connector Type U.FL
MIMO status 4x4:3
Wireless Standard IEEE 802.11b/g/n
802.11n up to 450 Mbps
802.11g up to 54 Mbps
802.11b up to 11 Mbps
WiFi Operating Frequency 2.4 GHz
Radio 2
Chip1 MediaTek MT7615B
Wireless interface OUI none specified
Antenna Connector Type U.FL
MIMO status 4x4:3
Wireless Standard IEEE 802.11a/n/ac
802.11ac up to 1300 Mbps
802.11n up to 300 Mbps
802.11a up to 54 Mbps
WiFi Operating Frequency 5 GHz
 FCC ID
ASUS RT-AC1750UMSQ-RTACHV00
ASUS RT-AC2400MSQ-RTACHV00
ASUS RT-AC85PMSQ-RTACHV00
ASUS RT-ACRH26MSQ-RTACHV00
 CPU1 brandRadio1 chip1 brandRadio2 chip1 brand
ASUS RT-AC65MediaTekMediaTekMediaTek
ASUS RT-AC65PMediaTekMediaTekMediaTek
ASUS RT-AC65UMediaTekMediaTekMediaTek

For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.

For a list of all currently documented ASUS devices with specifications, see ASUS.

450 Mbps - 3SS 2.4GHz 802.11n (40MHz chan.),
1300 Mbps - 3SS 5GHz 802.11ac (80MHz chan.) = AC1750 class

Flashing

Flashing OpenWrt

Target: ramips
Subtarget: mt7621
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 21.02.0
Current supported version: 24.10.5
LAN Hardware: MediaTek MT7621AT
WLAN Hardware: 2x MediaTek MT7615N
WLAN Comment: 4x4:3 MIMO on both bands
Installation method(s):
see git-commit
Comment:
Identical hardware as RT-AC85P, see git commit
git • >>
ramips: add support for Asus RT-AC65P
The Asus RT-AC65P router is identical with the RT-AC85P, but better to make separate images for it.

On both routers the installation can be done also via SSH:

Note: The user/password for SSH is identical with the one used in the
Web-interface.

1. Complete the initial setup wizard.
2. Activate SSH under "Administration" -> "System".
3. Transfer the OpenWrt factory image via scp:
 > scp openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin admin@192.168.50.1:/tmp
4. Connect via SSH to the router.
 > ssh admin@192.168.50.1
5. Write the OpenWrt image to flash.
 > mtd-write -i
/tmp/openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin -d linux
6. Reboot the router
 > reboot

Changelog:

v3: removed [] from filename, rebased to latest master
v2: Rebased to latest master
v1: Initial release

Signed-off-by: Gabor Varga

See also