Database changes have finished applying - please report any issues you're (still) seeing to support@shoutwiki.com.

Netgear AC1450

From TechInfoDepot
Jump to navigationJump to search
abgn+ac (AC1450)
AC1450 Smart WiFi Router
Netgear AC1450.png
Homepage Product page
Support Support page
Wikipedia Netgear
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Status Unknown
Tomato any flavor Status Unknown
Gargoyle Status Unknown
Platform
BrandModelRev Netgear AC1450 v1
FCC ID PY313200227
IC ID 4054A-13200227
Board ID U12H240T99
Type wireless router
CPU1 checkY Broadcom BCM4708A0
CPU1 Type ARM Cortex-A9
CPU1 Speed 800 MHz ( 2 cores )
Flash1 Chip Samsung K9F1G08U0D-SCB0
Flash1 Size 128 MiB134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br />
RAM1 Size 256 MiB268,435,456 B <br />2,097,152 Kib <br />262,144 KiB <br />2,048 Mib <br />0.25 GiB <br />
RAM1 Chip Samsung K4B1G1646G-BCH9 x 2
ETH chip1 Broadcom BCM4708A0
Switch Broadcom BCM4708A0
Ethernet Port Count 1-1GbE-WAN
4-1GbE-LAN
Wired Standard IEEE 802.3i/3u/3ab

802dot11 OUI: 04:A1:51 (3 E, 3 W)
Ethernet OUI: 04:A1:51 (3 E, 3 W)

Stock bootloader CFE
Stock FW OS Linux 2.6.22
Expansion IF types USB 3.0, USB 2.0
USB ports 2
USB Hub Compatible Untested
Power 12 VDC, 2.5 A
Connector type barrel
Serial Port (UART) yes, 4-pin header

Additional chips
2.4GHz Power Amplifier IC;Skyworks;SE2528L;SiGe, 2528L, 215DC;3;
5GHz Power Amplifier IC;Skyworks;SE5003L1;5003L1, 218BN, 1219 MY;3;

Other

Default IP address: 192.168.1.1
the IP 192.168.1.1 is used by 1335 additional devices
of which 111 are Netgear devices
Default login user: admin
Default login password: password
admin:password credentials used by 426 additional devices
of which 306 are Netgear devices

Manuf/OEM/ODM Foxconn U12H240 T99
3rd Party Firmware Support DD-WRT • (List)
, Tomato (Shibby) • (List | DLs)
Retail
Availability common
FCC approval date 26 March 2013
(Est.) release date 28 June 2013
UPC 606449096538
(UPC DB, On eBay)
ASIN B00DR7EG0I Flag of the United States.svg
Country of manuf China
Radio 1
Chip1 Broadcom BCM4360
Wireless interface OUI 04:A1:51
Antenna Connector Type U.FL
MIMO status 3x3:3
Wireless Standard IEEE 802.11a/n/ac
802.11ac up to 975 Mbps
802.11n up to 450 Mbps
802.11a up to 54 Mbps
WiFi Operating Frequency 5 GHz
Radio cor_rev 40
Radio 2
Chip1 Broadcom BCM4331
Wireless interface OUI 04:A1:51
Antenna Connector Type U.FL
MIMO status 3x3: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 cor_rev 29
 FCC ID
Netgear R6300 v2PY313200227

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

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

975 Mbps - 3SS 5Ghz 802.11ac (64-QAM, 80MHz wide channel),
450 Mbps - 3SS 2.4Ghz 802.11n (64-QAM, 40MHz wide channel) = AC1450 class

Overview

Specifications

Information, per Netgear's product page, follows...

  • Netgear specifies the processor in this device as being
dual-core and clocked at 800MHz.
  • The 11ac radio is limited to a maximum 975Mbps PHY rate..
  • The device has two USB ports (1x USB 3.0, 1x USB 2.0).
  • The device has Tx Beamforming support.

The FCC photos for this device show space for a single RAM chip..

which is a Samsung K4B1G1646G (128MB) in those photos.
However, Netgear's datasheet for the device notes
the device as having 256MB of RAM..

The Netgear AC1450 hardware is identical to the Netgear R6300 v2.

It is possible to convert this model to a R6300 v2 with a little effort.

Links of Interest

Firmware Development

Testers with de-bricking knowledge needed for Tomato builds contact

JTAG-Serial Info

Serial

GPIO

/* GPIO definitions */
#define GPIO_POWER_LED_GREEN        2
#define GPIO_POWER_LED_GREEN_STR    "2"
#define GPIO_POWER_LED_AMBER        3
#define GPIO_POWER_LED_AMBER_STR    "3"

#define GPIO_LOGO_LED_1             1
#define GPIO_LOGO_LED_1_STR         "1"
#define GPIO_LOGO_LED_2             9
#define GPIO_LOGO_LED_2_STR         "9"

#define GPIO_WAN_LED                10
#if (defined AC1450)
#define GPIO_WIFI_5G_LED            11
#else
#define GPIO_WIFI_2G_LED            9
#define GPIO_WIFI_5G_LED            11

/* Interface definitions */
#define WAN_IF_NAME_NUM             "eth0"
#define LAN_IF_NAME_NUM             "vlan1"
#define WLAN_IF_NAME_NUM            "eth1"
#define WLAN_N_IF_NAME_NUM          "eth2"
#define WDS_IF_NAME_NUM             "wds0.1"  /* WDS */