OpenWrt Forum Archive

Topic: How to revert Netgear WNDR3700V3 back to original SW

The content of this topic has been archived on 5 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I tried the latest trunk to see how well the WNDR3700v3 is supported by openWRT. WNDR3700V3 is similar to WNDR3500, and there is now an image file being built by trunk that targets the WNDR3700V3. Nice !!

My expectations were modest and I hoped that at least the LAN would work. Unfortunately it went totally dead, or so it seemed.
I was able to restore the router back to the original manufacturers SW, though, and this is how I did it.
You will need:

  • One WNDR3700V3 that needs to be restored.

  • One USB to RS232, I used a  PL2303HX it is used for raspbery pi.

  • Soldering equipment

  • Tools to open up the router.

  • 3 extra wires to solder onto the WNDR3700 board.

  • Original SW from Netgears website.

It is assumed that the computer has an IP adress of 192.168.1.2 and network mask of 255.255.255.0, and is directly connected to the router.
Solder the RS232 wires onto the WNDR3700V3 board, use the same pinout as for WNDR3500. See this link:
    http://wiki.openwrt.org/toh/netgear/wnr3500l
    http://www.elecfreaks.com/store/pl2303h … p-472.html

There are only three wires that need to be soldered. They are:
    GND    Black
    RX    White
    TX    Green

RS232 connection on the WNDR3700V3 board is the same as WNDR3500. Connect the USB RS232 to computer and router.
Also connect a network cable between the computer and the 4:th lan port of the router.

On linux computer install kermit and tftp client

    apt-get install ckermit tftp

Don't power on the router just yet.
Open a terminal window and start kermit. In kermit issue the following commands:

set modem type none        ; There is no modem
set line /dev/ttyUSB0      ; Specify device name
set carrier-watch off      ; If DTR and CD are not cross-connected
set speed 115200           ; Or other desired speed
connect                    ; Enter Connect (terminal) state

If you wan't to log output then use the following kermit commands, must be issued before you do a connect in kermit. This is strictly not needed

LOG SESSION my.log          ; Captures responses 
LOG TRANSACTIONS my.log     ; What you type is recorded 

Now you can power-on the router. Quickly press Ctrl-C in kermit window.
You should see a CFE prompt displayed. When you have the CFE prompt type in:

    tftpd

Note, if you don't see anything in the terminal window, try swapping RX and TX. There should be text immediately displayed in the terminal when the router starts.
Open up another terminal window and  start tftp.

    Tftp 192.168.1.1
    binary
    put OriginalRouterSW.chk

Wait for transfer to complete and don't  power-off the router during reprogramming.
Look at the kermit terminal window to see when the router restarts.

After the router has restarted it is restored to original ”out of the box” settings. Follow the manufactures instruction on how to install and configure the router.


This is the output from the openWRT image created from trunk.

Decompressing..........done
Decompressing..........done


CFE for WNDR3700v3 version: v1.0.6
Build Date: Wed May 18 17:25:10 CST 2011 
Init Arena
Init Devs.
Boot partition size = 262144(0x40000)
Found an ST compatible serial flash with 128 64KB blocks; total size 8MB
et0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 2010.09.30.0
CPU type 0x19740: 480MHz
Tot mem: 65536 KBytes

Device eth0:  hwaddr 2C-B0-5D-4A-79-55, ipaddr 192.168.1.1, mask 255.255.255.0
        gateway not set, nameserver not set
