Linksys E1200 v2

This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram.
DO NOT BUY DEVICES WITH 4MB FLASH / 32MB RAM if you intend to flash an up-to-date and secure OpenWrt version onto it! See 4/32 warning for details.

1) This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation.
This means that even setting a password or changing simple network settings might not be possible any more, rendering the device effectively useless. See OpenWrt on 4/32 devices what you can do now.

2) OpenWrt support for this device has ended in 2022.
19.07.10 was the last official build for 4/32 devices.

The E1200 v2 is a WiFi b/g/n router with five Fast Ethernet ports (one for the Internet connection) with link lights, a WPS button with light, a Reset button, a power connection and nothing else accessible to the user. Some were made while Cisco owned Linksys, and have a Cisco logo on them. Since being bought by Belkin, Linksys still appears to make these, but with only a Linksys logo.

Linksys E1200 v2 with Linksys logo: was able to install 15.05.1 by upgrading firmware directly from linksys firmware, but wireless is not supported (no wifi option under OpenWRT network menu). Kernel log shows:

[   15.250000] b43-phy0: Broadcom 53572 WLAN found (core revision 28)
[   15.260000] b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 17
[   15.260000] b43-phy0 ERROR: FOUND UNSUPPORTED RADIO (Manuf 0x17F, ID 0x2057, Revision 13, Version 0)
[   15.270000] b43: probe of bcma0:1 failed with error -122

FIXME Any text with a light background (like this text) provides guidance for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the text, as well as the <WRAP> that encloses it.

Generic Router

FIXME

  1. This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
  2. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.
  • Please include only model specific information, omit bla,bla and put everything generic into separate articles
  • If you have no time to write certain stuff, link to docs
  • base-system should lead the way, do not explain this again
  • DO NOT provide a complete howto here! Instead groom the general documentation.

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

FIXME The instructions below are for Broadcom devices and only serve as an example. Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • 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

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

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
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The Linksys E1200 has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for Linksys E1200 2
EXAMPLE 115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

Currently none.

Currently none.

