Asus RT-N16

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:37, 18 February 2010 (edit)
Alvin (Talk | contribs)
m (Current Known Issues and other Notes:)
← Previous diff
Revision as of 23:05, 3 March 2010 (edit) (undo)
Ddggttff3 (Talk | contribs)

Next diff →
Line 69: Line 69:
* On this router reset button will only bring you to recovery mode. If you wish to restore defaults, use wps button while plugging power in. [http://www.dd-wrt.com/phpBB2/viewtopic.php?p=388920#388920 Post By Eko] * On this router reset button will only bring you to recovery mode. If you wish to restore defaults, use wps button while plugging power in. [http://www.dd-wrt.com/phpBB2/viewtopic.php?p=388920#388920 Post By Eko]
-=== Option - overclock ===+== Other: ==
 + 
 +'''Overclocking'''
By factory default the cpu is clocked at 480Mhz and the Ram at 240Mhz. Overclocking at CPU 532Mhz / Ram 266MHz can be achieved with these commands: By factory default the cpu is clocked at 480Mhz and the Ram at 240Mhz. Overclocking at CPU 532Mhz / Ram 266MHz can be achieved with these commands:
Line 80: Line 82:
Note: See also [[Overclocking_BCM_47xx_CPU's]] for more info. Note: See also [[Overclocking_BCM_47xx_CPU's]] for more info.
-=== Option - swap on - manual UPnP fix ===+'''UPnP fix with swap on'''
If using SVN13450 (Eko Big) which still has swap enable option, you can manually enable UPnP with these commands in your start-up script: If using SVN13450 (Eko Big) which still has swap enable option, you can manually enable UPnP with these commands in your start-up script:
nvram set wan0_primary=1 nvram set wan0_primary=1
nvram commit nvram commit
-== Other: ==+'''Recovery Mode'''
- +
This router does have a recovery mode if ever needed for flashing, and to access it, press the reset button, then plug in power, and tftp the firmware you want to flash. Dont forget to do a Factory Reset in the GUI before and after every flash to make sure you dont have any nvram problems or conflicts. This router does have a recovery mode if ever needed for flashing, and to access it, press the reset button, then plug in power, and tftp the firmware you want to flash. Dont forget to do a Factory Reset in the GUI before and after every flash to make sure you dont have any nvram problems or conflicts.
Special thanks to Eko for making this possible! Special thanks to Eko for making this possible!

Revision as of 23:05, 3 March 2010

Contents

ASUS RT-N16

Image:Rt_n16_209.jpg

Specs:

Stock Power Supply = 12V - 1,25A max

Ethernet Ports = WAN x 1 RJ-45 for 10/100/1000 Base T, LAN x 4 RJ-45 for 10/100/1000 Base T

Antennas = 3 x external detachable antennas

USB ports = USB2.0 x 2

WiFi Operating Frequency = 2.4GHz ~ 2.5GHz

802.11n Draft = up to 300Mbps

802.11g = 6, 9, 12, 18, 24, 36, 48, 54Mbps

802.11b = 1, 2, 5.5, 11Mbps

Unit RAM = 128 MB (2x 64Mb - Samsung K4N511163QZ-HC25)

Unit Flash = 32 Mb (MACRONIX MX29GL256EHTI2I-90Q)

Unit CPU = Broadcom4718A, 533 MHz (Factory clocked to 480MHz)

Unit Switch Chip = Broadcom BCM53115SKFBG

Color of LEDs = Blue

Installation:

1. Do a factory reset in the GUI. Let the router reboot.

2. Download the firmware located here: dd-wrt.v24-13491 NEWD-2 K2.6 mini RT-N16.trx

4. Flash the downloaded firmware file through the router's GUI at http://192.168.1.1/

3. After flashed, wait for the device to show the password change screen for DD-WRT.

4. Do a Factory Reset to clear the NVRAM.

5. (Optionally) Download and flash a better firmware (e.g., The latest eko BIG build), remembering to do a Factory Reset afterwards to clear the NVRAM.

6. Enjoy DD-WRT on the RT-N16!

7. Think about donating to DD-WRT.

Uninstallation: - If you ever choose to do so

1. Download the latest ASUS firmware from asus's site.

2. Rename the asus file from .trx to .bin

3. go into the DD-WRT firmware upgrade page, set it to reset defaults, and select the ASUS firmware you renamed.

4. After the flash finishes, and you see the ASUS GUI, do a Factory Reset to clear the NVRAM.

5. Try to enjoy ASUS's firmware, and keep missing DD-WRT. (you can just flash back to dd-wrt if you ever want)

Current Known Issues and other Notes:

  • UPNP is currently not working for the RT-N16, so for now leave the feature disabled unless you want a full CPU Load. Fixed with SVN trac Changeset #13527
  • Access Restriction with MAC-Filter doesn't work on Asus RT-N16. trac Ticket #1319(as of 12/18/09)
  • On this router reset button will only bring you to recovery mode. If you wish to restore defaults, use wps button while plugging power in. Post By Eko

Other:

Overclocking By factory default the cpu is clocked at 480Mhz and the Ram at 240Mhz. Overclocking at CPU 532Mhz / Ram 266MHz can be achieved with these commands:

nvram set clkfreq=532,266
nvram commit
reboot

Note: some users have had overheating issues, so adding a fan may be a good idea if you want to try the overclocking.
Note: other instability issues may also arise from overclocking. Overclocking is NOT a good idea.
Note: See also Overclocking_BCM_47xx_CPU's for more info.

UPnP fix with swap on If using SVN13450 (Eko Big) which still has swap enable option, you can manually enable UPnP with these commands in your start-up script:

nvram set wan0_primary=1
nvram commit

Recovery Mode This router does have a recovery mode if ever needed for flashing, and to access it, press the reset button, then plug in power, and tftp the firmware you want to flash. Dont forget to do a Factory Reset in the GUI before and after every flash to make sure you dont have any nvram problems or conflicts.

Special thanks to Eko for making this possible!