Checksum length overflow!
Loader:raw Filesys:raw Dev:flash0.os File: Options:(null)
Loading: .. 3780 bytes read
Entry at 0x80001000
Closing network.
Starting program at 0x80001000
[    0.000000] Linux version 3.10.18 (david@debian3) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r38806) ) #4 Thu Nov 21 22:04:38 CET 2013
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 00019740 (MIPS 74Kc)
[    0.000000] bcm47xx: using bcma bus
[    0.000000] bcma: bus0: Found chip with id 0x4716, rev 0x01 and package 0x0A
[    0.000000] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x1F, class 0x0)
[    0.000000] bcma: bus0: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, class 0x0)
[    0.000000] bcma: bus0: Found M25P64 serial flash (size: 8192KiB, blocksize: 0x10000, blocks: 128)
[    0.000000] bcma: bus0: Early bus registered
[    0.000000] MIPS: machine is Netgear WNDR3700 V3
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x03ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x03ffffff]
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line:  noinitrd console=ttyS0,115200
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 61492k/65536k available (2416k kernel code, 4044k reserved, 572k data, 204k init, 0k highmem)
[    0.000000] NR_IRQS:128
[    0.000000] Calibrating delay loop... 239.10 BogoMIPS (lpj=478208)
[    0.032000] pid_max: default: 32768 minimum: 301
[    0.036000] Mount-cache hash table entries: 512
[    0.044000] NET: Registered protocol family 16
[    0.064000] bio: create slab <bio-0> at 0
[    0.072000] Switching to clocksource MIPS
[    0.084000] NET: Registered protocol family 2
[    0.088000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[    0.096000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[    0.104000] TCP: Hash tables configured (established 512 bind 512)
[    0.112000] TCP: reno registered
[    0.116000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.120000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.128000] NET: Registered protocol family 1
[    0.136000] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x11, class 0x0)
[    0.144000] bcma: bus0: Core 2 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x00, class 0x0)
[    0.152000] bcma: bus0: Core 4 found: USB 2.0 Host (manuf 0x4BF, id 0x819, rev 0x04, class 0x0)
[    0.164000] bcma: bus0: Core 5 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0E, class 0x0)
[    0.172000] bcma: bus0: Core 6 found: DDR1/DDR2 Memory Controller (manuf 0x4BF, id 0x82E, rev 0x01, class 0x0)
[    0.184000] bcma: bus0: Core 7 found: Internal Memory (manuf 0x4BF, id 0x80E, rev 0x07, class 0x0)
[    0.192000] bcma: bus0: Core 8 found: I2S (manuf 0x4BF, id 0x834, rev 0x00, class 0x0)
[    0.560000] bcma: bus0: PCIEcore in host mode found
[    0.744000] PCI host bridge to bus 0000:00
[    0.748000] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0bffffff]
[    0.756000] pci_bus 0000:00: root bus resource [io  0x0100-0x07ff]
[    0.760000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.772000] bcma: PCI: Fixing up bridge 0000:00:00.0
[    0.776000] bcma: PCI: Fixing up device 0000:00:00.0
[    0.784000] bcma: PCI: Fixing up bridge 0000:00:00.1
[    0.788000] bcma: PCI: Fixing up device 0000:00:00.1
[    0.796000] bcma: PCI: Fixing up addresses 0000:00:01.0
[    0.800000] pci 0000:00:01.0: BAR 0: assigned [mem 0x08000000-0x08003fff 64bit]
[    0.808000] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
[    0.816000] bcma: PCI: Fixing up device 0000:00:01.0
[    0.820000] bcma: change PCIe max read request size from 512 to 128
[    0.828000] bcma: bus1: Found chip with id 0x4331, rev 0x02 and package 0x08
[    0.836000] bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[    0.844000] bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1D, class 0x0)
[    0.856000] bcma: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x13, class 0x0)
[    0.944000] bcma: bus1: Invalid SPROM read from the PCIe card, trying to use fallback SPROM
[    1.128000] bcma: bus1: Bus registered
[    1.140000] bcma: bus0: Bus registered
[    1.144000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.152000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    1.164000] msgmni has been set to 120
[    1.168000] io scheduler noop registered
[    1.172000] io scheduler deadline registered (default)
[    1.180000] Serial: 8250/16550 driver, 2 ports, IRQ sharing enabled
[    1.208000] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 2) is a U6_16550A
[    1.216000] console [ttyS0] enabled, bootconsole disabled
[    1.216000] console [ttyS0] enabled, bootconsole disabled
[    1.336000] 8 bcm47xxpart partitions found on MTD device bcm47xxsflash
[    1.340000] Creating 8 MTD partitions on "bcm47xxsflash":
[    1.348000] 0x000000000000-0x000000040000 : "boot"
[    1.356000] 0x000000040000-0x000000740000 : "linux"
[    1.364000] 0x00000004001c-0x000000040960 : "loader"
[    1.372000] 0x000000040960-0x000000143c00 : "kernel"
[    1.376000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    1.392000] 0x000000143c00-0x000000740000 : "rootfs"
[    1.396000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    1.412000] mtd: device 4 (rootfs) set to be root filesystem
[    1.420000] mtd: partition "rootfs_data" created automatically, ofs=0x440000, len=0x300000
[    1.428000] 0x000000440000-0x000000740000 : "rootfs_data"
[    1.436000] 0x000000740000-0x0000007d0000 : "ML"
[    1.444000] 0x0000007d0000-0x0000007f0000 : "POT"
[    1.452000] 0x0000007f0000-0x000000800000 : "nvram"
[    1.464000] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds)
[    1.472000] GPIO_WDT: failed to register misc device
[    1.480000] TCP: cubic registered
[    1.484000] NET: Registered protocol family 17
[    1.488000] 8021q: 802.1Q VLAN Support v1.8
[    1.504000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[    1.512000] Freeing unused kernel memory: 204K (802ed000 - 80320000)
procd: Console is alive
procd: - watchdog -
procd: - preinit -
cat: can't open '/proc/diag/model': No such file or directory
ifconfig: SIOCSIFADDR: No such device
Press the [f] key and hit [enter] to enter failsafe mode
[    5.592000] diag: kernel found a "Netgear WNDR3700 V3"
[    5.596000] diag: Detected 'Netgear WNDR3700 V3'
[    5.644000] usbcore: registered new interface driver usbfs
[    5.648000] usbcore: registered new interface driver hub
[    5.656000] usbcore: registered new device driver usb
[    5.664000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.676000] ehci-platform: EHCI generic platform driver
[    5.680000] ehci-platform ehci-platform.0: EHCI Host Controller
[    5.684000] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[    5.696000] ehci-platform ehci-platform.0: irq 5, io mem 0x18004000
[    5.712000] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[    5.720000] hub 1-0:1.0: USB hub found
[    5.724000] hub 1-0:1.0: 2 ports detected
mount_root: jffs2 is ready
[    7.536000] jffs2: notice: (216) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 14 of xref (0 dead, 2 orphan) found.
procd: - early -
procd: - watchdog -
procd: - ubus -
procd: - init -
Please press Enter to activate this console.
[   11.000000] NET: Registered protocol family 10
[   11.032000] nf_conntrack version 0.5.0 (964 buckets, 3856 max)
[   11.048000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   11.108000] u32 classifier
[   11.112000]     input device check on
[   11.116000]     Actions configured
[   11.140000] Mirror/redirect action on
[   11.172000] Loading modules backported from Linux version master-2013-11-05-0-gafa3093
[   11.180000] Backport generated by backports.git backports-20130802-0-gdb67a3f
[   11.216000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.352000] xt_time: kernel timezone is -0000
[   11.424000] cfg80211: Calling CRDA to update world regulatory domain
[   11.432000] cfg80211: World regulatory domain updated:
[   11.436000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   11.444000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.452000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.460000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   11.468000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[   11.476000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[   11.484000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[   11.592000] PPP generic driver version 2.4.2
[   11.600000] NET: Registered protocol family 24
[   11.644000] usbcore: registered new interface driver brcmfmac
[   11.680000] brcmsmac bcma0:0: mfg 4bf core 812 rev 17 class 0 irq 3
procd: - init complete -



BusyBox v1.19.4 (2013-11-21 21:15:59 CET) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 BARRIER BREAKER (Bleeding Edge, r38886)
 -----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
 -----------------------------------------------------
root@OpenWrt:/# nvram show
wl0.2_bss_enabled=0
l2tp_localip=0.0.0.0
ddns_update_time=0
pppoe2_bs_enable_temp=0
pppoe_localip=0.0.0.0
wl_radio_pwrsave_level=0
wlg_temp_passphrase=
boardnum=01
lanip_changed=0
pppoe2_mru=1454
sb/1/antswitch=0
wl0_txchain=3
autoBlock=1
wlg_temp_secu_type_2=
wps_aplockdown_forceon=0
wlan_acl_mac61=
wlan_acl_mac62=
wlan_acl_mac63=
wl0_radio_pwrsave_enable=0
wl1_wme_sta_vo=3 7 2 3264 1504 off off
wl1_nband=1
runtest=0
pci/1/1/mcsbw402gpo=0x00000000
wl1_wme_sta_vi=7 15 2 6016 3008 off off
blank_state=0
wla_temp_mode=145Mbps
wlan_acl_mac60=
lan1_hwaddr=
wps_status=0
wl0_radio_pwrsave_quiet_time=1800
pppoe_wan_dns_sel=0
pci/1/1/tssipos5g=1
wl0_wds_timeout=1
wl_bss_enabled=1
wlg_wlanstate=Enable
wl0_channel=0
pppoe_mru=1492
wl1_gmode=1
rip_filter_enable=0
lan1_ifnames=
wl1_country_code=EU
radvd_lan_obsolete_ipaddr_length=
wl_wme_no_ack=off
wlg_key4_2=
wlg_temp_band=5G
wlg_preset_passphrase=
pci/1/1/mcsbw405gmpo=0x88443322
wl1_dfs_postism=60
wl0.3_wep=
lanip_setup_changed=0
fwpt_timeout=1200
pppoe2_localip=0.0.0.0
tmp_lan_netmask=0.0.0.0
lan_hwnames=
emf_enable=0
wlan_acl_mac58=
wlan_acl_mac59=
wl0_obss_coex=1
wlan_acl_mac54=
wl1_wps_reg=enabled
wl_radio=1
wlan_acl_mac55=
wl1_radio_pwrsave_enable=0
wlan_acl_mac56=
wlan_acl_mac57=
pppoe2_ifname=ppp1
wl_nmcsidx=-1
wlan_acl_mac50=
wlan_acl_mac51=
wlan_acl_mac52=
basic_setting=0
wlan_acl_mac53=
wlg_temp_sec_profile_enable_2=
landevs=vlan1 wl0 wl1
wl1_rate=0
wla_wep_length_2=0
wla_wep_length_3=0
wl0.3_unit=0.3
wla_wep_length_4=0
run_wiz=0
mtd6_lang_version=
emf_entry=
wps_addER=0
wl_rifs=
pci/1/1/triso5g=1
wl0_wpa_gtk_rekey=0
wl1_key4=
qos_bw_set_sel=1
traffic_watermark=0
pf_services_tbl=
fw_dmz_enab=0
pci/1/1/extpagain5g=0
wan_mtu=1500
pppoe2_schedule_config=127:0:0:23:59
wl0_key=1
lan_ipv6_link_local_addr=fe80:0000:0000:0000:2eb0:5dff:fe4a:7955
wl_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
wl_nbw_cap=0
wl_wep=
pci/1/1/pa2gw2a0=0xFA34
wl0_hw_txchain=3
wl1_key1=
potInterval=60
pci/1/1/pa2gw2a1=0xFA31
wl1_key2=
enable_ap_mode=0
pci/1/1/pa2gw2a2=0xFA4F
wl1_key3=
wlan_acl_mac47=
wl0_rts=2347
fw_email_email_addr=
wlan_acl_mac48=
pppoe_flet_sel=fletdisable
wlan_acl_mac49=
str_tbl_default_check=1
wlan_acl_mac43=
pppoe2_schedule_enable=0
qos_enable=0
wlan_acl_mac44=
pppoe2_username=guest
upnp_duration=3600
wlan_acl_mac45=
wl1_wme_ap_vo=3 7 1 3264 1504 off off
wlan_acl_mac46=
sb/1/pa2gw0a0=0xFEA6
wl1_wme_ap_vi=7 15 1 6016 3008 off off
fw_sip_enab=1
wlan_acl_mac40=
sb/1/pa2gw0a1=0xFE9E
wlan_acl_mac41=
wl1_hw_rxchain=3
content_scan=1
wlan_acl_mac42=
wl0_nmode_protection=auto
ddns_checked=0
sb/1/cck2gpo=0x1111
wl_auth=0
wl0.2_wme_bss_disable=0
sdram_ncdl=0x6a26162a
wps_proc_mac=
rip_enable=0
lan_ifname=br0
browser_language= Swedish English
wl0.1_ssid=NETGEAR-Guest
pppoe2_acname=
wl1.1_maclist=
usb_disk_max_part=15
wl1.1_wep=
sb/1/macaddr=2C:B0:5D:4A:79:55
wl1_wpa_psk=
pppoe2_west_username=flets@flets
wl_wds=
radvd_lan_new_ipaddr=
wl1_dfs_preism=60
wps_randomkey=bOb9rL8FODJyqzv53r2x7Fw8ejafAOcXJRSE2soBvJ5xa4YLAeE
wl1_wme_txp_bk=7 3 4 2 0
ParentalControl=0
wl1_wme_txp_be=7 3 4 2 0
lan_dhcpsv6_pref=255
wlan_acl_mac36=
wl0_phytypes=n
wl1_maxassoc=128
RA_AdvDefaultPreference=low
wps_sta_pin=00000000
wl_nmode_protection=auto
wlan_acl_mac37=
lan1_proto=dhcp
wla_rts=2347
wlan_acl_mac38=
http_rmport=8080
wlan_acl_mac39=
pppoe_passwd=
wl1_phytypes=h
wl1_lazywds=0
mtd4_lang_name=
wl_radius_key=
wlan_acl_mac32=
wlan_acl_mac33=
pci/1/1/legofdm40duppo=0x2222
wl0_maxassoc=128
wlan_acl_mac34=
wlan_acl_mac35=
wl1.2_akm=
wla_channel=0
ipv6_pri_dns=
wlan_acl_mac30=
wl1_radio_pwrsave_quiet_time=1800
wlan_acl_mac31=
wl_crypto=tkip+aes
wla_temp_ssid_bc_2=
wla_key4=
wl0.2_maclist=
wla_temp_ssid_bc_3=
ure_disable=1
wla_temp_ssid_bc_4=
sb/1/boardflags=0x00001310
pci/1/1/tssipos2g=1
usb_wan_ftp_pasv_port_end=30050
wps_ifname=all
wla_key1=
wla_key2=
pppoe_policy_num=0
traffic_restart_ampm=0
wla_key3=
wl0_wme_bss_disable=0
wl0_rxchain=3
pptp_user_netmask=...
ntp_server=192.5.41.40 192.5.41.41 133.100.9.2
wl1_bss_enabled=1
wl1_tpc_db=0
wl1_rxstreams=0
wlan_acl_mac29=
wl_rate=0
timestamp_of_last_recovery=
wla_temp_ap_isolate=0
traffic_volume_ctrl_dir=0
wlan_acl_mac25=
wl1.9_hwaddr=2E:B0:5D:4A:79:5D
wlg_temp_channel=44
wlan_acl_mac26=
wlan_acl_mac27=
wlg_temp_allow_access_2=
wlan_acl_mac28=
wlan_acl_mac21=
lan1_stp=1
wlan_acl_mac22=
wl0.9_hwaddr=2E:B0:5D:4A:79:5E
wps_randomssid_5G=NTGR-5G_GqN
wlan_acl_mac23=
wlan_acl_mac24=
ParentalCtrl_MAC_ID_tbl=
pppoe2_flag_Emin=0
pci/1/1/legofdmbw205ghpo=0xAA662200
wl1_sta_retry_time=5
wlan_acl_mac20=
sb/1/boardflags2=0x00110402
str_tbl_en_ver=1.0.0.36_2.1.17.1
wl_key1=
sche_tmp_set=0
wl_key2=
sb/1/pa2gw1a0=0x191D
wl1_afterburner=off
wl_key3=
sb/1/pa2gw1a1=0x1809
wl1_stbc_tx=auto
wl_key4=
wl0.2_auth=0
wla_preset_ssid=
ipv6_6to4_router=192.88.99.1
dhcp_wins=
os_server=
wlg_onoff=Disable
bpa_idletime=5
pci/1/1/extpagain2g=0
potMaxValue=4320
mtd8_lang_version=
wl0.3_ap_isolate=0
wl0.1_akm=
pptp_dod=1
wl1.14_hwaddr=2E:B0:5D:4A:79:52
wl1.2_macmode=disabled
wlg_sec_profile_enable_2=0
cfe_version=v1.0.6
ipv6ready=0
wlan_acl_mac18=
wlan_acl_mac19=
wl_wme_txp_vo=7 3 4 2 0
new_firmware_available=0
wl_wme_txp_vi=7 3 4 2 0
wlan_acl_mac14=
wlan_acl_mac15=
wan2_ipaddr=0.0.0.0
wps_lock_forever_cnt=3
wlan_acl_mac16=
wlan_acl_mac17=
pci/1/1/mcsbw20ul5ghpo=0xAA662200
wlan_acl_mac10=
wl0_plcphdr=long
wlg_temp_defaKey=0
wlan_acl_mac11=
wl0_macmode=disabled
wl_wpa_gtk_rekey=0
wlan_acl_mac12=
wlan_acl_mac13=
sb/1/stbcpo=0x1111
mtd3_lang_version=1.0.0.30_2.1.17.1
l2tp_user_name=
usb_wan_http_port=80
pppoe_acname=
wl0_bss_maxassoc=128
wan_dns1=
wl1.8_hwaddr=2E:B0:5D:4A:79:5C
bpa_passwd=
wl0_rxchain_pwrsave_enable=1
wl1_auth_mode=none
need_to_load_wireless=0
wla_auth_type_2=automatic
wl1_bcn=100
wla_auth_type_3=automatic
wl0.8_hwaddr=2E:B0:5D:4A:79:5D
wla_auth_type_4=automatic
wl_lazywds=0
wlg_mode=300Mbps
wl1_rxchain_pwrsave_pps=10
ntp_is_synced=0
wl0.3_macmode=disabled
gui_Wireless_Security_state=none
wlg_temp_key1=
wl1_rxchain_pwrsave_stas_assoc_check=0
pptp_serv_ip=10.0.0.138
http_rmenable=0
wlg_temp_key2=
os_date=Sep 24 2013
wlg_temp_key3=
wl1_radio_pwrsave_level=0
wlg_temp_key4=
http_lanport=80
wl_nband=2
lan1_hwnames=
wps_uuid=0x8c0787cdecaead493bb921dd85d785ac
wl_gmode=1
wan_status=down
wps_start=none
wla_auth_type=automatic
pci/1/1/rxchain=3
ver_check_ftp_password=WNDR3700v3@
wl1.13_hwaddr=2E:B0:5D:4A:79:51
wla_temp_ssid_4=
wla_allow_access_2=0
ipv6_wan_length_old=
wla_allow_access_3=0
wla_allow_access_4=0
pppoe2_demand=0
apmode_gateway=0.0.0.0
wl_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
dhcp_end=192.168.1.254
wla_temp_ssid_2=
wfi_error=
wla_temp_ssid_3=
wl0_wme_no_ack=off
wl1_channel=44
wan_gateway=0.0.0.0
sb/1/pa2gw2a0=0xFA18
l2tp_ip_sel=0
sb/1/pa2gw2a1=0xFA4B
lan_route=
wl1_nmcsidx=-1
pci/1/1/legofdmbw202gpo=0x00000000
wl1_hw_txchain=3
pci/1/1/ag0=0
pci/1/1/ag1=0
tmp_wla_repeater=0
wl_net_reauth=36000
wlg_temp_secu_type=None
lan1_ipaddr=192.168.2.1
pci/1/1/ag2=0
wl0_rxchain_pwrsave_quiet_time=1800
usb_wan_ftp_port=21
wl0_version=5.100.104.2
wl1.1_hwaddr=2E:B0:5D:4A:79:55
ddns_hostname=
static_l2tp_enable=0
upnp_DHCPServerConfigurable=1
wl0.1_hwaddr=2E:B0:5D:4A:79:56
wl1_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
iptv_enabled=0
wlg_passphrase=
wan_lease=86400
pnpxFwUpgrade=0
restore_defaults=0
lan_dhcpsv6_enable=0
wl1_nbw_cap=1
dlna_enable=1
mtd8_lang_name=
wla_sec_profile_enable_2=0
traffic_restart_hour=00
wla_sec_profile_enable_3=0
RA_AdvPreferredLifetime=1800
wla_sec_profile_enable_4=0
pppoe2_bs_keyword=
wl0_akm=
wl_maxassoc=128
wl0_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7
br0_ifnames=vlan1 eth1 eth2
radvd_lan_new_ipaddr_length=
wl_nctrlsb=none
gui_Internet_state=1
bs_trustedip=192.168.1.0
wla_temp_temp_broadcast=ssid_24G_bc
wan2_gateway=0.0.0.0
wl1_wme=on
l2tp_user_passwd=
wla_ssid_2=NETGEAR-Guest
wla_ssid_3=
pci/1/1/legofdmbw20ul5ghpo=0xAA662200
as_genie=0
wla_ssid_4=
wla_temp_ssid=NETGEAR
wl0_rifs_advert=auto
wl1_hwaddr=2C:B0:5D:4A:79:54
wlg_defaKey=0
wl1_vlan_prio_mode=off
wl1.3_unit=1.3
RA_AdvDefaultLifetime=1800
mtd5_lang_name=
wl1_wps_config_state=0
pppoe_flet_keyword=flets
sb/1/cddpo=0x1111
pppoe2_passwd=
l2tp_idle_time=5
RA_AdvReachableTime=0
upnp_enable=1
wl0_wme_ap_bk=15 1023 7 0 0 off off
str_tbl_non_en=0
wlg_ssid_bc_2=1
wl0_corerev=17
pptp_gateway=
wl_key=1
pppoe2_blk_srv_tbl=
wl1.2_maclist=
wl1_ampdu=on
wps_device_name=WNDR3700v3
wl1_unit=1
bpa_debug_level=1
wl0_radius_key=
wl0_wme_ap_be=15 63 3 0 0 off off
password_question2=0
usb_wan_http_enable=0
wl_ap_isolate=0
lan_wins=
wps_modelnum=WNDR3700v3
wlg_secu_type_2=None
wl0_maclist=
password_question1=0
wl_rts=2347
enable_gui_str_tbl=1
wl0_hwaddr=2C:B0:5D:4A:79:55
wl0_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
port_tr_conf=
ezc_version=2
traffic_led_enable=0
wl_channel=0
wlg_wds_pmp_sta=1
wl_wme_sta_bk=15 1023 7 0 0 off off
ipv6_domain_name_auto=
qos_bw_max_3=
wl_wme_sta_be=15 1023 3 0 0 off off
sb/1/pdetrange2g=5
wan_hostname=
wl1.1_ssid=NETGEAR-5G-Guest
wl0_radio=1
l2tp_gateway_ip=
pppoe_tmp_passwd=
ntp_sync_time=1352865585
wl1_rxchain=3
qos_bw_max_0=128000
wl0.3_maclist=
qos_bw_max_1=
RA_AdvAutonomous=on
qos_bw_max_2=
upnp_turn_on=1
wan_ifname=eth0
wla_passphrase=
wl1_infra=1
pppoe_ip_sel=0
traffic_block_enable=0
bpa_server=login-server
wl_bcn_rotate=1
wlg_preset_ssid=
os_version=5.110.7.2
wsc_pin_disable=0
wl1_leddc=0x640000
wla_temp_secu_type_2=
wla_temp_secu_type_3=
ipv6_lan_ipaddr_old=
parser_passwd=Gearucp
wl_ifname=
wla_temp_secu_type_4=
wan_wins=
sb/1/devid=0x4329
sb/1/bw40po=0x0000
ipv6_enable=0
enable_any_usb_dev=1
first_brs_lang=Swedish
wan2_ipaddr_old=0.0.0.0
wl_frameburst=on
pppoe_session_id=0
traffic_restart_day=1
wl1_dtim=2
wlg_frag=2346
wl0_wme_txp_vo=7 3 4 2 0
fwpt_enable=1
wl_wme_ap_vo=3 7 1 3264 1504 off off
lan1_domain=
wl_wme_ap_vi=7 15 1 6016 3008 off off
wla_key1_2=
pci/1/1/txchain=3
run_mld=0
wla_key1_3=
wla_key1_4=
sb/1/ccode=Q1
wl0_wme_txp_vi=7 3 4 2 0
wiz_pppoe_wait_time=5
wl0_txstreams=0
wl1_mode=ap
wlg_auth_type_2=automatic
pppoe_servicename=
sdram_config=0x0184
wl0_rifs=
dmz_ipaddr=192.168.1.0
wl0.1_closed=0
wl1.3_wep=
wl_rxchain_pwrsave_enable=1
wla_defaKey_3=0
wla_passphrase_2=
vlan1hwname=et0
wla_defaKey_4=0
wla_passphrase_3=
pppoe2_servicename=
wl1_plcphdr=long
wl0.3_ssid=
l2tp_user_netmask=...
ipv6_domain_name=
wl_unit=0
wla_passphrase_4=
wl1_macmode=disabled
ipv6_pppoe_passwd=
qos_port=
wlg_ap_isolate=0
pci/1/1/pa5glw0a0=0xFE97
pppoe2_east_passwd=guest
pci/1/1/pa5glw0a1=0xFE82
pci/1/1/pa5glw0a2=0xFE84
pci/1/1/mcs32po=0x2222
wl1_wme_no_ack=off
wl1.2_auth=0
wla_defaKey_2=0
wl1_radius_port=1812
gui_AttachedDevices_num=1
ver_check_ftp_svr3=updates1.netgear.com
sb/1/leddc=0xFFFF
wl1.15_hwaddr=2E:B0:5D:4A:79:53
wps_randomkey_5G=bOb9rL8FODJyqzv53r2x7Fw8ejafAOcXJRSE2soBvJ5xa4YLAeE
http_timeout=5
wlg_temp_ssid_2=
wlan_acl_num=64
pci/1/1/boardflags2=0x04000000
wl1_antdiv=-1
ver_check_ftp_svr1=updates1.netgear.com
ver_check_ftp_svr2=updates1.netgear.com
wl0_auth=0
auto_conn_time=0
wl_rxchain_pwrsave_quiet_time=1800
wla_secu_type_2=None
wla_secu_type_3=None
wla_secu_type_4=None
pppoe2_filter_rule_tbl=
upnp_portmap_entry=0
wl1_closed=0
wla_wds_pmp_sta=1
wps_lock_start_cnt=3
lan1_gateway=192.168.2.1
bpa_username=
wl_rxstreams=0
pppoe_switch=1
wl_rifs_advert=auto
RA_MaxRtrAdvInterval=600
wl0_net_reauth=36000
wla_defaKey=0
dhcp_serv_ip=0.0.0.0
all_service_tbl=
wlg_temp_broadcast=ssid_5G_bc
mtd9_lang_name=
wla_mode=145Mbps
wl1.1_ap_isolate=0
bs_keyword=
pci/1/1/legofdmbw205glpo=0x33221100
wl0.2_wep=
channel_mode=Default
board_id=U12H194T00_NETGEAR
boardmfg=NETGEAR
wla_key2_2=
wl_dtim=2
wla_key2_3=
ap_dyn_dns=1
lan_wps_oob=enabled
wla_key2_4=
pppoe2_fw_bks_block_type=0
wl1_nctrlsb=lower
wl1_version=5.100.104.2
wl1.3_bss_enabled=0
nat_inbound_filtering=1
wl_wds_timeout=1
lan_hwaddr=2C:B0:5D:4A:79:55
wl0_antdiv=-1
fw_spi_enab=1
pppoe_flet_type=0
wl1_rxchain_pwrsave_quiet_time=1800
wl0_closed=0
wlg_ssid=NETGEAR-5G
wl0_rate=0
wl1_mcast_regen_bss_enable=1
wl0.10_hwaddr=2E:B0:5D:4A:79:5F
wl0_phytype=n
wl0.3_akm=
wl0.2_unit=0.2
ipv6_6to4_relay=0
wl_mode=ap
lang_check_ftp_svr=updates1.netgear.com
pppoe_tmp_idletime=300
pci/1/1/tempoffset=0
ap_dyn_ip=1
http_passwd=password
pci/1/1/pa5glw1a0=0x162F
pci/1/1/pa5glw1a1=0x15ED
pci/1/1/pa5glw1a2=0x167F
pci/1/1/mcsbw20ul5glpo=0x44221100
wl_auth_mode=none
wlan_acl_dev7=
wlan_acl_dev8=
wlan_acl_dev9=
pppoe2_flag_Smin=0
wlan_acl_dev3=
wl0_key3=
wl0.2_hwaddr=2E:B0:5D:4A:79:57
wlan_acl_dev4=
wl0_key4=
wl1_radius_key=
wlan_acl_dev5=
tmp_lan_ipaddr=0.0.0.0
wlan_acl_dev6=
lan1_lease=86400
wl1.2_hwaddr=2E:B0:5D:4A:79:56
wl1.1_bss_enabled=0
wl_macmode=disabled
wlan_acl_dev0=
wan_hwname=
wlan_acl_dev1=
wan_netmask=0.0.0.0
wl0_key1=
wlan_acl_dev2=
wl0_key2=
access_mac_record=70-1A-04-64-2B-2F
sb/1/regrev=7
wl_plcphdr=long
pci/1/1/pdetrange5g=4
wl1_obss_coex=1
LangTagChinese=0
http_username=admin
super_passwd=Geardog
wla_ap_isolate=0
usb_umount=0
traffic_cntime_monthly_limit=0
ipv6_proto_auto=
bs_enable_temp=0
wl1_txchain=3
lan_netmask=255.255.255.0
wla_temp_region=5
pptp_passwd=
wl0.1_wme_bss_disable=0
wl1_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
wl_ampdu=on
wl0_nband=2
traffic_warning_state=0
wl0_rxchain_pwrsave_pps=10
wl_akm=
wl_wmf_bss_enable=0
sromrev=8
wl0_gmode=1
wps_lan_led=0
wan2_dns1=
wl1_nmode=-1
ipv6_interfaceid_enable=0
wan_hwaddr_sel=0
wl0_ap_isolate=0
wl1_corerev=29
fw_email_email_enable=0
wla_key3_4=
wl0_wme_sta_bk=15 1023 7 0 0 off off
wlg_temp_mode=300Mbps
pci/1/1/legofdmbw205gmpo=0x66221100
wla_temp_enable=enable_ap
wla_temp_sec_profile_enable_4=
sb/1/sromrev=8
wl1_amsdu=auto
qos_rule_count=-1
wla_key3_2=
RA_AdvRetransTimer=0
wla_key3_3=
wlg_wds_pmp_mac=
wl1_maclist=
wla_temp_sec_profile_enable_2=
wl0_wme_sta_be=15 1023 3 0 0 off off
wla_temp_sec_profile_enable_3=
wl0_bcn_rotate=1
wl1.1_akm=
vlan2ports=4 8u
wl1_frag=2346
rip_multicast=1
wl_infra=1
reset_gpio=3
pptp_idletime=5
wl_leddc=0x640000
pci/1/1/pa5glw2a2=0xFA84
pci/1/1/mcsbw20ul5gmpo=0x88443322
wl0_country_code=EU
fw_disable=0
wl1_wep=disabled
emf_rtport_entry=
pppoe_keepalive=1
wl1_wme_txp_vo=7 3 4 2 0
wiz_dhcp_wait_time=5
traffic_enable=0
pppoe2_east_username=guest@flets
wl1_wme_txp_vi=7 3 4 2 0
pci/1/1/pa5glw2a0=0xFA98
pci/1/1/pa5glw2a1=0xFA99
wl_version=5.100.104.2
et0macaddr=2C:B0:5D:4A:79:55
potValue=4320
bs_keywords=
pci/1/1/maxp5gha0=0x52
sel_region=0
bs_enable=0
pci/1/1/maxp5gha1=0x52
pci/1/1/maxp5gha2=0x52
wl1_mimo_preamble=gfbcm
sb/1/elna2g=3
wl0_rxchain_pwrsave_stas_assoc_check=0
wan_route=
wla_region=5
wl0_frameburst=on
sb/1/ofdm2gpo=0x75331111
apmode_dns1=
wla_temp_secu_type=None
http_rmendip=255.255.255.255
pppoe2_dns_server=
wl1_wds_timeout=1
super_username=Gearguy
wl_tpc_db=0
wps_mixedmode=2
mtd5_lang_version=
lanip_wds_setup_changed=0
ver_check_stringtable_dat=stringtable.dat
pci/1/1/legofdmbw20ul5glpo=0x33221100
wl1_wds=
wl0.1_auth=0
wl1_radio_pwrsave_pps=10
wl1_nreqd=0
wlg_wmm_advert_2=1
wl0_wps_mode=enabled
wps_config_method=0x284
rip_dir=1
emf_uffp_entry=
pci/1/1/macaddr=2C:B0:5D:4A:79:54
wl1_wps_mode=enabled
usb_wan_ftp_pasv_port_start=30001
wl0.1_bss_enabled=0
l2tp_serv_ip=
wifi_sche_off=Enable
wl0_wps_config_state=0
wl1_gmode_protection=auto
pci/1/1/pdetrange2g=4
smb_host_name=readyshare
wla_key4_3=
wan_desc=
wla_key4_4=
wl1_mrate=0
parser_username=Gearpar
pppoe2_server_mac=
pppoe2_dod=0
wl1_radius_ipaddr=
wps_method=1
lan_ipv6_link_local_addr_short=fe80::2eb0:5dff:fe4a:7955
wl_radio_pwrsave_quiet_time=1800
wla_frag=2346
sdram_init=0x0000
fw_email_send_all=0
wla_key4_2=
wl1_net_reauth=36000
sb/1/tssipos2g=1
pppoe_dod=1
wl0_bcn=100
fw_email_email_smtp=
cur_access_user_ip=192.168.1.102
wl0_dfs_postism=60
wl1.2_ap_isolate=0
wl_corerev=
usb_http_enable=1
wla_wds_ptp_sta=1
pppoe2_all_service_tbl=
wl0.2_closed=0
static_pppoe_enable=0
et0phyaddr=30
rip_version=2
time_zone=0
wl1.2_closed=1
usb_ftp_enable=0
wl_wps_config_state=0
wl_frag=2346
wl1.3_ssid=
wl0.1_macmode=disabled
wan_bpa_localport=5050
friendly_name=WNDR3700v3
wl_maclist=
wla_wds_pmp_mac=
upnp_advert_ttl=4
wl0_sta_retry_time=5
blk_srv_tbl=
pci/1/1/mcsbw205ghpo=0xAA662200
ipv6_sec_dns=
wla_wlanstate=Enable
ipv6_wan_ipaddr_old=
wl_bss_maxassoc=128
ezc_enable=1
wl0_radio_pwrsave_stas_assoc_check=0
wl1_ssid=NETGEAR-5G
wan_dns_sel=0
wlg_wep_length_2=0
pci/1/1/legofdmbw20ul5gmpo=0x66221100
boardflags=0x00001310
wl0_mimo_preamble=gfbcm
wps_aplockdown_disable=0
wandevs=et0
wl1.3_macmode=disabled
wl0_wme_apsd=on
pppoe_idletime=300
ipv6_pppoe_servicename=
ipv6_system_name=
system_name=WNDR3700v3
wl1_wme_apsd=on
dhcp_resrv_ip=
wl0_rateset=12
wl1.1_closed=0
wl1.4_hwaddr=2E:B0:5D:4A:79:58
traffic_round_up_volume=0
ddns_username=
wl1_phytype=h
ver_check_ftp_username=anonymous
wl0.4_hwaddr=2E:B0:5D:4A:79:59
mtd7_lang_version=
ddns_last_ip=0.0.0.0
wan_bpa_maxheartbeat=20
success_page_hijack=0
wlg_temp_temp_broadcast=ssid_5G_bc
pppoe_max_echo_fail=3
dhcp_resrv_mac=
lan_proto=dhcp
os_name=linux
clkfreq=480,240,120
lan_ipaddr=192.168.1.1
wan_ifnames=eth0 
wl1_ap_isolate=0
wla_temp_channel=0
wlg_wds_enable=0
wl0_radius_ipaddr=
wl_radio_pwrsave_pps=10
wl0.11_hwaddr=2E:B0:5D:4A:79:50
wl1_reg_mode=off
lan_ifnames=vlan1 eth1 eth2
wl0_wme=on
wl1_wme_sta_bk=15 1023 7 0 0 off off
gui_region=English
wfi_cmd=
log_level=0
wl1_wme_sta_be=15 1023 3 0 0 off off
wl0_reg_mode=off
wps_mfstring=NETGEAR, Inc.
wan_hwaddr=2C:B0:5D:4A:79:56
wl1_bcn_rotate=1
pci/1/1/maxp2ga0=0x48
wla_ssid=NETGEAR
pci/1/1/maxp2ga1=0x48
wl1.2_unit=1.2
pci/1/1/maxp2ga2=0x48
radvd_lan_obsolete_ipaddr=
wlan_acl_dev63=
wps_restart=0
ipv6_ntp_servers=
wl_nmode=-1
str_tbl_en=1
wl0_bss_enabled=1
wlg_preamble=long
wlan_acl_dev60=
wps_timeout_enable=0
wlan_acl_dev61=
wl1.3_hwaddr=2E:B0:5D:4A:79:57
wla_preset_passphrase=
wlan_acl_dev62=
wl0_unit=0
wl_hwaddr=
wl0.3_hwaddr=2E:B0:5D:4A:79:58
wlg_auth_type=automatic
wl1_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7
wan_bpa_minheartbeat=2
ver_check_config_file=fileinfo.txt
wl_amsdu=auto
bpa_server_temp=
wla_wme=1
dhcp_mode=manual
pci/1/1/venid=0x14e4
pppoe_tmp_username=guest
password_answer2=
wl_ssid=NETGEAR
supported_languages=Auto English German Chinese Korean Russian Spanish Polish French Italian Swedish Danish Dutch Greek Norwegian Czech Slovenian Portuguese Hungarian Romanian Finnish Slovak Turkish
smb_group_name=Workgroup
wl1_frameburst=on
wait_time=3
l2tp_dod=1
wlg_secu_type=None
wl0_afterburner=off
fwpt_count=0
pptp_ip_sel=0
wl_wps_mode=enabled
wan_dns=0.0.0.0
password_answer1=
wla_preamble=long
fw_email_email_alert=0
wlan_acl_dev56=
wl1_radioids=BCM2059
lang_check_config_file_name=stringtable.txt
wlan_acl_dev57=
wlan_acl_dev58=
wps_proc_status=0
wlan_acl_dev59=
sb/1/aa2g=3
sb/1/bwduppo=0
pause_wan_lan_conflict=1
RA_AdvManagedFlag=off
wla_temp_setting=0
wlan_acl_dev52=
wlan_acl_dev53=
wl0_radioids=BCM2056
wl0_wme_ap_vo=3 7 1 3264 1504 off off
wlan_acl_dev54=
wlan_acl_dev55=
wlan_acl_dev50=
wps_randomssid=NTGR-2.4G_GqN
wlan_acl_dev51=
mtd6_lang_name=
wl0_wme_ap_vi=7 15 1 6016 3008 off off
ipv6_interface_id=
ipv6_6to4_tunnel=down
wl0.1_maclist=
traffic_restart_min=00
wla_temp_broadcast=ssid_24G_bc
pppoe2_bs_keywords_temp=
wl1_wme_ap_bk=15 1023 7 0 0 off off
inbound_record=
pptp_conn_id=
wl1_wme_ap_be=15 63 3 0 0 off off
wl_phytype=b
wl0_vlan_prio_mode=off
wl_dfs_postism=60
wla_wps_tmp_lock_flag=0
wlan_acl_dev49=
pci/1/1/maxp5ga2=0x4E
wps_autoenr=1
wl_wme_sta_vo=3 7 2 3264 1504 off off
wan_hwaddr2=2C:B0:5D:4A:79:56
wl_mimo_preamble=gfbcm
wl0_dtim=2
wl_wme_sta_vi=7 15 2 6016 3008 off off
wlan_acl_dev45=
wl1_key=1
wlan_acl_dev46=
wl_nreqd=0
wlan_acl_dev47=
pci/1/1/maxp5ga0=0x4E
ipv6_pppoe_username=
wlan_acl_dev48=
pppoe_tmp_servicename=
pci/1/1/maxp5ga1=0x4E
wlan_acl_dev41=
static_route=
wlan_acl_dev42=
mtd9_lang_version=
ver_check_enable=0
wlan_acl_dev43=
wlan_acl_dev44=
lan1_ifname=
boardtype=0xF52C
wl1.3_ap_isolate=0
wl_obss_coex=1
wl_wme_bss_disable=0
wlg_temp_ssid=NETGEAR-5G
wla_autochannel=enable
et1macaddr=2C:B0:5D:4A:79:56
wlan_acl_dev40=
stats_server=
show_firmware_info=0
wl0_ampdu=on
wl1_rts=2347
wla_wds_enable=0
wl0.2_wps_mode=disabled
dhcp_start=192.168.1.2
pci/1/1/mcsbw405ghpo=0xBB662200
wl0_stbc_tx=auto
usb_wan_ftp_enable=0
lan1_route=
ipv6_sip_servers=
wl0.3_wps_mode=disabled
wl_mrate=0
auto_conn_24hr=Disable
second_wan_status=0
wl0.1_wps_mode=disabled
wl0_radio_pwrsave_level=0
wl0_mode=ap
wl1.3_maclist=
pptp_username=
wl1_bss_maxassoc=128
wlg_wds_ptp_sta=1
pci/1/1/legofdmbw20ul2gpo=0x00000000
wlan_acl_dev38=
wan2_netmask=0.0.0.0
wl1_crypto=tkip+aes
wlan_acl_dev39=
pppoe2_bs_enable=0
lan_domain=
timer_interval=3600
wl1.1_auth=0
wlan_acl_dev34=
str_tbl_non_en_tag=
wlan_acl_dev35=
str_tbl_non_en_ver=0.0.0.0
wl_wme_apsd=on
wlan_acl_dev36=
sb/1/triso2g=4
wl1.2_wep=
wl0.2_ssid=
bs_trustedip_temp=192.168.1.0
wl_radius_ipaddr=
wlan_acl_dev37=
wlan_acl_dev30=
pmon_ver=CFE 2010.09.30.0
wlan_acl_dev31=
wlan_acl_dev32=
wlan_acl_dev33=
wla_wds_ptp_mac=
ddns_wildcard=0
wlg_repeater=0
run_test=0
gui_Wireless_Radio_state=both
sb/1/mcs2gpo7=0xB975
wl0_infra=1
wl1_rifs_advert=auto
pppoe_tmp_mtu=1454
ipv6_auto_type=DHCP/Auto Config
wps_config_command=0
wla_temp_key3=
sb/1/mcs2gpo3=0xA864
wla_temp_key4=
sb/1/mcs2gpo4=0x3333
sb/1/mcs2gpo5=0x9864
boot_wait=off
wps_modelname=WNDR3700v3
wl_rxchain_pwrsave_stas_assoc_check=0
sb/1/mcs2gpo6=0x3333
wl1_txstreams=0
wl0.3_bss_enabled=0
wl1.3_akm=
sb/1/mcs2gpo0=0x1000
wla_temp_key1=
sb/1/mcs2gpo1=0x7531
wl0_leddc=0x640000
wla_temp_key2=
sb/1/mcs2gpo2=0x2111
lan_dhcpsv6_lifetime=86400
wlg_wep_length=0
boardrev=0x1101
wlg_band=2.4G
pci/1/1/aa5g=7
wlan_acl_dev27=
wlan_acl_dev28=
wl0_mcast_regen_bss_enable=1
wlan_acl_dev29=
auto_enable=1
wla_repeater=0
wlg_ssid_2=NETGEAR-5G-Guest
wlg_wds_mode=1
wlan_acl_dev24=
gui_check_enable=1
wlan_acl_dev25=
opo=0x0
wlan_acl_dev26=
wan_unit=0
wl_antdiv=-1
wlan_acl_dev23=
wl1_radio_pwrsave_stas_assoc_check=0
wl_reg_mode=off
pci/1/1/maxp5gla0=0x4E
enable_password_recovery=0
wlan_acl_dev20=
pci/1/1/maxp5gla1=0x4E
gui_region2=
wlan_acl_dev21=
pci/1/1/maxp5gla2=0x4E
wlan_acl_dev22=
pci/1/1/antswctl5g=0
pci/1/1/mcsbw202gpo=0x00000000
wl0.6_hwaddr=2E:B0:5D:4A:79:5B
l2tp_conn_id=WNDR3700v3
wlan_acl_enable=0
wl0_crypto=tkip+aes
wl1.3_closed=1
pppoe_localgateway=
wl_bcn=100
wl1.6_hwaddr=2E:B0:5D:4A:79:5A
wl_dfs_preism=60
wl0.1_wep=
qos_bw_uplink=256000
wl_sta_retry_time=5
sb/1/rxchain=3
wl_wme_txp_bk=7 3 4 2 0
wl_closed=0
wl0_auth_mode=none
wl0.3_closed=0
wl_wme_txp_be=7 3 4 2 0
sb/1/ledbh3=11
wla_temp_allow_access_2=
pci/1/1/tempthresh=120
wla_temp_allow_access_3=
bs_keywords_temp=
wla_temp_allow_access_4=
pci/1/1/regrev=7
wps_aplockdown=0
sb/1/ledbh0=11
traffic_volume_monthly_limit=0
sb/1/maxp2ga0=0x56
sb/1/ledbh1=11
wla_wds_mode=1
sb/1/maxp2ga1=0x56
sb/1/ledbh2=11
pci/1/1/devid=0x4331
wl0_nmcsidx=-1
wl1_rateset=12
wlan_acl_dev16=
wlan_acl_dev17=
wl1.11_hwaddr=2E:B0:5D:4A:79:5F
wlan_acl_dev18=
wl0.3_auth=0
wlan_acl_dev19=
igmp_proxying_enable=0
wlan_acl_dev12=
fw_dmz_ip4=2
wlan_acl_dev13=
traffic_warning_time=0
wlan_acl_dev14=
qos_bw_enable=0
wlan_acl_dev15=
sb/1/antswctl2g=2
gui_GuestNetwork_enable=none
wl0.1_unit=0.1
wlan_acl_dev10=
wl0_gmode_protection=auto
wl0.13_hwaddr=2E:B0:5D:4A:79:52
wl0.2_akm=
wlan_acl_dev11=
wps_mode=enabled
usb_shareport=21
wps_currentband=
fw_email_pid=2061
wl_afterburner=off
wps_wer_mode=allow
pci/1/1/ccode=Q1
RA_AdvLinkMTU=1800
pppoe2_authtype=0
wl0_nbw_cap=0
wl1.5_hwaddr=2E:B0:5D:4A:79:59
inbound_policy_tbl=
wl_radioids=
pppoe_server_mac=
console_loglevel=1
wlg_defaKey_2=0
wl0.5_hwaddr=2E:B0:5D:4A:79:5A
brs_lang_check_enable=1
pppoe2_session_id=0
qos_bw_min_1=
wl_gmode_protection=auto
qos_bw_min_2=
qos_bw_min_3=1000000
lan1_dhcp=0
pci/1/1/cckbw20ul2gpo=0x0000
pci/1/1/leddc=0xFFFF
wl1_nmode_protection=auto
ipv6_system_name_auto=
qos_bw_min_0=
pppoe_username=guest
wla_ssid_bc_2=1
wla_ssid_bc_3=1
wla_ssid_bc_4=1
pci/1/1/pa5ghw0a0=0xFE9A
wl0_radio_pwrsave_pps=10
pci/1/1/pa5ghw0a1=0xFE92
is_modified=0
pppoe_echo_interval=30
pci/1/1/pa5ghw0a2=0xFE98
wl1.10_hwaddr=2E:B0:5D:4A:79:5E
wan_ipaddr=0.0.0.0
pci/1/1/pa5gw0a0=0xFE82
usb_mount_signal=0
pci/1/1/pa5gw0a1=0xFE85
wlg_temp_ssid_bc_2=
pci/1/1/pa5gw0a2=0xFE7F
pci/1/1/mcsbw205glpo=0x44221100
wl1_wmf_bss_enable=0
fw_rsp_ping=0
sdram_refresh=0x183f
RA_AdvValidLifetime=2400
wla_wep_length=0
dhcp_domain=
mtd7_lang_name=
wl0.12_hwaddr=2E:B0:5D:4A:79:51
ipv6_wan_length=
wl_wme=auto
wlg_key1_2=
pci/1/1/aa2g=7
pci/1/1/antswitch=0
wan_primary=0
wl0_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
wl1_rxchain_pwrsave_enable=1
pppoe2_idletime=300
vlan1ports=0 1 2 3 8*
bpa_status=0
auto_ip_backup=0
wl0.1_ap_isolate=0
ddns_passwd=
wl_radio_pwrsave_enable=0
pci/1/1/antswctl2g=0
logo_enable=0
wl_radio_pwrsave_stas_assoc_check=0
iptv_interfaces=0x00
wl0_frag=2346
wl0_wep=disabled
router_disable=0
pptp_user_ip=...
ver_type=WW
lan1_netmask=255.255.255.0
wl_rateset=12
pppoe_wan_dns1=
pci/1/1/ledbh0=11
wl0_wme_sta_vo=3 7 2 3264 1504 off off
pci/1/1/ledbh1=11
wl1.3_wps_mode=disabled
pppoe2_temp_type=4
pci/1/1/ledbh2=11
pci/1/1/ledbh3=11
wl0_wps_reg=enabled
wl1.1_wps_mode=disabled
wl1.2_wps_mode=disabled
wl1_radio=1
ipv6_lan_length=
RA_MinRtrAdvInterval=198
traffic_control_type=0
wl0_wme_sta_vi=7 15 2 6016 3008 off off
wan2_dns_sel=0
wl1_akm=
pppoe_ifname=ppp0
wl0_radius_port=1812
wl_wps_reg=enabled
wl0_wds=
wlg_passphrase_2=
sku_lang=English
bpa_dod=1
fw_bks_block_type=0
wl_vlan_prio_mode=off
wl0_nmode=-1
tftp_serv_ipaddr=192.168.1.2
wl_country_code=EU
pci/1/1/pa5ghw1a0=0x15E7
pci/1/1/pa5ghw1a1=0x13E9
pci/1/1/pa5ghw1a2=0x15CD
tmp_wlg_wds_enable=0
lan_wps_reg=enabled
wan_proto=dhcp
pci/1/1/pa5gw1a0=0x1677
last_auto_ip=0.0.0.0
wlg_wds_ptp_mac=
pci/1/1/pa5gw1a1=0x167C
wla_temp_defaKey=0
pci/1/1/pa5gw1a2=0x1620
pci/1/1/mcsbw205gmpo=0x88443322
wlg_rts=2347
wl0_amsdu=auto
wlg_temp_ap_isolate=0
wl_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7
pci/1/1/sromrev=9
wl0_wpa_psk=
schedule_config=127:0:0:23:59
wlg_key2_2=
ipv6_proto=disable
wlg_key2=
wlg_key3=
wlg_key4=
lang_check_config_file_dir=stringtables
dlna_auto_ip=0
pppoe2_tmp1=
tmp_rip_enable=null
boardflags2=0x00110402
pppoe2_tmp2=
log_filter=65535
wlg_key1=
pppoe2_tmp3=
sb/1/txchain=3
pppoe_tmp_localip=0.0.0.0
pci/1/1/boardvendor=0x14e4
wlg_allow_access_2=0
wl0_lazywds=0
static_pptp_enable=0
smb_enable=1
wl0_tpc_db=0
RA_AdvOtherConfigFlag=on
wps_version2=enabled
xtalfreq=20000
wlan_acl_mac9=
sb/1/extpagain2g=3
wl1.2_bss_enabled=0
lan_stp=1
led_blink_mode=1
ipv6_wan_ipaddr=
RA_AdvCurHopLimit=64
wlan_acl_mac5=
wlan_acl_mac6=
vlan2hwname=et0
wlan_acl_mac7=
pptp_localip=0.0.0.0
http_rmstartip=0.0.0.0
wl_wpa_psk=
wlan_acl_mac8=
wl0_hw_rxchain=3
wlan_acl_mac1=
wlan_acl_mac2=
wl1.2_ssid=
wlan_acl_mac3=
pci/1/1/boardflags=0x00000200
wl1_ifname=eth2
wlan_acl_mac4=
lan_lease=86400
pci/1/1/pa2gw0a1=0xFE72
pci/1/1/pa2gw0a2=0xFE74
wl_mcast_regen_bss_enable=1
wlan_acl_mac0=
sb/1/ag0=0
wl0_wme_txp_bk=7 3 4 2 0
sb/1/ag1=0
lan1_wins=
sb/1/ag2=0
pci/1/1/mcsbw20ul2gpo=0x00000000
wl_wme_ap_bk=15 1023 7 0 0 off off
wan_domain=
pci/1/1/pa2gw0a0=0xFE6D
wl_wme_ap_be=15 63 3 0 0 off off
pci/1/1/cckbw202gpo=0x0000
l2tp_user_ip=...
pppoe_user_ip=...
wl0_dfs_preism=60
wl0_nreqd=0
wl0_wme_txp_be=7 3 4 2 0
wan_ipaddr_old=0.0.0.0
wl0_ssid=NETGEAR
pppoe2_west_passwd=flets
ipv6_lan_length_old=
is_default=1
mtd3_lang_name=English
sb/1/itt2ga1=0x20
qos_l7_apps=5:3 6:3 3:0 2:0 4:0 1:0
pci/1/1/pa5ghw2a2=0xFAB2
wl0.15_hwaddr=2E:B0:5D:4A:79:54
ipv6_lan_ipaddr=
pppoe2_mtu=1454
wl0.3_wme_bss_disable=0
pci/1/1/pa5gw2a2=0xFA88
sku_name=WW
pppoe2_bs_keywords=
ntp_update_interval=86400
pci/1/1/pa5ghw2a0=0xFAAC
sb/1/itt2ga0=0x20
pci/1/1/pa5ghw2a1=0xFB2A
ru_igmp_enable=0
schedule_daylightadjust=0
wps_device_pin=50076277
wl0_mrate=0
gui_GuestNetwork_sec_profile=none
wla_secu_type=None
pci/1/1/pa5gw2a0=0xFA72
pci/1/1/pa5gw2a1=0xFA7A
wlg_key3_2=
pppoe_mtu=1492
wl0_rxstreams=0
upnp_advert_period=30
gpio5=robo_reset
pci/1/1/mcsbw405glpo=0x66443322
wl0_ifname=eth1
wla_onoff=Disable
wl1.1_macmode=disabled
wl1.7_hwaddr=2E:B0:5D:4A:79:5B
mtd4_lang_version=
wl0_nctrlsb=none
activeuser_ip=
wlg_channel=44
http_wanport=
wl0.7_hwaddr=2E:B0:5D:4A:79:5C
first_wan_status=0
wl1_wpa_gtk_rekey=0
media_name=ReadyDLNA: WNDR3700v3
single_firmware_en=1
tmp_wla_wds_enable=0
wl_stbc_tx=auto
wl1_rifs=
et0mdcport=0
wl1.12_hwaddr=2E:B0:5D:4A:79:50
watchdog=3000
pci/1/1/ledbh12=11
wl1.3_auth=0
wl_phytypes=
tmp_lan_proto=null
pppoe_localnetmask=...
dual_band=1
ddns_enable=0
wla_temp_passphrase=
wl1.1_unit=1.1
wla_wmm_advert_4=1
wl1_wme_bss_disable=0
wl0.14_hwaddr=2E:B0:5D:4A:79:53
wl0.2_macmode=disabled
ipv6_6to4_sla_id=58482
RA_AdvOnLink=on
pci/1/1/pa2gw1a0=0x1772
wl_txstreams=0
pppoe2_keepalive=0
pci/1/1/pa2gw1a1=0x1792
wl_rxchain_pwrsave_pps=10
wla_wmm_advert_2=1
pci/1/1/pa2gw1a2=0x1710
wla_wmm_advert_3=1
log_ipaddr=
wl_radius_port=1812
wan2_dns=
wl1_auth=0
wl0.2_ap_isolate=0
wl0_wmf_bss_enable=0
root@OpenWrt:/# 

Any ideas on what is happening ?

The good thing is that I now have a router to toy around with. I can run more test and capture things to assist in getting better support for the WNDR3700V3 router.


Best regards

You should see bgmac (gigabit ethernet driver) messages, something like:

[    3.580000] bgmac bcma0:0: Found PHY addr: 30 (NOREGS)
[    3.592000] bgmac bcma0:0: Support for Roboswitch not implemented
[    3.600000] libphy: bgmac mii bus: probed
[    3.608000] b53_common: found switch: BCM53125, rev 4
[    3.612000] (unregistered net_device): attached PHY driver [Broadcom B53 (2)] (mii_bus:phy_addr=bgmac-0-0:1e)
[    3.624000] bgmac: Broadcom 47xx GBit MAC driver loaded

I have no idea why they didn't appeared. Maybe your build didn't contain bgmac?

Where did you get that image from?

Thank you that was correct. I made a new build  where I made sure the target system and and profile was correct:

Target System (Broadcom BCM947xx/953xx)
Target Profile (Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (b43))

This works out of the box and this is what I get now:

[    4.392000] diag: Detected 'Netgear WNDR3700 V3'
[    4.404000] bgmac bcma0:1: Found PHY addr: 30 (NOREGS)
[    4.412000] bgmac bcma0:1: Support for Roboswitch not implemented
[    4.420000] libphy: bgmac mii bus: probed
[    4.504000] b53_common: found switch: BCM53115, rev 8
[    4.512000] (unregistered net_device): attached PHY driver [Broadcom B53 (1)] (mii_bus:phy_addr=bgmac-0-0:1e)
[    4.524000] bgmac: Broadcom 47xx GBit MAC driver loaded

I build using latest in trunk and this works fine for WNDR3700V3.

However the 5G wireless does not work, but that is expected as it is not currently supported.

Hi,
I've just successfully installed OpenWRT on my Netgear R3700 v1, to secure the bridge connection with WPA, since this is not possible with the original firmware.

However, while configuring it, I've realized that this is just to much for my skills.

So now I'm trying to restore the router's default settings. I'm able to access through LuCi web panel, and on System>Backup/Firmware>Flash Operations (Actions): Restore Backup, I can upload a configuration file.

I have the original Netgear configuration file, but is it as simple as it was to upload and install OpenWRT?

Here's the printscreen of the menu.
http://ep1.pinkbike.org/p5pb11153817/p5pb11153817.jpg

The discussion might have continued from here.