Decompressing...done Start to blink diag led ... CFE version 5.100.138.11 based on BBP 1.0.37 for BCM947XX (32bit,SP,LE) Build Date: 11/23/11 12:16:38 CST (wzh@cybertan) Copyright (C) 2000-2008 Broadcom Corporation. Initializing Arena Initializing Devices. No DPN This is a Serial Flash Boot partition size = 262144(0x40000) Found an ST compatible serial flash with 128 64KB blocks; total size 8MB Partition information: boot #00 00000000 -> 0003FFFF (262144) trx #01 00040000 -> 0004001B (28) os #02 0004001C -> 007EFFFF (8060900) nvram #03 007F0000 -> 007FFFFF (65536) Partition information: boot #00 00000000 -> 0003FFFF (262144) trx #01 00040000 -> 007EFFFF (8060928) nvram #02 007F0000 -> 007FFFFF (65536) BCM47XX_GMAC_ID et0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.100.138.11 CPU type 0x19749: 300MHz Total memory: 32768 KBytes CFE mem: 0x80700000 - 0x807AE0F0 (712944) Data: 0x80743360 - 0x80747440 (16608) BSS: 0x80747440 - 0x807480F0 (3248) Heap: 0x807480F0 - 0x807AC0F0 (409600) Stack: 0x807AC0F0 - 0x807AE0F0 (8192) Text: 0x80700000 - 0x80743360 (275296) Boot version: v5.3.7 The boot is CFE mac_init(): Find mac [20:aa:4b:36:b0:57] in location 0 Nothing... ### CLKDIV= 0x8080842, SFlashClkDiv=8 clkdivsf=2 ### ### Change it to 0x2080842 (2) ### CMD: [ifconfig eth0 -addr=192.168.1.1 -mask=255.255.255.0] Device eth0: hwaddr 20-AA-4B-36-B0-57, ipaddr 192.168.1.1, mask 255.255.255.0 gateway not set, nameserver not set CMD: [go;] Check CRC of image1 Len: 0x754000 (7684096) (0xBC040000) Offset0: 0x1C (28) (0xBC04001C) Offset1: 0x14FF20 (1376032) (0xBC18FF20) Offset2: 0x0 (0) (0xBC040000) Header CRC: 0xB533F216 Calculate CRC: 0xB533F216 Image 1 is OK Try to load image 1. Waiting for 3 seconds to upgrade ... CMD: [load -raw -addr=0x807ae0f0 -max=0x1851f10 :] Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null) Loading: _tftpd_open(): retries=0/3 _tftpd_open(): retries=1/3 _tftpd_open(): retries=2/3 ### Start=412733009 E=735717312 Delta=322984303 ### Failed. Could not load :: Timeout occured CMD: [boot -raw -z -addr=0x80001000 -max=0x6ff000 flash0.os:] Loader:raw Filesys:raw Dev:flash0.os File: Options:(null) Loading: ...... 3334532 bytes read ### Start=740832084 E=922932977 Delta=182100893 ### Entry at 0x80001000 Closing network. Starting program at 0x80001000 Linux version 2.6.22 (zhang@sw3) (gcc version 4.2.3) #5 Tue Jun 7 18:33:13 HKT 2016 prom_init:123: memory size is (2000000) by automatily calculating! prom_init:190: mem:2000000, actually, test by seal! CPU revision is: 00019749 Found an ST compatible serial flash with 128 64KB blocks; total size 8MB Determined physical RAM map: memory: 02000000 @ 00000000 (usable) Zone PFN ranges: Normal 0 -> 8192 HighMem 8192 -> 8192 early_node_map[1] active PFN ranges 0: 0 -> 8192 Built 1 zonelists. Total pages: 8192 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: BCM53572 rev 1 at 300 MHz Using 150.000 MHz high precision timer. Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) Memory: 27916k/32768k available (2546k kernel code, 4836k reserved, 505k data, 204k init, 0k highmem) Mount-cache hash table entries: 512 NET: Registered protocol family 16 PCI: no core PCI: no core PCI: Fixing up bus 0 NET: Registered protocol family 2 Time: MIPS clocksource has been installed. IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 0, 4096 bytes) TCP: Hash tables configured (established 1024 bind 1024) TCP reno registered squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher fuse init (API version 7.8) io scheduler noop registered (default) HDLC line discipline: version $Revision: 1.1.1.1 $, maxframe=4096 N_HDLC line discipline registered. 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 NET: Registered protocol family 24 Register DIAG LED in /proc/sys/diag_blink. The DIAG LED GPIO is 6. Register DIAG LED success in /proc/sys/diag_blink. pflash: found no supported devices sflash: squash filesystem with lzma found at block 1599 Creating 4 MTD partitions on "sflash": 0x00000000-0x00040000 : "boot" 0x00040000-0x007f0000 : "linux" 0x0018ff20-0x007f0000 : "rootfs" mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-only 0x007f0000-0x00800000 : "nvram" u32 classifier nf_conntrack version 0.5.0 (256 buckets, 2048 max) edward ====to register conntrack protocol helper for esp: nf_conntrack_rtsp v0.6.21 loading nf_nat_rtsp v0.6.21 loading edward =======nf_nat_proto_esp_init ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 10 lo: Disabled Privacy Extensions ip6_tables: (C) 2000-2006 Netfilter Core Team 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: 204k freed Warning: unable to open an initial console. Failed to execute /init ctmisc: module license 'unspecified' taints kernel. Register /dev/ctmisc device, major:10 minor:255 cmd=[/sbin/hotplug2 --coldplug & ] /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory /dev/nvram: No such file or directory [sighandler]: No more events to be processed, quitting. [cleanup]: Waiting for children. [cleanup]: All children terminated. hahaha enter wl_nvram_convert! The boot is CFE Algorithmics/MIPS FPU Emulator v1.5 /dev/: cannot create cmd=[misc -t get_mac -w 3 ] type = [get_mac]ctmisc_ioctl: cmd=0x11, buffer size=404 get_data(): cmdata_init(): base = 0xbc03ee00 d=0x11 count=8 ldata_init(): location = [1], mydatas index = 1 en=18 ctmisc_ioctl: index=1 tallest:=====(ctmisc ioctl done...)===== get_data(): Get MAC count is [1] get_data(): MAC 0: [20:aa:4b:36:b0:57▒] get_data name get_mac write_to_nv 3 get_data(): done cmd=[misc -t get_wsc_pin -w 3 ] type = [get_wsc_ctmisc_ioctl: cmd=0x26, buffer size=404 pin] get_data()data_init(): base = 0xbc03f400 : cmd=0x26 countdata_init(): location = [1], mydatas index = 1 =8 len=8 ctmisc_ioctl: index=1 tallest:=====(ctmisc ioctl done...)===== get_data(): Get WSC count is [1] get_data(): WSC 0: [00395410] get_data name get_wsc_pin write_to_nv 3 get_data(): done cmd=[misc -t get_sn -w 3 ] type = [get_sn]ctmisc_ioctl: cmd=0x15, buffer size=404 get_data(): cmdata_init(): base = 0xbc03fe32 d=0x15 count=8 ldata_init(): location = [1], mydatas index = 1 en=20 ctmisc_ioctl: index=1 tallest:=====(ctmisc ioctl done...)===== get_data(): Get SN count is [1] get_data(): SN 0: [10820C63209257▒▒▒▒▒▒] get_data name get_sn write_to_nv 3 get_data(): done cmd=[misc -t get_flash_type -w 1 ] type = [get_flasctmisc_ioctl: cmd=0x17, buffer size=404 h_type] get_flasflash_init: sflash type 0x100 sh_type(): cmd=0sflash_init: sflash type 0x16 x17 count=0 len=Flash Type: SFLASH 8192 kB 0 tallest:=====(ctmisc ioctl done...)===== Get FLASH TYPE is [SFLASH 8192 kB] cmd=[misc -t get_pa0idxval -w 3 ] type = [get_pa0ictmisc_ioctl: cmd=0x28, buffer size=404 dxval] get_datadata_init(): base = 0xbc03efe0 (): cmd=0x28 coudata_init(): location = [0], mydatas index = 0 nt=8 len=24 ctmisc_ioctl: index=0 tallest:=====(ctmisc ioctl done...)===== get_data(): Get PA0IDXVAL count is [0] get_data name get_pa0idxval write_to_nv 3 get_data(): done Using default PA0 value cmd=[misc -t get_pa1idxval -w 3 ] type = [get_pa1ictmisc_ioctl: cmd=0x2a, buffer size=404 dxval] get_datadata_init(): base = 0xbc03ef20 (): cmd=0x2a coudata_init(): location = [0], mydatas index = 0 nt=8 len=24 ctmisc_ioctl: index=0 tallest:=====(ctmisc ioctl done...)===== get_data(): Get PA1IDXVAL count is [0] get_data name get_pa1idxval write_to_nv 3 get_data(): done Using default PA1 value Cannot find lang from /proc/mtd ret = -1 www -> /www mount: No such file or directory cmd=[insmod emf ] cmd=[insmod igs ] cmd=[insmod ctf ] Needed modules: et wl ip6table_mangle ip6table_filter ip6t_rt ip6t_frag ip6t_ipv6header ip6t_REJECT ip6t_LOG ip6t_ipv6range tunnel4 sit tunnel6 ip6_tunnel nf_conntrack_h323.ko nf_nat_h323.ko xt_TCPMSS.ko cmd=[insmod et ] cmd=[insmod wl ] cmd=[insmod ip6table_mangle ] cmd=[insmod ip6table_filter ] cmd=[insmod ip6t_rt ] cmd=[insmod ip6t_frag ] cmd=[insmod ip6t_ipv6header ] cmd=[insmod ip6t_REJECT ] cmd=[insmod ip6t_LOG ] cmd=[insmod ip6t_ipv6range ] cmd=[insmod tunnel4 ] cmd=[insmod sit ] cmd=[insmod tunnel6 ] cmd=[insmod ip6_tunnel ] cmd=[insmod nf_conntrack_h323.ko ] cmd=[insmod nf_nat_h323.ko ] cmd=[insmod xt_TCPMSS.ko ] cmd=[insmod dnshook ] Hit enter to continue...cmd=[misc -t get_country -w 3 ] type = [get_country] get_data(): cmd=0x2c count=30 len=2 get_data(): Get COUNTRY count is [1] get_data(): COUNTRY 0: [EU] get_data name get_country write_to_nv 3 get_data(): done waitpid: No child processes The chipset is BCM5357 for E1200 cmd=[killall httpd ] killall: httpd: no process killed killall: check_http.sh: no process killed cmd=[killall gn-httpd ] killall: gn-httpd: no process killed waitpid: No child processes cmd=[killall gn-httpd ] killall: gn-httpd: no process killed waitpid: No child processes cmd=[killall wm-httpd ] killall: wm-httpd: no process killed waitpid: No child processes cmd=[et robowr 0x02 0x06 0x001000a0 ] cmd=[resetbutton ] cmd=[vconfig set_name_type VLAN_PLUS_VID_NO_PAD ] cmd=[vconfig add eth0 1 ] cmd=[vconfig set_ingress_map vlan1 0 0 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan1 1 1 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan1 2 2 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan1 3 3 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan1 4 4 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan1 5 5 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan1 6 6 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan1 7 7 ] waitpid: No child processes cmd=[vconfig add eth0 2 ] cmd=[vconfig set_ingress_map vlan2 0 0 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan2 1 1 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan2 2 2 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan2 3 3 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan2 4 4 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan2 5 5 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan2 6 6 ] waitpid: No child processes cmd=[vconfig set_ingress_map vlan2 7 7 ] waitpid: No child processes cmd=[brctl addbr br0 ] cmd=[brctl setfd br0 0 ] waitpid: No child processes cmd=[brctl stp br0 dis ] waitpid: No child processes cmd=[brctl addif br0 vlan1 ] waitpid: No child processes br0: No child processes cmd=[wlconf vlan1 up ] vlan1: Operation not supported Write wireless mac successfully cmd=[brctl addif br0 eth1 ] waitpid: No child processes br0: No child processes cmd=[wlconf eth1 up ] eth1: Operation not supported eth1: Operation not permitted wlconf: PHYTYPE: 4 eth1: Invalid argument eth1: Invalid argument eth1: Operation not supported eth1: Operation not supported cmd=[brctl addif br0 eth1 ] device eth1 is already a member of a bridge; can't enslave it to bridge br0. waitpid: No child processes Write wireless mac fail : : No such device cmd=[brctl addif br0 eth2 ] interface eth2 does not exist! eth2: No such device cmd=[brctl addif br0 eth3 ] interface eth3 does not exist! eth3: No such device Set 1 to /proc/sys/net/ipv6/conf/br0/forwarding ... cmd=[iptables -t nat -F wlwarning2wan ] iptables: No chain/target/match by that name cmd=[iptables -F wlwarningaccept ] iptables: No chain/target/match by that name waitpid: No child processes cmd=[ip6tables -t mangle -F wlwarning2wan ] ip6tables: No chain/target/match by that name cmd=[ip6tables -t filter -F wlwarningaccept ] ip6tables: No chain/target/match by that name waitpid: No child processes lo: File exists Set 66560 to /proc/sys/net/core/rmem_max ... set 2048 to /proc/sys/vm/min_free_kbytes cmd=[tftpd -s /tmp -c -l -P E150 ] cmd=[cron ] cmd=[httpd ] The boot is CFE tftp server started tftpd: standalone socket cmd=[gencert.sh 1468379826 ] Generating a 1024 bit RSA private key .......++++++ ..++++++ unable to write 'random state' writing new private key to '/tmp/privkey.pem' ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [GB]:US State or Province Name (full name) [Berkshire]:California Locality Name (eg, city) [Newbury]:Irvine Organization Name (eg, company) [My Company Ltd]:Cisco-Linksys, LLC Organizational Unit Name (eg, section) []:Division Common Name (eg, your name or your server's hostname) []:192.168.1.1 Email Address []:support@linksys.com Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []: writing RSA key Signature ok subject=/C=US/ST=California/L=Irvine/O=Cisco-Linksys, LLC/OU=Division/CN=192.168.1.1/emailAddress=support@linksys.com Getting Private key notBefore=Jan 1 00:00:10 1970 GMT unable to write 'random state' Certificate: Data: Version: 1 (0x0) Serial Number: d4:a5:50:db:e3:3d:f4:ce Signature Algorithm: sha1WithRSAEncryption Issuer: C=US, ST=California, L=Irvine, O=Cisco-Linksys, LLC, OU=Division, CN=192.168.1.1/emailAddress=support@linksys.com Validity Not Before: Jan 1 00:00:10 1970 GMT Not After : Dec 30 00:00:10 1979 GMT Subject: C=US, ST=California, L=Irvine, O=Cisco-Linksys, LLC, OU=Division, CN=192.168.1.1/emailAddress=support@linksys.com Subject Public Key Info: Public Key Algorithm: rsaEncryption Public-Key: (1024 bit) Modulus: 00:c5:96:b2:bc:5f:be:3e:68:42:ea:f4:7d:32:a0: 3c:ce:5f:84:2f:4a:7a:df:df:30:66:e6:04:c8:20: 75:6e:50:5b:a9:a2:35:b7:df:1b:54:b3:f5:63:3b: 40:e5:50:79:97:84:10:09:d2:2c:b2:95:9a:f2:76: 08:64:83:12:ee:6f:46:b4:db:8b:ea:b2:ac:9f:f5: bf:c7:85:a2:5e:eb:a6:a8:4f:af:dd:b6:07:b8:24: e2:f8:3f:a7:a3:80:9b:73:89:26:12:f1:41:34:d0: 2e:83:07:d0:02:a9:71:00:43:6d:03:47:eb:c3:19: 21:1e:1a:82:5e:dc:58:1c:6d Exponent: 65537 (0x10001) Signature Algorithm: sha1WithRSAEncryption 25:73:36:13:36:5f:41:93:7c:b2:4a:55:6a:5e:95:cf:85:60: 78:75:b4:c6:a1:67:a3:df:1e:db:bc:4e:29:a2:83:e8:80:62: ac:f5:65:3d:84:68:ce:6d:e5:ba:e8:2c:d4:00:78:34:48:15: 6e:85:e4:21:5a:c6:ed:7d:db:a6:ce:6d:75:b3:1e:38:06:26: 8d:00:1c:29:e2:7f:c0:2a:52:34:0c:9f:97:d6:c7:c7:a7:c6: 11:30:34:3a:3e:04:b6:7b:94:ba:b0:4b:81:09:4e:4e:dc:a2: 84:b6:57:d4:19:3c:37:03:07:b1:4d:97:56:9d:47:25:3b:90: b7:3f cmd=[httpd -S ] cmd=[/usr/sbin/check_http.sh] cmd=[touch /tmp/hosts ] cmd=[dnsmasq -R -h -i br0 -c 0 -r /tmp/resolv.conf ] [Dnsmasq], socket AF_INET6: fe80::22aa:4bff:fe36:b057, Interface-ID: 8 [Dnsmasq], socket AF_INET6: fec0::22aa:4bff:fe36:b057, Interface-ID: 8 [Dnsmasq], socket AF_INET: 192.168.1.1 cmd=[route del -net 224.0.0.0 netmask 240.0.0.0 dev br0 ] route: ioctl 0x890c failed: No such process waitpid: No child processes cmd=[route add -net 224.0.0.0 netmask 240.0.0.0 dev br0 ] waitpid: No child processes cmd=[cesmDNS -o /tmp/.mdns_host_info -d -h Linksys09257 -l 192.168.1.1 ] Starting in daemon mode br0 192.168.1.10 86400 write_dhcpd_conf: file=/tmp/dhcpd-br0.conf, ifname=br0, lan_ip=lan_ipaddr lan_mask=lan_netmask cmd=[dhcpd -cf /tmp/dhcpd-br0.conf -lf /tmp/dhcpd.leases -df /tmp/udhcpd.leases -pf /var/run/dhcpd.pid br0 ] Internet Systems Consortium DHCP Server 4.1.1-P1 Copyright 2004-2010 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Wrote 0 leases to leases file. Listening on Socket/br0/192.168.1.0/24 Sending on Socket/br0/192.168.1.0/24 cmd=[upnp -D -W vlan2 ] cmd=[/bin/eapd ] UPnP::upnp_device_attach:br0: attach InternetGatewayDevice.xml ssdp byebye UPnP::upnp_init:UPnP daemon is ready to run cmd=[nas ] cmd=[killall wps_monitor ] killall: wps_monitor: no process killed cmd=[killall wps_ap ] killall: wps_ap: no process killed cmd=[killall wps_enr ] killall: wps_enr: no process killed cmd=[/bin/wps_monitor ] cmd=[/usr/sbin/acsd ] acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: scan in progress ... acsd: selected channel spec: 0x2b0b cmd=[netbios /tmp/samba/lib/netbios.conf ] cmd=[nlinkd ] lltd:echo Linksys09257 > /proc/sys/kernel/hostname LLTD: wireless interface argument is eth1. cmd=[killall -1 radvd ] killall: radvd: no process killed cmd=[/sbin/monitor_cable ] cmd=[/usr/sbin/arp -c ] cmd=[touch /tmp/hosts ] waitpid: No child processes tallest:=====( wan_or_lan=wan )===== start_wan_ipv6: [IPV6] vlan2 dhcp-tunnel cmd=[touch /tmp/hosts ] waitpid: No child processes start_wan_ipv6: [IPV6] 0 Hit enter to continue...dhcpc_main,reason[PREINIT] Hit enter to continue...cmd=[killall igmpxmld ] killall: igmpxmld: no process killed stop_dhcp6c cmd=[/usr/sbin/ip -6 addr flush dev vlan2 scope global ] cmd=[ip6tables -t filter -F ] cmd=[ip6tables -t filter -Z ] waitpid: No child processes cmd=[ip6tables -t mangle -F ] cmd=[ip6tables -t mangle -Z ] Set 0 to /proc/sys/net/ipv6/conf/all/forwarding ... ioctl: No such device cmd=[killall -9 waninfo ] stop_wan_ipv6: done RTNETLINK answers: No such file or directory Set 0 to /proc/sys/net/ctf/wan_mode ... cmd=[killall nlinkd ] killall: cannot kill pid 493: No such process killall: cannot kill pid 494: No such process killall: cannot kill pid 495: No such process killall: cannot kill pid 496: No such process killall: cannot kill pid 497: No such process killall: cannot kill pid 498: No such process killall: cannot kill pid 499: No such process killall: cannot kill pid 500: No such process killall: cannot kill pid 501: No such process killall: cannot kill pid 502: No such process killall: cannot kill pid 503: No such process cmd=[killall -9 nlinkd ] killall: nlinkd: no process killed waitpid: No child processes cmd=[killall -9 qos_bw_detect ] killall: qos_bw_detect: no process killed cmd=[killall igmprt ] killall: igmprt: no process killed cmd=[killall pppd ] killall: pppd: no process killed cmd=[killall -9 pppd ] killall: pppd: no process killed cmd=[killall ip-up ] killall: ip-up: no process killed cmd=[killall ip-down ] killall: ip-down: no process killed cmd=[killall -15 pppd ] killall: pppd: no process killed waitpid: No child processes cmd=[killall -9 pppd ] killall: pppd: no process killed cmd=[killall -15 l2tpd ] killall: l2tpd: no process killed cmd=[killall -9 l2tpd ] killall: l2tpd: no process killed cmd=[killall -9 listen ] killall: listen: no process killed stop_dhcpc cmd=[killall bpalogin ] killall: bpalogin: no process killed cmd=[killall -9 bpalogin ] killall: bpalogin: no process killed cmd=[killall -9 pppd ] killall: pppd: no process killed waitpid: No child processes cmd=[killall -9 ntpclient ] killall: ntpclient: no process killed cmd=[killall -9 redial ] killall: redial: no process killed cmd=[killall wan_auto_detect ] killall: wan_auto_detect: no process killed Hit enter to continue...

