Differences

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

toh:linksys:wrt160nl [2012/07/29 10:39]
orca
toh:linksys:wrt160nl [2013/01/25 16:30] (current)
gameboyrmh
Line 6: Line 6:
^ Version/Model ^ S/N ^ OpenWrt Version Supported ^ Model Specific Notes ^ ^ Version/Model ^ S/N ^ OpenWrt Version Supported ^ Model Specific Notes ^
| v1 | CUR01 |  Kamikaze trunk r17250 & later | WORK IN PROGRESS | | v1 | CUR01 |  Kamikaze trunk r17250 & later | WORK IN PROGRESS |
 +| v6 | CUR06 | Backfire trunk r33556 & later | WORKS |
===== Hardware Highlights ===== ===== Hardware Highlights =====
Line 20: 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 29: Line 30:
...and to add [[doc:uci/wireless/encryption#atheros.and.generic.mac80211.wifi|wpa encryption]] if you plan to use it. ...and to add [[doc:uci/wireless/encryption#atheros.and.generic.mac80211.wifi|wpa encryption]] if you plan to use it.
 +
 +Warning: If have some of those models, that belong to version 'CUR06', the 10.03 and 10.03.1 release of backfire WILL NOT work (kernel panic!), because of the newer u-Boot version (1.6.1). There were some changes of the memory layout. To get it working you must use the image from backfire trunk release by now!
==== Building OpenWrt yourself ==== ==== Building OpenWrt yourself ====
Line 71: Line 74:
<code> <code>
ar7100 > go ar7100 > go
 +</code>
 +
 +----
 +
 +Hint: The special "linksys-tftp" client that can be found in portage of Gentoo Linux seems not to work. Please use atftp if you're using Gentoo Linux or some other distribution that is based on portage:
 +
 +<code>
 +root@host ~ $ atftp
 +> mode octet
 +> connect 192.168.1.1 69
 +> put code.bin
 +</code>
 +
 +===== unbricking via tftp =====
 +This step has helped me to unbrick the router http://wiki.openwrt.org/doc/howto/generic.flashing.tftp#linuxbsd .
 +You can try something like this (from a GNU/Linux computer):
 +<code>
 +1. Turn off the power to the router and leave it off until the final step.
 +2. Make sure your computer has a static IP address from 192.168.1.x (eg. 192.168.1.4)
 +3. Make sure the ethernet cable is plugged into one of router's LAN ports and the other end into computer's ethernet port
 +3. cd to the folder where you have the image
 +4. change the name of the new firmware to code.bin , then type :
 +5. echo -e "binary\nrexmt 1\ntimeout 60\ntrace\nput code.bin\n" | tftp 192.168.1.1
 +6. plug the power into the router, it should flash.
</code> </code>
Line 77: Line 104:
==== Sysupgrade ==== ==== Sysupgrade ====
-In trunk changeset 17202 sysupgrade got enabled for the WRT160NL.+In trunk changeset 17202 sysupgrade got enabled for the WRT160NL. (There remains some question that this will JustWork. See ticket [[https://dev.openwrt.org/ticket/8960|#8960]] for details)
<code> <code>
Line 93: 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.1343551165.txt.bz2 · Last modified: 2012/07/29 10:39 by orca