NETGEAR WNDR3400

Devices with Broadcom WiFi chipsets have limited OpenWrt supportability (due to limited FLOSS driver availability for Broadcom chips). Consider this when choosing a device to buy, or when deciding to flash OpenWrt on your device because it is listed as supported. See Broadcom WiFi for details.

Warning: Due to the use of Broadcom chipsets, you will encounter severely degraded WiFi performance on the WNDR3400 when using OpenWrt!

v1: 2.4GHz band runs in “b/g” mode only, 5GHz band runs in “a” mode only.

v2 and v3: WiFi is completely inoperable on both 2.4Ghz and 5GHz bands.

Blame Broadcom for this, not the OpenWrt developers.

The WNDR3400 utilizes Broadcom architecture brcm47xx.

Different factory firmware seem to contain different nvram variables that affect board detection code. Board detection via Kernel ( arch/mips/bcm47xx/board.c patched in trunk) works (flashed from Netgear firmware WNDR3400-V1.0.0.50_20.0.59-OFW.chk; another earlier version didn't work ). Board detection in package broadcom-diag isn't implemented yet (2013-02-23). FIXME This information is quite old. Please verify and update this section, then remove this fixme. Wireless status see below.

Version/Model Launchdate Model Specific Notes
v1 09-2010 top WPS button is transparent
v2 12-2011 Box bottom panel lists Model WNDR3400v2, top WPS button is blue
v3 ??-2013 Bottom of router lists Model as WNDR3400v3, WPS button is black
  • WNDR3400 on Infodepot (Serial, JTAG , Logs)

FIXME Please add the installation procedure here.

FIXME Please add the installation procedure here.

First, do a factory reset of the device. With the power on, press and hold the reset button for about 8 seconds until the power light begins to blink slowly. Release the reset button and the device will restart.

Connect your computer to one of the LAN ports on the router. Make sure your computer has an IP address in the 192.168.1.2-254 range.

The default IP address is 192.168.1.1. Navigate to this address in a browser and you will see the Netgear Genie Wizard. If you get a message that says “You are not connected to the Internet. Do you want Netgear Genie to help?” select “No, I want to configure the Internet connection myself.” Click next, then confirm. Login with default credentials admin:password

Select the Advanced tab, then Administration, then Router Update. Select the OpenWrt image from your computer (ex: openwrt-18.06.2-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk), then select Upload and confirm. You should see the message “Note: It will take about 1.5 minutes for firmware upgrade. Please don't turn off the power...” Then you will see the message “Rebooting the router now, please wait.” You will see the status bar fill up, then you can browse back to 192.168.1.1. With any luck, you will see the OpenWrt login page.

FIXME Outdated information. Please review and recreate installation instructions in the appropriate section above.

Installation

Support for the different versions of the WNDR3400
  • Version 1 of this device is supported in trunk.
    • The precompiled image openwrt-wndr3400_v1-squashfs.chk can be uploaded in the original Web interface or via TFTP
    • Now should be the mips74k branch file:

http://downloads.openwrt.org/snapshots/trunk/brcm47xx/mips74k/openwrt-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk

Update the image
  • Version 1: Updating is done with the file named openwrt-brcm47xx-squashfs.trx .
  • Again, moved to:

http://downloads.openwrt.org/snapshots/trunk/brcm47xx/mips74k/openwrt-brcm47xx-mips74k-squashfs.trx

Wireless support

There are at least 4 different wireless drivers available: b43 , broadcom-wl , brcmsmac and brcmfmac.

  • b43 : 2 wireless radios detected, both radios don't work (no scanning) (as of trunk r37307)
  • broadcom-wl : 1 wireless radio detected, 802.11n works, AP Mode works (as of trunk Feb-2013)
  • brcmsmac: 2 wireless radios detected, both work with N speed, AP Mode on bgn radio[1], 802.11a+n client mode only, P2P status unknown (ad-hoc networking)(as of trunk r37307)
  • brcmfmac: unknown

[1]AP Mode for brcmsmac is WIP ( linux-wireless ), AP mode has errors

Hardware tinkering

The 6 case screws at the bottom are Torx T8. There are 4 ufl connectors for internal antennas.

serial console

Serial Headers aren't populated.

<--- to main chip                JP1
                    (  ) (Rx) (  )  (  )  (Tx)  ( GND )
Flash semi bricked unit, return to original firmware

Somehow the MTD became write protected. mtd unlock, mtd erase or sysupgrade wouldn't work. The original firmware from Netgear is in CHK format. You can't flash that firmware back to the device (wrong format).

  • Switch on unit
  • Ctrl-C interrupts the boot process (if it doesnt work you should try another program for the serial console)
  • Start TFTP Server from CFE command prompt with : tftpd
  • Upload file via TFTP - example: tftp -4 -v -m binary 192.168.1.1 -c put WNDR3400-V1.0.0.50_20.0.59-OFW.chk
  • Wait until device reboots
  • Connect with serial console
  • Interrupt CFE Bootloader by pressing CTRL+C
  • prepare a TFTP client from 192.168.1.x to send the .CHK firmware to the router with IP 192.168.1.1
  • on router run “tftpd” command in CFE - starts TFTPD on router

LEDE 17.01.0-rc1 (Feb 2017) WNDR3400v2 boots up with Ethernet, but Network→Wi-Fi menu not available, no way to turn on Wi-Fi. Probably never will be, due to Broadcomm wireless chip. After booting, the USB port remains powered off. Setting GPIO 21 high will turn on the USB port 5 volt power and let the port work.

Hardware Highlights

A “BCM43236 rev 2” is attached to USB. The unit has 3 buttons: 2 Back (Reset, Wireless), 1 Top (WPS “dome”)

WLAN support of BCM43236 : no full mac driver

[   16.880000] brcmfmac: brcmf_usb_fw_download: unsupported chip 43236 rev 2
Serial console

The serial is already populated on J41.

<--- to BCM5358U                  J41
                    (  ) (Rx) (  )  (  )  (Tx)  ( GND )
Telnet output with netgear fw v1.0.0.16_1.0.34

orig. fw telnet console

BusyBox v1.7.2 (2011-08-26 18:15:36 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.


# 
# cat cmdline
root=/dev/mtdblock2 console=ttyS0,115200 init=/sbin/preinit

orig. fw telnet /proc/cpuinfo

system type             : Broadcom BCM5357 chip rev 2
processor               : 0
cpu model               : MIPS 74K V4.9
BogoMIPS                : 264.60
wait instruction        : no
microsecond timers      : yes
tlb_entries             : 64
extra interrupt vector  : no
hardware watchpoint     : yes
ASEs implemented        : mips16 dsp
VCED exceptions         : not available
VCEI exceptions         : not available

unaligned_instructions  : 414
dcache hits             : 2147483648
dcache misses           : 2928642412
icache hits             : 2147483648
icache misses           : 3187732671
instructions            : 2147483648

orig. fw telnet /proc/meminfo

cat meminfo
MemTotal:        61416 kB
MemFree:         33016 kB
Buffers:          2972 kB
Cached:           9952 kB
SwapCached:          0 kB
Active:           8884 kB
Inactive:         8440 kB
SwapTotal:           0 kB
SwapFree:            0 kB
Dirty:               0 kB
Writeback:           0 kB
AnonPages:        4412 kB
Mapped:           2000 kB
Slab:             7092 kB
SReclaimable:     1768 kB
SUnreclaim:       5324 kB
PageTables:        344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:     30708 kB
Committed_AS:     7716 kB
VmallocTotal:   786388 kB
VmallocUsed:      3412 kB
VmallocChunk:   782516 kB
Boot from /proc/kmsg
 cat kmsg 
<5>Linux version 2.6.22 (cliffwang@cliffwang-desktop) (gcc version 4.2.3) #47 Fri Aug 26 18:14:59 CST 2011
<4>CPU revision is: 00019749
<4>Found a 8MB ST compatible serial flash
<4>wombo_reset set to gpio 25
<4>Determined physical RAM map:
<4> memory: 03fff000 @ 00000000 (usable)
<7>On node 0 totalpages: 16383
<7>  Normal zone: 127 pages used for memmap
<7>  Normal zone: 0 pages reserved
<7>  Normal zone: 16256 pages, LIFO batch:3
<4>Built 1 zonelists.  Total pages: 16256
<5>Kernel command line: root=/dev/mtdblock2 console=ttyS0,115200 init=/sbin/preinit
<4>Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
<4>Primary data cache 32kB, 4-way, linesize 32 bytes.
<6>Synthesized TLB refill handler (20 instructions).
<6>Synthesized TLB load handler fastpath (32 instructions).
<6>Synthesized TLB store handler fastpath (32 instructions).
<6>Synthesized TLB modify handler fastpath (31 instructions).
<4>PID hash table entries: 256 (order: 8, 1024 bytes)
<4>CPU: BCM5357 rev 2 at 530 MHz
<4>Using 265.000 MHz high precision timer.
<4>Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
<4>Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>Memory: 61168k/65532k available (2779k kernel code, 4300k reserved, 556k data, 184k init, 0k highmem)
<7>Calibrating delay loop... 264.60 BogoMIPS (lpj=1323008)
<4>Mount-cache hash table entries: 512
<6>NET: Registered protocol family 16
<5>SCSI subsystem initialized
<6>usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
<4>PCI: no core
<4>PCI: Fixing up bus 0
<6>Time: MIPS clocksource has been installed.
<6>NET: Registered protocol family 2
<4>IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
<4>TCP established hash table entries: 2048 (order: 2, 16384 bytes)
<4>TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
<6>TCP: Hash tables configured (established 2048 bind 2048)
<6>TCP reno registered
<6>squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher
<4>fuse init (API version 7.8)
<6>io scheduler noop registered (default)
<6>Serial: 8250/16550 driver $Revision: 1.1.1.1 $ 4 ports, IRQ sharing disabled
<6>serial8250: ttyS0 at MMIO 0x0 (irq = 8) is a 16550A
<6>loop: module loaded
<6>PPP generic driver version 2.4.2
<6>NET: Registered protocol family 24
<6>PPPoL2TP kernel driver, V0.17
<5>sflash: squash filesystem with lzma found at block 1505
<5>Creating 15 MTD partitions on "sflash":
<5>0x00000000-0x00040000 : "boot"
<5>0x00040000-0x00740000 : "linux"
<5>0x00178544-0x00740000 : "rootfs"
<5>0x00740000-0x00750000 : "ML1"
<5>0x00750000-0x00760000 : "ML2"
<5>0x00760000-0x00770000 : "ML3"
<5>0x00770000-0x00780000 : "ML4"
<5>0x00780000-0x00790000 : "ML5"
<5>0x00790000-0x007a0000 : "ML6"
<5>0x007a0000-0x007b0000 : "ML7"
<5>0x007b0000-0x007c0000 : "T_Meter1"
<5>0x007c0000-0x007d0000 : "T_Meter2"
<5>0x007d0000-0x007e0000 : "POT"
<5>0x007e0000-0x007f0000 : "board_data"
<5>0x007f0000-0x00800000 : "nvram"
<7>PCI: Setting latency timer of device 0000:00:04.1 to 64
<6>ehci_hcd 0000:00:04.1: EHCI Host Controller
<6>ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
<6>ehci_hcd 0000:00:04.1: EHCI Fastpath: New EHCI driver starting
<6>ehci_hcd 0000:00:04.1: irq 5, io mem 0x18004000
<6>ehci_hcd 0000:00:04.1: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004
<6>usb usb1: configuration #1 chosen from 1 choice
<6>hub 1-0:1.0: USB hub found
<6>hub 1-0:1.0: 2 ports detected
<7>ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
<7>PCI: Setting latency timer of device 0000:00:04.0 to 64
<6>ohci_hcd 0000:00:04.0: OHCI Host Controller
<6>ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
<6>ohci_hcd 0000:00:04.0: irq 5, io mem 0x18009000
<6>usb usb2: configuration #1 chosen from 1 choice
<6>hub 2-0:1.0: USB hub found
<6>hub 2-0:1.0: 2 ports detected
<6>Initializing USB Mass Storage driver...
<6>usb 1-2: new high speed USB device using ehci_hcd and address 2
<6>usb 1-2: configuration #1 chosen from 1 choice
<6>usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
<4>u32 classifier
<6>TCP cubic registered
<6>NET: Registered protocol family 1
<6>NET: Registered protocol family 10
<6>6WIND/LSIIT IPv6 multicast forwarding 0.1 plus PIM-SM/SSM with *BSD API
<6>lo: Disabled Privacy Extensions
<6>IPv6 over IPv4 tunneling driver
<6>sit0: Disabled Privacy Extensions
<6>NET: Registered protocol family 17
<6>802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
<6>All bugs added by David S. Miller <davem@redhat.com>
<4>VFS: Mounted root (squashfs filesystem) readonly.
<6>Freeing unused kernel memory: 184k freed
<4>Warning: unable to open an initial console.
<4>Failed to execute /init
<4>Algorithmics/MIPS FPU Emulator v1.5
<4>emf: module license 'Proprietary' taints kernel.
<0>Initialise conn table 2048 entries
<4>et_module_init: passivemode set to 0x1
<7>PCI: Setting latency timer of device 0000:00:02.0 to 64
<4>eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.60.127 @VERSION_TYPE@
<4>wl_module_init: wl_txq_thresh set to 0x200
<7>PCI: Setting latency timer of device 0000:00:01.0 to 64
<4>eth1: Broadcom BCM4329 802.11 Wireless Controller 5.60.127.2706 @VERSION_TYPE@
<4>Symbol usb_register_driver is being used by a non-GPL module, which will not be allowed in the future
<4>Please see the file Documentation/feature-removal-schedule.txt in the kernel source tree for more details.
<4>Symbol usb_deregister is being used by a non-GPL module, which will not be allowed in the future
<4>Please see the file Documentation/feature-removal-schedule.txt in the kernel source tree for more details.
<4>wl_module_init: rpcq_rxthresh set to 0x200
<4>wl_module_init: wl_txq_thresh set to 0x200
<4>EHCI Fastpath: usb_dev 83f01000
<4>EHCI Fastpath: bus 83f6ec00
<4>EHCI Fastpath: Hub 83f01c00
<6>ehci_hcd 0000:00:04.1: EHCI Fastpath: Got the bypass device command in EHCI 83f01000
<4>EHCI Fastpath: usb_dev 83f01000
<4>EHCI Fastpath: bus 83f6ec00
<4>EHCI Fastpath: Hub 83f01c00
<6>ehci_hcd 0000:00:04.1: EHCI Fastpath: Got the bypass callback command in EHCI c012969c
<4>EHCI Fastpath: usb_dev 83f01000
<4>EHCI Fastpath: bus 83f6ec00
<4>EHCI Fastpath: Hub 83f01c00
<6>ehci_hcd 0000:00:04.1: EHCI Fastpath: Got the RH bypass command in EHCI for EP #0 0004
<6>ehci_hcd 0000:00:04.1: EHCI Fastpath: EP 83e781ec QH a3ec3100 dummy a10d4060
<4>EHCI Fastpath: usb_dev 83f01000
<4>EHCI Fastpath: bus 83f6ec00
<4>EHCI Fastpath: Hub 83f01c00
<6>ehci_hcd 0000:00:04.1: EHCI Fastpath: Got the RH bypass command in EHCI for EP #1 0012
<6>ehci_hcd 0000:00:04.1: EHCI Fastpath: EP 83e781a4 QH a3ec3180 dummy a10d4120
<4>EHCI Fastpath: EP in 18 EP in2 19 EP out 4
<3>ehci_hcd 0000:00:04.1: dma_pool_free usbnet_qtd, a10d4060/10d4060 (bad dma)
<4>bcm_rpc_up: waiting to be connected
<4>bcm_rpc_buf_recv_mgn_high: Recvd:2 Version: 0x53c7fa9
<4>State: 1 Session:0
<4>bcm_rpc_buf_recv_mgn_high: Reason: 0 Dongle Version: 0x53c7fa9
<4>bcm_rpc_buf_recv_mgn_high: Connected!
<4>eth2: Broadcom BCMa8e4 802.11 Wireless Controller 5.60.127.2706 @VERSION_TYPE@
<6>usbcore: registered new interface driver dbus_usbdev
<7>vlan1: add 33:33:00:00:00:01 mcast address to master interface
<7>vlan1: add 01:00:5e:00:00:01 mcast address to master interface
<7>vlan1: add 33:33:ff:37:c6:69 mcast address to master interface
<6>vlan1: dev_set_allmulti(master, 1)
<6>vlan1: dev_set_promiscuity(master, 1)
<6>device eth0 entered promiscuous mode
<6>device vlan1 entered promiscuous mode
<4>COEX: downgraded chanspec 0x2e04 to 0x2b06: channel 1 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 4 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d03 to 0x2b01: channel 2 used by exiting BSSs 
<6>device eth1 entered promiscuous mode
<6>device eth2 entered promiscuous mode
<6>br0: port 3(eth2) entering learning state
<6>br0: port 2(eth1) entering learning state
<6>br0: port 1(vlan1) entering learning state
<6>br0: topology change detected, propagating
<6>br0: port 3(eth2) entering forwarding state
<6>br0: topology change detected, propagating
<6>br0: port 2(eth1) entering forwarding state
<6>br0: topology change detected, propagating
<6>br0: port 1(vlan1) entering forwarding state
<4>COEX: downgraded chanspec 0x2e04 to 0x2b06: channel 1 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 4 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d06 to 0x2b04: channel 1 used by exiting BSSs 
<7>eth1: no IPv6 routers present
<7>eth2: no IPv6 routers present
<0>IOCTL_AG_REGION_SET: English
<4>vlan2: Setting MAC address to  74 44 01 37 c6 6a.
<7>vlan2: add 33:33:00:00:00:01 mcast address to master interface
<7>vlan2: add 01:00:5e:00:00:01 mcast address to master interface
<7>vlan2: add 33:33:ff:37:c6:6a mcast address to master interface
<6>vlan2: dev_set_promiscuity(master, 1)
<6>device vlan2 entered promiscuous mode
<6>vlan2: dev_set_allmulti(master, 1)
<7>vlan2: del 33:33:ff:37:c6:6a mcast address from vlan interface
<7>vlan2: del 33:33:ff:37:c6:6a mcast address from master interface
<7>vlan2: del 01:00:5e:00:00:01 mcast address from vlan interface
<7>vlan2: del 01:00:5e:00:00:01 mcast address from master interface
<7>vlan2: del 33:33:00:00:00:01 mcast address from vlan interface
<7>vlan2: del 33:33:00:00:00:01 mcast address from master interface
<6>device vlan2 left promiscuous mode
<4>vlan2: Setting MAC address to  74 44 01 37 c6 69.
<4>VLAN (vlan2):  Underlying device (eth0) has same MAC, not checking promiscious mode.
<7>vlan1: del 33:33:ff:37:c6:69 mcast address from vlan interface
<7>vlan1: del 33:33:ff:37:c6:69 mcast address from master interface
<7>vlan1: del 01:00:5e:00:00:01 mcast address from vlan interface
<7>vlan1: del 01:00:5e:00:00:01 mcast address from master interface
<7>vlan1: del 33:33:00:00:00:01 mcast address from vlan interface
<7>vlan1: del 33:33:00:00:00:01 mcast address from master interface
<6>br0: port 1(vlan1) entering disabled state
<6>device vlan1 left promiscuous mode
<6>br0: port 1(vlan1) entering disabled state
<7>vlan1: add 33:33:00:00:00:01 mcast address to master interface
<7>vlan1: add 01:00:5e:00:00:01 mcast address to master interface
<7>vlan1: add 33:33:ff:37:c6:69 mcast address to master interface
<6>br0: port 1(vlan1) entering learning state
<6>br0: topology change detected, propagating
<6>br0: port 1(vlan1) entering forwarding state
<4>COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 4 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d03 to 0x2b01: channel 2 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d06 to 0x2b04: channel 1 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 4 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d03 to 0x2b01: channel 2 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d06 to 0x2b04: channel 1 used by exiting BSSs 
<0>IOCTL_AG_REGION_SET: English
<4>vlan2: Setting MAC address to  74 44 01 37 c6 6a.
<7>vlan2: add 33:33:00:00:00:01 mcast address to master interface
<7>vlan2: add 01:00:5e:00:00:01 mcast address to master interface
<7>vlan2: add 33:33:ff:37:c6:6a mcast address to master interface
<6>vlan2: dev_set_promiscuity(master, 1)
<6>vlan2: dev_set_allmulti(master, 1)
<4>rpc uptime 1 minutes
<4>rpc uptime 2 minutes
<4>rpc uptime 3 minutes
<4>rpc uptime 4 minutes
<4>rpc uptime 5 minutes
<4>rpc uptime 6 minutes
<4>rpc uptime 7 minutes
<4>rpc uptime 8 minutes
<4>rpc uptime 9 minutes
<4>rpc uptime 10 minutes
<4>rpc uptime 11 minutes
<4>rpc uptime 12 minutes
<4>rpc uptime 13 minutes
<4>rpc uptime 14 minutes
<4>COEX: downgraded chanspec 0x2e04 to 0x2b06: channel 1 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 4 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d03 to 0x2b01: channel 2 used by exiting BSSs 
<4>rpc uptime 15 minutes
<4>rpc uptime 16 minutes
<4>rpc uptime 17 minutes
<4>rpc uptime 18 minutes
<4>rpc uptime 19 minutes
<4>rpc uptime 20 minutes
<4>rpc uptime 21 minutes
<4>rpc uptime 22 minutes
<4>rpc uptime 23 minutes
<4>rpc uptime 24 minutes
<4>rpc uptime 25 minutes
<4>rpc uptime 26 minutes
<4>rpc uptime 27 minutes
<4>rpc uptime 28 minutes
<4>rpc uptime 29 minutes
<4>COEX: downgraded chanspec 0x2e04 to 0x2b06: channel 1 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 4 used by exiting BSSs 
<4>COEX: downgraded chanspec 0x2d03 to 0x2b01: channel 2 used by exiting BSSs 
<4>rpc uptime 30 minutes
<4>rpc uptime 31 minutes
<4>rpc uptime 32 minutes
<4>rpc uptime 33 minutes
<4>rpc uptime 34 minutes
Stock: /proc/bus/usb/devices
# cat devices

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:04.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 2
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:04.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0a5c ProdID=bd17 Rev= 0.01
S:  Manufacturer=Broadcom
S:  Product=Remote Download Wireless Adapter
S:  SerialNumber=000000000001
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
I:* If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=02 Prot=ff Driver=dbus_usbdev
E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=1ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=04(O) Atr=02(Bulk) MxPS= 512 Ivl=125us
Stock: /proc/bus/pci/devices
# cat devices
0000 14e40800 8 18000000  0  0  0  0  0  0      1000      1000  0  0  0  0       800 
0008 14e44329 3 18001000  0  0  0  0  0  0      1000      1000  0  0  0  0       800 wl
0010 14e44715 4 18002000  0  0  0  0  0  0      1000      1000  0  0  0  0       800 et
0020 14e4471a 5 18009000  0  0  0  0  0  0      1000  0  0  0  0  0       800 ohci_hcd
0021 14e4471a 5 18004000  0  0  0  0  0  0      1000  0  0  0  0  0       800 ehci_hcd
0028 14e4082e d 18005000  0  0  0  0  0  0      1000      1000  0  0  0  0       800 
0030 14e44711 e 18006000  0  0  0  0  0  0      1000      1000  0  0  0  0       800 
0038 14e4080e 8 18007000  0  0  0  0  0  0      1000      1000  0  0  0  0       800 
Stock: /proc/mtd
# cat mtd
dev:    size   erasesize  name
mtd0: 00040000 00010000 "boot"
mtd1: 00700000 00010000 "linux"
mtd2: 005c7abc 00010000 "rootfs"
mtd3: 00010000 00010000 "ML1"
mtd4: 00010000 00010000 "ML2"
mtd5: 00010000 00010000 "ML3"
mtd6: 00010000 00010000 "ML4"
mtd7: 00010000 00010000 "ML5"
mtd8: 00010000 00010000 "ML6"
mtd9: 00010000 00010000 "ML7"
mtd10: 00010000 00010000 "T_Meter1"
mtd11: 00010000 00010000 "T_Meter2"
mtd12: 00010000 00010000 "POT"
mtd13: 00010000 00010000 "board_data"
mtd14: 00010000 00010000 "nvram"

/proc/mounts

rootfs / rootfs rw 0 0
/dev/root / squashfs ro 0 0
devfs /dev tmpfs rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
ramfs /tmp ramfs rw 0 0
usbdeffs /proc/bus/usb usbfs rw 0 0
Stock: nvram show
wlg_wds_mode=1
wl_radius_port=1812
wlan_acl_dev24=
wan2_dns=
sb/1/ofdm2gpo=0x41000000
0:ag1=0x2
wl1_wme=on
gui_check_enable=1
wlan_acl_dev25=
0:ag2=0x2
l2tp_user_passwd=
wla_ssid_2=NETGEAR-Guest
wlan_acl_dev26=
wan_unit=0
0:ag3=0xff
wl0_wmf_bss_enable=0
wl1_auth=0
wl0.2_ap_isolate=0
wla_ssid_3=
wlan_acl_dev27=
antswctl2g=0x1
wl1_hwaddr=74:44:01:37:C6:68
wl0_rifs_advert=auto
pci/1/1/mcs5gpo0=0x0000
pci/1/1/ofdm5glpo0=0x0000
pci/1/1/stbcpo=0
as_genie=0
RA_AdvOnLink=on
wla_ssid_4=
wla_temp_ssid=NETGEAR
wlan_acl_dev28=
wan_route=
wl0_frameburst=on
pci/1/1/mcs5gpo1=0xa820
pci/1/1/ofdm5glpo1=0x0000
bs_trustedip=192.168.10.0
wl_txstreams=0
wla_region=5
wlan_acl_dev29=
pppoe2_keepalive=0
pci/1/1/mcs5gpo2=0x2222
pci/1/1/maxp5gha0=0x4E
auto_enable=1
wla_repeater=0
potValue=4320
bs_keywords=
wl_rxchain_pwrsave_pps=10
wlg_ssid_2=NETGEAR-5G_Guest
wla_wmm_advert_2=1
pci/1/1/mcs5gpo3=0xa822
pci/1/1/maxp5gha1=0x4E
lan_dhcpsv6_lifetime=86400
sel_region=0
bs_enable=0
wla_wmm_advert_3=1
wlg_wep_length=0
log_ipaddr=
wl1_mimo_preamble=
wl1_wme_bss_disable=0
pci/1/1/mcs5gpo4=0x0000
wl1.1_unit=1.1
wla_wmm_advert_4=1
wan2_gateway=0.0.0.0
boardrev=0x1400
br0_ifnames=vlan1 eth1 eth2
wl0.14_hwaddr=76:44:01:37:C6:67
pci/1/1/mcs5gpo5=0xa820
radvd_lan_new_ipaddr_length=
wlg_band=2.4G
no_dlna=1
0:maxp5gha0=0x4A
pci/1/1/mcs5gpo6=0x2222
wl0.2_macmode=disabled
ipv6_6to4_sla_id=58482
0:maxp5gha1=0x4A
wl1_txstreams=0
pci/1/1/mcs5gpo7=0xa822
wl_nctrlsb=lower
wl0.3_bss_enabled=0
wl1.3_akm=
gui_Internet_state=1
dual_band=1
wl_version=5.60.127 @VERSION_TYPE@
sb/1/mcs2gpo0=0x0000
wl0_leddc=0x640000
ddns_enable=0
wla_temp_key1=
sb/1/mcs2gpo1=0x6410
et0macaddr=74:44:01:37:C6:69
wiz_dhcp_wait_time=5
wla_temp_passphrase=
wla_temp_key2=
sb/1/mcs2gpo2=0x0000
wl1_wme_txp_vi=7 3 4 2 0
traffic_enable=0
wla_temp_key3=
pppoe2_bs_keyword=
pppoe2_east_username=guest@flets
sb/1/mcs2gpo3=0x6410
wl0_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7
pci/1/1/pa5glw2a0=0xFAFD
wl0_akm=psk2 
wl_maxassoc=128
wla_temp_key4=
sb/1/mcs2gpo4=0x0000
mtd8_lang_name=Swedish
pci/1/1/pa5glw2a1=0xFB2F
boot_wait=off
watchdog=3000
devpath0=usb/0xbd17
sb/1/mcs2gpo5=0x6410
wl1.3_auth=0
pptp_idletime=5
wps_modelname=WNDR3400v2
wl_leddc=0x640000
wl_phytypes=
wla_sec_profile_enable_2=0
sb/1/mcs2gpo6=0x0000
sb/1/temps_period=5
wl1_rifs_advert=auto
wl0_infra=1
gui_Wireless_Radio_state=both
pppoe_localnetmask=...
traffic_restart_hour=00
wla_sec_profile_enable_3=0
sb/1/mcs2gpo7=0x6410
wl0_country_code=EU
RA_AdvPreferredLifetime=1800
wla_sec_profile_enable_4=0
pppoe_tmp_mtu=1454
fw_disable=0
et0mdcport=0
sb/1/rssismc2g=0xf
wl1_wme_txp_vo=7 3 4 2 0
wl1_rpcq_rxthresh=512
wl1_wep=disabled
ipv6_auto_type=DHCP/Auto Config
emf_rtport_entry=
wps_aplockdown_ageout=300
pppoe_keepalive=1
wps_config_command=0
0:aa2g=0x3
wl1_frag=2346
lan_dhcpsv6_enable=0
wla_wds_ptp_mac=
ddns_wildcard=0
wl1_nbw_cap=1
wlg_repeater=0
rip_multicast=1
wl_infra=1
dlna_enable=0
run_test=0
reset_gpio=12
single_firmware_en=1
wl1_rifs=
wl0_bcn_rotate=1
tmp_wla_wds_enable=0
wl_stbc_tx=auto
wlan_acl_dev30=
sb/1/rssisav2g=0x7
pmon_ver=CFE 5.60.127.17 
first_wan_status=0
restore_defaults=0
wlan_acl_dev31=
0:pdetrange2g=0x2
wl1_wpa_gtk_rekey=0
wl1.1_akm=
wlan_acl_dev32=
vlan2ports=4 5
sb/1/bxa2g=0x3
wl1_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
wl0.1_hwaddr=76:44:01:37:C6:6A
pci/1/1/bw405ghpo/bw405glpo/bw405gpo/bw402gpo=0x2
wlan_acl_dev33=
wl1.1_auth=0
wlg_wds_pmp_mac=
wlan_acl_dev34=
wl0_wme_sta_be=15 1023 3 0 0 off off
pci/1/1/cddpo=0
wl1_maclist=
wl0_nctrlsb=lower
str_tbl_non_en_tag=
wla_temp_sec_profile_enable_2=
wlg_passphrase=quaintwind016
wlan_acl_dev35=
wan_lease=86400
wl1.1_hwaddr=76:44:01:37:C6:69
wl0_version=5.60.127 @VERSION_TYPE@
activeuser_ip=
str_tbl_non_en_ver=1.0.0.28_0.1.2.1
usb_wan_ftp_port=21
wl_wme_apsd=on
wla_temp_sec_profile_enable_3=
wlan_acl_dev36=
sb/1/triso2g=0x3
0:tri5g=0xff
wl1.2_wep=
wl0.2_ssid=
bs_trustedip_temp=192.168.10.0
ddns_hostname=
wl_radius_ipaddr=
wla_temp_sec_profile_enable_4=
wlg_channel=44
wlan_acl_dev37=
http_wanport=
sb/1/sromrev=8
wl1_amsdu=auto
wl0.7_hwaddr=76:44:01:37:C6:60
wl1_crypto=aes
wlan_acl_dev38=
wan2_netmask=0.0.0.0
wl0_ifname=eth1
static_l2tp_enable=0
qos_rule_count=-1
upnp_DHCPServerConfigurable=1
wla_key3_2=
wlan_acl_dev39=
wl1_hw_txchain=3
ofdm2gpo=0x00000000
RA_AdvRetransTimer=0
wla_key3_3=
wla_onoff=Disable
pppoe2_bs_enable=0
lan_domain=
0:subvendid=0x0a5c
wl0_wme_sta_bk=15 1023 7 0 0 off off
pci/1/1/ag0=2
wl1.1_macmode=disabled
wla_key3_4=
timer_interval=3600
0:mcs5gpo0=0x0
mtd4_lang_version=1.0.0.28_0.1.2.1
pci/1/1/ag1=2
wlg_temp_mode=300Mbps
0:mcs5gpo1=0x6520
0:rssismc5g=0xf
wl1_bss_maxassoc=128
wl0_rxchain_pwrsave_quiet_time=1800
tmp_wla_repeater=0
pptp_username=
wl_net_reauth=36000
wlg_key3_2=
wlg_temp_secu_type=None
lan1_ipaddr=192.168.2.1
0:mcs5gpo2=0x0
wl0_rxstreams=0
wla_temp_enable=enable_ap
pppoe_mtu=1492
0:mcs5gpo3=0x6520
wlg_wds_ptp_sta=1
upnp_advert_period=30
0:mcs5gpo4=0x0
second_wan_status=0
wl1_corerev=24
0:mcs5gpo5=0x7631
wl1_nmcsidx=-1
wl0_radio_pwrsave_level=0
wl0.1_wps_mode=disabled
lan_route=
0:mcs5gpo6=0x0
wl0_mrate=0
wl1_channel=44
ru_igmp_enable=0
schedule_daylightadjust=1
fw_email_email_enable=0
wps_device_pin=84462497
0:mcs5gpo7=0x7631
pci/1/1/pa5gw2a0=0xFADD
wl0_mode=ap
wl1.3_maclist=
gui_GuestNetwork_sec_profile=none
wps_lan_led=0
wla_secu_type=WPA2-PSK
wan_gateway=0.0.0.0
0:rssisav5g=0x7
pci/1/1/pa5gw2a1=0xfb08
wl0.2_wps_mode=disabled
dhcp_start=192.168.10.2
wan2_dns1=
sb/1/pa2gw2a0=0xFB21
wl0_stbc_tx=auto
mcs2gpo0=0x0000
wl1_nmode=-1
wl0.3_wme_bss_disable=0
l2tp_ip_sel=0
ipv6_interfaceid_enable=0
wan_hwaddr_sel=0
sb/1/pa2gw2a1=0xFB21
mcs2gpo1=0x0000
wl0_ap_isolate=0
sku_name=WW
usb_wan_ftp_enable=0
pppoe2_bs_keywords=
lan1_route=
ipv6_sip_servers=
wl0_rxchain_pwrsave_pps=10
mcs2gpo2=0x0000
pci/1/1/pa5ghw2a0=0xfabe
wl0.3_wps_mode=disabled
traffic_warning_state=0
wl_mrate=0
auto_conn_24hr=Disable
dhcp_end=192.168.10.254
ntp_update_interval=86400
wl_msglevel=0x1
sb/1/tempthresh=120
mcs2gpo3=0x2220
pci/1/1/pa5ghw2a1=0xfafe
show_firmware_info=0
wl_akm=psk2 
wl_wmf_bss_enable=0
wla_temp_ssid_2=
sb/1/itt2ga0=0x20
wl0.15_hwaddr=76:44:01:37:C6:68
wl0_wme_no_ack=off
wl0_gmode=1
wl0_ampdu=on
qos_l7_apps=5:3 6:3 3:0 2:0 4:0 1:0
wla_temp_ssid_3=
sb/1/itt2ga1=0x20
wl1_rts=2347
wla_temp_ssid_4=
wla_allow_access_2=0
0:pa5ghw2a0=0xFAE2
ipv6_wan_length_old=
ipv6_lan_ipaddr=
wla_wds_enable=0
wla_allow_access_3=0
wla_temp_region=5
0:pa5ghw2a1=0xFADD
pptp_passwd=
wla_allow_access_4=0
pppoe2_demand=0
pppoe2_mtu=1454
boardtype=0x0550
ipv6_lan_length_old=
wl1_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
wl1.3_ap_isolate=0
wl0.1_wme_bss_disable=0
apmode_gateway=0.0.0.0
wl_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
wl_wme_bss_disable=0
wla_autochannel=enable
wlg_temp_ssid=NETGEAR-5G
is_default=1
wl0_nband=2
wps_uuid=0x583463ef100a93233451836dd9aff66b
wl_ampdu=on
wl_gmode=1
ctf_disable=1
et1macaddr=74:44:01:37:C6:6A
wan_status=down
wps_start=none
traffic_cntime_monthly_limit=0
wifi_test=1
wlan_acl_dev40=
stats_server=
mtd3_lang_name=
pci/1/1/itt5ga0=0x3e
pci/1/1/rxchain=3
wla_auth_type=automatic
wlan_acl_dev41=
static_route=
ipv6_proto_auto=
wl1_txchain=3
wl0_nreqd=0
pci/1/1/itt5ga1=0x3e
ver_check_ftp_password=WNR3500U@
bs_enable_temp=0
wlan_acl_dev42=
mtd9_lang_version=1.0.0.28_0.1.2.1
ver_check_enable=0
wlan_acl_dev43=
lan_netmask=255.255.255.0
wl0_wme_txp_be=7 3 4 2 0
wl_nband=2
wlan_acl_dev44=
lan1_ifname=
wan_ipaddr_old=0.0.0.0
wl1_key=1
wl0_dtim=2
wl0_ssid=NETGEAR97
LangTagChinese=0
wl_wme_sta_vi=7 15 2 6016 3008 off off
wlan_acl_dev45=
http_username=admin
pppoe2_west_passwd=flets
lan1_hwnames=
super_passwd=Geardog
wla_ap_isolate=0
wlan_acl_dev46=
pci/1/1/maxp5ga0=0x4E
usb_umount=0
wl_wme_ap_be=15 63 3 0 0 off off
wl_nreqd=0
wlg_temp_key1=
wlan_acl_dev47=
wl0_dfs_preism=60
pci/1/1/maxp5ga1=0x4E
access_mac_record=4C-0F-6E-43-D9-9C
l2tp_user_ip=...
ipv6_pppoe_username=
pptp_serv_ip=10.0.0.138
http_rmenable=0
dome_led_status=ON
wlg_temp_key2=
wlan_acl_dev48=
pppoe_tmp_servicename=
os_date=Aug 26 2011
wla_wps_tmp_lock_flag=0
wl1_radio_pwrsave_level=0
wlg_temp_key3=
wlan_acl_dev49=
boardpwrctl=0xc00
sb/1/regrev=20
wl0_wme_txp_bk=7 3 4 2 0
pci/1/1/ofdm5gpo0=0x0000
wlg_temp_key4=
http_lanport=80
sb/1/ag0=0x2
pci/1/1/ofdm5gpo1=0x2000
pci/1/1/pdetrange5g=4
wl_wme_sta_vo=3 7 2 3264 1504 off off
wl_plcphdr=long
sb/1/ag1=0x2
0:itt5ga0=0x3e
0:rxchain=0x3
wifi_2g_sche_num=0
wl1.1_bss_enabled=0
wan_hwaddr2=74:44:01:37:C6:6A
wl_mimo_preamble=
wl_macmode=disabled
lan1_wins=
sb/1/ag2=0x2
0:itt5ga1=0x3e
wl1_wme_ap_be=15 63 3 0 0 off off
wl_wme_ap_bk=15 1023 7 0 0 off off
wlan_acl_dev0=
wan_domain=
wan_hwname=
sb/1/ag3=0xff
wl0_key1=
wl_phytype=n
wlan_acl_dev1=
wan_netmask=0.0.0.0
lan_lease=86400
wl0_vlan_prio_mode=off
wl0_key2=
wl_lazywds=0
wlg_mode=300Mbps
wlan_acl_dev2=
wl1_rxchain_pwrsave_pps=10
wl0.2_hwaddr=76:44:01:37:C6:6B
wl0_key3=
wl_dfs_postism=60
wlan_acl_dev3=
ntp_is_synced=0
ipv6_6to4_tunnel=down
wl1_radius_key=
wl0_key4=
wl0.1_maclist=
traffic_restart_min=00
wlan_acl_mac0=
wlan_acl_dev4=
wl0.3_macmode=disabled
gui_Wireless_Security_state=both
wla_temp_broadcast=ssid_24G_bc
wlan_acl_mac1=
wlan_acl_dev5=
sb/1/rssismf2g=0xf
wl1.2_hwaddr=76:44:01:37:C6:6A
wl1_wme_ap_bk=15 1023 7 0 0 off off
need_to_load_wireless=0
wlan_acl_mac2=
wlan_acl_dev6=
pppoe2_bs_keywords_temp=
lan1_lease=86400
wl1.2_ssid=
inbound_record=
pptp_conn_id=
wl_auth_mode=none
wla_auth_type_2=automatic
wlan_acl_mac3=
wlan_acl_dev7=
wl0.8_hwaddr=76:44:01:37:C6:61
wl1_bcn=100
sb/1/txq_len=1024
wla_auth_type_3=automatic
wlan_acl_mac4=
wlan_acl_dev8=
wl1_ifname=eth2
0:pa5gw2a0=0xFAB6
ipv6_interface_id=
wla_auth_type_4=automatic
wlan_acl_mac5=
wlan_acl_dev9=
0:pa5gw2a1=0xFAA9
ehciirqt=1
wla_wps_enable=1
wlan_acl_mac6=
pppoe2_flag_Smin=0
vlan2hwname=et0
wlan_acl_mac7=
0:bxa5g=0x3
wl0_hw_rxchain=3
wl0_rxchain_pwrsave_enable=1
pci/1/1/mcs5glpo0=0x0000
pci/1/1/pa5glw1a0=0x154B
ap_dyn_ip=1
bpa_passwd=
http_rmstartip=0.0.0.0
wl_wpa_psk=quaintwind016
wl_rpcq_rxthresh=512
wlan_acl_mac8=
http_passwd=password
wl1_auth_mode=none
pci/1/1/mcs5glpo1=0x2000
pci/1/1/pa5glw1a1=0x1517
wlan_acl_mac9=
sb/1/extpagain2g=0x2
mtd6_lang_name=French
mtd3_lang_version=
pci/1/1/mcs5glpo2=0x0000
wl1.2_bss_enabled=0
lan_stp=1
wl0_wme_ap_vi=7 15 1 6016 3008 off off
pci/1/1/mcs5glpo3=0x2000
wl0.3_akm=
wl0.2_unit=0.2
wl1_txq_thresh=512
wl0_bss_maxassoc=128
pci/1/1/mcs5glpo4=0x0000
l2tp_user_name=
ipv6_6to4_relay=0
ipv6_wan_ipaddr=
RA_AdvCurHopLimit=64
usb_wan_http_port=80
wl_mode=ap
pppoe_acname=
pci/1/1/mcs5glpo5=0x2000
pci/1/1/ofdm5ghpo0=0x0000
lang_check_ftp_svr=updates1.netgear.com
wan_dns1=
pppoe_tmp_idletime=300
pci/1/1/mcs5glpo6=0x0000
pci/1/1/ofdm5ghpo1=0x2000
static_pptp_enable=0
wlan_acl_mac10=
wlan_acl_dev50=
0:tri5gh=0xff
wl0_tpc_db=0
wl0_rate=0
pci/1/1/mcs5glpo7=0x2000
wl0_plcphdr=long
wl0_closed=0
smb_enable=1
wlg_temp_defaKey=0
wlg_ssid=NETGEAR97-5G
wlan_acl_mac11=
wlan_acl_dev51=
0:antswctl5g=0X0
qtdc_vid=2652
wl0.10_hwaddr=76:44:01:37:C6:63
wl0_macmode=disabled
pause_wan_lan_conflict=1
RA_AdvOtherConfigFlag=on
RA_AdvManagedFlag=off
wl_wpa_gtk_rekey=0
wla_temp_setting=0
wlan_acl_mac12=
wlan_acl_dev52=
xtalfreq=20000
wl0_wme_ap_vo=3 7 1 3264 1504 off off
wl0_radioids=BCM2057
wlan_acl_mac13=
wlan_acl_dev53=
sb/1/stbcpo=0x0
wl0_phytype=n
new_firmware_available=0
wl_wme_txp_vi=7 3 4 2 0
wlan_acl_mac14=
wlan_acl_dev54=
pppoe_tmp_localip=0.0.0.0
0:tri5gl=0xff
wl0_lazywds=0
wlg_allow_access_2=0
wlan_acl_mac15=
wlan_acl_dev55=
wan2_ipaddr=0.0.0.0
wl1_radioids=BCM2057
fw_email_email_alert=0
wlan_acl_mac16=
wlan_acl_dev56=
0:rssismf5g=0xf
wifi_5g_sche_num=0
wl1_rxchain_pwrsave_quiet_time=1800
lang_check_config_file_name=stringtable.txt
wlan_acl_mac17=
wlan_acl_dev57=
wps_proc_status=0
ipv6ready=0
wlan_acl_mac18=
wlan_acl_dev58=
pppoe2_tmp1=
boardflags2=0x1000
wlan_acl_mac19=
wlan_acl_dev59=
pppoe2_tmp2=
pppoe2_fw_bks_block_type=0
sb/1/aa2g=0x3
sb/1/bwduppo=0x0
0:maxp5ga0=0x4A
0:cctl=0
wl1_version=5.60.127 @VERSION_TYPE@
wl0_afterburner=off
wl1_nctrlsb=lower
log_filter=65535
l2tp_dod=1
wl_wme_txp_vo=7 3 4 2 0
wlg_key1=
wlg_secu_type=WPA2-PSK
pppoe2_tmp3=
sb/1/txchain=0x3
0:maxp5ga1=0x4A
wl0_antdiv=-1
wl1.3_bss_enabled=0
ipv6_proto=disable
nat_inbound_filtering=1
fwpt_count=0
wps_aplockdown_duration=300
wl_wds_timeout=1
wlg_key2=
lan_hwaddr=74:44:01:37:C6:69
fw_spi_enab=1
wl_wps_mode=enabled
wlg_key3=
pppoe_flet_type=0
wan_dns=0.0.0.0
password_answer1=
wla_preamble=long
wlg_key4=
board_id=U12H187T00_NETGEAR
qtdc1_sz=10
pci/1/1/bw40po=0
wl0.3_ap_isolate=0
wl0.1_akm=
password_answer2=
lang_check_config_file_dir=stringtables
pptp_dod=1
wla_key2_2=
0:pa1hib0=0xfedc
0:regrev=20
wl1.2_macmode=disabled
wl_dtim=2
wl_ssid=NETGEAR97
wla_key2_3=
wlg_sec_profile_enable_2=0
0:pa1hib1=0x144b
cfe_version=v1.0.15
wl1_frameburst=on
pci/1/1/sromrev=8
wl0_wpa_psk=quaintwind016
ap_dyn_dns=1
supported_languages=Auto English German Chinese Korean Russian Spanish Polish French Italian Swedish Danish Dutch Greek Norwegian Czech Slovenian Portuguese Hungarian Romanian Finnish Slovak
smb_group_name=Workgroup
lan_wps_oob=disabled
wl_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7
wla_key2_4=
0:pa1hib2=0xfb01
schedule_config=127:0:0:23:59
bpa_idletime=5
wait_time=3
pci/1/1/stbc5ghpo/stbc5glpo/stbc5gpo/stbc2gpo=0x0
potMaxValue=4320
bpa_server_temp=
wlg_key2_2=
wla_wme=1
mtd8_lang_version=1.0.0.28_0.1.2.1
wl0_amsdu=auto
wl0.2_wep=
wlg_rts=2347
dhcp_mode=manual
wl0.2_auth=0
wla_preset_ssid=NETGEAR97
ipv6_6to4_router=192.88.99.1
dhcp_wins=
pppoe_tmp_username=guest
mtd9_lang_name=Norwegian
wl1_radarthrs=1 0x6ac 0x6dc 0x6bc 0x6ec 0x6ac 0x6dc 0x6bc 0x6ec 
wlg_auth_type=automatic
os_server=
wan_bpa_minheartbeat=2
wlg_onoff=Disable
wla_mode=300Mbps
pci/1/1/pa5gw1a0=0x164B
wl1.1_ap_isolate=0
tmp_wlg_wds_enable=0
str_tbl_en_ver=1.0.0.28_0.1.2.1
ver_check_config_file=fileinfo.txt
bs_keyword=
wl_amsdu=auto
wl_key1=
sche_tmp_set=0
wan_proto=dhcp
wl1_afterburner=off
pci/1/1/pa5gw1a1=0x1697
last_auto_ip=0.0.0.0
wlg_wds_ptp_mac=
wl_key2=
wla_defaKey=0
acosnat_ctf_disable=1
sb/1/pa2gw1a0=0x1542
wl1_stbc_tx=auto
wl0_unit=0
wl_key3=
wla_temp_defaKey=0
sb/1/pa2gw1a1=0x1493
0:sromrev=8
0:aa5g=0x3
dhcp_serv_ip=0.0.0.0
tftp_serv_ipaddr=192.168.1.2
all_service_tbl=
wl_key4=
wl_country_code=EU
pci/1/1/pa5ghw1a0=0x1612
wl_hwaddr=
wlg_temp_broadcast=ssid_5G_bc
0:ofdm5gpo=0x65200000
wl0.3_hwaddr=76:44:01:37:C6:6C
pci/1/1/pa5ghw1a1=0x1661
RA_MaxRtrAdvInterval=600
ParentalCtrl_MAC_ID_tbl=
wl_rxchain=3
pppoe2_flag_Emin=0
wl1_sta_retry_time=5
wl0_net_reauth=36000
wl0_bss_enabled=1
pci/1/1/wdup405ghpo/wdup405glpo/wdup405gpo/wdup402gpo=0x0
str_tbl_en=1
0:pa1b0=0xfecd
log2_irq_thresh=3
wl_vlan_prio_mode=off
wlg_preamble=long
wlan_acl_mac20=
wlan_acl_dev60=
0:pa1b1=0x1497
sb/1/boardflags2=0x1000
0:pa5ghw1a0=0x15B1
wl1.3_hwaddr=76:44:01:37:C6:6B
wl0_nmode=-1
wps_timeout_enable=0
_mcast_regen_bss_enable=1
wlan_acl_mac21=
wlan_acl_dev61=
lan1_stp=1
0:pa1b2=0xfae3
0:pa5ghw1a1=0x15A0
0:pdetrange5g=0x2
0:rxpo5g=0xff
wl0.9_hwaddr=76:44:01:37:C6:62
wla_preset_passphrase=quaintwind016
wlan_acl_mac22=
wlan_acl_dev62=
radvd_lan_obsolete_ipaddr=
pppoe_switch=1
wl_rifs_advert=auto
wlan_acl_mac23=
wlan_acl_dev63=
qtdc0_sz=0
sku_lang=English
wlan_acl_mac24=
wps_restart=0
traffic_volume_ctrl_dir=0
bpa_dod=1
wlan_acl_mac25=
ipv6_ntp_servers=
wla_wds_pmp_sta=1
wl_nmode=-1
wlg_temp_channel=44
wlan_acl_mac26=
wl1_bcn_rotate=1
fw_bks_block_type=0
wlan_acl_mac27=
lan1_gateway=192.168.2.1
bpa_username=
wlg_temp_allow_access_2=
wlan_acl_mac28=
0:stbcpo=0x0
wl_wps_reg=enabled
wl_rxstreams=0
wla_ssid=NETGEAR97
wlan_acl_mac29=
wl1.2_unit=1.2
wl0_wds=
upnp_portmap_entry=0
wlg_passphrase_2=
gui_region=German
wl_rate=0
0:pa1itssit=0x3e
0:pa1lob0=0xfe87
wl1_wme_sta_be=15 1023 3 0 0 off off
timestamp_of_last_recovery=
log_level=0
0:pa1lob1=0x1637
0:ccode=EU
wl0_reg_mode=off
wl1_closed=0
pptp_user_netmask=...
ntp_server=192.5.41.40 192.5.41.41 133.100.9.2
0:pa1lob2=0xfa8e
wl1_tpc_db=0
wl1_bss_enabled=1
wps_mfstring=NETGEAR, Inc.
wan_hwaddr=74:44:01:37:C6:6A
wl1_rxstreams=0
wl0.11_hwaddr=76:44:01:37:C6:64
wl_wps_5g_config_state=0
wl1_reg_mode=off
wl1_akm=psk2 
lan_ifnames=vlan1 eth1 eth2  
pppoe2_filter_rule_tbl=
pppoe_ifname=ppp0
wl1_wme_sta_bk=15 1023 7 0 0 off off
wl0_radius_port=1812
wl0_wme=on
wl0_auth=0
usb_wan_ftp_pasv_port_end=30050
wps_ifname=all
auto_conn_time=0
wla_key1=
0:boardtype=0x0521
wl_rxchain_pwrsave_quiet_time=1800
wla_secu_type_2=None
wla_key2=
pppoe_policy_num=0
wl0_radius_ipaddr=
wl0_wme_bss_disable=0
wl0_rxchain=3
wl1_radio=1
ipv6_lan_length=
traffic_restart_ampm=0
wlg_wds_enable=0
wla_secu_type_3=None
wla_key3=
wl_radio_pwrsave_pps=10
wla_secu_type_4=None
wla_temp_ssid_bc_2=
wla_key4=
wl0_wme_sta_vi=7 15 2 6016 3008 off off
wl0.2_maclist=
RA_MinRtrAdvInterval=198
traffic_control_type=0
wl_country=GB
wla_temp_ssid_bc_3=
wlg_temp_ssid_2=
wlan_acl_num=64
ure_disable=1
wl1_antdiv=-1
pa0maxpwr=74
wla_temp_ssid_bc_4=
wan2_dns_sel=0
wl1.1_wps_mode=disabled
ver_check_ftp_svr1=updates1.netgear.com
sb/1/boardflags=0x710
ver_check_ftp_svr2=updates1.netgear.com
wl_dispatch_mode=1
gui_AttachedDevices_num=1
ver_check_ftp_svr3=updates1.netgear.com
sb/1/leddc=0xffff
0:pa5gw1a0=0x1669
wl1.2_wps_mode=disabled
wan_ifnames=vlan2 
0:pa5gw1a1=0x1633
wl0_wme_sta_vo=3 7 2 3264 1504 off off
http_timeout=5
wl_crypto=aes
wl_rateset=12
pppoe_wan_dns1=
wl1_ap_isolate=0
wl1.2_akm=
wla_channel=0
pci/1/1/pa5glw0a0=0xFEF9
wl1.3_wps_mode=disabled
ipv6_pri_dns=
wlg_ap_isolate=0
wla_temp_channel=0
pppoe2_temp_type=4
wl0_wps_reg=enabled
pci/1/1/pa5glw0a1=0xFF31
success_page_hijack=0
wlan_acl_mac30=
pppoe2_east_passwd=guest
pppoe_max_echo_fail=3
wl1_wme_no_ack=off
pptp_user_ip=...
wlan_acl_mac31=
0:devid=0x4348
0:pa1maxpwr=0x40
0:boardrev=0x1300
mtd4_lang_name=English
wl1_radius_port=1812
wl1.2_auth=0
wl_radius_key=
wla_defaKey_2=0
wlan_acl_mac32=
dhcp_resrv_mac=
lan_proto=dhcp
os_name=linux
clkfreq=530,176,88
lan_ipaddr=192.168.10.1
wl0_maxassoc=128
wl1.3_wep=
ver_type=WW
wl_rxchain_pwrsave_enable=1
wla_defaKey_3=0
wla_passphrase_2=
wlan_acl_mac33=
lan1_netmask=255.255.255.0
vlan1hwname=et0
mtd7_lang_version=1.0.0.28_0.1.2.1
wla_defaKey_4=0
wla_passphrase_3=
wlan_acl_mac34=
pppoe2_servicename=
wl1_plcphdr=long
wl0.3_ssid=
l2tp_user_netmask=...
ipv6_domain_name=
wl_unit=0
wla_passphrase_4=
wlan_acl_mac35=
wl1_maxassoc=128
wl0_phytypes=n
wl1_macmode=disabled
ipv6_pppoe_passwd=
qos_port=
ddns_last_ip=0.0.0.0
wlan_acl_mac36=
0:extpagain2g=0x2
wl0_frag=2346
wl0_wep=disabled
RA_AdvDefaultPreference=low
wan_bpa_maxheartbeat=20
wps_sta_pin=00000000
wl_nmode_protection=auto
wlan_acl_mac37=
lan1_proto=dhcp
router_disable=0
wl1_phytype=n
wl0.1_closed=0
ddns_username=
0:txq_len=1024
wla_rts=2347
wlan_acl_mac38=
wl1_lazywds=0
wl1_phytypes=n
wl0.1_ap_isolate=0
ddns_passwd=
http_rmport=8080
wl_radio_pwrsave_enable=0
wlan_acl_mac39=
pppoe_passwd=
wl0.4_hwaddr=76:44:01:37:C6:6D
ParentalControl=0
ver_check_ftp_username=anonymous
wl1_wme_txp_be=7 3 4 2 0
wl0_rifs=
pci/1/1/antswctl2g=0
sdram_config=0x103
wl0_country=GB
wl1.1_closed=0
lan_dhcpsv6_pref=255
logo_enable=0
dmz_ipaddr=192.168.10.0
pppoe2_idletime=300
vlan1ports=0 1 2 3 5*
sb/1/temps_hysteresis=5
wl_wds=
wl_txq_thresh=512
wl1_dfs_preism=60
mcs2gpo=0x00000000
radvd_lan_new_ipaddr=
traffic_round_up_volume=0
bpa_status=0
pci/1/1/mcs5ghpo0=0x0000
dhcp_resrv_ip=
wl1_wme_txp_bk=7 3 4 2 0
ccode=0
pci/1/1/mcs5ghpo1=0xa820
wl1_mode=ap
wps_aplockdown_count=30
wl1_rxchain_pwrsave_enable=1
wl0_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
wl0_rateset=12
pci/1/1/mcs5ghpo2=0x2222
pci/1/1/bwduppo=0
wl0.1_ssid=NETGEAR-Guest
wlg_auth_type_2=automatic
pppoe2_acname=
pppoe_servicename=
pci/1/1/mcs5ghpo3=0xa822
pci/1/1/txchain=3
wl1.1_maclist=
usb_disk_max_part=15
wla_key1_2=
wl0_wme_apsd=on
pci/1/1/mcs5ghpo4=0x0000
wl1_wpa_psk=quaintwind016
wl1.1_wep=
wl1.3_macmode=disabled
run_mld=0
wla_key1_3=
sb/1/macaddr=74:44:01:37:C6:69
0:mcs5ghpo1=0x7631
0:boardflags=0x200
wl0_wme_txp_vi=7 3 4 2 0
pci/1/1/mcs5ghpo5=0xa820
wla_key1_4=
pppoe2_west_username=flets@flets
sb/1/ccode=EU
qtdc1_ep=18
wl0_txstreams=0
pci/1/1/mcs5ghpo6=0x2222
ipv6_wan_length=
wiz_pppoe_wait_time=5
wl_wme=auto
pppoe_idletime=300
0:mcs5ghpo3=0x7631
wl1_wme_apsd=on
pci/1/1/mcs5ghpo7=0xa822
pci/1/1/antswitch=0
ipv6_pppoe_servicename=
ipv6_system_name=
rip_enable=0
system_name=WNDR3400v2
wlg_key1_2=
0:opo=0x0
0:mcs5ghpo4=0x0
wl_wme_ap_vi=7 15 1 6016 3008 off off
wan_primary=0
lan_ifname=br0
0:mcs5ghpo5=0x8742
wl0_mimo_preamble=
browser_language= German English
fw_rsp_ping=0
boardflags=0x710
0:mcs5ghpo6=0x0
static_if_status=0
sdram_refresh=0x1a5b
wandevs=vlan2
0:mcs5ghpo7=0x8742
0:antswitch=0
wl0_wme_txp_vo=7 3 4 2 0
RA_AdvValidLifetime=2400
ddns_checked=0
wla_wep_length=0
dhcp_domain=
sb/1/cck2gpo=0x0
0:bwduppo=0x0
mtd7_lang_name=Dutch
wl0.12_hwaddr=76:44:01:37:C6:65
wl0_wps_5g_config_state=0
fwpt_enable=1
wl_auth=0
et_txq_thresh=512
0:txchain=0x3
wps_proc_mac=
pci/1/1/pa5gw0a0=0xFEF9
wl0.2_wme_bss_disable=0
wan_dns_sel=0
sdram_ncdl=0x5800001a
wl1_wme_ap_vi=7 15 1 6016 3008 off off
pci/1/1/pa5gw0a1=0xff31
usb_mount_signal=0
wl_wme_ap_vo=3 7 1 3264 1504 off off
lan1_domain=
sb/1/pa2gw0a0=0xFF34
wl1_wmf_bss_enable=0
fw_sip_enab=1
wlg_temp_ssid_bc_2=
wlg_wep_length_2=0
wlan_acl_mac40=
sb/1/pa2gw0a1=0xFF3B
wl1_hw_rxchain=3
wl_bss_maxassoc=128
wl_frameburst=on
wlan_acl_mac41=
pppoe_session_id=0
ezc_enable=1
wl0_nmode_protection=auto
wl0_radio_pwrsave_pps=10
pci/1/1/pa5ghw0a0=0xfeda
traffic_restart_day=1
wlan_acl_mac42=
pci/1/1/pa5ghw0a1=0xff18
wl1_ssid=NETGEAR97-5G
wl1_dtim=2
wlg_frag=2346
wlan_acl_mac43=
pppoe2_schedule_enable=0
is_modified=0
qos_enable=0
wlan_acl_mac44=
pppoe2_username=guest
pppoe_echo_interval=30
0:pa0b0=0xfed1
first_brs_lang=German
wl1_wme_ap_vo=3 7 1 3264 1504 off off
upnp_duration=3600
wla_wlanstate=Enable
wlan_acl_mac45=
wan2_ipaddr_old=0.0.0.0
wan_ipaddr=0.0.0.0
0:pa0b1=0x15fd
0:ofdm5ghpo=0x65200000
0:pa5ghw0a0=0xFE9F
macaddr=74:44:01:37:C6:69
wlan_acl_mac46=
0:pa0b2=0xfac2
0:pa5ghw0a1=0xFEA7
wl0_rpcq_rxthresh=512
wla_ssid_bc_2=1
wlan_acl_mac47=
ipv6_wan_ipaddr_old=
wl0_rts=2347
fw_email_email_addr=
wla_ssid_bc_3=1
wla_temp_secu_type_2=
wlan_acl_mac48=
pppoe_flet_sel=fletdisable
blk_srv_tbl=
wla_ssid_bc_4=1
wla_temp_secu_type_3=
wlan_acl_mac49=
ipv6_lan_ipaddr_old=
str_tbl_default_check=1
wl_ifname=
wla_temp_secu_type_4=
wan_wins=
lan1_dhcp=0
sb/1/devid=0x4329
sb/1/bw40po=0x0
lan_ipv6_link_local_addr=fe80:0000:0000:0000:7644:01ff:fe37:c669
ipv6_enable=0
enable_any_usb_dev=1
wl_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
wl_nbw_cap=1
wl_wep=
0:boardflags2=0x0
qtdc0_ep=4
wl1_nmode_protection=auto
wl1_key1=
wl0_hw_txchain=3
ipv6_sec_dns=
wl1_key2=
cck2gpo=0x0000
ipv6_system_name_auto=
qos_bw_min_0=
potInterval=60
pppoe_username=guest
os_version=5.70.55.17
wsc_friendlyname=WNDR3400v2
wl1_key3=
enable_ap_mode=0
qos_bw_min_1=
wsc_pin_disable=0
wl_gmode_protection=
sdram_phyctl=0x00000001
wl1_leddc=0x640000
wl1_key4=
wl0_wpa_gtk_rekey=0
pci/1/1/triso5g=3
qos_bw_min_2=
wl0_sta_retry_time=5
qos_bw_set_sel=1
qos_bw_min_3=1000000
wla_wds_pmp_mac=
upnp_advert_ttl=4
pci/1/1/extpagain5g=2
traffic_watermark=0
pf_services_tbl=
fw_dmz_enab=0
wl_frag=2346
wl0_key=1
wl1.3_ssid=
wl0.1_macmode=disabled
wlg_preset_ssid=NETGEAR97-5G
wan_mtu=1500
wan_bpa_localport=5050
pppoe2_schedule_config=127:0:0:23:59
regrev=0
run_wiz=0
mtd6_lang_version=1.0.0.28_0.1.2.1
friendly_name=WNDR3400v2
emf_entry=
wps_addER=0
wl_maclist=
0:cddpo=0x0
wl1_wps_5g_config_state=0
wl1_infra=1
wl0.2_closed=0
wl_rifs=
wla_passphrase=quaintwind016
0:vendid=0x14e4
static_pppoe_enable=0
pppoe_server_mac=
et0phyaddr=30
0:pa0itssit=0x20
console_loglevel=1
wl0.5_hwaddr=76:44:01:37:C6:6E
traffic_block_enable=0
rip_version=2
bpa_server=login-server
wps_aplockdown_cap=1
wl_bcn_rotate=1
wlg_defaKey_2=0
time_zone=0
wl1_rxchain=3
wl1.2_closed=1
ntp_sync_time=1328977453
usb_ftp_enable=0
wl_wps_config_state=1
wla_wep_length_2=0
0:triso5g=0x3
brs_lang_check_enable=1
qos_bw_max_0=128000
wla_wep_length_3=0
pppoe2_session_id=0
wl0.3_unit=0.3
wl0.3_maclist=
qos_bw_max_1=
wla_wds_ptp_sta=1
wla_wep_length_4=0
RA_AdvAutonomous=on
qos_bw_max_2=
upnp_turn_on=1
wlg_temp_sec_profile_enable_2=
wan_ifname=vlan2
pci/1/1/cdd5ghpo/cdd5glpo/cdd5gpo/cdd2gpo=0x0
ipv6_domain_name_auto=
qos_bw_max_3=
wl_wme_sta_be=15 1023 3 0 0 off off
pppoe2_all_service_tbl=
inbound_policy_tbl=
wl_radioids=
sb/1/pdetrange2g=0x2
wl1_rate=0
wl0_dfs_postism=60
wan_hostname=
landevs=vlan1 wl0 wl1
wl1.2_ap_isolate=0
wl1.1_ssid=NETGEAR-5G_Guest
wl0_radio=1
l2tp_gateway_ip=
RA_AdvLinkMTU=1800
wl_nmcsidx=-1
wl_corerev=
wlan_acl_mac50=
pppoe2_authtype=0
pppoe_tmp_passwd=
0:pa5gw0a0=0xFE99
wl0_nbw_cap=1
usb_http_enable=1
wlan_acl_mac51=
0:pa5gw0a1=0xFE90
traffic_led_enable=0
wl_channel=0
wlan_acl_mac52=
pppoe_dod=1
wl0_bcn=100
basic_setting=0
wlg_wds_pmp_sta=1
wl_wme_sta_bk=15 1023 7 0 0 off off
wps_mode=enabled
wlan_acl_mac53=
wps_currentband=
wl1_wps_reg=enabled
usb_shareport=21
fw_email_email_smtp=
wlan_acl_mac54=
cur_access_user_ip=192.168.10.2
wl1_radio_pwrsave_enable=0
wl0_hwaddr=74:44:01:37:C6:69
enable_gui_str_tbl=1
fw_email_pid=3286
wl_afterburner=off
wl_radio=1
wlan_acl_mac55=
et_dispatch_mode=1
wl1_net_reauth=36000
pci/1/1/ccode=0
wlan_acl_mac56=
wl0_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
gui_GuestNetwork_enable=none
wlan_acl_mac57=
pppoe2_ifname=ppp1
wl0.1_unit=0.1
port_tr_conf=
emf_enable=0
wlan_acl_mac58=
ezc_version=2
sb/1/tssipos2g=0x1
wl0.13_hwaddr=76:44:01:37:C6:66
wl0_gmode_protection=
wlan_acl_mac59=
wlan_acl_dev10=
0:pa1lomaxpwr=0x3a
wl0.2_akm=
wl0_maclist=
wlan_acl_dev11=
lan_ipv6_link_local_addr_short=fe80::7644:1ff:fe37:c669
igmp_proxying_enable=0
wla_frag=2346
wlan_acl_dev12=
restart_all_processes=0
password_question1=0
fw_dmz_ip4=2
wl_rts=2347
wlan_acl_dev13=
0:pa0maxpwr=0x4c
sdram_init=0x0000
fw_email_send_all=0
wlg_preset_passphrase=quaintwind016
password_question2=0
traffic_warning_time=0
usb_wan_http_enable=0
wla_key4_2=
wlan_acl_dev14=
wl1_dfs_postism=60
qos_bw_enable=0
wl_ap_isolate=0
wla_key4_3=
wlan_acl_dev15=
wan_desc=
lan_wins=
sb/1/antswctl2g=0x1
0:bw40po=0x0
wl0.3_wep=
lanip_setup_changed=0
fwpt_timeout=1200
wps_modelnum=WNDR3400v2
wla_key4_4=
wlan_acl_dev16=
pppoe2_localip=0.0.0.0
lan_hwnames=
wps_method=1
wl1_radius_ipaddr=
wl1_country=GB
wl1_mrate=0
rip_filter_enable=0
wl_txchain=3
wlg_secu_type_2=None
wlan_acl_dev17=
pppoe2_server_mac=
pppoe2_dod=0
lan1_ifnames=
wl1_country_code=EU
allow_registrar_config=0
radvd_lan_obsolete_ipaddr_length=
bpa_debug_level=1
wl_wme_no_ack=off
wlg_key4_2=
wlan_acl_dev18=
0:pa1himaxpwr=0x3c
wl0.3_auth=0
wlan_acl_dev19=
wl1_gmode_protection=
wl0_radius_key=
wl0_wps_config_state=1
wlg_temp_band=5G
wl0_wme_ap_be=15 63 3 0 0 off off
wl0_nmcsidx=-1
wl0_corerev=28
smb_host_name=readyshare
gpio25=wombo_reset
wl1_rateset=12
usb_wan_ftp_pasv_port_start=30001
pptp_gateway=
wl_key=1
pppoe2_blk_srv_tbl=
qtdc_pid=48407
wl1_ampdu=on
wl1_gmode=1
pci/1/1/regrev=0
wl1.2_maclist=
wl0_channel=0
b_rev=11
pppoe_mru=1492
wl1_unit=1
wl0_wds_timeout=1
pci/1/1/tssipos5g=1
wps_aplockdown=0
wps_device_name=WNDR3400v2
pppoe_wan_dns_sel=0
sb/1/ledbh0=11
sb/1/tri2g=0xff
wl0.1_bss_enabled=0
l2tp_serv_ip=
traffic_volume_monthly_limit=0
wifi_sche_off=Enable
sb/1/ledbh1=11
sb/1/maxp2ga0=0x50
wl0_wme_ap_bk=15 1023 7 0 0 off off
wl0_wps_mode=enabled
pci/1/1/devid=0x432d
wla_wds_mode=1
wl_bss_enabled=1
wlg_wmm_advert_2=1
wlg_wlanstate=Enable
upnp_enable=1
sb/1/ledbh2=11
sb/1/maxp2ga1=0x50
str_tbl_non_en=0
wl_wme_txp_be=7 3 4 2 0
wps_config_method=0x84
sb/1/ledbh3=11
0:tssipos5g=0x1
wl1_nband=1
wlg_ssid_bc_2=1
wla_temp_allow_access_2=
wl1_wme_sta_vi=7 15 2 6016 3008 off off
wl1_wps_mode=enabled
rip_dir=1
emf_uffp_entry=
wl1_wps_config_state=1
wla_temp_allow_access_3=
runtest=0
pppoe_flet_keyword=flets
sb/1/cddpo=0x0
bs_keywords_temp=
blank_state=0
wla_temp_allow_access_4=
pppoe2_passwd=
sb/1/opo=0x0
wl1_nreqd=0
wl1_radio_pwrsave_pps=10
wl0_txq_thresh=512
wps_status=0
wl0.1_auth=0
wl_dfs_preism=60
wla_temp_mode=145Mbps
wlan_acl_mac60=
lan1_hwaddr=
wl0.1_wep=
l2tp_idle_time=5
RA_AdvReachableTime=0
qos_bw_uplink=256000
wl_sta_retry_time=5
wps_aplockdown_forceon=0
wlan_acl_mac61=
sb/1/rxchain=0x3
wl0_auth_mode=none
wl_wme_txp_bk=7 3 4 2 0
wl_closed=0
wlan_acl_mac62=
0:bxa2g=0x3
mtd5_lang_name=German
wl0_radio_pwrsave_enable=0
wl0.3_closed=0
wl_tpc_db=0
wlan_acl_mac63=
wl1_wme_sta_vo=3 7 2 3264 1504 off off
wl0.6_hwaddr=76:44:01:37:C6:6F
wps_mixedmode=2
mtd5_lang_version=1.0.0.28_0.1.2.1
wl0_crypto=aes
l2tp_conn_id=WNDR3400v2
lanip_wds_setup_changed=0
ver_check_stringtable_dat=stringtable.dat
wlg_temp_passphrase=
wlan_acl_enable=0
boardnum=01
sb/1/rxpo2g=0xff
wl0_txchain=3
wl1_wds=
wl1.3_closed=1
pppoe_localgateway=...
lanip_changed=0
pppoe2_mru=1454
sb/1/antswitch=0x0
0:extpagain5g=0x2
wl1_vlan_prio_mode=off
autoBlock=0
http_rmendip=255.255.255.255
wl_bcn=100
wlg_temp_secu_type_2=
pppoe2_dns_server=
0:macaddr=74:44:01:37:C6:68
wl1_wds_timeout=1
pci/1/1/maxp5gla0=0x3E
wl1.3_unit=1.3
wl_reg_mode=off
pci/1/1/maxp5gla1=0x3E
wl0.2_bss_enabled=0
enable_password_recovery=0
RA_AdvDefaultLifetime=1800
super_username=Gearguy
wlan_acl_dev20=
l2tp_localip=0.0.0.0
gui_region2=
ddns_update_time=0
wlan_acl_dev21=
pppoe2_bs_enable_temp=0
pppoe_localip=0.0.0.0
0:antswctl2g=0x0
pci/1/1/antswctl5g=0
wlan_acl_dev22=
0:subdevid=0xbdc
apmode_dns1=
wl_antdiv=-1
wl_radio_pwrsave_level=0
wlg_defaKey=0
wla_temp_secu_type=None
wlan_acl_dev23=
0:ag0=0x2
size: 29228 bytes (36308 left)

<b>Ethernet works in CFE!</b>

The “CFE for WNDR3400v2 version: v1.0.15” does not support the printenv or saveenv commands. Output is stripped down: for example there are no help texts available.

Example of working command: configure hw macaddr like Netgear factory image

ifconfig eth0 -addr=192.168.1.1 -mask=255.255.255.0 -hwaddr=74:44:01:37:c6:69

other working commands: nvram

According to FCC photos a BCM5358 CPU with a BCM43236KMLG radio.

Like with the WNDR3400v2 support of the radio might be depending on the used chip revision. There is no driver for BCM43236 rev1 + rev2 - see comment at [http://permalink.gmane.org/gmane.linux.kernel.wireless.general/91453 linux-wireless] (May 2012)

If you damage some partitions with configuration data you might see the following even if you have flashed the original firmware back to the device

  • CFE bootloader with MAC 00:00:00:00:00:00
  • no settings matching the sticker on the unit

To restore those settings Netgear provides several “burn-in” tools. These tools write certain nvram data (nvram set/commit does not remember after reboots)

burn_hw_rev
burn5gpass
burn5gssid
burnboardid
burnethermac
burnpass
burnpin
burnrf
burnsku
burnsn
burnssid
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1