[ 0.000000] Linux version 3.18.20 (buildbot@builder1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r46450) ) #1 Fri Sep 4 15:10:42 CEST 2015 [ 0.000000] CPU0 revision is: 00019749 (MIPS 74Kc) [ 0.000000] bcm47xx: Using bcma bus [ 0.000000] bcma: bus0: Found chip with id 53572, rev 0x01 and package 0x08 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x00000000-0x01ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000-0x01ffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x01ffffff] [ 0.000000] On node 0 totalpages: 8192 [ 0.000000] free_area_init_node: node 0, pgdat 802ee300, node_mem_map 81000000 [ 0.000000] Normal zone: 64 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 8192 pages, LIFO batch:0 [ 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] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128 [ 0.000000] Kernel command line: noinitrd console=ttyS0,115200 [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes) [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 28840K/32768K available (2637K kernel code, 113K rwdata, 328K rodata, 172K init, 288K bss, 3928K reserved, 0K highmem) [ 0.000000] NR_IRQS:128 [ 0.000000] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x27, class 0x0) [ 0.000000] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1C, class 0x0) [ 0.000000] bcma: bus0: Core 2 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x03, class 0x0) [ 0.000000] bcma: bus0: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x05, class 0x0) [ 0.000000] bcma: bus0: Core 4 found: SDR/DDR1 Memory Controller (manuf 0x4BF, id 0x835, rev 0x02, class 0x0) [ 0.000000] bcma: bus0: Found rev 9 PMU (capabilities 0x28982A09) [ 0.000000] bcma: bus0: Found serial flash [ 0.000000] bcma: bus0: Found M25P64 serial flash (size: 8192KiB, blocksize: 0x10000, blocks: 128) [ 0.000000] bcma: bus0: Early bus registered [ 0.000000] MIPS: machine is Linksys E1200 V2 [ 0.000000] bcm47xx: Setting up vectored interrupts [ 0.070000] Calibrating delay loop... 149.91 BogoMIPS (lpj=749568) [ 0.070000] pid_max: default: 32768 minimum: 301 [ 0.070000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.070000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.070000] NET: Registered protocol family 16 [ 0.100000] Switched to clocksource MIPS [ 0.100000] NET: Registered protocol family 2 [ 0.100000] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.100000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.100000] TCP: Hash tables configured (established 1024 bind 1024) [ 0.100000] TCP: reno registered [ 0.100000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.100000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.110000] NET: Registered protocol family 1 [ 0.110000] PCI: CLS 0 bytes, default 32 [ 0.130000] can not parse nvram name sb/1/rxpo2g(null) with value 0xff got -34 [ 0.140000] bcma: bus0: Using SPROM revision 8 provided by platform. [ 0.140000] bcma: bus0: PMU resource config unknown or not needed for device 0xD144 [ 0.150000] bcma: bus0: Workarounds unknown or not needed for device 0xD144 [ 0.150000] bcma: bus0: Initializing MIPS core... [ 0.150000] bcma: bus0: set_irq: core 0x0812, irq 3 => 3 [ 0.150000] bcma: bus0: set_irq: core 0x082d, irq 4 => 4 [ 0.150000] bcma: bus0: set_irq: core 0x0800, irq 2 => 2 [ 0.150000] bcma: bus0: IRQ reconfiguration done [ 0.150000] bcma: core 0x0800, irq : 2(S)* 3 4 5 6 D I [ 0.150000] bcma: core 0x0812, irq : 2(S) 3* 4 5 6 D I [ 0.150000] bcma: core 0x082d, irq : 2(S) 3 4* 5 6 D I [ 0.150000] bcma: core 0x082c, irq : 2(S) 3 4 5 6 D I* [ 0.150000] bcma: core 0x0835, irq : 2(S) 3 4 5 6 D* I [ 0.150000] bcma: bus0: Bus registered [ 0.150000] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.150000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.150000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.150000] msgmni has been set to 56 [ 0.150000] io scheduler noop registered [ 0.150000] io scheduler deadline registered (default) [ 0.150000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.160000] console [ttyS0] disabled [ 0.180000] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 2, base_baud = 1250000) is a U6_16550A [ 0.540000] console [ttyS0] enabled [ 0.590000] 6 bcm47xxpart partitions found on MTD device bcm47xxsflash [ 0.590000] Creating 6 MTD partitions on "bcm47xxsflash": [ 0.600000] 0x000000000000-0x000000040000 : "boot" [ 0.610000] 0x000000040000-0x0000007f0000 : "firmware" [ 0.610000] 0x00000004001c-0x00000004090c : "loader" [ 0.620000] 0x00000004090c-0x00000014b400 : "linux" [ 0.630000] 0x00000014b400-0x0000007f0000 : "rootfs" [ 0.640000] mtd: device 4 (rootfs) set to be root filesystem [ 0.640000] 1 squashfs-split partitions found on MTD device rootfs [ 0.650000] 0x000000370000-0x0000007f0000 : "rootfs_data" [ 0.660000] 0x0000007f0000-0x000000800000 : "nvram" [ 0.660000] bgmac bcma0:2: Found PHY addr: 30 (NOREGS) [ 0.670000] bgmac bcma0:2: Support for Roboswitch not implemented [ 0.720000] libphy: bgmac mii bus: probed [ 0.800000] b53_common: found switch: BCM5325, rev 4 [ 0.810000] bgmac: Broadcom 47xx GBit MAC driver loaded [ 0.820000] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds) [ 0.830000] TCP: cubic registered [ 0.830000] NET: Registered protocol family 17 [ 0.830000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 0.850000] Bridge firewalling registered [ 0.850000] 8021q: 802.1Q VLAN Support v1.8 [ 0.870000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4. [ 0.880000] Freeing unused kernel memory: 172K (80305000 - 80330000) [ 2.700000] init: Console is alive [ 2.710000] init: - watchdog - [ 4.730000] init: - preinit - [ 5.660000] random: mktemp urandom read with 8 bits of entropy available [ 9.280000] jffs2: notice: (222) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 9.300000] mount_root: switching to jffs2 overlay [ 9.360000] procd: - early - [ 9.360000] procd: - watchdog - [ 10.490000] procd: - ubus - [ 11.500000] procd: - init - [ 14.130000] NET: Registered protocol family 10 [ 14.140000] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 14.170000] Loading modules backported from Linux version master-2015-03-09-0-g141f155 [ 14.180000] Backport generated by backports.git backports-20150129-0-gdd4a670 [ 14.200000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 14.220000] nf_conntrack version 0.5.0 (453 buckets, 1812 max) [ 14.300000] xt_time: kernel timezone is -0000 [ 14.350000] cfg80211: Calling CRDA to update world regulatory domain [ 14.390000] cfg80211: World regulatory domain updated: [ 14.390000] cfg80211: DFS Master region: unset [ 14.400000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 14.410000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 14.420000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 14.420000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 14.430000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 14.440000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 14.450000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 14.460000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 14.470000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 14.570000] PPP generic driver version 2.4.2 [ 14.580000] NET: Registered protocol family 24 [ 14.630000] b43-phy0: Broadcom 53572 WLAN found (core revision 28) [ 14.650000] b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 17 [ 14.650000] b43-phy0 ERROR: FOUND UNSUPPORTED RADIO (Manuf 0x17F, ID 0x2057, Revision 13, Version 0) [ 14.660000] b43: probe of bcma0:1 failed with error -122 [ 14.670000] Broadcom 43xx driver loaded [ Features: NL ] [ 30.180000] device eth0.1 entered promiscuous mode [ 30.190000] device eth0 entered promiscuous mode [ 30.200000] br-lan: port 1(eth0.1) entered forwarding state [ 30.200000] br-lan: port 1(eth0.1) entered forwarding state [ 32.200000] br-lan: port 1(eth0.1) entered forwarding state [ 80.810000] random: nonblocking pool is initialized

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1