<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>MyOpenRouter - Latest Forum Threads</title>
    <link>http://www.myopenrouter.com?src=forums_rss</link>
    <description>MyOpenRouter - Latest Forum Threads</description>
    <pubDate>Sun, 14 Mar 2010 14:11:19 GMT</pubDate>
    <webMaster>admin@myopenrouter.com</webMaster>
    <generator>MyOpenRouter</generator>
    <ttl>60</ttl>
    <image>
      <title>MyOpenRouter</title>
      <url>http://www.myopenrouter.com/brand/router/community.gif</url>
      <link>http://www.myopenrouter.com?src=forums_rss</link>
    </image>
    <item>
      <title>Enabling boot_wait to cfe</title>
      <link>http://www.myopenrouter.com/forum/thread/18172/Enabling-boot_wait-to-cfe/?src=forums_rss</link>
      <description>If you backup cfe with this command: dd if=/dev/mtd/0 of=/tmp/cfe.bin Open the file with hex editor, you can find this from it: boot_wait=off wait_time=3, would it be possible change it to this: boot_wait=on and wait_time=10 for easyer recovery? like with Linksys WRT54GL. My cfe: http://dl.dropbox.com/u/2880566/cfe.rar Links about CFE: http://www.dd-wrt.com/wiki/index.php/CFE_backup#Restoring_the_CFE http://oldwiki.openwrt.org/OpenWrtDocs%282f%29Customizing%282f%29Firmware%282f%29CFE.html Someone who has JTAG cable could maybe try this and if it works make some guide, i have no jtag cable or ttl header so if i crash the CFE even shortcuting those two pins on router to enable tftpd won't work.</description>
      <category>WNR3500L Open Source Router</category>
      <pubDate>Sun, 14 Mar 2010 14:07:44 GMT</pubDate>
      <author>latdna</author>
      <comments>http://www.myopenrouter.com/forum/thread/18172/Enabling-boot_wait-to-cfe/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Little problem with telnet [WGR614L]</title>
      <link>http://www.myopenrouter.com/forum/thread/18152/Little-problem-with-telnet-WGR614L/?src=forums_rss</link>
      <description>hi ! i have just enable the telnet on my 614L with this utility : http://www.myopenrouter.com/download/10602/NETGEAR-Telnet-Enable-Utility/ and i see (with putty) that there isn't login or password ! It's a big problem ! All people can use the router's telnet without password ! somebody can help me ? :) p.o I use the offical firmware.</description>
      <category>Troubleshooting</category>
      <pubDate>Sat, 13 Mar 2010 11:00:44 GMT</pubDate>
      <author>p.o</author>
      <comments>http://www.myopenrouter.com/forum/thread/18152/Little-problem-with-telnet-WGR614L/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Mixed G &amp; N Clients and available RAM?</title>
      <link>http://www.myopenrouter.com/forum/thread/18104/Mixed-G-N-Clients-and-available-RAM/?src=forums_rss</link>
      <description>I'm reconfiguring my network around a couple WNR3500Ls. Some client machines will not support N, instead connecting via G. Reading the datasheet from Netgear makes me think that this device will support B/G/N clients, that's great. Will connecting a G client to the network lower the speed for N clients? Also, the datasheet references 64mb of RAM while the Amazon product description references 32 mb of RAM - which is it? Datasheet: http://kb.netgear.com/app/answers/detail/a_id/12152 Amazon: http://www.amazon.com/exec/obidos/tg/detail/-/B002RYYZZS#productDescription Thanks a lot for reading!</description>
      <category>WNR3500L Open Source Router</category>
      <pubDate>Thu, 11 Mar 2010 23:09:11 GMT</pubDate>
      <author>mseeley</author>
      <comments>http://www.myopenrouter.com/forum/thread/18104/Mixed-G-N-Clients-and-available-RAM/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Recover WGR614L when there is only CFE ?</title>
      <link>http://www.myopenrouter.com/forum/thread/18051/Recover-WGR614L-when-there-is-only-CFE/?src=forums_rss</link>
      <description>The flash chip of my WGR614L was corrupted. Therefore I got new flash chip and then designed a hardware board with ATMEL ATMega8535L microcontroller. I then programmed the flash chip and put CFE on it using the microcontroller. Now I want to get some help from you guys that what method should i adopt to put firmware on the router. TFTP or Jtag method ? Whichever you suggest kindly give me some instructions on how to use them when there is only CFE on the flash chip. Thanks in advance</description>
      <category>WGR614L Open Source Router</category>
      <pubDate>Wed, 10 Mar 2010 05:05:43 GMT</pubDate>
      <author>Syed Yasir Imtiaz</author>
      <comments>http://www.myopenrouter.com/forum/thread/18051/Recover-WGR614L-when-there-is-only-CFE/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Pinpointing the place in the source</title>
      <link>http://www.myopenrouter.com/forum/thread/18030/Pinpointing-the-place-in-the-source/?src=forums_rss</link>
      <description>Hi folks, I'm working on a project where I need the router to modify incoming html. It's for an artwork, so the solution does not need to be particularly elegant or efficient. I've considered using a proxy server, but I'd really like to keep the functionality in the router. I've downloaded and compiled the Tomato source and have been browsing through the code. The problem I'm having is figuring out where to put in my modification. The source isn't very well documented, I'm not particularly well-versed in network programming, and I feel like I'm trying to find a needle in a haystack. Currently I'm thinking that webio.c is the file I need to muck with. It has some code in which it identifies and writes out HTML. However, I'm wondering if this code isn't run on data passing through the router--perhaps it's just part of the webserver that the router uses to display the admin web pages. My other thought is that perhaps firewall.c is where I want to be working... but I don't see any obvious place in that file to do what I need to do. Once my router arrives, these are the areas where I'm going to...</description>
      <category>Tomato</category>
      <pubDate>Tue, 09 Mar 2010 14:59:09 GMT</pubDate>
      <author>EthanHam</author>
      <comments>http://www.myopenrouter.com/forum/thread/18030/Pinpointing-the-place-in-the-source/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Ajaxplorer Web file Management on WNR3500L Router</title>
      <link>http://www.myopenrouter.com/forum/thread/18018/Ajaxplorer-Web-file-Management-on-WNR3500L-Router/?src=forums_rss</link>
      <description>Hi! I am thinking about installing Ajaxplorer Web file Management on my WNR3500L Router. It's processor should by fast enough. My connected 1,5 TB USB harddisk works fine on it. Ajaxplorer is also a part of NAS-solutions e.g. QNAP or Synology, therefor i am thinking about this. Does someone know is this is possible to install. Maybe with an ipkg package? Which Firmware would be best? Greets, Lexonline</description>
      <category>WNR3500L Open Source Router</category>
      <pubDate>Tue, 09 Mar 2010 08:16:50 GMT</pubDate>
      <author>lexonline</author>
      <comments>http://www.myopenrouter.com/forum/thread/18018/Ajaxplorer-Web-file-Management-on-WNR3500L-Router/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Paragon Firmware vs. Default</title>
      <link>http://www.myopenrouter.com/forum/thread/18004/Paragon-Firmware-vs.-Default/?src=forums_rss</link>
      <description>Hi guys, Maybe I'm missing something, but doesn't the WNR3500L ship with USB NTFS hard drive support out-of-the-box? Does the Paragon software add anything, and if so how is it different from the NTFS support that's included with the router? Anyone tried the paragon firmware? Thanks.</description>
      <category>Setup / Configuration</category>
      <pubDate>Mon, 08 Mar 2010 22:59:43 GMT</pubDate>
      <author>amizzo</author>
      <comments>http://www.myopenrouter.com/forum/thread/18004/Paragon-Firmware-vs.-Default/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Tomato 1.27 on WGR614L?</title>
      <link>http://www.myopenrouter.com/forum/thread/17993/Tomato-1.27-on-WGR614L/?src=forums_rss</link>
      <description>Just wondering. I see a version 1.25 build for this router but I'm wondering if anyone here as tried porting 1.27 yet.</description>
      <category>Tomato</category>
      <pubDate>Mon, 08 Mar 2010 11:02:45 GMT</pubDate>
      <author>Sybr</author>
      <comments>http://www.myopenrouter.com/forum/thread/17993/Tomato-1.27-on-WGR614L/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>WNR3500l  fail . possible brick. need help</title>
      <link>http://www.myopenrouter.com/forum/thread/17972/WNR3500l-fail-.-possible-brick.-need-help/?src=forums_rss</link>
      <description>Recently i bought a wnr3500l model and put DD-WRT v24(mini) on it which worked fine till last night when a power fail (i wish to believe this) or maybe a succesful break-in attack put the router 'down'. I tried to reset it a couple of times.. nothing new. I mention that the power led stays orange and that wireless won't start and if i try to acces is through lan cable ,dhcp is not working ; the manual tries same thing. Anybody have any suggestions? (besides the debricking tutorial using serial-to-usb cable which i can't find at this stage) . Has anyone encountered this behaviour till now?</description>
      <category>Troubleshooting</category>
      <pubDate>Sun, 07 Mar 2010 11:41:28 GMT</pubDate>
      <author>Cehov</author>
      <comments>http://www.myopenrouter.com/forum/thread/17972/WNR3500l-fail-.-possible-brick.-need-help/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>WAN port with Vlan Tagging</title>
      <link>http://www.myopenrouter.com/forum/thread/17928/WAN-port-with-Vlan-Tagging/?src=forums_rss</link>
      <description>Please can anyone help me with this configuration? I want WAN port of my wgr614v8 with DD-WRT build svn revision 12357M to access internet thru vlan tagged network with header eth0.511 for example.</description>
      <category>Setup / Configuration</category>
      <pubDate>Sat, 06 Mar 2010 07:27:26 GMT</pubDate>
      <author>surfman</author>
      <comments>http://www.myopenrouter.com/forum/thread/17928/WAN-port-with-Vlan-Tagging/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>WNR3500L updated to ddwrt kills router</title>
      <link>http://www.myopenrouter.com/forum/thread/17903/WNR3500L-updated-to-ddwrt-kills-router/?src=forums_rss</link>
      <description>Hello, i have got a big problem! Today i updated my 3500nl to ddwrt 13972 beta chk after that i updated to svn13401. When i was configuring my router my pc got an bluescreen. I started it again and tried to connect to my router but i get no connect to it ! I hope you can help me to get it run again.</description>
      <category>Troubleshooting</category>
      <pubDate>Fri, 05 Mar 2010 13:00:56 GMT</pubDate>
      <author>CasinoStar</author>
      <comments>http://www.myopenrouter.com/forum/thread/17903/WNR3500L-updated-to-ddwrt-kills-router/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Upgrade WGR614v9 to WGR614v8</title>
      <link>http://www.myopenrouter.com/forum/thread/17902/Upgrade-WGR614v9-to-WGR614v8/?src=forums_rss</link>
      <description>Hi last week i spend in upgrade of my cheap WGR614v9 (2MB Flash/8MB RAM) to WGR614v8. First of all i try with many RAM Chips until i found one working 32MB. Then i change flash chip with ST 25P32 - 4MB serial. I have fullflash from WGR614v8 and mod nvram_init to 0x000B my router v9 become v8 with 32MB RAM. Problem is when i update router with DD-WRT and he is recognised as Linksys WRT54G/GL/GS MAC Adresses of WAN and LAN are same and some leds are swapped (power=V(and is yellow) and Internet form green becomes yellow) Is this a normal behavior?</description>
      <category>WGR614L Open Source Router</category>
      <pubDate>Fri, 05 Mar 2010 12:53:54 GMT</pubDate>
      <author>surfman</author>
      <comments>http://www.myopenrouter.com/forum/thread/17902/Upgrade-WGR614v9-to-WGR614v8/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>WNR3500L printserver possible?</title>
      <link>http://www.myopenrouter.com/forum/thread/17883/WNR3500L-printserver-possible/?src=forums_rss</link>
      <description>Hi, im searching for a solution to connect my printer to my WNR3500L. Is it possible?</description>
      <category>Open Source Projects and Firmware</category>
      <pubDate>Thu, 04 Mar 2010 22:41:08 GMT</pubDate>
      <author>CasinoStar</author>
      <comments>http://www.myopenrouter.com/forum/thread/17883/WNR3500L-printserver-possible/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>No more than 130Mbps on WNR3500L</title>
      <link>http://www.myopenrouter.com/forum/thread/17867/No-more-than-130Mbps-on-WNR3500L/?src=forums_rss</link>
      <description>Hi, I have a wnr3500l. I can not connect to it more than 130mbps. I've tries 3 different wireless N adapters (2 Atheros and 1 Dlink DWA-140). Dlink and one atheros worked at 130mbps and another atheros worked at 65mbps. How can i connect at full 300mbps?</description>
      <category>WNR3500L Open Source Router</category>
      <pubDate>Thu, 04 Mar 2010 15:10:46 GMT</pubDate>
      <author>Ali Ghadimipour</author>
      <comments>http://www.myopenrouter.com/forum/thread/17867/No-more-than-130Mbps-on-WNR3500L/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Differences between mini/mega/etc</title>
      <link>http://www.myopenrouter.com/forum/thread/17842/Differences-between-mini-mega-etc/?src=forums_rss</link>
      <description>Could someone explain the differences between the various build nicks such as &amp;quot;mini&amp;quot;, &amp;quot;mega&amp;quot;, etc? Thank you.</description>
      <category>DD-WRT</category>
      <pubDate>Wed, 03 Mar 2010 20:20:52 GMT</pubDate>
      <author>Csimbi</author>
      <comments>http://www.myopenrouter.com/forum/thread/17842/Differences-between-mini-mega-etc/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Tomato 1.27 issues on WNR3500L</title>
      <link>http://www.myopenrouter.com/forum/thread/17841/Tomato-1.27-issues-on-WNR3500L/?src=forums_rss</link>
      <description>No such thread, I thought I'll start one. I tried tomato-NDUSB-9044MIPSR2-beta06u.04-Ext.trx but I had to fall back to DD-WRT because I had this major issue: - WAN is working only a few hours after flash. Then it's dropped and it never comes back up again - not even if I flash the firmware or erase the NVRAM completely. Minor issue found: - there are two MAC address editboxes on the web UI where you assign static DHCP addresses and the UI does not state that the upper box is for LAN, the lower is for WLAN. It would be great if someone could fix at least the WAN drops and the inability to renew it as this bug defeats the entire purpose of the router. Thank you.</description>
      <category>Tomato</category>
      <pubDate>Wed, 03 Mar 2010 20:17:39 GMT</pubDate>
      <author>Csimbi</author>
      <comments>http://www.myopenrouter.com/forum/thread/17841/Tomato-1.27-issues-on-WNR3500L/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>Static DNS killed DD-WRT (13491 big)</title>
      <link>http://www.myopenrouter.com/forum/thread/17839/Static-DNS-killed-DD-WRT-13491-big/?src=forums_rss</link>
      <description>after adding static DNS IP addresses my WNR-3500L died (DHCP/WAN/Wireless/telnet stopped working). on power up I get a 30 second window where it will respond to pings, then all lights except power flash green for 1 second and it goes into a coma. tried tftp (several times) as soon as i get the first response ping, but no luck there either. i have a pl-2303 cable (3.3v) and soldering iron, but would like to find an easier way if at all possible..</description>
      <category>DD-WRT</category>
      <pubDate>Wed, 03 Mar 2010 19:39:01 GMT</pubDate>
      <author>djohnson438</author>
      <comments>http://www.myopenrouter.com/forum/thread/17839/Static-DNS-killed-DD-WRT-13491-big/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>FTDI USB-to-Serial</title>
      <link>http://www.myopenrouter.com/forum/thread/17834/FTDI-USB-to-Serial/?src=forums_rss</link>
      <description>Hi comunity, I want get working FTDI USB-to-Serial dispositive in my WNR3500L router. The driver (kernel module) is not in the Std distribution of DD-WRT. Is it in BIG or Mega? I found a kernel module for that chip, but for 2.4 kernels, I tried to load but don't work, because is not for my kernel version. Where can I get one for 2.6 kernel? The dispositive is recognized correctly: T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(&amp;gt;ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0403 ProdID=6001 Rev= 4.00 S: Manufacturer=FTDI S: Product=usb serial converter S: SerialNumber=FTDCHXJN C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 44mA I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms Thank you in advance.</description>
      <category>DD-WRT</category>
      <pubDate>Wed, 03 Mar 2010 16:18:38 GMT</pubDate>
      <author>F. Membrive</author>
      <comments>http://www.myopenrouter.com/forum/thread/17834/FTDI-USB-to-Serial/#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>How to install Tomato on WNR3500L?</title>
      <link>http://www.myopenrouter.com/forum/thread/17828/How-to-install-Tomato-on-WNR3500L/?src=forums_rss</link>
      <description>Hi I've just upgraded my old Linksys WRT54GL with an Netgear WRT3500L - just because I needed gigabit switch on my lan. The old Linksys was equipped with Tomato, and I really loved it :) Very stable, and lot's of great features :) So how do I install this, on the WNR3500L? The original Netgear firmware need .chk format, and the Tomato firmware is in .trx format - but why? Please help me...;) Cheers</description>
      <category>Tomato</category>
      <pubDate>Wed, 03 Mar 2010 12:17:41 GMT</pubDate>
      <author>plex</author>
      <comments>http://www.myopenrouter.com/forum/thread/17828/How-to-install-Tomato-on-WNR3500L/?page=2#discussion?src=forums_rss</comments>
    </item>
    <item>
      <title>USB Issue with WNR3500L</title>
      <link>http://www.myopenrouter.com/forum/thread/17821/USB-Issue-with-WNR3500L/?src=forums_rss</link>
      <description>Hi, i buy WNR3500L and install DD-WRT for WNR3500L v24 K2.6 BIG 13972 BETA (BIN) firmware. This firmware supports usb devices. I read the instruction in dd-wrt web site how to install usb device and how to use it. I see the usb stick in web gui. I also make ftp server and it's working. The problem is that my pc is Win7 and I CAN'T see the Usb device in network neighbours. I'm very dummy in linux. I read that i need to install samba on the router - i try but without success. Please explain me step-by-step what to do to see my usb stick like network storage device.</description>
      <category>Setup / Configuration</category>
      <pubDate>Wed, 03 Mar 2010 07:16:51 GMT</pubDate>
      <author>Stanchese18</author>
      <comments>http://www.myopenrouter.com/forum/thread/17821/USB-Issue-with-WNR3500L/#discussion?src=forums_rss</comments>
    </item>
  </channel>
</rss>

