- Netgear Wgr614v6 Installation Software Download
. Manual Setup: This option is best if you cannot use the wizard on the CD, are replacing an existing router, or are technically knowledgeable. Follow the instructions in this manual to set up your router. Use the setup option that best suites you. Smart Wizard Setup The wizard setup process should take about 20 minutes to complete. Click Firmware and Software Downloads. Under Current Versions, select the firmware version that you want to download and then click the Download button. Unzip the downloaded file and run the.exe file. Follow the onscreen instructions to update the firmware on your device. Find support for your NETGEAR WGR614v6 wifi router including guides, troubleshooting articles, the latest firmware updates, and much more today. WGR614v6 Reference Manual. Pick a Topic. Select a topic. Firmware and Software Downloads Current Versions.
Netgear WGR614v6 running dd-wrt.v24_micro successfully!
DD-WRT Forum Forum Index ->Broadcom SoC based Hardware |
View previous topic :: View next topic |
Author | Message |
---|
myacct DD-WRT Novice Joined: 08 Oct 2008 Posts: 18
| Posted: Tue Dec 23, 2008 10:43 Post subject: Netgear WGR614v6 running dd-wrt.v24_micro successfully! | Finally I make it possible. Netgear WGR614v6 is an old route and normally has only 1MB flash (e.g., MX29LV800BTC). The only way is to unsolder that 1MB flash, and replace it by a 2MB one (e.g.,S29AL016D90TF102). However, before soldering the new flash on, you should burn a CFE to it first using a 3rd-part programmer, because this PCB does not have JTAG pinout! (Only a serial console on it). I use this CFE (http://www.dd-wrt.com/dd-wrtv2/downloads/others/wrt54gv5%20flashing/CFE.bin), and after power on the router, you can then upload the micro version dd-wrt to it by Tftp. (Please unsolder/solder the chip carefully, which makes me debug for so many days.) So far it works well, but with one big problem. It looks that dd-wrt.v24_micro mis-configured the Lan-Port4 and Wan-Port. -- I have to use Lan-Port4 as uplink port to my modem. I also wondering why dd-wrt.v24_micro does not support SSH; can the developers chop down some other packages but add-on SSH?
1.PNG | Description: | Status. dd-wrt detects Netgear WGR614v6 as Linksys WRT54G -- understandable because they have the same hardware configruation. |
| Filesize: | 30 KB | Viewed: | 107799 Time(s) |
|
2.PNG | Description: | | Filesize: | 35.57 KB | Viewed: | 107799 Time(s) |
|
|
|
Sponsor <=' td='>='> |
KeithB DD-WRT User Joined: 22 Jun 2008 Posts: 489
| Posted: Fri Jan 09, 2009 19:50 Post subject: | Micro-plus is probably what you want. You must compress your CFE before you can successfully load it, though. _________________ 2x Asus RT-AC68U |
|
nickhill DD-WRT Novice Joined: 11 Jan 2009 Posts: 6
| Posted: Sun Jan 11, 2009 18:08 Post subject: | I have a WGR614 v6 and happily, it has a 2Mb flash! What do you mean by compress the CFE? I have tried the tftp flash technique but haven't made any progress. I followed this process: Ping the router. As soon as the router responds to pings, send a TFTP connection. Given I had no success, I tried running nmap (network port scanner) as soon as the router responds to pings. It appears ports 23 (telnet) 80 (http) and 8080 (web proxy) are open. TFTP is on port 69 and is closed. There may be something wrong with the image I am trying to load as well given that I haven't knowingly compressed any CFE, but given the router doesn't appear to be opening TFTP port 69, I suppose I can't upload any firmware anyway! If I try to telnet to port 23, I get: Connected to 192.168.1.1... Escape character is '^]'. Connection closed by foreign host. Connection closes immediately.
KeithB wrote: | Micro-plus is probably what you want. You must compress your CFE before you can successfully load it, though. |
|
|
nickhill DD-WRT Novice Joined: 11 Jan 2009 Posts: 6
| Posted: Mon Jan 12, 2009 14:38 Post subject: | I may be making some progress on this. The router had a proprietary Virgin firmware. This may have prevented it from accepting a TFTP dump. I found the machine would not accept a Generic Netgear firmware update. It appears the board ID for the Virgin version of the router is different from the non-virgin version. My tests indicate different Board ID codes prevent the router from accepting the generic firmware version. Looking at the generic firmware using a hex editor, at offset 0x0F, I saw the boardid the generic version needs is U12H042T00_NETGEAR. I don't know the original boardid for the Virgin based router. I followed these instructions to enable Telnet on the router: http://wiki.openwrt.org/OpenWrtDocs/Hardware/Netgear/TelnetConsole Which is basically telnetenable.exe <ip_address_of_router> <Mac_address_of_WAN_PORT(without_colons)> Gearguy Geardog Without resetting router, I telnetted in. I then typed burnboardid U12H042T00_NETGEAR I then logged in via the web control panel (virgin u/p is virgin/password) then programmed the generic firmware. This is simply a statement of what I done to 'unlock' and re-program the Virgin router with the generic Netgear firmware. If you try this, then you do so at your own risk. The part number of my router is WGR614-6VGUKS and has 2Mb flash. I will post back if I succeed in uploading DD-WRT via TFTP after uploading the generic firmware. |
|
nickhill DD-WRT Novice Joined: 11 Jan 2009 Posts: 6
| Posted: Mon Jan 12, 2009 15:11 Post subject: | Using Nmap and a simple bash script loop, I can see the TFTP port 69 on UDP opens for a short while at boot like before, and I have tried tftp and atftp on Ubuntu. I have also tried the windows-based GUI based linksys tftp updater all as instructions on: http://www.dd-wrt.com/wiki/index.php/Tftp_flash but I always get TFTP timeout or equivalent. It doesn't appear the router is responding to attempts to push firmware to it. I wonder if the Netgear .chk file is actually the raw binary firmware data, with a header to tell the web GUI whether the data is suitable for that router? In which case, an easier solution might be to slice the header off the .chk file and append it to the dd-wrt BIN file. Any suggestions? Incidentally, atftp is giving me sent WRQ <file: code.bin, mode: octet <timeout: 60>> source port mismatch, check bypassedtimeout: retrying... ...is that normal? |
|
nickhill DD-WRT Novice Joined: 11 Jan 2009 Posts: 6
| Posted: Mon Jan 12, 2009 19:22 Post subject: | I have tried cutting the header from a .chk firmware file for a v8 WGR614, putting it on to a micro dd-wrt file. Update board ID to match a v8. No success. So I will assume the tftp system on my router is, and always has been borked and there is no simple way to program this router with dd-wrt. |
|
myacct DD-WRT Novice Joined: 08 Oct 2008 Posts: 18
| Posted: Wed Jan 14, 2009 5:33 Post subject: | The virgin firmware is VxWorks and the factory BSP can not accept TFTP actually. I have tried all that you have tried and failed. The problem is that this PCB does not have JTAG pinout! So the only way is to unsolder the flash chip, erase whole and re-program a good CFE to it by a 3nd tool (or solder it to another PCB with JTAG pinout, and re-program CFE by JTAG); and then re-solder the chip to the original PCB. |
|
nickhill DD-WRT Novice Joined: 11 Jan 2009 Posts: 6
| Posted: Sat Jan 24, 2009 11:01 Post subject: | Given that I can get a telnet session into the router, is there a way to use that telnet session to download and install dd-wrt? |
|
CrArC DD-WRT Novice Joined: 02 Dec 2008 Posts: 3
| Posted: Wed Feb 04, 2009 14:21 Post subject: | Fascinating thread, and thank you nickhill for your experimentation with the Virgin WGR614, that's exactly the one I've been struggling to get running. I guess the ultimate solution would be to bolt on the necessary code to the DD-WRT firmware to get it accepted once the router is running standard netgear software? Is that what you're aiming for by playing with the headers? |
|
myacct DD-WRT Novice Joined: 08 Oct 2008 Posts: 18
| Posted: Tue Feb 10, 2009 5:40 Post subject: | KeithB wrote: | Micro-plus is probably what you want. You must compress your CFE before you can successfully load it, though. |
Yes, finally done with this successfully. Now I can use SSH to bypass my company's firewall! haha! |
|
pcisme DD-WRT Novice Joined: 12 Feb 2009 Posts: 1
| Posted: Thu Feb 12, 2009 3:44 Post subject: | KeithB wrote: | Micro-plus is probably what you want. You must compress your CFE before you can successfully load it, though. |
Can you give me some more information on this? How do I compress the CFE? If I do, do I install it first and follow with the micro-plus? Where can I download the micro-plus? I've checked my mem chip and it is the 2MB model. |
|
myacct DD-WRT Novice Joined: 08 Oct 2008 Posts: 18
| Posted: Thu Feb 19, 2009 12:51 Post subject: | pcisme wrote: | KeithB wrote: | Micro-plus is probably what you want. You must compress your CFE before you can successfully load it, though. |
Can you give me some more information on this? How do I compress the CFE? If I do, do I install it first and follow with the micro-plus? Where can I download the micro-plus? I've checked my mem chip and it is the 2MB model. |
The virgin WGR614 is running VxWorks. Starting from VxWorks, I really don't know how to replace its BSP with a CFE. Sorry for that. |
|
capitaltwo DD-WRT Novice Joined: 07 Mar 2009 Posts: 2
| Posted: Sat Mar 07, 2009 6:28 Post subject: | wow, my wgr614 v6 is pretty useless, i think i would like to take on this task but i have a few questions. First. since I'm swapping the chip. can i use a 4 mb and use the standard firmware? also, since I'm already in there would upping the ram chip work? or even benefit for that matter? second. what are the specifics for the chip so i can find it at newark com or mouser com. I'm not chip very chip savvy at the moment third. the only thing I've ever programed was a 8 pin dip micro controller on a homemade serial programmer. what type of programmer do i need to look for. or make if possible. thanks |
|
capitaltwo DD-WRT Novice Joined: 07 Mar 2009 Posts: 2
| Posted: Wed Mar 11, 2009 1:48 Post subject: | *Bump* |
|
DD-WRT Forum Forum Index ->Broadcom SoC based Hardware | All times are GMT |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
But I would bet my next paycheck that there is a way to do it. That being said, the easiest step is to implement WPA PSK which is a wireless passkey that the router will require before it allows someone to ”connect” to your network. Thank you for helping us maintain CNET’s great community. Before I’d buy a rebuilt or refurbished router, I’d consider buying a new one. Will let you know what happens.
Uploader: | Gardagami |
Date Added: | 4 January 2008 |
File Size: | 24.80 Mb |
Operating Systems: | Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X |
Downloads: | 88018 |
Price: | Free* [*Free Regsitration Required] |
Anyway, give the link a click and see if this sounds reasonable and let me know. Also, I can’t login using http: We can also use my multifunction to scan a document and just send it to the netgear wireless router wgr614 v6 that needs it via the network.
WGR v6 Manual: Table of Contents
I am very confused as to why you needed to change the IP address. When I got to number 12, I changed the number from Wlreless field displays the region of operation for which the netgear wireless router wgr614 v6 interface is intended. This website is using cookies. It told me that the network key was like a password with all those characters. If you registered it, did you try ntheir tech support for help?
I was told that since my internet provider, Verison DSL, their Westellcombination router Modem, uses the ip of This field determines which operating frequency will vv6 netgear wireless router wgr614 v6.
I currently have three printers, a laser on my daughter’s PC, an inkjet on my wife’s PC, rouuter a multifunction printer on my PC.
Rick, I think I found the answer. It has been working for 3 months without any big troubles. If WEP is enabled, you can manually or automatically program the four data encryption keys. Forgot Password to Netgear WGRv6 Router If netgear wireless router wgr614 v6 Internet Service Provider supplied you with your router then you might want to try giving them a call and see if they either know what your router’s username and password are, or maybe they can reset it for you.
Sorry to be so long, but just trying to give you some new ideas to think about as you “grow” your network. To achieve a Gold competency level, Solvusoft goes through extensive independent analysis that looks netgear wireless router wgr614 v6, amongst other qualities, a high level of software expertise, a successful customer service track record, and top-tier customer value.
I tried the reset button in the back. Wirelesss would contact the ISP who gave you the modem and ask their tech support how to bridge the modem, netgear wireless router wgr614 v6 make it an actual modem and not a router. He is a lifelong computer geek and loves everything related to computers, software, and new technology.
I use the windows wireless connection, but you may be using the devices own software. Select the desired wireless mode.
Netgear WGRv6 Drivers Download – Update Netgear Software
netgear wireless router wgr614 v6 Rick, while you are waiting for the new router, you may iwreless to contact your ISP and get the directions to reconfigure your modem. Maintaining updated Netgear WGRv6 software prevents crashes and maximizes hardware and system performance. Perhaps your router’s default password is different than what we have listed here. Lets power down the router and modem and connect them up. Thanks again for all your help. I would like to buy another Netgear again on ebay but now refurbished one with 1 year warranty.
I had to use http: I have instructions on how to sign in netgear wireless router wgr614 v6 don’t know how to sign in to the router.
For security what do I need to change? I put in the CD to install the program.
WGR614v6 — 54 Mbps Wireless Router
Sorry, there was a problem flagging this post. I now cannot connect to my wireless printer. Open Internet explorer and in the address box type http:
Netgear Wgr614v6 Installation Software Download
See Also