Differences

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

toh:linksys:wrt160nl [2012/09/29 18:22]
freier.radikaler
toh:linksys:wrt160nl [2013/01/25 16:30] (current)
gameboyrmh
Line 21: Line 21:
==== Using ready build ==== ==== Using ready build ====
-You can download [[http://downloads.openwrt.org/backfire/10.03/ar71xx/|10.03]] build called openwrt-ar71xx-wrt160nl-squashfs.bin.+You can download [[http://downloads.openwrt.org/backfire/10.03.1/ar71xx/|10.03.1]] build called openwrt-ar71xx-wrt160nl-squashfs-factory.bin.
After using it you will have to install **kmod-ath9k** to [[doc:uci/wireless|get WiFi working]]... After using it you will have to install **kmod-ath9k** to [[doc:uci/wireless|get WiFi working]]...
Line 89: Line 89:
===== unbricking via tftp ===== ===== unbricking via tftp =====
This step has helped me to unbrick the router http://wiki.openwrt.org/doc/howto/generic.flashing.tftp#linuxbsd . This step has helped me to unbrick the router http://wiki.openwrt.org/doc/howto/generic.flashing.tftp#linuxbsd .
-Basically I used the netkit's tftp procedure. +You can try something like this (from a GNU/Linux computer):
<code> <code>
-tftp 192.168.1.1 +1. Turn off the power to the router and leave it off until the final step. 
-binary +2. Make sure your computer has a static IP address from 192.168.1.x (eg. 192.168.1.4) 
-rexmt 1 +3. Make sure the ethernet cable is plugged into one of router's LAN ports and the other end into computer's ethernet port 
-timeout 60 +3. cd to the folder where you have the image 
-trace +4. change the name of the new firmware to code.bin , then type : 
-Packet tracing on+5. echo -e &quot;binary\nrexmt 1\ntimeout 60\ntrace\nput code.bin\n" | tftp 192.168.1.1 
-tftp&gt; put openwrt-xxx-x.x-xxx.bin+6. plug the power into the router, it should flash.
</code> </code>
Line 121: Line 120:
wget ... wget ...
mtd -r write /tmp/openwrt-ar71xx-wrt160nl-squashfs.bin firmware mtd -r write /tmp/openwrt-ar71xx-wrt160nl-squashfs.bin firmware
 +</code>
 +
 +===== Migrate from DD-WRT to OpenWrt =====
 +
 +<code>
 +cd /tmp
 +wget ...
 +mtd -r write /tmp/openwrt-ar71xx-wrt160nl-squashfs-factory.bin linux
</code> </code>

Back to top

toh/linksys/wrt160nl.1348935731.txt.bz2 · Last modified: 2012/09/29 18:22 by freier.radikaler