Wrt610n V2 Firmware Download
- Linksys Wrt610n V1 Manual
- Linksys Wrt610n V1 Firmware Download
- Cached
- Wrt610n V2 Firmware Download Ipsw
The WRT610N v1.0 is based on the Broadcom 4705 cpu running at 300MHz. It has 8 MB flash and 64 MB SDRAM (2x HY5DU561622FTP).The WNICs are a dual BCM4322 Chipset, one for 5GHz A and N and one for 2.4GHz B,G and N. The switch is a BCM53115 chip.The WRT610N runs 802.11 A, B, G, and Draft N wireless protocols. It provides 4 gigabit LAN ports, 1 WAN port and a USB 2.0 port.
Supported Versions
| Brand | Model | Version | Current Release | OEM Info | Forum Topic | Technical Data |
|---|---|---|---|---|---|---|
| Linksys | WRT610N | v1.0 | 19.07.5 | https://forum.openwrt.org/viewtopic.php?id=16733 | View/Edit data | |
| Linksys | WRT610N | v2.0 | 19.07.5 | https://forum.openwrt.org/viewtopic.php?id=16733 | View/Edit data |
Don't change firmware. The comment was hardware versions not firmware. But the dd-wrt might be ready by now and work well. Still try it on linksys firmware first off. Download whatever is the latest one for your hardware revision. No firmware/driver download available WRT610N V2.0 Windows® Setup Software Latest Date: Download 88.2 MB. WRT610N V2.0 Mac OS® Setup Software. Download Linksys WRT610N Router Firmware 2.00.01 build 15 (Firmware) Features: - Two bands of Wireless-N for high-performance entertainment - Storage Link provides USB connectivity for hard drives.
| Version/Model | S/N | Model Specific Notes |
|---|---|---|
| WRT610N v0 | ? | same as v1 |
| WRT610N v1.0 | CTG01 | b43 works with 2.4GHz radio, wl with both |
| WRT610N v2.0 | CTG11 | same hardware as Linksys E3000 |
Known issues
Aug 31, 2016 Download Official Linksys Firmware for free. This is an archive of Official Linksys Firmware tarballs. Please submit a ticket for any missing source that is needed and I will try and add it. WRT610n CISCO - adding RS232 port: firmware: CISCO - inside the router and connect the. I have a WRT610N (v2) router and I recently updated the firmware to the most current version 2.00.01 build 15. I can no longer set WPA2 security for both bands (used to work just fine). Every time I try to save settings for WPA2 for the 5 GHz band, it tells me it was successful but then displays that the security mode is disabled (and it shows.
- Fixed in trunk:
The switch's first ethernet port is stuck in a slow mode: https://dev.openwrt.org/ticket/13315 - The b43 wireless driver doesn't support 11n modes (HT) or 5Ghz. The closed-source wl can be used for both.
Hardware Highlights
| Model | Version | SoC | CPU MHz | Flash MB | RAM MB | WLAN Hardware | WLAN2.4 | WLAN5.0 | 100M ports | Gbit ports | Modem | USB |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| WRT610N | v1.0 | Broadcom BCM4705 | 300 | 8 | 64 | Broadcom BCM4322 | b/g/n | a/n | - | 5 | - | 1x 2.0 |
| WRT610N | v2.0 | Broadcom BCM4718 | 480 | 8 | 64 | Broadcom BCM4718, Broadcom BCM4322 | b/g/n | a/n | - | 5 | - | 1x 2.0 |
Installation
Obtaining an image
| Model | Version | Current Release | Firmware OpenWrt Install | Firmware OpenWrt Upgrade | Firmware OEM Stock |
|---|---|---|---|---|---|
| WRT610N | v1.0 | 19.07.5 | http://downloads.openwrt.org/releases/19.07.5/targets/brcm47xx/generic/openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin | http://downloads.openwrt.org/releases/19.07.5/targets/brcm47xx/generic/openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin | |
| WRT610N | v2.0 | 19.07.5 | http://downloads.openwrt.org/releases/19.07.5/targets/brcm47xx/generic/openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin | http://downloads.openwrt.org/releases/19.07.5/targets/brcm47xx/generic/openwrt-19.07.5-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin |
Download trunk snapshot openwrt-wrt610n_v2-squashfs.bin or trunk snapshot openwrt-wrt610n_v1-squashfs.bin depending on your hardware version. These snapshots ship with b43, so 5GHz wireless will not work and only BG rates will be available.
Alternately, see instructions for building openwrt from source and set the following configuration (in 'make menuconfig')
Recovery Web Interface
From dd-wrt Linksys WRT610N documentation
- unplug power
- wait 2-2.5 seconds
- press the reset button and keep it pressed for 5 seconds, then release it
- reconnect ethernet (DHCP shoud give IP address to computer)
- You should see a “Management Firmware update” screen. Give it the
openwrt-wrt610n_v1-squashfs.binoropenwrt-wrt610n_v2-squashfs.binfile depending on hardware version.
If you have a serial console and the above isn't working you can press ctrl-c while the router is booting to get to a CFE prompt, then either:
- nvram commit
Or
- flash -ctheader -https : flash1.trx
even though CFE says it's doing that last bit, it appears some setup is missing. Running the command manually from a canceled boot and then browsing to the upgrade page shows an immediate “Update Success” and the router reboots (CFE reports that it has run the “reboot” command).
OEM installation using the TFTP method
Upload the openwrt-wrt610n_v1-squashfs.bin or openwrt-wrt610n_v2-squashfs.bin image with TFTP.
describe actual method
Based on the CFE boot logs, it appears that the router attempts to load something via tftp with a max size of 0x32000 bytes (3.625MiB) into ram. This would limit our image size quite a bit.
Upgrading OpenWrt
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
- Wait for reboot
Terminal Upgrade Process
- Use the following commands to upgrade.
- If sysupgrade does not support this router, use the following commands.
Hardware
Info (v1)
| Architecture: | MIPS |
| Vendor: | Broadcom |
| Bootloader: | CFE |
| System-On-Chip: | Broadcom BCM4705 |
| CPU Speed: | 300 MHz |
| Flash-Chip: | EON EN29LV640B-90TIP - 64 Megabit (8M x 8-bit / 4M x 16-bit) |
| Flash size: | 8 MiB |
| RAM: | 64 MiB |
| Wireless: | 2x Broadcom BCM4322 802.11a/b/g/n (integrated) |
| Ethernet: | Broadcom BCM53115 Gigabit Switch |
| USB: | 1x USB2.0 Host |
| Serial: | Yes |
| JTAG: | ? |
For v2 see E3000
Opening the case
Note: This will void your warranty!
The case parts are hold together by plastic claws, use a screwdriver to release them.
See this form post for details.
PCB (front side):
Insert picture of PCB front side
PCB (back side):
Serial
There are 5 solder pads near the rim on the backside of the PCB, see image above.Serial port settings are 115000@8N1.
Linksys Wrt610n V1 Manual
Interfaces
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN & WiFi | 192.168.1.1/24 |
| vlan0 (eth0.0) | LAN ports (1 to 4) | Static |
| vlan1 (eth0.1) | WAN port | DHCP |
| wl0 | WiFi | Disabled |
Switch Ports (for VLANs)
Buttons
Available buttons are currently not known.
Failsafe mode
If you forgot your password, broke one of the startup scripts, firewalled yourself or corrupted the JFFS2 partition, you can get back in by using OpenWrt's failsafe mode.
Boot into failsafe mode
- Connect the router's LAN1 port directly to your PC.
- Configure your PC with a static IP address between 192.168.1.2 and 192.168.1.254. E. g. 192.168.1.2 (gateway and DNS is not required).
- Plug the power on and wait for the DMZ LED to light up.
- While the DMZ LED is on immediately press any button (Reset and Secure Easy Setup will work) a few times .
- If done right the DMZ LED will quickly flash 3 times every second.
- You should be able to telnet to the router at 192.168.1.1 now (no username and password)
Basic configuration
Since this part is identical for all devices, see Basic configuration.
Connect stuff to the USB port
To connect stuff to the USB port, please see Connect stuff to the USB port.
Hardware Mods
Bootlogs
OEM Bootlog
CFE version 1.0.37 for BCM947XX (32bit,SP,LE)Build Date: Mon May 12 15:37:48 CST 2008 (ljh@team2-complier)Copyright (C) 2000,2001,2002,2003 Broadcom Corporation.Initializing ArenaInitializing PCI. [normal]PCI bus 0 slot 0/0: vendor 0x14e4 product 0x0800 (flash memory, rev 0x02)PCI bus 0 slot 1/0: vendor 0x14e4 product 0x471f (ethernet network, rev 0x02)PCI bus 0 slot 2/0: vendor 0x14e4 product 0x471a (USB serial bus, interface 0x10, rev 0x02)PCI bus 0 slot 2/1: vendor 0x14e4 product 0x471a (USB serial bus, interface 0x20, rev 0x02)PCI bus 0 slot 3/0: vendor 0x14e4 product 0x471b (USB serial bus, rev 0x02)PCI bus 0 slot 4/0: vendor 0x14e4 product 0x0804 (PCI bridge, rev 0x02)PCI bus 0 slot 5/0: vendor 0x14e4 product 0x0816 (MIPS processor, rev 0x02)PCI bus 0 slot 6/0: vendor 0x14e4 product 0x471d (IDE mass storage, rev 0x02)PCI bus 0 slot 7/0: vendor 0x14e4 product 0x4718 (network/computing crypto, rev 0x02)PCI bus 0 slot 8/0: vendor 0x14e4 product 0x080f (RAM memory, rev 0x02)PCI bus 0 slot 9/0: vendor 0x14e4 product 0x471e (class 0xfe, subclass 0x00, rev 0x02)Initializing Devices.No DPNThis is a Parallel FlashBoot partition size = 262144(0x40000)Partition information:boot #00 00000000 -> 0003FFFF (262144)trx #01 00040000 -> 0004001B (28)os #02 0004001C -> 007F7FFF (8093668)nvram #03 007F8000 -> 007FFFFF (32768)Partition information:boot #00 00000000 -> 0003FFFF (262144)trx #01 00040000 -> 007F7FFF (8093696)nvram #02 007F8000 -> 007FFFFF (32768)PCI bus 0 slot 1/0: pci_map_mem: attempt to map 64-bit region tag=0x800 @ addr=18010004PCI bus 0 slot 1/0: pci_map_mem: addr=0x18010004 pa=0x18010000ge0: BCM5750 Ethernet at 0x18010000CPU type 0x2901A: 300MHzTotal memory: 65536 KBytesTotal memory used by CFE: 0x80700000 - 0x807A60B0 (680112)Initialized Data: 0x8073A2B0 - 0x8073E540 (17040)BSS Area: 0x8073E540 - 0x807400B0 (7024)Local Heap: 0x807400B0 - 0x807A40B0 (409600)Stack Area: 0x807A40B0 - 0x807A60B0 (8192)Text (code) segment: 0x80700000 - 0x8073A2B0 (238256)Boot area (physical): 0x007A7000 - 0x007E7000Relocation Factor: I:00000000 - D:00000000Boot version: v4.2The boot is CFEmac_init(): Find mac [00:21:29:C6:61:00] in location 0Nothing...country_init(): Find country code in location 0The country is sameCMD: [ifconfig eth0 -addr=192.168.1.1 -mask=255.255.255.0]eth0: Link speed: 1000BaseT FDXDevice eth0: hwaddr 00-21-29-C6-61-00, ipaddr 192.168.1.1, mask 255.255.255.0 gateway not set, nameserver not setCMD: [go;]Check CRC of image1 Len: 0x717000 (7434240) (0xBC040000) Offset0: 0x1C (28) (0xBC04001C) Offset1: 0x1016DC (1054428) (0xBC1416DC) Offset2: 0x0 (0) (0xBC040000) Header CRC: 0x9E47184F Calculate CRC: 0x9E47184FImage 1 is OKTry to load image 1.CMD: [load -raw -addr=0x807a60b0 -max=0x3a0000 :]Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)Loading: Failed.Could not load :: Timeout occuredCMD: [boot -raw -z -addr=0x80001000 -max=0x3a0000 flash0.os:]Loader:raw Filesys:raw Dev:flash0.os File: Options:(null)Loading: .. 2416640 bytes readEntry at 0x80001000Closing network.eth0: cannot clear 1400/00000002Starting program at 0x80001000CPU revision is: 0002901aPrimary instruction cache 32kb, linesize 16 bytes (4 ways)Primary data cache 32kb, linesize 16 bytes (2 ways) 2008Setting the PFC to its default valueDetermined physical RAM map: memory: 04000000 @ 00000000 (usable)On node 0 totalpages: 16384zone(0): 16384 pages.zone(1): 0 pages.zone(2): 0 pages.Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200CPU: BCM4785 rev 2 at 300 MHzCalibrating delay loop... 299.82 BogoMIPSMemory: 62208k/65536k available (2119k kernel code, 3328k reserved, 144k data, 76k init, 0k highmem)Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)Inode cache hash table entries: 4096 (order: 3, 32768 bytes)Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes)Page-cache hash table entries: 16384 (order: 4, 65536 bytes)Checking for 'wait' instruction... unavailable.POSIX conformance testing by UNIFIXPCI: Initializing hostPCI: Fixing up bus 0PCI: Fixing up bridgePCI: Fixing up bus 1Linux NET4.0 for Linux 2.4Based upon Swansea University Computer Society NET3.039Initializing RT netlink socketStarting kswapddevfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)devfs: boot_options: 0x1NTFS driver v1.1.22 [Flags: R/O]squashfs: version 3.0 (2006/03/15) Phillip Lougherpty: 256 Unix98 ptys configuredSerial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabledttyS00 at 0xb8000300 (irq = 8) is a 16550AttyS01 at 0xb8000400 (irq = 0) is a 16550AHDLC line discipline: version $Revision$, maxframe=4096N_HDLC line discipline registered.PPP generic driver version 2.4.2Broadcom Gigabit Ethernet Driver bcm5700 with Broadcom NIC Extension (NICE) ver. 8.3.14 (11/2/05)PHY ID unknown, assume it is a copper PHY.eth0: Broadcom BCM4785 10/100/1000 Integrated Controller found at mem 18010000, IRQ 5, node addr 002129c66100eth0: Unknown transceiver foundeth0: Scatter-gather ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum ON, 802.1Q VLAN ON, NAPI ONSCSI subsystem driver Revision: 1.00 Amd/Fujitsu Extended Query Table v1.1 at 0x0040number of CFI chips: 1Flash device: 0x800000 at 0x1c000000Physically mapped flash: squashfs filesystem found at block 1285(Not Found Lang Block)off=0x1416dc off1=0x7e0000 size=0x800000Creating 5 MTD partitions on 'Physically mapped flash':0x00000000-0x00040000 : 'pmon'0x00040000-0x007e0000 : 'linux'0x001416dc-0x007e0000 : 'rootfs'mtd: partition 'rootfs' doesn't start on an erase block boundary -- force read-only0x007e0000-0x007f0000 : 'lang'0x007f0000-0x00800000 : 'nvram'sflash: found no supported devicesusb.c: registered new driver usbdevfsusb.c: registered new driver hubehci_hcd 00:02.1: PCI device 14e4:471aehci_hcd 00:02.1: irq 3, pci mem b8002800usb.c: new USB bus registered, assigned bus number 1ehci_hcd 00:02.1: illegal capability!ECHI PCI device 471a14e4 found.PCI: 00:02.1 PCI cache line size set incorrectly (0 bytes) by BIOS/FW, correcting to 32ehci_hcd 00:02.1: USB 0.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4hub.c: USB hub foundhub.c: 2 ports detectedhost/usb-uhci.c: $Revision: 1.2 $ time 21:04:02 Jun 2 2008host/usb-uhci.c: High bandwidth mode enabledECHI PCI device 471b14e4 found.host/usb-uhci.c: v1.275:USB Universal Host Controller Interface driverhost/usb-ohci.c: USB OHCI at membase 0xb8002000, IRQ 3host/usb-ohci.c: usb-00:02.0, PCI device 14e4:471ausb.c: new USB bus registered, assigned bus number 2hub.c: USB hub foundhub.c: 2 ports detectedusb.c: registered new driver usblpprinter.c: v0.13: USB Printer Device Class driverInitializing USB Mass Storage driver...usb.c: registered new driver usb-storageUSB Mass Storage support registered.NET4: Linux TCP/IP 1.0 for NET4.0IP Protocols: ICMP, UDP, TCP, IGMPIP: routing cache hash table of 512 buckets, 4KbytesTCP: Hash tables configured (established 4096 bind 8192)Linux IP multicast router 0.06 plus PIM-SMip_conntrack version 2.1 (512 buckets, 4096 max) - 368 bytes per conntrackIPSEC isakmp Support Max Pass-through [50].ip_conntrack_rtsp v0.01 loadingip_nat_rtsp v0.01 loadingip_tables: (C) 2000-2002 Netfilter core teamipt_time loadingNET4: Unix domain sockets 1.0/SMP for Linux NET4.0.IPv6 v0.8 for NET4.0IPv6 over IPv4 tunneling driverNET4: Ethernet Bridge 008 for NET4.0802.1Q VLAN Support v1.7 Ben Greear All bugs added by David S. Miller cramfs: wrong magicFAT: bogus logical sector size 19232NTFS: Unable to set blocksize 512.VFS: Mounted root (squashfs filesystem) readonly.Mounted devfs on /devFreeing unused kernel memory: 76k freedAlgorithmics/MIPS FPU Emulator v1.5cmd=[insmod ctmisc ]Using /lib/modules/2.4.20/kernel/drivers/net/ctmisc/ctmisc.oRegister /dev/ctmisc device, major:250 minor:0The boot is CFE/dev/: cannot createcmd=[misc -t get_wsc_pin -w 3 ]type = [get_wsc_pin]get_data(): cmd=ctmisc_ioctl: cmd=0x26, buffer size=1960x26 count=8 lendata_init(): base = 0xbc03fcdc=8data_init(): location = [1], mydatas index = 1ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)get_data(): Get WSC count is [1]get_data(): WSC 0: [86328432]get_data(): donecmd=[misc -t get_mac -w 3 ]type = [get_mac]get_data(): cmd=ctmisc_ioctl: cmd=0x11, buffer size=1960x11 count=8 lendata_init(): base = 0xbc001e00=18data_init(): location = [1], mydatas index = 1ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)get_data(): Get MAC count is [1]get_data(): MAC 0: [00:21:29:C6:61:00]get_data(): donecmd=[misc -t get_sn -w 3 ]type = [get_sn]get_data(): cmd=ctmisc_ioctl: cmd=0x15, buffer size=1960x15 count=8 lendata_init(): base = 0xbc03fe30=20data_init(): location = [1], mydatas index = 1ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)get_data(): Get SN count is [1]get_data(): SN 0: [CTG01H700321]get_data(): donecmd=[misc -t get_country -w 3 ]type = [get_country]get_data(): cmd=ctmisc_ioctl: cmd=0x2c, buffer size=1960x2c count=1 lendata_init(): base = 0xbc03fe2c=4data_init(): location = [1], mydatas index = 1ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)get_data(): Get COUNTRY count is [1]get_data(): COUNTRY 0: [EU]get_data(): donecmd=[misc -t get_flash_type -w 1 ]type = [get_flash_type]ctmisc_ioctl: cmd=0x17, buffer size=196get_flash_type()Try 4: vendor id = 0x007F, device id = 0x22CB: cmd=0x17 countEon EN29LV640B 4Mx16 BotB=0 len=0Flash Type: Eon EN29LV640B 4Mx16 BotBtallest:(ctmisc ioctl done...)Get FLASH TYPE is [Eon EN29LV640B 4Mx16 BotB]------ CT HW version is NULL ------cmd=[misc -t get_pa2ga0idxval -w 3 ]type = [get_pa2ga0idxval]ctmisc_ioctl: cmd=0x28, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f6c00x28 count=8 lendata_init(): location = [1], mydatas index = 1=24ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)get_data(): Get PA2GA0IDXVAL count is [1]get_data(): PA2GA0IDXVAL 0: [4 0xfeca 0x14a4 0xfb21]get_data(): donecmd=[misc -t get_pa2ga1idxval -w 3 ]type = [get_pa2ga1idxval]ctmisc_ioctl: cmd=0x2a, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f6000x2a count=8 lendata_init(): location = [0], mydatas index = 0=24ctmisc_ioctl: index=0tallest:(ctmisc ioctl done...)get_data(): Get PA2GA1IDXVAL count is [0]get_data(): done2G idx[4] w0a0[0xfeca] w1a0[0x14a4] w2a0[0xfb21]Update [0xfeca] to [0xfeca]Update [0x14a4] to [0x14a4]Update [0xfb21] to [0xfb21]Using default 2G PA1 valuecmd=[misc -t get_pa5gha0idxval -w 3 ]type = [get_pa5gha0idxval]ctmisc_ioctl: cmd=0x38, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f4c00x38 count=8 lendata_init(): location = [1], mydatas index = 1=24ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)get_data(): Get PA5GHA0IDXVAL count is [1]get_data(): PA5GHA0IDXVAL 0: [6 0xfea6 0x134c 0xfb34]get_data(): donecmd=[misc -t get_pa5gha1idxval -w 3 ]type = [get_pa5gha1idxval]ctmisc_ioctl: cmd=0x3a, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f4000x3a count=8 lendata_init(): location = [1], mydatas index = 1=24ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)get_data(): Get PA5GHA1IDXVAL count is [1]get_data(): PA5GHA1IDXVAL 0: [6 0xfeac 0x12da 0xfb54]get_data(): done5G high idx[6] w0a0[0xfea6] w1a0[0x134c] w2a0[0xfb34]Update [0xfea6] to [0xfea6]Update [0x134c] to [0x134c]Update [0xfb34] to [0xfb34]5G high idx[6] w0a1[0xfeac] w1a1[0x12da] w2a1[0xfb54]Update [0xfeac] to [0xfeac]Update [0x12da] to [0x12da]Update [0xfb54] to [0xfb54]cmd=[misc -t get_pa5gla0idxval -w 3 ]type = [get_pa5gla0idxval]ctmisc_ioctl: cmd=0x48, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f2c00x48 count=8 lendata_init(): location = [0], mydatas index = 0=24ctmisc_ioctl: index=0tallest:(ctmisc ioctl done...)get_data(): Get PA5GLA0IDXVAL count is [0]get_data(): donecmd=[misc -t get_pa5gla1idxval -w 3 ]type = [get_pa5gla1idxval]ctmisc_ioctl: cmd=0x4a, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f2000x4a count=8 lendata_init(): location = [0], mydatas index = 0=24ctmisc_ioctl: index=0tallest:(ctmisc ioctl done...)get_data(): Get PA5GLA1IDXVAL count is [0]get_data(): doneUsing default 5G low PA0 valueUsing default 5G low PA1 valuecmd=[misc -t get_pa5ga0idxval -w 3 ]type = [get_pa5ga0idxval]ctmisc_ioctl: cmd=0x58, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f0c00x58 count=8 lendata_init(): location = [1], mydatas index = 1=24ctmisc_ioctl: index=1tallest:(ctmisc ioctl done...)tallest:(ctmisc ioctl done...)get_data(): Get PA5GA0IDXVAL count is [1]get_data(): PA5GA0IDXVAL 0: [4 0xfead 0x134f 0xfb43]get_data(): donecmd=[misc -t get_pa5ga1idxval -w 3 ]type = [get_pa5ga1idxval]ctmisc_ioctl: cmd=0x5a, buffer size=196get_data(): cmd=data_init(): base = 0xbc03f0000x5a count=8 lendata_init(): location = [0], mydatas index = 0=24ctmisc_ioctl: index=0tallest:(ctmisc ioctl done...)get_data(): Get PA5GA1IDXVAL count is [0]get_data(): done5G middle idx[4] w0a0[0xfead] w1a0[0x134f] w2a0[0xfb43]Update [0xfead] to [0xfead]Update [0x134f] to [0x134f]Update [0xfb43] to [0xfb43]Using default 5G middle PA1 valueRestoring Storage Nvram Defaultsenter main_loop()..find 'lang' in MSQUASHFS error: Can't find a SQUASHFS superblock on mtdblock(31,3)TD 3 (/dev/mtdblock/3)ret = -1www -> /wwwmount: No such file or directorycmd=[touch /tmp/var/lib/nfs/xtab ]cmd=[chmod 644 /tmp/var/lib/nfs/xtab ]cmd=[touch /tmp/var/lib/nfs/etab ]cmd=[chmod 644 /tmp/var/lib/nfs/etab ]cmd=[touch /tmp/var/lib/nfs/rmtab ]cmd=[chmod 644 /tmp/var/lib/nfs/rmtab ]cmd=[touch /tmp/var/lib/nfs/state ]cmd=[chmod go-rwx /tmp/var/lib/nfs/state ]cmd=[touch /tmp/disk_updating_lock ]cmd=[chmod 644 /tmp/disk_updating_lock ]cmd=[touch /tmp/file_variable_updating_lock ]cmd=[chmod 644 /tmp/file_variable_updating_lock ]cmd=[insmod /lib/ufsd_cbtn.o ]Using /lib/ufsd_cbtn.omodules[0]=bcm57xx buf=[bcm57xx ]modules[1]=wl buf=[bcm57xx wl ]Needed modules: bcm57xx wlcmd=[insmod bcm57xx ]insmod: bcm57xx.o: no module by that name foundcmd=[insmod wl ]Using /lib/modules/2.4.20/kernel/drivers/net/wl/wl.oError reading /proc/partitions: invalid header.Failed trying to open `/proc/mdstat': No such file or directoryFailed trying to open `/proc/sestat': No such file or directoryError reading /proc/partitions: invalid header.Failed trying to open `/proc/mdstat': No such file or directoryFailed trying to open `/proc/sestat': No such file or directoryHit enter to continue...The chipset is BCM4705 + BCM5397 for EWCMake date>Year:8,Month:6,Day:2Firmware version =>v1.00.00sum3=7435264 garbage=992 n=1024MD5=[461cebecdf6b0d453ed225d2030de824]cmd=[killall httpd ]killall: httpd: no process killedcmd=[killall httpd ]killall: httpd: no process killedcmd=[resetbutton ]WARNING: console log level set to 1cmd=[vconfig set_name_type VLAN_PLUS_VID_NO_PAD ]cmd=[vconfig add eth0 1 ]cmd=[vconfig set_ingress_map vlan1 0 0 ]cmd=[vconfig set_ingress_map vlan1 1 1 ]cmd=[vconfig set_ingress_map vlan1 2 2 ]cmd=[vconfig set_ingress_map vlan1 3 3 ]cmd=[vconfig set_ingress_map vlan1 4 4 ]cmd=[vconfig set_ingress_map vlan1 5 5 ]cmd=[vconfig set_ingress_map vlan1 6 6 ]cmd=[vconfig set_ingress_map vlan1 7 7 ]cmd=[vconfig add eth0 2 ]cmd=[vconfig set_ingress_map vlan2 0 0 ]cmd=[vconfig set_ingress_map vlan2 1 1 ]cmd=[vconfig set_ingress_map vlan2 2 2 ]cmd=[vconfig set_ingress_map vlan2 3 3 ]cmd=[vconfig set_ingress_map vlan2 4 4 ]cmd=[vconfig set_ingress_map vlan2 5 5 ]cmd=[vconfig set_ingress_map vlan2 6 6 ]cmd=[vconfig set_ingress_map vlan2 7 7 ]cmd=[brctl addbr br0 ]cmd=[brctl setfd br0 0 ]cmd=[brctl stp br0 dis ]name=[vlan1] lan_ifname=[br0]cmd=[brctl addif br0 vlan1 ]br0: No such file or directorycmd=[wlconf vlan1 up ]vlan1: Operation not supportedname=[eth1] lan_ifname=[br0]Write wireless mac successfullycmd=[brctl addif br0 eth1 ]br0: No such file or directorycmd=[wlconf eth1 up ]eth1: Numerical result out of rangeeth1: Operation not supportedeth1: Invalid argumenteth1: Invalid argumenteth1: Operation not supportedeth1: Operation not supportedeth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumenteth1: Invalid argumentcmd=[brctl addif br0 eth1 ]device eth1 is already a member of a bridge; can't enslave it to bridge br0.name=[eth2] lan_ifname=[br0]Write wireless mac successfullycmd=[brctl addif br0 eth2 ]br0: No such file or directorycmd=[wlconf eth2 up ]eth2: Numerical result out of rangeeth2: Operation not supportedeth2: Operation not supportedeth2: Operation not supportedcmd=[brctl addif br0 eth2 ]device eth2 is already a member of a bridge; can't enslave it to bridge br0.name=[eth3] lan_ifname=[br0]cmd=[brctl addif br0 eth3 ]interface eth3 does not exist!eth3: No such devicemodule: wl c0068000 1172704 2cmd=[wl gpiotimerval 0x640000 ]wl: No such file or directorycmd=[wl vlan_mode 0 ]wl: No such file or directorylo: File existsSet 66560 to /proc/sys/net/core/rmem_max ...cmd=[tftpd -s /tmp -c -l -P 610N ]cmd=[cron ]The boot is CFEtftp server startedtftpd: standalone socketcron: No such file or directorycron: created[HTTPD Starting on /www]cmd=[httpd ]cmd=[dnsmasq -h -i br0 -r /tmp/resolv.conf ]br0 192.168.1.100 86400cmd=[udhcpd /tmp/udhcpd.conf ]info, udhcp server (v0.9.8) startedcmd=[/bin/wsccmd ]cmd=[nas /tmp/nas.lan.conf /tmp/nas.lan.pid lan ]zebra disabled.No disk, do not start samba.cmd=[killall twonkymedia ]killall: twonkymedia: no process killedcmd=[killall twonkymediaserv ]killall: twonkymediaserv: no process killedcmd=[killall twonkymediaserver ]eth1: ignore i/f due to error(s)eth2: ignore i/f due to error(s)killall: twonkymediaserver: no process killedcmd=[upnp -D -L br0 -W -S 0 -I 60 -A 180 ]*********************************************Wi-Fi Simple Config Application - Intel Corp.Version: Build 1.0.5, November 19 2006*********************************************calling upnp_mainlltd:echo WRT610N > /proc/sys/kernel/hostnameInitializing stack...button monitor start...! OKNow starting stackLLTD: wireless interface argument is eth1.get mac = 00 21 29 C6 61 02Using /bin/eghn_kernel_module.oIP is 101a8c0mask is ffffffcmd=[tc qdisc del dev vlan1 root ]RTNETLINK answers: No such file or directorycmd=[tc qdisc del dev eth1 root ]RTNETLINK answers: No such file or directoryInitializing UPnP Sdk with ipaddress = (null) port = 0UPnP Initialized ipaddress= 192.168.1.1 port = 49152Specifying the webserver root directory -- /var/EGHN_QPHRegistering the RootDevice with desc_doc_url: http://192.168.1.1:49152/qphdevicedesc.xmlRootDevice RegisteredInitializing State TableFound service: urn:schemas-upnp-org:service:QosPolicyHolder:2serviceId: urn:upnp-org:serviceId:QosPolicyHolder-1State Table Initializedcmd=[tc qdisc del dev eth2 root ]RTNETLINK answers: No such file or directorycmd=[sh /tmp/cmdfile134 ]Advertisements Sentcmd=[dhcp6s -c /tmp/dhcp6s.conf br0 ]Dispay orig configurationscmd=[cat /tmp/cmdfile134 ]tc qdisc add dev vlan1 root handle 1: prio bands 8 priomap 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7tc qdisc add dev vlan1 parent 1:1 handle 10: pfifo limit 20tc qdisc add dev vlan1 parent 1:2 handle 20: pfifo limit 20tc qdisc add dev vlan1 parent 1:3 handle 30: pfifo limit 20tc qdisc add dev vlan1 parent 1:4 handle 40: pfifo limit 20tc qdisc add dev vlan1 parent 1:5 handle 50: pfifo limit 20tc qdisc add dev vlan1 parent 1:6 handle 60: pfifo limit 20tc qdisc add dev vlan1 parent 1:7 handle 70: pfifo limit 20tc qdisc add dev vlan1 parent 1:8 handle 80: pfifo limit 20tc filter add dev vlan1 parent 1:0 prio 5 protocol all tcindex mask 0xff shift 0 pass_ontc filter add dev vlan1 parent 1:0 prio 5 handle 0 tcindex classid 1:6tc filter add dev vlan1 parent 1:0 prio 5 handle 1 tcindex classid 1:8tc filter add dev vlan1 parent 1:0 prio 5 handle 2 tcindex classid 1:7tc filter add dev vlan1 parent 1:0 prio 5 handle 3 tcindex classid 1:5tc filter add dev vlan1 parent 1:0 prio 5 handle 4 tcindex classid 1:4tc filter add dev vlan1 parent 1:0 prio 5 handle 5 tcindex classid 1:3tc filter add dev vlan1 parent 1:0 prio 5 handle 6 tcindex classid 1:2tc filter add dev vlan1 parent 1:0 prio 5 handle 7 tcindex classid 1:1cmd=[sh /tmp/cmdfile134 ]cmd=[killall -1 radvd ]DEVICE PIN: 86328432UdpLib: Entered udp_openUdpLib: Socket open successful, sd: 9UdpLib: Entered udp_bindUdpLib: Binding successful for socket [9]UdpLib: Entered udp_read******* MODE: Access Point *******DEVICE PIN:86328432WSC: In unconfiged AP mode, wait for start command....tlvPtrChar* : func CMasterControl_InitiateRegistration line 658 allocating memory 0x10003700 for 0x100036e8UdpLib: Entered udp_openUdpLib: Socket open successful, sd: 10UdpLib: Entered udp_bindUdpLib: Binding successful for socket [10]UdpLib: Entered udp_readUdpLib: Entered udp_readkillall: radvd: no process killedWaiting for Registrar to connect...tallest:( wan_or_lan=wan )tallest:( wan_or_lan=wan is wan !!)cmd=[udhcpc -i vlan2 -l br0 -p /var/run/wan_udhcpc.pid -s /tmp/udhcpc ]info, udhcp client (v0.9.8) startedcmd=[nas /tmp/nas.wan.conf /tmp/nas.wan.pid wan ]cmd=[dhcp6s -c /tmp/dhcp6s.conf br0 ]Hit enter to continue...No interface specified. Quitting...Hit enter to continue...Hit enter to continue...cmd=[sh /tmp/cmdfile134 ]Hit enter to continue...
OpenWrt Bootlog
Other Info
Bug Tracking Ticket
Vendor Source
Linksys Wrt610n V1 Firmware Download
OpenWrt System Information
Cached
See sysinfo.
OpenWrt SoC Status
Wrt610n V2 Firmware Download Ipsw
See soc.broadcom.bcm47xx
For WIFI config with wl
Consult https://dev.openwrt.org/ticket/5788 (don't choose an unsupported mode)