Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:belkin:f7d3302 [2017/09/03 14:53] – Add CFE webserver as Debricking option sydneydjtoh:belkin:f7d3302 [2018/03/31 23:22] – ↷ Links adapted because of a move operation bobafetthotmail
Line 1: Line 1:
 +====== Belkin F7D3302 and F7D7302 ======
  
 +Bootloader refers to `WG7016F22 1-LF-AK`
 +
 +===== Versions =====
 +^ Version/Model ^ Launch Date ^ S/N ^ OpenWrt Version Supported ^ Model Specific Notes ^
 +| F7D7302 v1    -  | - | WIP  | Noted on the internet as identical to the F7D3302 |
 +| F7D3302 v1    -  | - | WIP  | - |
 +
 +WIP openwrt patches: [[https://github.com/jmesmon/openwrt.git]] Branch Belkin/Update-2C
 +
 +OEM source code available at: [[http://cache-www.belkin.com/support/dl/Belkin-F7D3302-v1.00.25.tgz]]
 +
 +<WRAP box center 80%> {{:meta:icons:tango:48px-emblem-question.svg.png }} If you can **confirm** that OpenWrt is running on this device (i.e. you or someone else has **tested** it), please update the data accordingly. -> Click //View/Edit data//
 +/* Special style definitions for the various Tables of Hardware.            */
 +{{page>meta:infobox:tohstyles&noheader&nofooter&noeditbtn&inline&indent&link}}
 +---- datatable ----
 +cols    : Model, Versions, Supported Since Rev_url, Supported Since Rel, Supported Current Rel, Device Techdata_pageid
 +align   : l,c,l,c,c,c
 +filter  : Model*~F7D3302
 +----</WRAP>
 +
 +===== Hardware Highlights =====
 +^ SoC             ^ Ram     ^ Flash   ^ Network   ^ USB   ^ Serial   ^ JTag                 ^
 +| Broadcom 4718   | 64MiB   | 8MiB   | 4 x 1     | Yes   | Yes      | Probably, untested   |
 +
 +
 +===== Bootloader ====
 +Defaults to ip addr 192.168.2.1 after a nvram reset. Changing the ip in the manufacturure firmware also changes the bootloader ip.
 +
 +^ CFE version observered ^ HW rev ^
 +| 0.09e                  | F7D7302 v1     |
 +
 +===== Manuf MTD layout =====
 +<code>
 +0x00000000-0x00030000 : "boot"
 +0x00030000-0x007f0000 : "linux"
 +0x001b7bc4-0x007f0000 : "rootfs"
 +0x007f0000-0x00800000 : "nvram"
 +</code>
 +
 +==== Keep the articles modular ====
 +| Please include only model specific information, omit bla,bla and put everything generic into separate articles  |
 +| [[docs:start]] if you have no time to write certain stuff link to this |
 +| [[docs:guide-quick-start:checks_and_troubleshooting]] should lead the way, do not explain this again  |
 +| DO NOT provide a complete howto here! Instead //groom// the general HowTos.  |
 +
 +
 +===== Installation =====
 +  - → [[:downloads]]
 +  - → [[docs:guide-user:installation:generic.flashing|Install OpenWrt]]
 +  - → **»»»»here»»»»[[:downloads|Latest OpenWrt release]]««««here««««** **DO NOT PROVIDE OWN LINKS to http://downloads.openwrt.org/**
 +
 +==== Flash Layout ====
 +Please check out the article [[docs:techref:flash.layout]]. It contains an example and a couple of explanations.
 +
 +==== OEM easy installation ====
 +
 +This section deals with how you install OpenWrt from a device freshly opened.
 +
 +**Note:** Reset router to factory defaults if it has been previously configured.
 +  *Browse to http://192.168.2.1/
 +  *Select "Firmware Update" under "Utilities" in the left column
 +  *If prompted to authenticate, leave the password entry field blank and continue
 +  *Select openwrt-f7d3302-squashfs.bin
 +  *Click Update. Yes, you are sure.
 +  *Wait for it to reboot (if the WAN is disconnected, this is indicated by a switch from an orange flashing light to a green light)
 +  *Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.
 +
 +==== OEM installation using the TFTP method ====
 +
 +->  [[docs:guide-user:installation:generic.flashing.tftp]]
 +
 +=== Specific values you need ===
 +
 +| Bootloader tftp server IPv4 address | 192.168.2.1 |
 +| Bootloader MAC address (special) | FILL-IN |
 +| Firmware tftp image | [[:downloads|Latest OpenWrt release]] (**''NOTE:''** Either the one containing the model name, or the //"f7dxxxx-qa"//) |
 +| TFTP Transfer Window | (NONE, AFICT) |
 +| TFTP Window Start | approximately FILL-IN seconds after power on |
 +| TFTP Client Required IP Address | FILL-IN |
 +
 +==== Upgrading OpenWrt ====
 +->  [[docs:guide-user:installation:generic.sysupgrade]]
 +
 +If you have already installed OpenWrt and like to reflash for e.g. upgrading to a new OpenWrt version you can upgrade using the mtd command line tool. It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
 +
 +=== LuCI Web Upgrade Process ===
 +
 +  * Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
 +  * Upload image file for sysupgrade to LuCI
 +  * Wait for reboot
 +
 +=== Terminal Upgrade Process ===
 +
 +  * Login as root via SSH on 192.168.1.1
 +  * Use the following commands to upgrade.
 +
 +|WARNING: this snapshot does not yet exist|
 + 
 +<code>
 +cd /tmp/
 +wget http://http://downloads.openwrt.org/snapshots/trunk/brcm47xx/openwrt-f7d3302-squashfs.bin
 +sysupgrade /tmp/openwrt-f7d3302-squashfs.bin
 +</code>
 +
 +
 +
 +===== Basic configuration =====
 +-> [[docs:guide-quick-start:checks_and_troubleshooting|Basic configuration]] After flashing, proceed with this.\\
 +Set up your Internet connection, configure wireless, configure USB port, etc.
 +
 +
 +===== Specific Configuration =====
 +==== Interfaces ====
 +
 +The default network configuration is:
 +^ Interface Name ^ Description ^ Default configuration ^
 +| br-lan | LAN & WiFi | 192.168.1.1/24 | 
 +| vlan1 (eth0.1) | LAN ports (1 to 4) | None | 
 +| vlan2 (eth0.2) | WAN port | DHCP | 
 +| phy0 | WiFi | Disabled | 
 +
 +==== Switch Ports (for VLANs) ====
 +
 +Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
 +
 +^ Port ^ Switch port ^
 +| CPU (internal) | 5 | 
 +| WAN   | 4 |
 +| LAN 1 | 3 | 
 +| LAN 2 | 2 | 
 +| LAN 3 | 1 | 
 +| LAN 4 | 0 | 
 +
 +==== Failsafe mode ====
 +-> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]]
 +
 +==== Buttons ====
 +
 +-> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s).
 +
 +
 +^ BUTTON ^ Event ^
 +| Reset | reset | 
 +| WPS | wps | 
 +
 +
 +===== Hardware =====
 +==== Info ====
 +| **[[wp>Instruction set]]:**               | [[wp>MIPS architecture|MIPS]] |
 +| **Vendor:**                               | [[wp>Broadcom]] |
 +| **[[docs:techref:bootloader]]:**           | [[docs:techref:bootloader:cfe]]|
 +| **[[docs:techref:hardware:soc|System-On-Chip]]:**  | BCM4718A1KFBG |
 +| **[[docs:techref:hardware:cpu|CPU]] @Frq**         | MIPS 74K V4.0 @453 MHz|
 +| **Flash size:**                 | 8MiB |
 +| **Flash Chip:**                 | ??? |
 +| **RAM size:**                   | 64MiB |
 +| **RAM Chip:**                   | EtronTech EM68B16CWPA |
 +| **Wireless No1:**               | //SoC-integrated//: Unknown Broadcom integrated IC for 2.4GHz 802.11b/g/  |
 +| **[[docs:techref:hardware:switch]]:**    | Broadcom BCM5325EKQMG (100M, VLAN)  |
 +| **USB:**                        | Yes 1 x 2.0 |
 +| **[[docs:techref:hardware:port.serial|Serial]]:**  | [[#Serial|Yes]] |
 +| **[[docs:techref:hardware:port.jtag|JTAG]]:**      | [[#JTAG|Yes]]   |
 +
 +==== Photos ====
 +Model Number
 +
 +//Front://
 +
 +**Photo of front of the casing**
 +
 +//Back://
 +
 +**Photo of back of the casing**
 +
 +==== Opening the case ====
 +**Note:** This will void your warranty!
 +
 +  * There are a number of large tabs holding the case closed
 +  * I haven't found a good way to open it, I just pryed mine rather violently.
 +
 +//Main PCB//
 +
 +{{:media:belkin:f7d7302_pcb-front.jpg?400|}}
 +
 +
 +==== Serial ====
 +-> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc.
 +
 +How to connect to the Serial Port of this specific device:
 +
 +  * Look for a set of 4 pins labeled "J3" next to a large JTAG connector labeled "J2"
 +  * On my board, the headers of J3 were already populated
 +  * Pinout:
 +    - 3.3v
 +    - Tx (from router to computer)
 +    - Rx (from computer to router)
 +    - GND
 +
 +{{:media:belkin:f7d7302_serial-port-marked.jpg?400|}}
 +
 +==== JTAG ====
 +-> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.
 +
 +How to connect to the JTAG Port of this specific device:
 +
 +**Photo of PCB with markings**
 +
 +
 +===== Debricking =====
 +-> [[docs:guide-user:troubleshooting:generic.debrick]]
 +
 +On the serial console:
 +<code>
 +flash -noheader : flash1.trx
 +</code>
 +
 +Imediately after that is entered, on a computer connected to the first lan port (check other ports for functionality), and with the ip address configured to 192.168.2.8
 +<code>
 +curl -T openwrt-f7d3302-squashfs.trx tftp://192.168.2.1
 +</code>
 +
 +=== CFE Bootloader Webserver ===
 +It is also technically possible to use the CFE bootloader webserver to upload a new flash image, but there have been quite alot of people that say it doesn't work, even though it works for me.
 +
 +Configure your computer to have a static address of 192.168.2.8 (This can change based on what it is set in the Manafacturers software, default is 192.168.2.1)\\ 
 +Power the router off\\ 
 +Hold the reset button while plugging the power in, keep the reset button pushed for 10 seconds\\ 
 +Go to 192.168.2.1 in your browser and upload your firmware file\\ 
 +
 +
 +
 +===== Bootloader Mods =====
 +  - you could read about [[docs:techref:bootloader]] in general
 +
 +===== Hardware mods =====
 +  - as a beginner, you really should inform yourself about [[docs:techref:hardware:soldering]] in general and then obtain some practical experience!
 +
 +
 +==== Add a second USB port ====
 +
 +Yes, definitely can. Kernel enumerates 2 usb ports, and pads exist on the board. Unsolder the 1 USB port, and solder in a dual USB port.\\ 
 + To install properly you will need a fuse and a inductor and a couple resistors, but I just soldered the two outer pins (the power pins) together so both ports feed off of the same power circuit, and had to solder a couple pads together on the data lines where the other USB port just uses two 0 Ohm links. Don't blame me if you try this and you fry something though.\\ 
 +If you do this you will have to make the USB port hole in the case twice as tall. I used a heat knife and cut it out. 
 +
 +{{media:belkin:f7d3302_add_2nd_usb.jpg?400|}}
 +
 +
 +
 +
 +===== Bootlogs =====
 +==== OEM bootlog ====
 +<WRAP bootlog>
 +<nowiki>Decompressing...done
 +Decompressing...done
 +Init Arena
 +Init Devs.
 +Boot partition size = 131072(0x20000)
 +et0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.10.128.0
 +CPU type 0x19740: 453MHz
 +Tot mem: 65536 KBytes
 +
 +CFE mem:    0x80700000 - 0x8079B620 (636448)
 +Data:       0x807326D0 - 0x80734A80 (9136)
 +BSS:        0x80734A80 - 0x80735620 (2976)
 +Heap:       0x80735620 - 0x80799620 (409600)
 +Stack:      0x80799620 - 0x8079B620 (8192)
 +Text:       0x80700000 - 0x807326C4 (206532)
 +
 +
 +Copying boot params.....
 +DONE
 +
 +
 +Bootloader version 0.09e boot_version 0.09e
 +Project name : WG7016F22 1-LF-AK
 +Press space bar to cancel startup...
 +Device eth0:  hwaddr 94-44-52-B9-7E-2B, ipaddr 192.168.1.102, mask 255.255.255.0
 +        gateway not set, nameserver not set
 +Loader:raw Filesys:raw Dev:flash0.os File: Options:(null)
 +Loading: ....... 4165296 bytes read
 +Entry at 0x80001000
 +Closing network.
 +Starting program at 0x80001000
 +Linux version 2.6.22 (andrew_chen@SW3SRV2.arcadyan.com.tw) (gcc version 4.1.2) #6 Mon Aug 30 19:36:15 CST 2010
 +CPU revision is: 00019740
 +Found chip type AI (0x19a14716)
 +Chipc: rev 31, caps 0x184807c9, chipst 0x9400 pmurev 5, pmucaps 0x11242c05
 +No PLL init done for chip 4716 rev 1 pmurev 5
 +si_kattach done. ccrev = 31, wd_msticks = 32
 +Determined physical RAM map:
 + memory: 04000000 @ 00000000 (usable)
 +Built 1 zonelists.  Total pages: 16256
 +Kernel command line: root=/dev/mtdblock2 console=ttyS0,115200 init=/sbin/preinit
 +Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
 +Primary data cache 32kB, 4-way, linesize 32 bytes.
 +Synthesized TLB refill handler (20 instructions).
 +Synthesized TLB load handler fastpath (32 instructions).
 +Synthesized TLB store handler fastpath (32 instructions).
 +Synthesized TLB modify handler fastpath (31 instructions).
 +PID hash table entries: 256 (order: 8, 1024 bytes)
 +CPU: BCM4716 rev 1 at 453 MHz
 +Using 226.500 MHz high precision timer.
 +Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
 +Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
 +Memory: 60664k/65536k available (2805k kernel code, 4812k reserved, 1126k data, 132k init, 0k highmem)
 +Mount-cache hash table entries: 512
 +NET: Registered protocol family 16
 +SCSI subsystem initialized
 +usbcore: registered new interface driver usbfs
 +usbcore: registered new interface driver hub
 +usbcore: registered new device driver usb
 +PCI: Using membase 8000000
 +PCI: Initializing host
 +PCI: Reset RC
 +PCI: Fixing up bus 0
 +PCI: Fixing up bridge
 +PCI: Fixing up bridge
 +PCI: Enabling device 0000:01:00.1 (0004 -> 0006)
 +PCI: Fixing up bus 1
 +Time: MIPS clocksource has been installed.
 +NET: Registered protocol family 2
 +IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
 +TCP established hash table entries: 2048 (order: 2, 16384 bytes)
 +TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
 +TCP: Hash tables configured (established 2048 bind 2048)
 +TCP reno registered
 +gpio_init 478
 +VFS: Disk quotas dquot_6.5.1
 +Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
 +squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher
 +fuse init (API version 7.8)
 +io scheduler noop registered (default)
 +Serial: 8250/16550 driver $Revision: 1.1.1.1 $ 4 ports, IRQ sharing disabled
 +serial8250: ttyS0 at MMIO 0x0 (irq = 8) is a 16550A
 +loop: module loaded
 +PPP generic driver version 2.4.2
 +PPP MPPE Compression module registered
 +NET: Registered protocol family 24
 +Physically mapped flash: Found 1 x16 devices at 0x0 in 8-bit bank
 + Amd/Fujitsu Extended Query Table at 0x0040
 +number of CFI chips: 1
 +cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
 +Flash device: 0x800000 at 0x1c000000
 +Physically mapped flash: squash filesystem with lzma found at block 1758
 +Creating 4 MTD partitions on "Physically mapped flash":
 +0x00000000-0x00030000 : "boot"
 +0x00030000-0x007f0000 : "linux"
 +0x001b7bc4-0x007f0000 : "rootfs"
 +0x007f0000-0x00800000 : "nvram"
 +Found a 0MB  serial flash
 +sflash: found no supported devices
 +usbmon: debugfs is not available
 +GACT probability on
 +Mirror/redirect action on
 +u32 classifier
 +    input device check on 
 +    Actions configured 
 +Netfilter messages via NETLINK v0.30.
 +nf_conntrack version 0.5.0 (512 buckets, 4096 max)
 +ctnetlink v0.93: registering with nfnetlink.
 +BCM fast NAT: INIT
 +ip_tables: (C) 2000-2006 Netfilter Core Team
 +ClusterIP Version 0.8 loaded successfully
 +arp_tables: (C) 2002 David S. Miller
 +TCP cubic registered
 +NET: Registered protocol family 1
 +NET: Registered protocol family 10
 +IPv6 over IPv4 tunneling driver
 +NET: Registered protocol family 17
 +Ebtables v2.0 registered
 +802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
 +All bugs added by David S. Miller <davem@redhat.com>
 +VFS: Mounted root (squashfs filesystem) readonly.
 +Freeing unused kernel memory: 132k freed
 +Warning: unable to open an initial console.
 +Algorithmics/MIPS FPU Emulator v1.5
 +[sighandler]: No more events to be processed, quitting.
 +[cleanup]: Waiting for children.
 +[cleanup]: All children terminated.
 +Hit enter to continue...waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +vlan2: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Operation not supported
 +eth1: Invalid argument
 +eth1: Invalid argument
 +eth1: Operation not supported
 +eth1: Invalid argument
 +eth1: Invalid argument
 +waitpid: No child processes
 +waitpid: No child processes
 +brctl: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +waitpid: No child processes
 +HTTPD: main(963) 
 +udhcpd_main(138): udhcp server (v0.9.8) started
 +UPnP daemon is ready to run
 +Reaped 317
 +killall: wps_monitor: no process killed
 +waitpid: No child processes
 +killall: wps_ap: no process killed
 +killall: wps_enr: no process killed
 +mkdir: cannot create directory '/tmp/mnt': File exists
 +mkdir: cannot create directory '/tmp/etc': File exists
 +mkdir: cannot create directory '/tmp/etc/sysconfig': File exists
 +Starting HotPlug:                       /usr/sbin/hotplugd -D -f
 +Starting jcpd daemon:                   /usr/sbin/jcpd
 +
 +share memory key=74565 successful id on creating=32769
 +sh: /usr/sbin/httpd_watchdog: not found
 +original zone=GMT+8
 +modified dst=GMT
 +[start_wan 1136], ifconfig vlan1 up
 +vlan1: Operation not supported
 +waitpid: No child processes
 +waitpid: No child processes
 +udhcpc_main(438): udhcp client (v0.9.8) started
 +original zone=GMT+8
 +modified dst=GMT
 +vlan1 dhcp
 +vlan1: No such process
 +Stop DDNS service!
 +Hit enter to continue...connect: Network is unreachable
 +Hit enter to continue...Starting Samba:                         /usr/sbin/smbd -D
 +                                        /usr/sbin/nmbd -D
 +Setting SSID "belkin.4e4b"
 +main(1152) wl -i eth1 ssid -C 11 belkin.4e4b
 +
 +start_wl(994) reStart the Wireless, lan_ifNames=vlan2 eth1  
 +start_wl(1031), name=vlan2
 +start_wl(1031), name=eth1
 +Starting sxuptpd
 +Initializing USB port mode:
 + port1 = NAS
 + port2 = NAS
 +Starting usbjcpd
 +Hit enter to continue...original zone=GMT+8
 +modified dst=GMT
 +Portrd: Add iptable command:
 +iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o vlan1 -j MASQUERADE
 +iptables -t nat -A POSTROUTING -s 192.168.169.0/24 -o vlan1 -j MASQUERADE
 +Hit enter to continue...</nowiki>
 +</WRAP>\\
 +
 +Hitting enter drops to BusyBox v1.7.2 (2010-08-30 20:06:26 CST)
 +
 +==== NVRAM dump ====
 +<WRAP bootlog>
 +<nowiki>Terminal ready
 +nvram show
 +sb/1/ofdm2gpo=0x44444444
 +wl_radius_port=1812
 +auto_mode_5g=1
 +wan_unit=0
 +wl0_wmf_bss_enable=1
 +wan0_primary=1
 +pci/1/1/mcs5gpo0=0x0
 +pci/1/1/stbcpo=0
 +wan_route=
 +ses_wds_mode=1
 +wl0_frameburst=on
 +pci/1/1/mcs5gpo1=0x0
 +wl_txstreams=0
 +access_control_enabled=0
 +pci/1/1/mcs5gpo2=0x0
 +pci/1/1/maxp5gha0=0x32
 +wan_pppoe_keepalive=0
 +wan_pptp_ip=
 +filter_client_url0=
 +health_week=0
 +wan0_ipaddr=1.0.0.1
 +pci/1/1/mcs5gpo3=0x0
 +pci/1/1/maxp5gha1=0x32
 +log_ipaddr=
 +wan0_proto=dhcp
 +boardrev=0x1102
 +br0_ifnames=vlan2 eth1
 +wl0.14_hwaddr=96:44:52:B9:7E:29
 +pci/1/1/aa5g=0x3
 +wl_nctrlsb=lower
 +wan0_pptp_dhcp=dhcp
 +sb/1/mcs2gpo0=0x6666
 +wl_version=5.10.128.0
 +wl0_leddc=0x640000
 +et0macaddr=94:44:52:B9:7E:2B
 +sb/1/mcs2gpo1=0x6666
 +ddns_enable=disabled
 +sb/1/mcs2gpo2=0x6666
 +sb/1/mcs2gpo3=0x6666
 +wl0_akm=psk psk2 
 +wl0_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7
 +pci/1/1/pa5glw2a0=0xfa8e
 +sb/1/mcs2gpo4=0x6666
 +wan_pppoe_passwd=
 +wl_maxassoc=128
 +health_days=0 0 1 0 0 0 0 
 +wl0_guest_mode=0
 +wan0_dns=12.213.224.61 
 +watchdog=3000
 +boot_wait=on
 +pci/1/1/pa5glw2a1=0xfabc
 +sb/1/mcs2gpo5=0x6666
 +sb/1/mcs2gpo6=0x6666
 +wps_modelname=F7D7302 v1
 +wl_phytypes=
 +wl_leddc=0x640000
 +wl0_infra=1
 +sb/1/mcs2gpo7=0x6666
 +bt_autoDelTorrent=1
 +wl0_country_code=US
 +fw_disable=0
 +dhcp_client_list_num=0
 +emf_rtport_entry=
 +bt_autoRateControl=1
 +wps_config_command=0
 +gs_remote_mgmt=0
 +gs_dmzEnable=0
 +gui_version=1.00.23
 +ddns_wildcard=
 +wl_infra=1
 +reset_gpio=6
 +ses_event=2
 +ddns_server=0
 +wan0_bigpond_passwd=
 +wl0_bcn_rotate=1
 +pmon_ver=CFE 5.10.128.0
 +bw_maxTx=100000000
 +restore_defaults=0
 +wan0_ifname=vlan1
 +vlan2ports=0 1 2 3 5*
 +health_enable=1
 +wl0.1_hwaddr=96:44:52:B9:7E:2C
 +schedule_reboot_status=0
 +wan0_pptp_demand=0
 +wl0_wme_sta_be=15 1023 3 0 0 off off
 +wl0_nctrlsb=lower
 +pci/1/1/cddpo=0
 +wan_lease=86400
 +wan_pppoe_service=
 +wl0_version=5.10.128.0
 +sb/1/triso2g=3
 +wl_wme_apsd=on
 +sb/1/sromrev=8
 +http_wanport=8080
 +wl_radius_ipaddr=
 +ddns_hostname=
 +eco_wlan_start=0
 +wl0.7_hwaddr=96:44:52:B9:7E:22
 +lan_gateway=192.168.1.102
 +wl0_ifname=eth1
 +dst_time_zone=GMT
 +lan_domain=Belkin
 +wl0_wme_sta_bk=15 1023 7 0 0 off off
 +timer_interval=3600
 +dhcp_reserveIndex=0
 +pci/1/1/ag1=2
 +wan_bigpond_sindex=0
 +bt_autoHideMode=1
 +lan1_ipaddr=192.168.169.1
 +forward_port0=
 +wl_net_reauth=900
 +wl0_rxstreams=0
 +gpio4=robo_reset
 +ses_enable=1
 +obscurePSK_guest=1
 +wan_pppoe_mru=1492
 +health_time=7
 +lan_route=
 +wl0_mrate=0
 +wps_device_pin=08890948
 +gpio8=wps_button
 +time_zone_index=4
 +wl1_channel=0
 +wps_hw_enable=1
 +wl0_mode=ap
 +pci/1/1/pa5gw2a0=0xFAFA
 +wan_gateway=1.0.0.1
 +reboot_from_self_healing=1
 +serial=0
 +pci/1/1/pa5gw2a1=0xFAAA
 +sb/1/pa2gw2a0=0xFACB
 +dhcp_start=192.168.1.2
 +sb/1/pa2gw2a1=0xFAB8
 +wl0_ap_isolate=0
 +lan1_route=
 +dlna_backup_ignore=0
 +pci/1/1/pa5ghw2a0=0xfac3
 +dhcp_end=192.168.1.100
 +wl_mrate=0
 +wan_bigpond_enable=0
 +wan0_pptp_subnet=
 +pci/1/1/pa5ghw2a1=0xFAC3
 +sb/1/itt2ga0=0x20
 +wl_wmf_bss_enable=1
 +wl_akm=psk psk2 
 +wps_get_stauts=0
 +wl0.15_hwaddr=96:44:52:B9:7E:2A
 +wl0_wme_no_ack=off
 +wl0_ampdu=auto
 +wl0_gmode=1
 +sb/1/itt2ga1=0x20
 +login_timeout=10
 +eco_led_dim=1
 +boardtype=0xa4cf
 +is_default=0
 +wl_wme_bss_disable=0
 +wl_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
 +wl0_nband=2
 +wan0_bigpond_srver=
 +wl_gmode=1
 +wl_ampdu=auto
 +wps_uuid=5A18F382E1326BD3A4C3247B66DE83ED
 +ddns_password=
 +stats_server=
 +pci/1/1/itt5ga0=0x3e
 +pci/1/1/rxchain=3
 +eco_wlan=0
 +bw_peekTx=125000000
 +wl0_nreqd=
 +pci/1/1/itt5ga1=0x3e
 +lan_netmask=255.255.255.0
 +wps_enr_mode=disabled
 +wl0_wme_txp_be=7 3 4 2 0
 +lan1_ifname=br1
 +wan_pptp_demand=0
 +wl_nband=2
 +wl0_dtim=3
 +wl0_ssid=belkin.4e4b
 +lan1_hwnames=
 +wan_pptp_hostname=
 +http_username=
 +wl_wme_sta_vi=7 15 2 6016 3008 off off
 +wan0_pppoe_ifname=
 +pci/1/1/maxp5ga0=0x32
 +wl_nreqd=
 +wl_wme_ap_be=15 63 3 0 0 off off
 +wan_bigpond_user_name=
 +wl0_dfs_preism=60
 +pci/1/1/maxp5ga1=0x32
 +os_date=Aug 30 2010
 +lan_ap_ipaddr=192.168.2.254
 +sb/1/regrev=97
 +access_control_member0=
 +wl0_wme_txp_bk=7 3 4 2 0
 +pci/1/1/ofdm5gpo0=0x0
 +sb/1/ag0=2
 +http_lanport=80
 +pci/1/1/ofdm5gpo1=0x0
 +pci/1/1/pdetrange5g=4
 +sb/1/ag1=2
 +wl_plcphdr=long
 +wl_wme_sta_vo=3 7 2 3264 1504 off off
 +landing_password=
 +lan1_wins=
 +wl_macmode=disabled
 +wl_mimo_preamble=
 +nvram_version=1
 +wan_hwname=
 +wan_domain=
 +wl_wme_ap_bk=15 1023 7 0 0 off off
 +wl0_key1=
 +wan0_pptp_enable=0
 +lan_lease=-1
 +wan_netmask=255.0.0.0
 +wl_phytype=n
 +wl0_vlan_prio_mode=off
 +wl0_key2=
 +wan0_hostname=
 +wl_lazywds=0
 +wl0.2_hwaddr=96:44:52:B9:7E:2D
 +wl0_key3=
 +wl_dfs_postism=60
 +wl0_key4=
 +filter_client0=
 +wps_default_pin=08890948
 +lan1_lease=86400
 +filter_maclist=
 +pci/1/1/boardflags=0x200
 +wl_auth_mode=none
 +wl0.8_hwaddr=96:44:52:B9:7E:23
 +vlan2hwname=et0
 +wan_pptp_subnet=
 +wl0_bridge=
 +wl0_hw_rxchain=3
 +pci/1/1/pa5glw1a0=0x1637
 +http_passwd=
 +wl_wpa_psk=d4e9764a
 +wl_guest_passwd=a96d4e6d47
 +pci/1/1/pa5glw1a1=0x1591
 +sb/1/extpagain2g=2
 +bt_torrentFolder=torrent
 +lan_stp=1
 +wan_pppoe_demand=0
 +nat_type=cone
 +wl0_wme_ap_vi=7 15 1 6016 3008 off off
 +wan0_pptp_idletime=5
 +wl0_bss_maxassoc=128
 +wl_mode=ap
 +igmp_proxy_func=1
 +wan0_pppoe_passwd=
 +gs_sku_id=51
 +wl0_tpc_db=
 +wl0_plcphdr=long
 +wl0_rate=0
 +wl0_closed=0
 +wan_pptp_gateway=
 +wl0.10_hwaddr=96:44:52:B9:7E:25
 +wl0_macmode=disabled
 +xtalfreq=20000
 +wan_dns_auto=1
 +wl_wpa_gtk_rekey=0
 +wl0_wme_ap_vo=3 7 1 3264 1504 off off
 +wl0_radioids=BCM2056
 +wan0_pptp_ip=
 +sb/1/stbcpo=0
 +lan_dhcp=0
 +wps_unconfig_addenr=0
 +wl0_phytype=n
 +wl_wme_txp_vi=7 3 4 2 0
 +qos_1=0
 +wl0_lazywds=0
 +qos_2=1
 +qos_3=2
 +usb_mounted_nodes=
 +qos_4=3
 +wps_proc_status=0
 +wan0_pppoe_keepalive=0
 +boardflags2=0x1402
 +sb/1/bwduppo=0
 +sb/1/aa2g=3
 +wl0_afterburner=off
 +sb/1/txchain=3
 +wl_wme_txp_vo=7 3 4 2 0
 +wl0_antdiv=-1
 +lan_hwaddr=94:44:52:B9:7E:2B
 +wl_wds_timeout=1
 +ddns_started=0
 +wan_dns=
 +filter_client_srv0=
 +wl_wps_mode=enabled
 +wan0_pppoe_ac=
 +pci/1/1/bw40po=0
 +wan_pptp_enable=0
 +wl_ssid=belkin.4e4b
 +wl_dtim=3
 +project_id=00n2
 +wl0_wpa_psk=d4e9764a
 +pci/1/1/sromrev=8
 +wan_pppoe_mtu=1454
 +wl_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7
 +ac_schedule0=inactive
 +wait_time=3
 +bt_autoHideSec=86400
 +ac_schedule1=inactive
 +wan0_pppoe_ip=0.0.0.0
 +ac_schedule2=inactive
 +gs_silex=1
 +wl0_amsdu=auto
 +wan0_pptp_username=
 +ac_schedule3=inactive
 +wan0_pppoe_dhcp=dhcp
 +bt_torrentDLimit=50
 +ac_schedule4=inactive
 +dhcp_wins=wan
 +ac_schedule5=inactive
 +os_server=
 +ac_schedule6=inactive
 +check_health=1
 +ac_schedule7=inactive
 +pci/1/1/pa5gw1a0=0x143B
 +wan_proto=dhcp
 +wan_pptp_serviceip=
 +wl_key1=
 +wl_amsdu=auto
 +ac_schedule8=inactive
 +pci/1/1/pa5gw1a1=0x1664
 +sb/1/pa2gw1a0=0x15A4
 +wl_key2=
 +ac_schedule9=inactive
 +wl0_unit=0
 +wan0_pppoe_mru=1492
 +sb/1/pa2gw1a1=0x1639
 +wl_key3=
 +wl_country_code=US
 +wl_key4=
 +pci/1/1/pa5ghw1a0=0x16be
 +wl_hwaddr=
 +wl0.3_hwaddr=96:44:52:B9:7E:2E
 +pci/1/1/pa5ghw1a1=0x16BE
 +wl_rxchain=3
 +wl0_net_reauth=900
 +wl0_bss_enabled=0
 +sb/1/boardflags2=0x1402
 +wl_vlan_prio_mode=off
 +remote_mgmt_enabled=0
 +wps_count=0
 +gs_wftp_enabled=0
 +bt_torrentExitHour=1
 +wl0_nmode=-1
 +lan1_stp=1
 +wps_timeout_enable=0
 +wl0.9_hwaddr=96:44:52:B9:7E:24
 +board_version=01
 +wan_pppoe_idletime=5
 +wps_restart=0
 +wan0_bigpond_sindex=0
 +wl_nmode=-1
 +gs_domainName=Belkin
 +bt_torrentULimit=20
 +lan1_gateway=192.168.169.1
 +remote_mgmt_ip=
 +serial_number=121037G3118844
 +wl_rxstreams=0
 +ses_cl_enable=1
 +wl_wps_reg=enabled
 +wl0_wds=
 +wl_rate=0
 +wan0_gateway=72.173.128.1 
 +log_level=0
 +wl0_reg_mode=off
 +ntp_server=192.43.244.18 192.5.41.41 133.100.9.2
 +wan_hwaddr=
 +wps_mfstring=Belkin International
 +wl0.11_hwaddr=96:44:52:B9:7E:26
 +wan0_bigpond_enable=0
 +lan_ifnames=vlan2 eth1 
 +bandwidth_var_5=1
 +first_bootup=0
 +qosname1=Voice Device
 +wl0_radius_port=1812
 +wl0_wme=on
 +wl0_auth=0
 +access_control_need_update=0
 +wan_bigpond_srver=
 +qosname2=Online Games
 +qosname3=Video
 +wl0_rxchain=3
 +wl0_radius_ipaddr=
 +wl0_wme_bss_disable=0
 +qosname4=Default
 +wl0_wme_sta_vi=7 15 2 6016 3008 off off
 +pci/1/1/boardflags2=0x0
 +ure_disable=1
 +sb/1/boardflags=0x310
 +wan_pppoe_username=
 +sb/1/leddc=0xffff
 +wan_ifnames=vlan1 
 +wl0_wme_sta_vo=3 7 2 3264 1504 off off
 +wan0_domain=wildblue.com
 +wan0_hwname=
 +pci/1/1/ledbh0=0
 +wl_rateset=12
 +wl_crypto=aes
 +pci/1/1/ledbh1=0xffff
 +wan_pptp_connect_id=0
 +pci/1/1/pa5glw0a0=0xfe87
 +pci/1/1/ledbh2=0xffff
 +wl_guest_timeout=720
 +wl0_wps_reg=enabled
 +pci/1/1/pa5glw0a1=0xfe9a
 +pci/1/1/ledbh3=0xffff
 +eco_mode=0
 +lan_ipaddr=192.168.1.102
 +clkfreq=453,226,113
 +os_name=linux
 +lan_proto=static
 +wl_radius_key=
 +allow_remote_ip=1
 +wl0_maxassoc=128
 +vlan1hwname=et0
 +lan1_netmask=255.255.255.0
 +wan0_route=
 +wl_unit=0
 +wan_bigpond_manual=0
 +wl0_phytypes=n
 +wan0_pppoe_demand=0
 +wl0_frag=2346
 +wl0_wep=disabled
 +wps_button_assertlvl=0
 +router_disable=0
 +lan1_proto=dhcp
 +filter_client_sch0=
 +wl_nmode_protection=off
 +wps_sta_pin=00000000
 +wan0_netmask=255.255.254.0 
 +ddns_username=
 +wl0.4_hwaddr=96:44:52:B9:7E:2F
 +wl0_rifs=
 +wan0_pptp_gateway=
 +pci/1/1/antswctl2g=0
 +sdram_config=0x184
 +gs_apMode=0
 +wan0_wins=127.0.0.1 
 +vlan1ports=4 5*
 +dmz_ipaddr=
 +wl_wds=
 +wl_5G=0
 +wan_pptp_idletime=5
 +wps_pinfail=0
 +wps_ui_dopinpbc=0
 +cancel_reboot=0
 +wl0_ampdu_rr_rtylimit_tid=2 2 2 2 2 2 2 2
 +wl0_rateset=12
 +pci/1/1/bwduppo=0
 +wl0.1_ssid=belkin.4e4b.guests
 +wl0_ure=
 +loader_version=0.09e
 +pci/1/1/txchain=3
 +wl0_wme_apsd=on
 +eco_mode_started=0
 +sb/1/macaddr=94:44:52:B9:7E:2B
 +wl0_wme_txp_vi=7 3 4 2 0
 +sb/1/ccode=US
 +wl0_txstreams=0
 +wl_wme=on
 +pci/1/1/antswitch=0
 +lan_ifname=br0
 +wan_primary=0
 +wl_wme_ap_vi=7 15 1 6016 3008 off off
 +ht_remote_ip=192.168.1.1
 +wl0_mimo_preamble=
 +boardflags=0x310
 +wan0_pptp_server_name=
 +wan0_pppoe_mtu=1454
 +wandevs=vlan1
 +sdram_refresh=0x1d38
 +wl0_wme_txp_vo=7 3 4 2 0
 +sb/1/cck2gpo=0
 +dhcp_domain=wan
 +wl0.12_hwaddr=96:44:52:B9:7E:27
 +wl_auth=0
 +vuze_task_num=0
 +wps_proc_mac=
 +pci/1/1/pa5gw0a0=0xFEAF
 +sdram_ncdl=0x6e000027
 +pci/1/1/pa5gw0a1=0xFEC6
 +sb/1/pa2gw0a0=0xFE98
 +lan1_domain=
 +wl_wme_ap_vo=3 7 1 3264 1504 off off
 +sb/1/pa2gw0a1=0xFE9E
 +hardware_version=F7D7302 v1
 +default_wan_macaddr=94:44:52:B9:7E:2C
 +hw_version=0B
 +ezc_enable=1
 +wl_frameburst=on
 +wl_bss_maxassoc=128
 +lang_code=0
 +wl0_nmode_protection=off
 +wan0_lease=43200 
 +pci/1/1/pa5ghw0a0=0xfef3
 +pci/1/1/pa5ghw0a1=0xFEF3
 +wan_pppoe_dhcp=dhcp
 +is_modified=0
 +wan_ipaddr=1.0.0.1
 +wan_pptp_username=
 +gs_samba_enabled=1
 +vuze_vod_active=0
 +wl0_rts=2347
 +time_zone_DST=1
 +sb/1/bw40po=0
 +sb/1/devid=0x4329
 +lan1_dhcp=0
 +wan_wins=
 +wl_ifname=
 +check_wifi=1
 +pci/1/1/leddc=0xffff
 +wl_wep=disabled
 +wl_nbw_cap=1
 +wl_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
 +gs_remote_mgmt_port=8080
 +wl0_hw_txchain=3
 +lan_ap_netmask=255.255.255.0
 +wps_show_status=10
 +os_version=1.00.23
 +wl_guest_mode=0
 +wl_gmode_protection=
 +wan0_pptp_ifname=ppp0
 +wl0_wpa_gtk_rekey=0
 +pci/1/1/triso5g=3
 +wan_pptp_dhcp=dhcp
 +wan_pptp_server_name=
 +wan_bigpond_passwd=
 +wl0_sta_retry_time=5
 +bt_torrentTimeout=60
 +wan0_desc=Default Connection
 +wan0_pptp_serviceip=
 +pci/1/1/extpagain5g=2
 +wl_frag=2346
 +wl_preauth=
 +wl0_key=1
 +ses_cl_event=0
 +filter_macmode=disabled
 +wl_maclist=
 +wps_addER=0
 +emf_entry=
 +wl_rifs=
 +et0phyaddr=30
 +console_loglevel=1
 +dhcp_reserveIP=
 +wl_ure=
 +wl0.5_hwaddr=96:44:52:B9:7E:20
 +bl_version=1.0.37.01
 +time_zone=GMT+8
 +filter_client_key0=
 +wl_bcn_rotate=1
 +wl_wps_config_state=1
 +wan0_pppoe_service=
 +wan0_pppoe_idletime=5
 +wan_ifname=vlan1
 +wan0_dns_auto=1
 +wl_wme_sta_be=15 1023 3 0 0 off off
 +wan0_hwaddr=94:44:52:B9:7E:2C
 +sb/1/pdetrange2g=2
 +wl_radioids=
 +wl0_dfs_postism=60
 +landevs=vlan2 wl0 wl1
 +wan_hostname=F7D7302 v1
 +wl0_radio=0
 +dhcp1_start=192.168.169.2
 +wl_corerev=
 +wl_nmcsidx=-1
 +wl0_nbw_cap=1
 +wl0.1_wpa_psk=
 +dhcp_reserveRemoveId=0
 +wl_channel=0
 +wl0_bcn=100
 +wps_mode=enabled
 +wl_wme_sta_bk=15 1023 7 0 0 off off
 +wps_currentband=
 +gs_fw_auto=0
 +gs_usb_enabled=1
 +wl0_hwaddr=94:44:52:B9:7E:2B
 +wl_radio=0
 +wl_afterburner=off
 +ddns_timeout=
 +wan0_pptp_passwd=
 +pci/1/1/ccode=0
 +wl0_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5
 +wl0_preauth=
 +sb/1/tssipos2g=1
 +ezc_version=2
 +emf_enable=1
 +wl0_gmode_protection=
 +wl0.13_hwaddr=96:44:52:B9:7E:28
 +wan0_bigpond_user_name=
 +bw_maxRx=100000000
 +wl0_maclist=
 +bt_torrentExitRatio=0.75
 +sdram_init=0x0419
 +wl_rts=2347
 +log_ram_enable=1
 +firewall_version=1.3.8
 +sb/1/antswctl2g=2
 +lan_wins=
 +wan_pptp_ifname=ppp0
 +wan_desc=
 +wl_ap_isolate=0
 +bt_contentFolder=download
 +wps_modelnum=1.00.23
 +lan_hwnames=
 +wps_method=1
 +lan1_ifnames=wl0.1 wl0.2 wl0.3 wl1.1 wl1.2 wl1.3
 +qos1=Voice Device
 +wl_txchain=3
 +dhcp1_end=192.168.169.100
 +wl_wme_no_ack=off
 +qos2=Online Games
 +lan_upnp_wfa_subc_num=0
 +wl0_5G=0
 +wan0_unit=0
 +wan0_pppoe_username=
 +remote_auto_fw=0
 +qos3=Video
 +wl0_wps_config_state=1
 +wl0_radius_key=
 +qos4=Default
 +wl0_wme_ap_be=15 63 3 0 0 off off
 +wl0_nmcsidx=-1
 +wl0_corerev=17
 +wan0_ifnames=vlan1 
 +bw_qos_changed=0
 +bigpond_started=0
 +wl_key=1
 +obscurePSK=1
 +pci/1/1/regrev=0
 +wl0_channel=0
 +wps_aplockdown=0
 +wl0_wds_timeout=1
 +pci/1/1/tssipos5g=1
 +sb/1/ledbh0=0
 +wps_device_name=Share N300 Wireless N Router
 +eco_wlan_end=48
 +schedule_reboot_time=255
 +wl0.1_bss_enabled=0
 +sb/1/maxp2ga0=0x46
 +sb/1/ledbh1=0
 +wl_bridge=
 +wl0_wme_ap_bk=15 1023 7 0 0 off off
 +wl0_wps_mode=enabled
 +pci/1/1/devid=0x432d
 +sb/1/maxp2ga1=0x46
 +sb/1/ledbh2=0
 +upnp_enable=1
 +wl_bss_enabled=0
 +wan0_pptp_connect_id=0
 +wan0_pptp_hostname=
 +sb/1/ledbh3=0
 +wps_config_method=0x84
 +wl_wme_txp_be=7 3 4 2 0
 +gs_login_timeout=10
 +wan_pppoe_ac=
 +gs_remote_mgmt_ip=192.168.2.7
 +wan0_bigpond_manual=0
 +pci/1/1/macaddr=00:06:4E:00:00:03
 +sb/1/cddpo=0
 +emf_uffp_entry=
 +gs_pingWanBlock=1
 +eco_wlan_days=0 0 0 0 0 0 0
 +ddns_status=disabled
 +wps_status=0
 +wl0_guest_passwd=12345678
 +lan1_hwaddr=00:00:00:00:00:00
 +wl_dfs_preism=60
 +sb/1/rxchain=3
 +wan_pppoe_ip=0.0.0.0
 +wl_sta_retry_time=5
 +wl0_auth_mode=none
 +wl_closed=0
 +wl_wme_txp_bk=7 3 4 2 0
 +wl_tpc_db=
 +ac_schedule10=inactive
 +autofw_port0=
 +wl0.6_hwaddr=96:44:52:B9:7E:21
 +gs_ftp_enabled=0
 +ac_schedule11=inactive
 +wl0_crypto=aes
 +boardnum=121037G3118844
 +ac_schedule12=inactive
 +wl0_txchain=3
 +sb/1/antswitch=0
 +wan_pppoe_ifname=
 +wan_pptp_passwd=
 +bt_maxDownloads=3
 +dhcp_reserveMAC=
 +ac_schedule13=inactive
 +wl_bcn=100
 +ac_schedule14=inactive
 +pci/1/1/maxp5gla0=0x3a
 +wl_reg_mode=off
 +ac_schedule15=inactive
 +pci/1/1/maxp5gla1=0x3a
 +ac_schedule16=inactive
 +ac_schedule17=inactive
 +pci/1/1/antswctl5g=0
 +ac_schedule18=inactive
 +wl0_guest_timeout=720
 +wl_antdiv=-1
 +ac_schedule19=inactive
 +size: 13522 bytes (19246 left)</nowiki>
 +</WRAP>\\
 +
 +==== OpenWrt bootlog ====
 +<WRAP bootlog>
 +<nowiki>Decompressing...done
 +Decompressing...done
 +Init Arena
 +Init Devs.
 +Boot partition size = 131072(0x20000)
 +et0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.10.128.0
 +CPU type 0x19740: 453MHz
 +Tot mem: 65536 KBytes
 +
 +CFE mem:    0x80700000 - 0x8079B620 (636448)
 +Data:       0x807326D0 - 0x80734A80 (9136)
 +BSS:        0x80734A80 - 0x80735620 (2976)
 +Heap:       0x80735620 - 0x80799620 (409600)
 +Stack:      0x80799620 - 0x8079B620 (8192)
 +Text:       0x80700000 - 0x807326C4 (206532)
 +
 +
 +Copying boot params.....
 +DONE
 +
 +
 +Bootloader version 0.09e boot_version 0.09e
 +Project name : WG7016F22 1-LF-AK
 +Press space bar to cancel startup...
 +Device eth0:  hwaddr 94-44-52-B9-7E-2B, ipaddr 192.168.2.1, mask 255.255.255.0
 +        gateway not set, nameserver not set
 +Loader:raw Filesys:raw Dev:flash0.os File: Options:(null)
 +Loading: .. 3876 bytes read
 +Entry at 0x80001000
 +Closing network.
 +Starting program at 0x80001000
 +[    0.000000] Linux version 3.10.18 (x@gun) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r38541) ) #1 Sat Nov 9 20:19:47 PST 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: Early bus registered
 +[    0.000000] MIPS: machine is Belkin F7D330X
 +[    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 (2402k kernel code, 4044k reserved, 570k data, 220k init, 0k highmem)
 +[    0.000000] NR_IRQS:128
 +[    0.000000] Calibrating delay loop... 225.02 BogoMIPS (lpj=450048)
 +[    0.040000] pid_max: default: 32768 minimum: 301
 +[    0.044000] Mount-cache hash table entries: 512
 +[    0.052000] NET: Registered protocol family 16
 +[    0.072000] bio: create slab <bio-0> at 0
 +[    0.080000] Switching to clocksource MIPS
 +[    0.092000] NET: Registered protocol family 2
 +[    0.100000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
 +[    0.108000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
 +[    0.112000] TCP: Hash tables configured (established 512 bind 512)
 +[    0.120000] TCP: reno registered
 +[    0.124000] UDP hash table entries: 256 (order: 0, 4096 bytes)
 +[    0.132000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
 +[    0.136000] NET: Registered protocol family 1
 +[    0.144000] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x11, class 0x0)
 +[    0.152000] bcma: bus0: Core 2 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x00, class 0x0)
 +[    0.164000] bcma: bus0: Core 4 found: USB 2.0 Host (manuf 0x4BF, id 0x819, rev 0x04, class 0x0)
 +[    0.172000] bcma: bus0: Core 5 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0E, class 0x0)
 +[    0.180000] bcma: bus0: Core 6 found: DDR1/DDR2 Memory Controller (manuf 0x4BF, id 0x82E, rev 0x01, class 0x0)
 +[    0.192000] bcma: bus0: Core 7 found: Internal Memory (manuf 0x4BF, id 0x80E, rev 0x07, class 0x0)
 +[    0.204000] bcma: bus0: Core 8 found: I2S (manuf 0x4BF, id 0x834, rev 0x00, class 0x0)
 +[    0.256000] bcma: bus0: PCIEcore in host mode found
 +[    0.436000] PCI host bridge to bus 0000:00
 +[    0.440000] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0bffffff]
 +[    0.448000] pci_bus 0000:00: root bus resource [io  0x0100-0x07ff]
 +[    0.452000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
 +[    0.464000] bcma: PCI: Fixing up bridge 0000:00:00.0
 +[    0.468000] bcma: PCI: Fixing up device 0000:00:00.0
 +[    0.476000] bcma: PCI: Fixing up bridge 0000:00:00.1
 +[    0.480000] bcma: PCI: Fixing up device 0000:00:00.1
 +[    0.492000] bcma: bus0: Bus registered
 +[    0.500000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
 +[    0.508000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
 +[    0.520000] msgmni has been set to 120
 +[    0.524000] io scheduler noop registered
 +[    0.528000] io scheduler deadline registered (default)
 +[    0.532000] Serial: 8250/16550 driver, 2 ports, IRQ sharing enabled
 +[    0.564000] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 2) is a U6_16550A
 +[    0.572000] console [ttyS0] enabled, bootconsole disabled
 +[    0.572000] console [ttyS0] enabled, bootconsole disabled
 +[    0.588000] physmap platform flash device: 02000001 at 1c000000
 +[    0.592000] physmap-flash.0: Found 1 x16 devices at 0x0 in 8-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0000cb
 +[    0.604000] Amd/Fujitsu Extended Query Table at 0x0040
 +[    0.608000]   Amd/Fujitsu Extended Query version 1.1.
 +[    0.616000] number of CFI chips: 1
 +[    0.676000] 6 bcm47xxpart partitions found on MTD device physmap-flash.0
 +[    0.684000] Creating 6 MTD partitions on "physmap-flash.0":
 +[    0.688000] 0x000000000000-0x000000030000 : "boot"
 +[    0.696000] 0x000000030000-0x0000007f0000 : "linux"
 +[    0.704000] 0x00000003001c-0x0000000309a0 : "loader"
 +[    0.712000] 0x0000000309a0-0x000000132800 : "kernel"
 +[    0.720000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
 +[    0.732000] 0x000000132800-0x0000007f0000 : "rootfs"
 +[    0.740000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
 +[    0.756000] mtd: device 4 (rootfs) set to be root filesystem
 +[    0.760000] mtd: partition "rootfs_data" created automatically, ofs=0x300000, len=0x4f0000
 +[    0.768000] 0x000000300000-0x0000007f0000 : "rootfs_data"
 +[    0.780000] 0x0000007f0000-0x000000800000 : "nvram"
 +[    0.792000] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds)
 +[    0.800000] GPIO_WDT: failed to register misc device
 +[    0.808000] TCP: cubic registered
 +[    0.808000] NET: Registered protocol family 17
 +[    0.816000] 8021q: 802.1Q VLAN Support v1.8
 +[    0.828000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
 +[    0.840000] Freeing unused kernel memory: 220K (802e9000 - 80320000)
 +Console is alive
 +procd: Console is alive
 +- watchdog -
 +procd: - watchdog -
 +^[^[[C^[^[[C[    3.604000] diag: kernel found a "Belkin F7D330X"
 +[    3.608000] diag: Detected 'Belkin F7D330X'
 +[    3.616000] pps_core: LinuxPPS API ver. 1 registered
 +[    3.620000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
 +[    3.632000] PTP clock support registered
 +[    3.644000] bgmac bcma0:1: Found PHY addr: 30 (NOREGS)
 +[    3.652000] bgmac bcma0:1: Support for Roboswitch not implemented
 +[    3.660000] libphy: bgmac mii bus: probed
 +[    3.740000] b53_common: found switch: BCM5325, rev 0
 +[    3.744000] (unregistered net_device): attached PHY driver [Broadcom B53 (1)] (mii_bus:phy_addr=bgmac-0-0:1e)
 +[    3.760000] bgmac: Broadcom 47xx GBit MAC driver loaded
 +kmod: ran 15 iterations
 +- preinit -
 +procd: - preinit -
 +Press the [f] key and hit [enter] to enter failsafe mode
 +mount_root: jffs2 is ready
 +[    7.356000] jffs2: notice: (203) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 6 of xref (0 dead, 2 orphan) found.
 +- early -
 +procd: - early -
 +- watchdog -
 +procd: - watchdog -
 +- init -
 +procd: - init -
 +Please press Enter to activate this console.
 +[    9.344000] NET: Registered protocol family 10
 +[    9.364000] nf_conntrack version 0.5.0 (964 buckets, 3856 max)
 +[    9.380000] ip6_tables: (C) 2000-2006 Netfilter Core Team
 +[    9.408000] Loading modules backported from Linux version master-2013-06-27-0-gdcfa6d5
 +[    9.420000] Backport generated by backports.git backports-20130617-4-ge3220f5
 +[    9.432000] ip_tables: (C) 2000-2006 Netfilter Core Team
 +[    9.500000] xt_time: kernel timezone is -0000
 +[    9.532000] cfg80211: Calling CRDA to update world regulatory domain
 +[    9.540000] cfg80211: World regulatory domain updated:
 +[    9.544000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 +[    9.552000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
 +[    9.560000] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
 +[    9.568000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
 +[    9.576000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
 +[    9.584000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
 +[    9.672000] PPP generic driver version 2.4.2
 +[    9.688000] NET: Registered protocol family 24
 +[    9.736000] b43-phy0: Broadcom 4716 WLAN found (core revision 17)
 +[    9.740000] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 5
 +[    9.836000] Broadcom 43xx driver loaded [ Features: PNL ]
 +[    9.852000] Broadcom 43xx-legacy driver loaded [ Features: PLD ]
 +[   14.560000] device eth0.1 entered promiscuous mode
 +[   14.568000] device eth0 entered promiscuous mode
 +[   14.584000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
 +[   14.588000] br-lan: port 1(eth0.1) entered forwarding state
 +[   14.596000] br-lan: port 1(eth0.1) entered forwarding state
 +[   16.600000] br-lan: port 1(eth0.1) entered forwarding state
 +procd: - init complete -</nowiki>
 +</WRAP>\\
 +
 +
 +===== Notes =====
 +
 +
 +===== Tags =====
 +[[meta:tags|How to add tags]]
 +{{tag>1NIC 1WNIC 5Port USB Broadcom 16flash 64ram}}
  • Last modified: 2019/08/14 06:14
  • by tmomas