Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:asus:rt-n16 [2020/12/15 10:29] – [Тюнинг] deechtoh:asus:rt-n16 [2021/04/07 15:56] – ↷ Links adapted because of a move operation tmomas
Line 48: Line 48:
  this is how i installed it from ddwrt ssh session:  this is how i installed it from ddwrt ssh session:
  
-|''cat /proc/mtd''|+<code> 
 +cat /proc/mtd 
 +cd /tmp
  
-|''cd /tmp+# Choose the version of OpenWRT you need. Below is an example:
 wget https://downloads.openwrt.org/chaos_calmer/15.05/brcm47xx/mips74k/openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx wget https://downloads.openwrt.org/chaos_calmer/15.05/brcm47xx/mips74k/openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx
-mtd -r write openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx linux''|+mtd -r write openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx linux 
 +</code>
  
  after router reboots, you should be able to telnet to 192.168.1.1 and go from there.  after router reboots, you should be able to telnet to 192.168.1.1 and go from there.
Line 75: Line 78:
 ==== OEM easy installation ==== ==== OEM easy installation ====
 Note that (at least for some versions of the Asus firmware) the generic OpenWrt builds are not accepted by the ASUS web interface. Hence, there is a need for a special build for initial flashing, but it is not available yet. Until then, you can either use the methods below, or use the [[http://www.dd-wrt.com/wiki/index.php/Asus_RT-N16|DD-WRT]] file for initial flashing and then flash OpenWrt through the DD-WRT web interface. Note that (at least for some versions of the Asus firmware) the generic OpenWrt builds are not accepted by the ASUS web interface. Hence, there is a need for a special build for initial flashing, but it is not available yet. Until then, you can either use the methods below, or use the [[http://www.dd-wrt.com/wiki/index.php/Asus_RT-N16|DD-WRT]] file for initial flashing and then flash OpenWrt through the DD-WRT web interface.
-The page at [[wl500gp]] has detailed backup, flash, & recovery information which should largely apply to the RT-N16 as well.+The page at [[wl-500gp]] has detailed backup, flash, & recovery information which should largely apply to the RT-N16 as well.
  
 ==== OEM installation using the TFTP method ==== ==== OEM installation using the TFTP method ====
Line 126: Line 129:
 |''Set-NetIPInterface –InterfaceAlias "Local Area Connection" -DHCP Enabled''| |''Set-NetIPInterface –InterfaceAlias "Local Area Connection" -DHCP Enabled''|
  
-Connect to ''%%http://openwrt.lan%%'' and proceed with the basic configuration.  +Connect to LuCI and proceed with the basic configuration. 
  
  
  • Last modified: 2024/03/14 10:35
  • by dark_shadow