Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:belkin:f7d3302 [2017/09/03 17:30] – ↷ Links adapted because of a move operation tmomas | toh: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/ | ||
| + | | F7D7302 v1 | ||
| + | | F7D3302 v1 | ||
| + | |||
| + | WIP openwrt patches: [[https:// | ||
| + | |||
| + | OEM source code available at: [[http:// | ||
| + | |||
| + | <WRAP box center 80%> {{: | ||
| + | /* Special style definitions for the various Tables of Hardware. | ||
| + | {{page> | ||
| + | ---- 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 | ||
| + | ----</ | ||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | ^ SoC ^ Ram ^ Flash ^ Network | ||
| + | | 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 ===== | ||
| + | < | ||
| + | 0x00000000-0x00030000 : " | ||
| + | 0x00030000-0x007f0000 : " | ||
| + | 0x001b7bc4-0x007f0000 : " | ||
| + | 0x007f0000-0x00800000 : " | ||
| + | </ | ||
| + | |||
| + | ==== Keep the articles modular ==== | ||
| + | | Please include only model specific information, | ||
| + | | [[docs: | ||
| + | | [[docs: | ||
| + | | DO NOT provide a complete howto here! Instead //groom// the general HowTos. | ||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | - → [[: | ||
| + | - → [[docs: | ||
| + | - → **»»»»here»»»»[[: | ||
| + | |||
| + | ==== Flash Layout ==== | ||
| + | Please check out the article [[docs: | ||
| + | |||
| + | ==== 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:// | ||
| + | *Select " | ||
| + | *If prompted to authenticate, | ||
| + | *Select openwrt-f7d3302-squashfs.bin | ||
| + | *Click Update. Yes, you are sure. | ||
| + | *Wait for it to reboot (if the WAN is disconnected, | ||
| + | *Telnet to 192.168.1.1 and set a root password, or browse to http:// | ||
| + | |||
| + | ==== OEM installation using the TFTP method ==== | ||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | === Specific values you need === | ||
| + | |||
| + | | Bootloader tftp server IPv4 address | 192.168.2.1 | | ||
| + | | Bootloader MAC address (special) | FILL-IN | | ||
| + | | Firmware tftp image | [[: | ||
| + | | 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: | ||
| + | |||
| + | 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:// | ||
| + | * 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| | ||
| + | |||
| + | < | ||
| + | cd /tmp/ | ||
| + | wget http:// | ||
| + | sysupgrade / | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== Basic configuration ===== | ||
| + | -> [[docs: | ||
| + | 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/ | ||
| + | | 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: | ||
| + | |||
| + | ==== Buttons ==== | ||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | |||
| + | ^ BUTTON ^ Event ^ | ||
| + | | Reset | reset | | ||
| + | | WPS | wps | | ||
| + | |||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | | **[[wp> | ||
| + | | **Vendor: | ||
| + | | **[[docs: | ||
| + | | **[[docs: | ||
| + | | **[[docs: | ||
| + | | **Flash size: | ||
| + | | **Flash Chip: | ||
| + | | **RAM size: | ||
| + | | **RAM Chip: | ||
| + | | **Wireless No1: | ||
| + | | **[[docs: | ||
| + | | **USB: | ||
| + | | **[[docs: | ||
| + | | **[[docs: | ||
| + | |||
| + | ==== 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' | ||
| + | |||
| + | //Main PCB// | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | ==== Serial ==== | ||
| + | -> [[docs: | ||
| + | |||
| + | How to connect to the Serial Port of this specific device: | ||
| + | |||
| + | * Look for a set of 4 pins labeled " | ||
| + | * On my board, the headers of J3 were already populated | ||
| + | * Pinout: | ||
| + | - 3.3v | ||
| + | - Tx (from router to computer) | ||
| + | - Rx (from computer to router) | ||
| + | - GND | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ==== JTAG ==== | ||
| + | -> [[docs: | ||
| + | |||
| + | How to connect to the JTAG Port of this specific device: | ||
| + | |||
| + | **Photo of PCB with markings** | ||
| + | |||
| + | |||
| + | ===== Debricking ===== | ||
| + | -> [[docs: | ||
| + | |||
| + | On the serial console: | ||
| + | < | ||
| + | flash -noheader : flash1.trx | ||
| + | </ | ||
| + | |||
| + | Imediately after that is entered, on a computer connected to the first lan port (check other ports for functionality), | ||
| + | < | ||
| + | curl -T openwrt-f7d3302-squashfs.trx tftp:// | ||
| + | </ | ||
| + | |||
| + | === 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' | ||
| + | |||
| + | 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: | ||
| + | |||
| + | ===== Hardware mods ===== | ||
| + | - as a beginner, you really should inform yourself about [[docs: | ||
| + | |||
| + | |||
| + | ==== 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: | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Bootlogs ===== | ||
| + | ==== OEM bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | 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: | ||
| + | BSS: 0x80734A80 - 0x80735620 (2976) | ||
| + | Heap: | ||
| + | Stack: | ||
| + | Text: | ||
| + | |||
| + | |||
| + | 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, | ||
| + | gateway not set, nameserver not set | ||
| + | Loader:raw Filesys:raw Dev: | ||
| + | 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: | ||
| + | | ||
| + | Built 1 zonelists. | ||
| + | Kernel command line: root=/ | ||
| + | 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/ | ||
| + | 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: | ||
| + | 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/ | ||
| + | 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 | ||
| + | | ||
| + | number of CFI chips: 1 | ||
| + | cfi_cmdset_0002: | ||
| + | Flash device: 0x800000 at 0x1c000000 | ||
| + | Physically mapped flash: squash filesystem with lzma found at block 1758 | ||
| + | Creating 4 MTD partitions on " | ||
| + | 0x00000000-0x00030000 : " | ||
| + | 0x00030000-0x007f0000 : " | ||
| + | 0x001b7bc4-0x007f0000 : " | ||
| + | 0x007f0000-0x00800000 : " | ||
| + | Found a 0MB serial flash | ||
| + | sflash: found no supported devices | ||
| + | usbmon: debugfs is not available | ||
| + | GACT probability on | ||
| + | Mirror/ | ||
| + | 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 < | ||
| + | All bugs added by David S. Miller < | ||
| + | VFS: Mounted root (squashfs filesystem) readonly. | ||
| + | Freeing unused kernel memory: 132k freed | ||
| + | Warning: unable to open an initial console. | ||
| + | Algorithmics/ | ||
| + | [sighandler]: | ||
| + | [cleanup]: Waiting for children. | ||
| + | [cleanup]: All children terminated. | ||
| + | Hit enter to continue...waitpid: | ||
| + | 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): | ||
| + | UPnP daemon is ready to run | ||
| + | Reaped 317 | ||
| + | killall: wps_monitor: | ||
| + | waitpid: No child processes | ||
| + | killall: wps_ap: no process killed | ||
| + | killall: wps_enr: no process killed | ||
| + | mkdir: cannot create directory '/ | ||
| + | mkdir: cannot create directory '/ | ||
| + | mkdir: cannot create directory '/ | ||
| + | Starting HotPlug: | ||
| + | Starting jcpd daemon: | ||
| + | |||
| + | share memory key=74565 successful id on creating=32769 | ||
| + | sh: / | ||
| + | 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): | ||
| + | original zone=GMT+8 | ||
| + | modified dst=GMT | ||
| + | vlan1 dhcp | ||
| + | vlan1: No such process | ||
| + | Stop DDNS service! | ||
| + | Hit enter to continue...connect: | ||
| + | Hit enter to continue...Starting Samba: | ||
| + | / | ||
| + | Setting SSID " | ||
| + | main(1152) wl -i eth1 ssid -C 11 belkin.4e4b | ||
| + | |||
| + | start_wl(994) reStart the Wireless, lan_ifNames=vlan2 eth1 | ||
| + | start_wl(1031), | ||
| + | start_wl(1031), | ||
| + | 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/ | ||
| + | iptables -t nat -A POSTROUTING -s 192.168.169.0/ | ||
| + | Hit enter to continue...</ | ||
| + | </ | ||
| + | |||
| + | Hitting enter drops to BusyBox v1.7.2 (2010-08-30 20:06:26 CST) | ||
| + | |||
| + | ==== NVRAM dump ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | nvram show | ||
| + | sb/ | ||
| + | wl_radius_port=1812 | ||
| + | auto_mode_5g=1 | ||
| + | wan_unit=0 | ||
| + | wl0_wmf_bss_enable=1 | ||
| + | wan0_primary=1 | ||
| + | pci/ | ||
| + | pci/ | ||
| + | wan_route= | ||
| + | ses_wds_mode=1 | ||
| + | wl0_frameburst=on | ||
| + | pci/ | ||
| + | wl_txstreams=0 | ||
| + | access_control_enabled=0 | ||
| + | pci/ | ||
| + | pci/ | ||
| + | wan_pppoe_keepalive=0 | ||
| + | wan_pptp_ip= | ||
| + | filter_client_url0= | ||
| + | health_week=0 | ||
| + | wan0_ipaddr=1.0.0.1 | ||
| + | pci/ | ||
| + | pci/ | ||
| + | log_ipaddr= | ||
| + | wan0_proto=dhcp | ||
| + | boardrev=0x1102 | ||
| + | br0_ifnames=vlan2 eth1 | ||
| + | wl0.14_hwaddr=96: | ||
| + | pci/ | ||
| + | wl_nctrlsb=lower | ||
| + | wan0_pptp_dhcp=dhcp | ||
| + | sb/ | ||
| + | wl_version=5.10.128.0 | ||
| + | wl0_leddc=0x640000 | ||
| + | et0macaddr=94: | ||
| + | sb/ | ||
| + | ddns_enable=disabled | ||
| + | sb/ | ||
| + | sb/ | ||
| + | wl0_akm=psk psk2 | ||
| + | wl0_radarthrs=0 0x6a8 0x6c8 0x6ac 0x6c7 | ||
| + | pci/ | ||
| + | sb/ | ||
| + | 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/ | ||
| + | sb/ | ||
| + | sb/ | ||
| + | wps_modelname=F7D7302 v1 | ||
| + | wl_phytypes= | ||
| + | wl_leddc=0x640000 | ||
| + | wl0_infra=1 | ||
| + | sb/ | ||
| + | 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: | ||
| + | schedule_reboot_status=0 | ||
| + | wan0_pptp_demand=0 | ||
| + | wl0_wme_sta_be=15 1023 3 0 0 off off | ||
| + | wl0_nctrlsb=lower | ||
| + | pci/ | ||
| + | wan_lease=86400 | ||
| + | wan_pppoe_service= | ||
| + | wl0_version=5.10.128.0 | ||
| + | sb/ | ||
| + | wl_wme_apsd=on | ||
| + | sb/ | ||
| + | http_wanport=8080 | ||
| + | wl_radius_ipaddr= | ||
| + | ddns_hostname= | ||
| + | eco_wlan_start=0 | ||
| + | wl0.7_hwaddr=96: | ||
| + | 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/ | ||
| + | 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/ | ||
| + | wan_gateway=1.0.0.1 | ||
| + | reboot_from_self_healing=1 | ||
| + | serial=0 | ||
| + | pci/ | ||
| + | sb/ | ||
| + | dhcp_start=192.168.1.2 | ||
| + | sb/ | ||
| + | wl0_ap_isolate=0 | ||
| + | lan1_route= | ||
| + | dlna_backup_ignore=0 | ||
| + | pci/ | ||
| + | dhcp_end=192.168.1.100 | ||
| + | wl_mrate=0 | ||
| + | wan_bigpond_enable=0 | ||
| + | wan0_pptp_subnet= | ||
| + | pci/ | ||
| + | sb/ | ||
| + | wl_wmf_bss_enable=1 | ||
| + | wl_akm=psk psk2 | ||
| + | wps_get_stauts=0 | ||
| + | wl0.15_hwaddr=96: | ||
| + | wl0_wme_no_ack=off | ||
| + | wl0_ampdu=auto | ||
| + | wl0_gmode=1 | ||
| + | sb/ | ||
| + | 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/ | ||
| + | pci/ | ||
| + | eco_wlan=0 | ||
| + | bw_peekTx=125000000 | ||
| + | wl0_nreqd= | ||
| + | pci/ | ||
| + | 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/ | ||
| + | wl_nreqd= | ||
| + | wl_wme_ap_be=15 63 3 0 0 off off | ||
| + | wan_bigpond_user_name= | ||
| + | wl0_dfs_preism=60 | ||
| + | pci/ | ||
| + | os_date=Aug 30 2010 | ||
| + | lan_ap_ipaddr=192.168.2.254 | ||
| + | sb/ | ||
| + | access_control_member0= | ||
| + | wl0_wme_txp_bk=7 3 4 2 0 | ||
| + | pci/ | ||
| + | sb/1/ag0=2 | ||
| + | http_lanport=80 | ||
| + | pci/ | ||
| + | pci/ | ||
| + | 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: | ||
| + | wl0_key3= | ||
| + | wl_dfs_postism=60 | ||
| + | wl0_key4= | ||
| + | filter_client0= | ||
| + | wps_default_pin=08890948 | ||
| + | lan1_lease=86400 | ||
| + | filter_maclist= | ||
| + | pci/ | ||
| + | wl_auth_mode=none | ||
| + | wl0.8_hwaddr=96: | ||
| + | vlan2hwname=et0 | ||
| + | wan_pptp_subnet= | ||
| + | wl0_bridge= | ||
| + | wl0_hw_rxchain=3 | ||
| + | pci/ | ||
| + | http_passwd= | ||
| + | wl_wpa_psk=d4e9764a | ||
| + | wl_guest_passwd=a96d4e6d47 | ||
| + | pci/ | ||
| + | sb/ | ||
| + | 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: | ||
| + | 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/ | ||
| + | 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/ | ||
| + | sb/1/aa2g=3 | ||
| + | wl0_afterburner=off | ||
| + | sb/ | ||
| + | wl_wme_txp_vo=7 3 4 2 0 | ||
| + | wl0_antdiv=-1 | ||
| + | lan_hwaddr=94: | ||
| + | wl_wds_timeout=1 | ||
| + | ddns_started=0 | ||
| + | wan_dns= | ||
| + | filter_client_srv0= | ||
| + | wl_wps_mode=enabled | ||
| + | wan0_pppoe_ac= | ||
| + | pci/ | ||
| + | wan_pptp_enable=0 | ||
| + | wl_ssid=belkin.4e4b | ||
| + | wl_dtim=3 | ||
| + | project_id=00n2 | ||
| + | wl0_wpa_psk=d4e9764a | ||
| + | pci/ | ||
| + | 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/ | ||
| + | wan_proto=dhcp | ||
| + | wan_pptp_serviceip= | ||
| + | wl_key1= | ||
| + | wl_amsdu=auto | ||
| + | ac_schedule8=inactive | ||
| + | pci/ | ||
| + | sb/ | ||
| + | wl_key2= | ||
| + | ac_schedule9=inactive | ||
| + | wl0_unit=0 | ||
| + | wan0_pppoe_mru=1492 | ||
| + | sb/ | ||
| + | wl_key3= | ||
| + | wl_country_code=US | ||
| + | wl_key4= | ||
| + | pci/ | ||
| + | wl_hwaddr= | ||
| + | wl0.3_hwaddr=96: | ||
| + | pci/ | ||
| + | wl_rxchain=3 | ||
| + | wl0_net_reauth=900 | ||
| + | wl0_bss_enabled=0 | ||
| + | sb/ | ||
| + | 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: | ||
| + | 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: | ||
| + | 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/ | ||
| + | ure_disable=1 | ||
| + | sb/ | ||
| + | wan_pppoe_username= | ||
| + | sb/ | ||
| + | wan_ifnames=vlan1 | ||
| + | wl0_wme_sta_vo=3 7 2 3264 1504 off off | ||
| + | wan0_domain=wildblue.com | ||
| + | wan0_hwname= | ||
| + | pci/ | ||
| + | wl_rateset=12 | ||
| + | wl_crypto=aes | ||
| + | pci/ | ||
| + | wan_pptp_connect_id=0 | ||
| + | pci/ | ||
| + | pci/ | ||
| + | wl_guest_timeout=720 | ||
| + | wl0_wps_reg=enabled | ||
| + | pci/ | ||
| + | pci/ | ||
| + | eco_mode=0 | ||
| + | lan_ipaddr=192.168.1.102 | ||
| + | clkfreq=453, | ||
| + | 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: | ||
| + | wl0_rifs= | ||
| + | wan0_pptp_gateway= | ||
| + | pci/ | ||
| + | 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/ | ||
| + | wl0.1_ssid=belkin.4e4b.guests | ||
| + | wl0_ure= | ||
| + | loader_version=0.09e | ||
| + | pci/ | ||
| + | wl0_wme_apsd=on | ||
| + | eco_mode_started=0 | ||
| + | sb/ | ||
| + | wl0_wme_txp_vi=7 3 4 2 0 | ||
| + | sb/ | ||
| + | wl0_txstreams=0 | ||
| + | wl_wme=on | ||
| + | pci/ | ||
| + | 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/ | ||
| + | dhcp_domain=wan | ||
| + | wl0.12_hwaddr=96: | ||
| + | wl_auth=0 | ||
| + | vuze_task_num=0 | ||
| + | wps_proc_mac= | ||
| + | pci/ | ||
| + | sdram_ncdl=0x6e000027 | ||
| + | pci/ | ||
| + | sb/ | ||
| + | lan1_domain= | ||
| + | wl_wme_ap_vo=3 7 1 3264 1504 off off | ||
| + | sb/ | ||
| + | hardware_version=F7D7302 v1 | ||
| + | default_wan_macaddr=94: | ||
| + | hw_version=0B | ||
| + | ezc_enable=1 | ||
| + | wl_frameburst=on | ||
| + | wl_bss_maxassoc=128 | ||
| + | lang_code=0 | ||
| + | wl0_nmode_protection=off | ||
| + | wan0_lease=43200 | ||
| + | pci/ | ||
| + | pci/ | ||
| + | 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/ | ||
| + | sb/ | ||
| + | lan1_dhcp=0 | ||
| + | wan_wins= | ||
| + | wl_ifname= | ||
| + | check_wifi=1 | ||
| + | pci/ | ||
| + | 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/ | ||
| + | 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/ | ||
| + | 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: | ||
| + | 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: | ||
| + | sb/ | ||
| + | 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: | ||
| + | wl_radio=0 | ||
| + | wl_afterburner=off | ||
| + | ddns_timeout= | ||
| + | wan0_pptp_passwd= | ||
| + | pci/ | ||
| + | wl0_ampdu_rtylimit_tid=5 5 5 5 5 5 5 5 | ||
| + | wl0_preauth= | ||
| + | sb/ | ||
| + | ezc_version=2 | ||
| + | emf_enable=1 | ||
| + | wl0_gmode_protection= | ||
| + | wl0.13_hwaddr=96: | ||
| + | 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/ | ||
| + | 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/ | ||
| + | wl0_channel=0 | ||
| + | wps_aplockdown=0 | ||
| + | wl0_wds_timeout=1 | ||
| + | pci/ | ||
| + | sb/ | ||
| + | wps_device_name=Share N300 Wireless N Router | ||
| + | eco_wlan_end=48 | ||
| + | schedule_reboot_time=255 | ||
| + | wl0.1_bss_enabled=0 | ||
| + | sb/ | ||
| + | sb/ | ||
| + | wl_bridge= | ||
| + | wl0_wme_ap_bk=15 1023 7 0 0 off off | ||
| + | wl0_wps_mode=enabled | ||
| + | pci/ | ||
| + | sb/ | ||
| + | sb/ | ||
| + | upnp_enable=1 | ||
| + | wl_bss_enabled=0 | ||
| + | wan0_pptp_connect_id=0 | ||
| + | wan0_pptp_hostname= | ||
| + | sb/ | ||
| + | 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/ | ||
| + | sb/ | ||
| + | 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: | ||
| + | wl_dfs_preism=60 | ||
| + | sb/ | ||
| + | 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: | ||
| + | gs_ftp_enabled=0 | ||
| + | ac_schedule11=inactive | ||
| + | wl0_crypto=aes | ||
| + | boardnum=121037G3118844 | ||
| + | ac_schedule12=inactive | ||
| + | wl0_txchain=3 | ||
| + | sb/ | ||
| + | wan_pppoe_ifname= | ||
| + | wan_pptp_passwd= | ||
| + | bt_maxDownloads=3 | ||
| + | dhcp_reserveMAC= | ||
| + | ac_schedule13=inactive | ||
| + | wl_bcn=100 | ||
| + | ac_schedule14=inactive | ||
| + | pci/ | ||
| + | wl_reg_mode=off | ||
| + | ac_schedule15=inactive | ||
| + | pci/ | ||
| + | ac_schedule16=inactive | ||
| + | ac_schedule17=inactive | ||
| + | pci/ | ||
| + | ac_schedule18=inactive | ||
| + | wl0_guest_timeout=720 | ||
| + | wl_antdiv=-1 | ||
| + | ac_schedule19=inactive | ||
| + | size: 13522 bytes (19246 left)</ | ||
| + | </ | ||
| + | |||
| + | ==== OpenWrt bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | 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: | ||
| + | BSS: 0x80734A80 - 0x80735620 (2976) | ||
| + | Heap: | ||
| + | Stack: | ||
| + | Text: | ||
| + | |||
| + | |||
| + | 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, | ||
| + | gateway not set, nameserver not set | ||
| + | Loader:raw Filesys:raw Dev: | ||
| + | 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/ | ||
| + | [ 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] | ||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | [ 0.000000] Zone ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory node ranges | ||
| + | [ 0.000000] | ||
| + | [ 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, | ||
| + | [ 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/ | ||
| + | [ 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 < | ||
| + | [ 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: | ||
| + | [ 0.468000] bcma: PCI: Fixing up device 0000: | ||
| + | [ 0.476000] bcma: PCI: Fixing up bridge 0000: | ||
| + | [ 0.480000] bcma: PCI: Fixing up device 0000: | ||
| + | [ 0.492000] bcma: bus0: Bus registered | ||
| + | [ 0.500000] squashfs: version 4.0 (2009/ | ||
| + | [ 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: | ||
| + | [ 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: | ||
| + | [ 0.604000] Amd/Fujitsu Extended Query Table at 0x0040 | ||
| + | [ 0.608000] | ||
| + | [ 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 " | ||
| + | [ 0.688000] 0x000000000000-0x000000030000 : " | ||
| + | [ 0.696000] 0x000000030000-0x0000007f0000 : " | ||
| + | [ 0.704000] 0x00000003001c-0x0000000309a0 : " | ||
| + | [ 0.712000] 0x0000000309a0-0x000000132800 : " | ||
| + | [ 0.720000] mtd: partition " | ||
| + | [ 0.732000] 0x000000132800-0x0000007f0000 : " | ||
| + | [ 0.740000] mtd: partition " | ||
| + | [ 0.756000] mtd: device 4 (rootfs) set to be root filesystem | ||
| + | [ 0.760000] mtd: partition " | ||
| + | [ 0.768000] 0x000000300000-0x0000007f0000 : " | ||
| + | [ 0.780000] 0x0000007f0000-0x000000800000 : " | ||
| + | [ 0.792000] bcm47xx-wdt bcm47xx-wdt.0: | ||
| + | [ 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.608000] diag: Detected ' | ||
| + | [ 3.616000] pps_core: LinuxPPS API ver. 1 registered | ||
| + | [ 3.620000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti < | ||
| + | [ 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): | ||
| + | [ 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: | ||
| + | - 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: | ||
| + | [ 9.552000] cfg80211: | ||
| + | [ 9.560000] cfg80211: | ||
| + | [ 9.568000] cfg80211: | ||
| + | [ 9.576000] cfg80211: | ||
| + | [ 9.584000] cfg80211: | ||
| + | [ 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 ] | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | procd: - init complete -</ | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||