TP-LINK TL-WR841ND - Revision history http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&action=history Revision history for this page on the wiki en MediaWiki 1.10.1 Fri, 29 Mar 2024 09:39:43 GMT Ian5142: Added link to Where do I download firmware. http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53621&oldid=prev <p>Added link to Where do I download firmware.</p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 03:25, 25 February 2018</td> </tr> <tr><td colspan="2" align="left"><strong>Line 52:</strong></td> <td colspan="2" align="left"><strong>Line 52:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">==Flashing an alternate firmware from TFTP==</td><td> </td><td style="background: #eee; font-size: smaller;">==Flashing an alternate firmware from TFTP==</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">First setup a TFTP server which is serving the firmware file. (Only flash &quot;factory-to-&quot;ddwrt/openwrt files)</td><td>+</td><td style="background: #cfc; font-size: smaller;">First setup a TFTP server which is serving the firmware file. (Only flash &quot;factory-to-&quot;ddwrt/openwrt files)<ins style="color: red; font-weight: bold; text-decoration: none;">. See [[Index:FAQ#Where_do_I_download_firmware.3F|Where do I download firmware?]] for links.</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Then we have to setup the network settings. </td><td> </td><td style="background: #eee; font-size: smaller;">Then we have to setup the network settings. </td></tr> </table> Sun, 25 Feb 2018 03:25:49 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142: Edited script http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53376&oldid=prev <p>Edited script</p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 00:53, 17 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 12:</strong></td> <td colspan="2" align="left"><strong>Line 12:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">instance=`ps | grep [c]ustom.sh | awk '{print $1}' | wc -l`</td><td> </td><td style="background: #eee; font-size: smaller;">instance=`ps | grep [c]ustom.sh | awk '{print $1}' | wc -l`</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">instanceps=`ps | grep [c]ustom.sh | awk '{print $1}' | head -1`</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">while [ &quot;$instance&quot; -gt &quot;2&quot; ]; do</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"> kill -9 &quot;$instanceps&quot;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"> sleep 2</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"> instance=`ps | grep [c]ustom.sh | awk '{print $1}' | wc -l`</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"> instanceps=`ps | grep [c]ustom.sh | awk '{print $1}' | head -1`</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">done</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">while true; do</td><td> </td><td style="background: #eee; font-size: smaller;">while true; do</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">sleep 10</td><td> </td><td style="background: #eee; font-size: smaller;">sleep 10</td></tr> </table> Sun, 17 Dec 2017 00:53:04 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142 at 14:48, 13 December 2017 http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53367&oldid=prev <p></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:48, 13 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">{{Languages|TP-LINK TL-WR841ND}}</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">==Hardware==</td><td> </td><td style="background: #eee; font-size: smaller;">==Hardware==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">See the OpenWRT wiki for hardware and recovery: https://wiki.openwrt.org/toh/tp-link/tl-wr841nd</td><td> </td><td style="background: #eee; font-size: smaller;">See the OpenWRT wiki for hardware and recovery: https://wiki.openwrt.org/toh/tp-link/tl-wr841nd</td></tr> </table> Wed, 13 Dec 2017 14:48:44 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142: /* Hardware */ http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53366&oldid=prev <p><span class="autocomment">Hardware</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:47, 13 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">==Hardware==</td><td> </td><td style="background: #eee; font-size: smaller;">==Hardware==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">See the OpenWRT wiki for hardware and recovery: https://wiki.openwrt.org/toh/tp-link/tl-wr841nd</td><td> </td><td style="background: #eee; font-size: smaller;">See the OpenWRT wiki for hardware and recovery: https://wiki.openwrt.org/toh/tp-link/tl-wr841nd</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Note: TP-Link TL-WR840N is similar to the 841ND.</td><td> </td><td style="background: #eee; font-size: smaller;">Note: TP-Link TL-WR840N is similar to the 841ND.</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">Note: V13 is marvell based and is not currently supported.</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">==Wifi Switch toggle script==</td><td> </td><td style="background: #eee; font-size: smaller;">==Wifi Switch toggle script==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Taken from here: https://www.dd-wrt.com/phpBB2/viewtopic.php?t=312744</td><td> </td><td style="background: #eee; font-size: smaller;">Taken from here: https://www.dd-wrt.com/phpBB2/viewtopic.php?t=312744</td></tr> </table> Wed, 13 Dec 2017 14:47:58 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142: /* Flashing an alternate firmware from TFTP */ http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53365&oldid=prev <p><span class="autocomment">Flashing an alternate firmware from TFTP</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:47, 13 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 65:</strong></td> <td colspan="2" align="left"><strong>Line 65:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">ar7240&gt; bootm 0x9f020000''</td><td> </td><td style="background: #eee; font-size: smaller;">ar7240&gt; bootm 0x9f020000''</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">.</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">More instructions can be found on the OpenWRT link: https://wiki</ins>.<ins style="color: red; font-weight: bold; text-decoration: none;">openwrt.org/toh/tp-link/tl-wr841nd#tftp_installrecovery_via_serial</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">===Hardware Hacks<del style="color: red; font-weight: bold; text-decoration: none;">=</del>==</td><td>+</td><td style="background: #cfc; font-size: smaller;">=<ins style="color: red; font-weight: bold; text-decoration: none;">=Recovery==</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">See this OpenWRT Section for recovery of v8 and greater: https://wiki.openwrt.org/toh/tp-link/tl-wr841nd#tftp_recovery_via_bootloader_for_v8_v9_v10_v11_v12</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">==Hardware Hacks==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">I already managed to solder an USB Hub on that router, with an 7805 as power supply.</td><td> </td><td style="background: #eee; font-size: smaller;">I already managed to solder an USB Hub on that router, with an 7805 as power supply.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> </table> Wed, 13 Dec 2017 14:47:02 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142: /* Hardware */ http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53364&oldid=prev <p><span class="autocomment">Hardware</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:21, 13 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">==Hardware==</td><td> </td><td style="background: #eee; font-size: smaller;">==Hardware==</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">==<del style="color: red; font-weight: bold; text-decoration: none;">=V7.1</del>===</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">See the OpenWRT wiki for hardware and recovery: https://wiki.openwrt.org/toh/tp-link/tl-wr841nd</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">Note: TP-Link TL-WR840N is similar to the 841ND.</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">==<ins style="color: red; font-weight: bold; text-decoration: none;">Wifi Switch toggle script</ins>==</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">Taken from here: https://www.dd-wrt.com/phpBB2/viewtopic.php?t</ins>=<ins style="color: red; font-weight: bold; text-decoration: none;">312744</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">&lt;pre&gt;#!/bin/sh</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[[<del style="color: red; font-weight: bold; text-decoration: none;">Image:Tlwr841nvers71serial</del>.<del style="color: red; font-weight: bold; text-decoration: none;">png</del>]]</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">instance=`ps | grep </ins>[<ins style="color: red; font-weight: bold; text-decoration: none;">c]ustom.sh | awk '{print $1}' | wc -l`</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">while true; do</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">sleep 10</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">gpio16=`cat /proc/gpio/16_in`</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">wstatus=`iw ath0 info | grep ssid`</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">&#160;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">if </ins>[ <ins style="color: red; font-weight: bold; text-decoration: none;">&quot;$gpio16&quot; -ne &quot;0&quot; ] &amp;&amp; [ -z &quot;$wstatus&quot; ]; then</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> ifconfig ath0 up</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> sleep 5</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> hostapd -B -P /var/run/ath0_hostapd</ins>.<ins style="color: red; font-weight: bold; text-decoration: none;">pid /tmp/ath0_hostap.conf</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> sleep 20</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> wstatus=`iw ath0 info | grep ssid`</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> if [ -z &quot;$wstatus&quot; </ins>]<ins style="color: red; font-weight: bold; text-decoration: none;">; then</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> ifconfig ath0 down</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> sleep 5</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> kill -9 `ps | grep [h]ostapd | head -1 | awk '{print $1}'`</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> fi</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">fi</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">if [ &quot;$gpio16&quot; -eq &quot;0&quot; ] &amp;&amp; [ -n &quot;$wstatus&quot; ]; then</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> ifconfig ath0 down</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> sleep 5</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> kill -9 `ps | grep [h</ins>]<ins style="color: red; font-weight: bold; text-decoration: none;">ostapd | head -1 | awk '{print $1}'`</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">fi</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">done &lt;/pre&gt;</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">==Hacking==</td><td> </td><td style="background: #eee; font-size: smaller;">==Hacking==</td></tr> </table> Wed, 13 Dec 2017 14:21:12 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142: /* Hardware */ http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53363&oldid=prev <p><span class="autocomment">Hardware</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:17, 13 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">=Hardware=</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>=Hardware<ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>=</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">==V7.1==</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>==V7.1<ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">[[Image:Tlwr841nvers71serial.png]]</td><td> </td><td style="background: #eee; font-size: smaller;">[[Image:Tlwr841nvers71serial.png]]</td></tr> </table> Wed, 13 Dec 2017 14:17:08 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142: /* V7.1 */ http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53362&oldid=prev <p><span class="autocomment">V7.1</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:16, 13 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">=Hardware=</td><td> </td><td style="background: #eee; font-size: smaller;">=Hardware=</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">==V7.1==</td><td> </td><td style="background: #eee; font-size: smaller;">==V7.1==</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">* Atheros AR7241 @ 400Mhz</del></td><td>+</td><td style="background: #cfc; font-size: smaller;">&#160;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">* Atheros AR9287 wifi circuit</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">* Spansion FL032PIF 32Mbit (4Mb) Flash</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">* Zentel A3S56D40FTP -G5 (32Mb) Ram</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">[[Image:Tlwr841nvers71serial.png]]</td><td> </td><td style="background: #eee; font-size: smaller;">[[Image:Tlwr841nvers71serial.png]]</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> </table> Wed, 13 Dec 2017 14:16:46 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Ian5142: /* Hacking */ http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=53361&oldid=prev <p><span class="autocomment">Hacking</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:15, 13 December 2017</td> </tr> <tr><td colspan="2" align="left"><strong>Line 7:</strong></td> <td colspan="2" align="left"><strong>Line 7:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">[[Image:Tlwr841nvers71serial.png]]</td><td> </td><td style="background: #eee; font-size: smaller;">[[Image:Tlwr841nvers71serial.png]]</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">=Hacking=</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>=Hacking<ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>=</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">==Serial Port==</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>==Serial Port<ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">In the pictures above there are schematics for soldering an Serial port.</td><td> </td><td style="background: #eee; font-size: smaller;">In the pictures above there are schematics for soldering an Serial port.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">The serial runs at 115200 8N1. </td><td> </td><td style="background: #eee; font-size: smaller;">The serial runs at 115200 8N1. </td></tr> <tr><td colspan="2" align="left"><strong>Line 43:</strong></td> <td colspan="2" align="left"><strong>Line 43:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">.</td><td> </td><td style="background: #eee; font-size: smaller;">.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">==Hardware Hacks==</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>==Hardware Hacks<ins style="color: red; font-weight: bold; text-decoration: none;">=</ins>==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">I already managed to solder an USB Hub on that router, with an 7805 as power supply.</td><td> </td><td style="background: #eee; font-size: smaller;">I already managed to solder an USB Hub on that router, with an 7805 as power supply.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">I´ll </del>write somthing about it, next time!!</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">I'll </ins>write somthing about it, next time!!</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">[[Category:TP-Link guides]]</td><td> </td><td style="background: #eee; font-size: smaller;">[[Category:TP-Link guides]]</td></tr> </table> Wed, 13 Dec 2017 14:15:56 GMT Ian5142 http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND Glenn: + Category:TP-Link guides http://wiki.dd-wrt.com/wiki/index.php?title=TP-LINK_TL-WR841ND&diff=43121&oldid=prev <p>+ <a href="/wiki/index.php/Category:TP-Link_guides" title="Category:TP-Link guides">Category:TP-Link guides</a></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 20:48, 22 June 2012</td> </tr> <tr><td colspan="2" align="left"><strong>Line 47:</strong></td> <td colspan="2" align="left"><strong>Line 47:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">I´ll write somthing about it, next time!!</td><td> </td><td style="background: #eee; font-size: smaller;">I´ll write somthing about it, next time!!</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">[[Category:TP-Link guides]]</td></tr> </table> Fri, 22 Jun 2012 20:48:47 GMT Glenn http://wiki.dd-wrt.com/wiki/index.php/Talk:TP-LINK_TL-WR841ND