CandyHouse v1.1.0 serial key or number

CandyHouse v1.1.0 serial key or number

CandyHouse v1.1.0 serial key or number

CandyHouse v1.1.0 serial key or number

OpenWrt Project

Supported Versions

Model Launch Date S/N OpenWrt Supported Model Specific Notes
EA April 12A Trunk (as of r) runs a bit warm (#1)
E v2 October 01C Trunk (as of r) -

Caution: The wireless seems to have problems with WiFi-stability on connections to certain client chipsets, e.g. Apple-devices. See this thread on OpenWrt developers forum. (#1) If it fails to boot showing solid logo only, it&#;s likely too hot. Try placing in a freezer for minutes. It works.

Hardware Highlights

Model SoC Ram Flash Network Wireless USB Serial JTag
EA Marvell Feroceon 88F @Mhz MiB MiB 1 WAN + 4x LAN (GBit) 88W & 88W [an 3×] + 88W & 88W [bgn 3×] Yes Yes Yes
E v2 Marvell Feroceon 88F @Mhz MiB MiB 1 WAN + 4x LAN (GBit) 88W & 88W [an 3×] + 88W & 88W [bgn 3×] Yes Yes Yes
EA v3 Qualcomm Atheros QCA @MHz MiB MiB 1 WAN + 4x LAN (GBit) AR [an 3×] + QCA [bgn 3×] Yes ? ?

Installation

The EA has a dual firmware layout: working and backup partitions. It boots from the working partition in normal operation. Firmware flashes occur on the backup partition and the EA shall reboot from the backup partition following from a firmware flash. The backup partition becomes the new working partition when the reboot was successful. The former working partition becomes the new backup partition.

Note: No need for a 30/30/30 reset on this device. In the event of a bad flash, the router shall obviously fail to reboot but don&#;t despair. After three consecutive failed reboots, the router then reverts back to its former working partition and boots normally. Based on this understanding, both EA and E v2 shall always have a partition with a working firmware.

Recent trunk builds (recommended)

The development branch can contain experimental code that is under active development and should not be used for production environments. Snapshot images may support additional hardware; however, it is experimental, considered unstable, and sometimes won&#;t compile.

Prebuilt snapshot images do not come with any web interface or GUI. You will need to be comfortable using a command line and remote shell to install one yourself → How to install LuCI

As of r both EA and E v2 are fully supported. These boards are identified by the codename “Viper.” The image can be flashed directly from the Linksys web interface. Upgrading between OpenWrt images is accomplished with the image.

Prebuilt trunk snapshots offer the most straightforward installation and they are available now: manicapital.com

← Installing openwrt-kirkwood-linksys-vipermanicapital.com from the Linksys classic web interface

← Installing openwrt-kirkwood-linksys-vipermanicapital.com from the Linksys cloud web interface

Upgrading from Candyhouse Chaos Calmer

Unfortunately there is no sysupgrade support (not a defect) on Chaos Calmer builds hence do not open a ticket. Flash back to stock Linksys firmware first before installing current trunk builds. See ForumSee Candyhouse comment

If you prefer building the firmware yourself

Build with:

  • Target System → “Marvell Kirkwood”
  • Target Profile → “Generic” or “Linksys Ev2 / EA (Viper)”

This will produce the images:

manicapital.com manicapital.com

Custom builds managed by individuals in the community

None so please feel free to start one.

Older builds (deprecated): Installation using Serial

(it is perhaps possible using tftp server in bootloader). How to get that connected you can read later on in this text.

In menuconfig you select:

  • Target System → Marvell Kirkwood
  • Target Profile → Linksys EA
  • Target Images → ramdisk, ubifs (you need both for installation)

Now you “make” it and expose following files:

  • openwrt-kirkwood-eauImage-initramfs via tftp
  • openwrt-kirkwood-eauImage via http
  • manicapital.com via http

Connect to EA via serial console and power it on. Break u-boot pressing any key during startup. Run “printenv” and adjust your ip and tftp server ip if needed. Then boot initramfs:

Now in booted OpenWrt, we need to flash OpenWrt into NAND. You need to get the network working first. Then you do:

After this you reboot the device, break u-boot again and set u-boot to boot OpenWrt from NAND:

Installation without Serial

There is another way to Flash your device, without using a serial connection.

Prepare:

  • build an initramfs image from openwrts buildroot or download mine from Here
  • download manicapital.com and openwrt-kirkwood-eauImage from Here
  • format an usb pendrive with ext3 (no idea if fat is working? fatload available in uboot?) and mount it. (if it wont work, use ext2)
  • Put uImage, manicapital.com and openwrt-kirkwood-eauImage on that usb stick. Cleanly unmount it !!!

The flashing process:

  • Flash Your ea wit the candyhouse image.
  • after reboot candyhouses openwrt will be up, login using telnet/ssh
  • plugin the prepared pen drive and run the following commands:
fw_setenv bootcmd &#;run owrt_usb; run nandboot&#; fw_setenv owrt_usb &#;usb start; sleep 5;ext2load usb ${loadaddr} /uImage; setenv bootargs $(console) $(mtdparts) root=/dev/ram rw; bootm ${loadaddr}&#; mkdir /sda1 && mount /dev/sda1 /sda1 (no mistake it does not boot without it) reboot
  • After a few, openwrt initramfs will be boot from this pen drive. Login using telnet/ssh and rum Commands:
mkdir /sda1 && mount /dev/sda1 /sda1 && cd /sda1 ubiformat /dev/mtd3 && ubiformat /dev/mtd3 -f manicapital.com
  • Only if ubiformat and mount didn&#;t produce any errors continue with: (otherwise youre fucked!!)
mtd erase kernel mtd write openwrt-kirkwood-eauImage kernel fw_setenv bootcmd &#;run owrt_usb; run owrt_boot&#; fw_setenv owrt_usb &#;usb start; sleep 5;ext2load usb ${loadaddr} /uImage; setenv bootargs $(console) root=/dev/ram rw; bootm ${loadaddr}&#; fw_setenv owrt_boot &#;nand read.e ${loadaddr} 0x 0x; setenv bootargs $(console) manicapital.com=3 root=ubi0:rootfs rootfstype=ubifs rw; bootm ${loadaddr}&#; fw_setenv auto_recovery no reboot
  • Now you are done. With the usb stick connected and uImage on it, the router will boot this image. otherwise it boots from nand.

Flash Layout

The stock layout for Ev2 (bootlog from paklids):

Offset start Offset end Size Name Comment
0x0 0x 0x uboot
0x 0xa 0x u_env
0xa 0xc 0x s_env
0x 0x1c 0x1a kernel Overlaps rootfs
0x4a 0x1c 0x rootfs Overlapped by kernel
0x1c 0x 0x1a alt_kernel Overlaps alt_rootfs
0x1ea 0x 0x alt_rootfs Overlapped by alt_kernel
0x 0x 0x4a syscfg

The stock layout (of the MiB flash chip):

Offset Size Name
0x0 0x uboot
0x 0x u_env
0x 0x s_env
0x 0x1a kernel
0x 0x1a rootfs
0x1c 0x1a alt_kernel
0x1c 0x1a alt_rootfs
0x 0x4a syscfg

A recommended layout for OpenWrt is to specify the kernel and rootfs settings, leaving everything else alone so as to remain compatible with the stock firmware.

Offset Size Name
0x0 0x uboot
0x 0x u_env
0x 0x kernel
0x 1c rootfs

Back to the original stock firmware

Caution: Going back to the original stock firmware can be tricky on recent builds of OpenWrt. Therefore, you should always flash from the working Linksys partition only if you want to be able to skip the following steps. See Forum

Generic method: Probably the most generic way to go back to the stock firmware.

  • On your workstation computer:
  • Connect the workstation using a cabled connection to the router and ensure that your workstation is configured as DHCP client
  • On your workstation using SCP, copy to /tmp on your router
  • On your router using SSH, issue the command
  • After a while, your router should reboot on LEDE
    • On your workstation using SCP, copy to /tmp on your router
    • On your router using SSH, issue the command - Do not use the zip archive directly, you have to extract the firmware image from it first
    • On your workstation using SCP, copy to /tmp on your router
    • On your router using SSH, issue the command - Do not use the zip archive directly, you have to extract the firmware image from it first
  • After a while, your router should reboot on the stock Linksys firmware

Method 1: You could try to flash a Linksys firmware image directly from the LuCI web interface (not working on Ev2 on recent OpenWrt versions).

Method 2: This works too if you had flashed a firmware image from the stock Linksys web interface and you&#;ve not done another subsequent upgrade from OpenWrt.

Cut the power to the router while the router is booting up. The router white LED shall blink rapidly and that&#;s when you cut the power–inducing a failed boot. After 3 failed boots, the EA then boots from the backup partition and reverts back to its Linksys firmware. See Forum

Alternative method

Break u-boot and do:

Note that for different versions size may differ.

→ manicapital.com

Specific values you need

Bootloader tftp server IPv4 address

Basic configuration

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

Note: A minimal build of openwrt does not include wpad-mini or an equivalent; be sure you install a daemon that can apply your access point settings, or wireless will appear not to work.

Specific Configuration

Interfaces

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi /24
eth0 LAN ports (1 to 4) None
eth1 WAN port DHCP
wlan0 WiFi (GHz) Disabled
wlan1 WiFi (5GHz) Disabled

Note: Due to the unfortunate lack of DFS support in the current mwl8k driver, there are only four available channels in the 5GHz radio:

    Failsafe mode

    Buttons

    The Linksys EA has two buttons: reset and wps. Here, we merely list the button names, so they can be used in the below Howto:

    Button Name Event Notes
    reset Factory Reset Functional with Trunk (install kmod-gpio-button-hotplug)
    wps Wifi Protected Setup Non-functional but configurable

    → manicapital.com on howto use and configure the hardware button(s).

    LEDs

    The Linksys EA has two LEDs.

    LED LED Name
    healthviper:white:health
    pulse viper:white:pulse

    Examples:

    1. To turn off [viper:white:health] LED.

    echo "0" > /sys/class/leds/viper\:white\:health/brightness

    2. To turn back on [viper:white:health] LED.

    echo "1" > /sys/class/leds/viper\:white\:health/brightness

    Hardware

    Info

    Opening the case

    Serial

    → manicapital.com general information about the serial port, serial port cable, etc.

    The serial port is located at J5.

    PIN ID
    1 Vcc V
    2
    3 RX
    4
    5 TX
    6 GND

    Pin number 1 is the one next to the annoying white led. The TX pin on the board should be connected to the RX pin of the serial console in order to see what the board is transmitting. Speed (baud) , Data bits 8, Stop bits 1, Parity none.

    JTAG

    → manicapital.com general information about the JTAG port, JTAG cable, etc.

    J6 sure looks like a JTAG port, but it hasn&#;t been tried.

    openssl speed test

    I made speedtests on ea, with and without Hardware acceleration.

    root@OpenWrt:~# openssl version OpenSSL d 9 Jul root@OpenWrt:~# cat /etc/openwrt* DISTRIB_ID=&#;OpenWrt&#; DISTRIB_RELEASE=&#;Bleeding Edge&#; DISTRIB_REVISION=&#;r&#; DISTRIB_CODENAME=&#;designated_driver&#; DISTRIB_TARGET=&#;kirkwood/generic&#; DISTRIB_DESCRIPTION=&#;OpenWrt Designated Driver r&#; DISTRIB_TAINTS=&#;no-all busybox&#; r The &#;numbers&#; are in s of bytes per second processed. type 16 bytes 64 bytes bytes bytes bytes md2 mdc2 md4 k k k k k md5 k k k k k hmac(md5) k k k k k sha1 k k k k k rmd k k k k k rc4 k k k k k des cbc k k k k k des ede3 k k k k k idea cbc seed cbc k k k k k rc2 cbc k k k k k rc/12 cbc blowfish cbc k k k k k cast cbc k k k k k aes cbc k k k k k aes cbc k k k k k aes cbc k k k k k camellia cbc camellia cbc camellia cbc sha k k k k k sha k k k k k whirlpool k k k k k aes ige k k k k k aes ige k k k k k aes ige k k k k k ghash k k k k k

    And with acceleration of the kirkwood SOC: (found only following working?)

    openssl speed -evp $cipher -elapsed type 16 bytes 64 bytes bytes bytes bytes aescbc k k k k k des-cbc k k k k k des-ede3-cbc k k k k k Second Run: type 16 bytes 64 bytes bytes bytes bytes aescbc k k k k k des-cbc k k k k k des-ede3-cbc k k k k k

    More ciphers aviable using Boris Patch. Awsome benefit by using DMA.

    scp/ssh speed test

    Test was made “scping” mb of non compressable random into Routers /dev/null. Numbers are in Megabytes/s

    Cipher Speedresult with mv_cesa Speedresult without mv_cesa
    3des-cbc MB/s MB/s
    blowfish-cbc MB/s MB/s
    castcbc MB/s MB/s
    arcfour MB/s MB/s
    arcfour MB/s MB/s
    arcfour MB/s MB/s
    aescbc MB/s MB/s
    aescbc MB/s MB/s
    aescbc MB/s MB/s
    rijndael-cbc@manicapital.com MB/s MB/s
    aesctr MB/s MB/s
    aesctr MB/s MB/s
    aesctr MB/s MB/s
    aesgcm@manicapital.com MB/s MB/s
    aesgcm@manicapital.com MB/s MB/s
    chachapoly@manicapital.com MB/s MB/s

    So as you can see aes-*-cbc ist mainly affected.

    Debricking

    Bootloader Mods

      Some of the uBoot customizations made by the vendor can lead to confusion. Once you have access to the serial console, it&#;s recommended to set bootdelay=3 (or whatever) and auto_recovery=off, after which whatever is in bootcmd will actually be run after the timeout.

      The Marvell bootloader has some differences with respect to computing checksums of the u-boot environment flash partition, making modification of the environment via the standard OpenWrt tools a problem. It appears that the Sheeva U-Boot Tools should work, if you find it necessary to work with the environment from the OS (e.g., fw_printenv and fw_setenv.)

      Bootloader default envs

      This is the default parameters of the device&#;s u-boot

      Viper>> printenv bootdelay=0 baudrate= loads_echo=0 ipaddr= serverip= rootpath=/mnt/ARM_FS netmask= run_diag=yes auto_recovery=yes console=console=ttyS0, badcount=0 bootbadcount=0 uenvbadcount=0 senvbadcount=0 buffbadcount=0 fs_bootargs=unused mtdparts=mtdparts=nand_mtdk(uboot)ro,k@k(u_env),k@k(s_env),26m@2m(kernel),26m@2m(rootfs)fs,26m@28m(alt_kernel),26m@28m(alt_rootfs)fs,74m@54m(syscfg) ethprime=egiga0 bootargs_root=root=/dev/nfs rw fs_bootargs_root=root=/dev/mtdblock4 ro rootfstype=jffs2 alt_fs_bootargs_root=root=/dev/mtdblock6 ro rootfstype=jffs2 mfg_fs_bootargs_root=root=/dev/mtdblock6 ro rootfstype=jffs2 usb_fs_bootargs_root=root=/dev/sda1 rw rootfstype=ext2 bootargs_end=DB88FXXeth0:none image_name=uImage nfsboot=tftp 0x uImage; setenv bootargs $(console) $(mtdparts) $(bootargs_root) nfsroot=$(serverip):$(rootpath) ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x; nandboot=nand read.e 0x 0x 0x; setenv bootargs $(console) $(mtdparts) $(fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x; altnandboot=nand read.e 0x 0x1c 0x; setenv bootargs $(console) $(mtdparts) $(alt_fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x; mfgboot=nand read.e 0x 0x1c 0x; setenv bootargs $(console) $(mtdparts) $(mfg_fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x; usbboot=usb start;ext2load usb /uImage; setenv bootargs $(console) $(mtdparts) $(usb_fs_bootargs_root) rootdelay=10; bootm 0x; standalone=fsload 0x $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x; lcd0_enable=0 lcd0_params=x@60 ethmtu= eth1mtu= mvPhoneConfig=mv_phone_config=dev[0]:fxs,dev[1]:fxo mvNetConfig=mv_net_config=(f,),mtu= usb0Mode=host yuk_ethaddr=EE nandEcc=1bit netretry=no rcvrip= loadaddr=0x autoload=no image_multi=yes mtdparts_version=4 envsaved=yes ethact=egiga0 boot_part_ready=3 boot_part=1 bootcmd="run nandboot" stdin=serial stdout=serial stderr=serial mainlineLinux=no enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no disaMvPnp=no enaAutoRecovery=yes pcieTune=no pcieTune1=no layout=ver model=EA hw=RGWM-C4_0GA edal_key=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF mac=C8:DC ethaddr=C8:DC eth1addr=C8:DC date=/01/03 sn=12A uuid=CDC65FA29D7B wps= Environment size: / bytes

      Bootlogs

      OpenWrt bootlog

      Источник: [manicapital.com]
      , CandyHouse v1.1.0 serial key or number
      If you find yourself wandering in the woods, you may catch the sweet scent of chocolate and gingerbread in the air. You may be tempted to follow your nose but you must resist! You have stumbled upon the home of Minerva Magick, a powerful witch who uses her sweet smells and her candy playground to draw in small children. Her home and grounds are built entirely of the candy she has stolen from them. Her cat, Shadow, is a talented hunter who brings her insects and fish for her spells. Those who have found her lair and lived to tell the tale speak of a basement behind a bookcase where she keeps her potions and her alchemy ingredients and have horrified listeners with tales or skeletons dressed in maid's uniforms, bewitched to tidy the house. You'll steer clear of this place if you value the candy in your pocket!

      CC-free and Custard-checked, although items from some EPs, SPs and the Store are used. If you don't own the items listed below, the game will replace them with comparable items. (Check out the list to see what was used where. You still may be able to download even if you're missing some things.)


      I created this lot for two reasons. 1) To finally use some of the awful Katy Perry pack and 2) to add an interesting lot/character to my town. I don't play the Supernaturals very much but I like them wandering around. So it'll be fun to have Minerva and Shadow around town while I'm playing my main Sims. The house has one bed, one bath, and everything has been upgraded - magically, of course!

      Download Minerva Magick and Shadowhere!


      Lot Size:20x20
      Lot Price (furnished):§,
      Lot Price (unfurnished):§33,

      Additional Credits:
      "AMBITIONS" EXPANSION PACK
      Horizontal Clapboard - Center
      Horizontal Clapboard - Left Edge (3 types)
      Horizontal Clapboard - Right Edge (3 types)
      Natural Piled Stone Wall Covering (6 types)

      "PETS" EXPANSION PACK
      Bird Cage
      Cat Jungle Gym
      Cheapo Chow Bowl
      Low Country Living Pet House
      Pet Toy Crate
      Pretty Kitty Litter Box
      Scratching Post


      "SUPERNATURAL" EXPANSION PACK
      Aleister's Alchemy Cabinet
      Aleister's Alchemy Station
      Bonehilda Living Quarters
      Bug Lovers Display Case
      Candlequarium Wall Light
      Clay Tiny Garden Planter Bowl
      Enigmatic Tapestry
      Fancy Antique Lamp
      Floor Helper
      Ghost Chili Plant
      Glow Orb Mushroom
      Granddaddy Clock
      Great Grass Dark Edition
      Magic Broom Stand
      Magic Jelly Bean Bush
      Mandrake
      Mrs. Stingley's Beekeeping Box
      Mycenas
      Philosopher's Stone
      Pleasing Art
      Porcini Mushroom
      Red Toadstool
      Red Valerian
      Shadow Men
      Sliding Bookcase Door
      Spotlight Mushrooms
      Tasseled Ceiling Lamp
      Truffles
      White Cap Mushrooms
      Wolfsbane
      Yesteryear Sofa
      Zoomsweeper Pegasus


      "KATY PERRY'S SWEET TREATS" STUFF PACK
      Bin Bites Be Free
      Candy Plants
      Chew On This
      Cottonwood Confection
      Decorative Piping Arch
      Decorative Piping Entrance
      Dollops of Delicious
      Forever Your Treat
      GloCake by GloKake
      Gumball Drop
      Home Sweets Home
      Lollipocalypse
      No Drip It
      Panache Ganache
      Peppermint Porthole
      Peppermint Preserves
      Phyllo Fence
      Phyllo Fence Gate
      Pleasure Boat Sundae Sofa
      Shelf by Konfection
      Sugar Crystal Sandbox
      Sweet Seat
      Sweet Slide
      Swirled Support
      The Sweet Spot


      From the world of Midnight Hollow
      Pretty Porch Fencing


      INDIVIDUAL STORE ITEMS:
      Cellar Arch
      Dresser of Sentiment
      Fridge of Daring
      Gothique Dining Chair
      Gretel's Revenge Stove
      Guiding Light Lantern
      Overhead Shoppe Cabinet
      Pre-Steam Aquarium Tank
      Shoppe Counter
      Skullbatter's Chandelier
      Wandering Dreams Double Bed
      Lord Vladimir's Magic Cauldron



      Источник: [manicapital.com]
      CandyHouse v1.1.0 serial key or number
      AuthorMessagepaklids
      DD-WRT Novice


      Joined: 22 Jul
      Posts: 10

      Posted: Sun Jun 15,     Post subject: LinkSys Ev2 serial port info
      I couldn't find this anywhere, so thought I'd post it once I found it.

      The ev2 is Marvell based, and there are serious reservations on dd-wrt landing on those units because of binary blobs being published instead of real and true GPL source code.

      But I was able to connect to the serial port on my ev2 and capture its bootup (using my arduino unoit was actually not hard once I figured it out).

      The serial port is on section J5 and transmit is pin 5 of 6 (5th furthest from the super bright LED on this unit)

      __ __ _ _
      | \/ | __ _ _ ____ _____| | |
      | |\/| |/ _` | '__\ \ / / _ \ | |
      | | | | (_| | | \ V / __/ | |
      |_| |_|\__,_|_| \_/ \___|_|_|
      _ _ ____ _
      | | | | | __ ) ___ ___ | |_
      | | | |___| _ \ / _ \ / _ \| __|
      | |_| |___| |_) | (_) | (_) | |_
      \___/ |____/ \___/ \___/ \__|
      ** WNC BOARD: Viper R LE **
      ** For Development Only. Not For Demo **

      U-Boot (Sep 15 - ) Marvell version:

      U-Boot code: -> FFF0 BSS: -> CFB20

      Soc: 88F A1CPU running @ Mhz L2 running @ Mhz
      SysClock = Mhz , TClock = Mhz

      DRAM (DDR2) CAS Latency = 6 tRP = 6 tRAS = 18 tRCD=6
      DRAM CS[0] base 0x size MB
      DRAM Total size MB 16bit width
      Addresses 8M - 0M are saved for the U-Boot usage.
      Mem malloc Initialization (8M - 7M): Done
      NAND MB

      Updating boot_count done

      Flash: 0 kB

      CPU : Marvell Feroceon (Rev 1)
      u_env Offset:
      s_env Offset: a

      Streaming disabled
      Write allocate disabled

      Module 0 is RGMII

      USB 0: host mode
      PEX 0: PCI Express Root Complex Interface
      PEX interface detected Link X1
      PEX 1: PCI Express Root Complex Interface
      PEX interface detected Link X1
      Net: egiga0 [PRIME], egiga1
      Hit any key to stop autoboot: 0

      NAND read: device 0 offset 0x1c, size 0x

      Reading data from 0x1eff -- % complete.
      bytes read: OK
      ## Booting image at
      Image Name: Linux
      Created: UTC
      Image Type: ARM Linux Kernel Image (uncompressed)
      Data Size: Bytes = MB
      Load Address:
      Entry Point:
      Verifying Checksum OK
      OK

      Starting kernel

      Uncompressing Linux done, booting the kernel.
      Linux version (root@hudson-node) (gcc version (prerelease) (CodeSourcery Sourcery G++ Lite q)) #1 Wed Nov 14 PST
      CPU: Feroceon 88FR [] revision 1 (ARMv5TE), cr=
      CPU: VIVT data cache, VIVT instruction cache
      Machine: Feroceon-KW
      Using UBoot passing parameters structure
      Memory policy: ECC disabled, Data cache writeback
      Built 1 zonelists in Zone order, mobility grouping on. Total pages:
      Kernel command line: console=ttyS0, mtdparts=nand_mtdk(uboot)ro,k@k(u_env),k@k(s_env),26m@2m(kernel),26m@2m(rootfs)fs,26m@28m(alt_kernel),26m@28m(alt_rootfs)fs,74m@54m(syscfg) root=/dev/mtdblock6 ro rootfstype=jffs2 serial_number=01CC uuid=CFEADB73F18E39ABAC48FF5DFE hw_version=RGWM-C4_0GA device_mac=D:8F:F7:F factory_date=/12/24 wps_pin=
      PID hash table entries: (order: -1, bytes)
      Dentry cache hash table entries: (order: 4, bytes)
      Inode-cache hash table entries: (order: 3, bytes)
      Memory: MB = MB total
      Memory: k/k available, k reserved, 0K highmem
      Virtual kernel memory layout:
      vector : 0xffff - 0xffff ( 4 kB)
      fixmap : 0xfff - 0xfffe ( kB)
      DMA : 0xffc - 0xffe ( 2 MB)
      vmalloc : 0xc - 0xe ( MB)
      lowmem : 0xc - 0xc ( MB)
      modules : 0xbf - 0xc ( 16 MB)
      .init : 0xc - 0xc ( kB)
      .text : 0xc - 0xc04de ( kB)
      .data : 0xc - 0xcec60 ( kB)
      Hierarchical RCU implementation.
      RCU-based detection of stalled CPUs is disabled.
      Verbose stalled-CPUs detection is disabled.
      NR_IRQS
      Console: colour dummy device 80x30
      Calibrating delay loop BogoMIPS (lpj=)
      pid_max: default: minimum:
      Mount-cache hash table entries:
      CPU: Testing write buffer coherency: ok
      NET: Registered protocol family 16
      Feroceon L2: Enabling L2
      Feroceon L2: Cache support initialised.

      CPU Interface

      SDRAM_CS0 base , size MB
      SDRAM_CS1 disable
      SDRAM_CS2 disable
      SDRAM_CS3 disable
      PEX0_MEM base e, size MB
      PEX0_IO base f, size 1MB
      PEX1_MEM base e, size MB
      PEX1_IO base f, size 1MB
      INTER_REGS base f, size 1MB
      NFLASH_CS base fa, size 2MB
      SPI_CS base f, size 16MB
      BOOT_ROM_CS no such
      DEV_BOOTCS no such
      CRYPT_ENG base f, size 2MB

      Marvell Development Board (LSP Version KW_LSP_)-- viper Soc: MV88F Rev 1 LE

      Detected Tclk and SysClk
      MV Buttons Device Load
      Marvell USB EHCI Host controller #0: c7c3c
      PEX0 interface detected Link X1
      PEX1 interface detected Link X1
      PCI: bus0: Fast back to back transfers disabled
      PCI: bus1: Fast back to back transfers disabled
      pci BAR 0: assigned [mem 0xexeffff 64bit]
      pci BAR 0: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      pci BAR 2: assigned [mem 0xexeffff 64bit]
      pci BAR 2: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      pci BAR 0: assigned [mem 0xexeffff 64bit]
      pci BAR 0: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      pci BAR 2: assigned [mem 0xexeffff 64bit]
      pci BAR 2: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      bio: create slab <bio-0> at 0
      vgaarb: loaded
      cfg Calling CRDA to update world regulatory domain
      Switching to clocksource kw_clocksource
      NET: Registered protocol family 2
      IP route cache hash table entries: (order: 0, bytes)
      TCP established hash table entries: (order: 3, bytes)
      TCP bind hash table entries: (order: 2, bytes)
      TCP: Hash tables configured (established bind )
      TCP reno registered
      UDP hash table entries: (order: 0, bytes)
      UDP-Lite hash table entries: (order: 0, bytes)
      NET: Registered protocol family 1
      RPC: Registered udp transport module.
      RPC: Registered tcp transport module.
      RPC: Registered tcp NFSv backchannel transport module.
      RTC has been updated!!!
      rtc mv_rtc: rtc core: registered kw-rtc as rtc0
      RTC registered
      cpufreq: Init kirkwood cpufreq driver
      Warning: TS unit is powered off.
      MV Buttons Driver Load
      squashfs: version (/01/31) Phillip Lougher
      NTFS driver [Flags: R/W].
      JFFS2 version (NAND) © Red Hat, Inc.
      msgmni has been set to
      io scheduler noop registered (default)
      HDLC line discipline maxframe=
      N_HDLC line discipline registered.
      Serial: / driver, 4 ports, IRQ sharing disabled
      serial ttyS0 at MMIO 0xf (irq = 33) is a A
      console [ttyS0] enabled
      serial ttyS1 at MMIO 0xf (irq = 34) is a A
      Using Hamming 1-bit ECC for NAND device
      NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND MiB 3,3V 8-bit)
      Scanning device for bad blocks
      Bad eraseblock at 0xa
      8 cmdlinepart partitions found on MTD device nand_mtd
      Using command line partition definition
      Creating 8 MTD partitions on "nand_mtd":
      0xx : "uboot"
      0xxa : "u_env"
      0xaxc : "s_env"
      0xxc : "kernel"
      0xaxc : "rootfs"
      0xcx : "alt_kernel"
      0xeax : "alt_rootfs"
      0xx : "syscfg"
      Loading Marvell Ethernet Driver:
      o Cached descriptors in DRAM
      o DRAM SW cache-coherency
      o 2 Giga ports supported
      o Multi RX Queue support - 4 RX queues
      o Multi TX Queue support - 2 TX Queues
      o TCP segmentation offload (TSO) supported
      o Large Receive offload (LRO) supported
      o Receive checksum offload supported
      o Transmit checksum offload supported
      o Driver ERROR statistics enabled
      o Driver INFO statistics enabled
      o Proc tool API enabled
      o SKB Reuse supported - (Disabled)
      o SKB Recycle supported - (Disabled)
      o Rx descripors: q0= q1= q2= q3=
      o Tx descripors: q0= q1=
      o Loading network interface(s):
      o register under mv88fx_eth platform
      o eth0, ifindex = 2, GbE port = 0
      o eth1, ifindex = 3, GbE port = 1
      o Loading Switch QuarterDeck driver
      o Setting Switch CPU port (port #5) for Full with FC
      o Setting Switch CPU port (port #6) for Full with FC
      init switch R

      PPP generic driver version
      PPP MPPE Compression module registered
      NET: Registered protocol family 24
      SLIP: version NETNEWTTY (dynamic channels, max=).
      mice: PS/2 mouse device common for all mice
      i2c /dev entries driver
      sdhci: Secure Digital Host Controller Interface driver
      sdhci: Copyright(c) Pierre Ossman
      NET: Registered protocol family 26
      u32 classifier
      Actions configured
      Netfilter messages via NETLINK v
      nf_conntrack version ( buckets, max)
      CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
      nf_manicapital.com=1 kernel parameter, acct=1 nf_conntrack module option or
      sysctl manicapital.com_conntrack_acct=1 to enable it.
      ctnetlink v registering with nfnetlink.
      nf_conntrack_rtsp v loading
      IPv4 over IPv4 tunneling driver
      nf_nat_rtsp v loading
      ip_tables: (C) Netfilter Core Team
      TCP cubic registered
      NET: Registered protocol family 10
      ip6_tables: (C) Netfilter Core Team
      IPv6 over IPv4 tunneling driver
      NET: Registered protocol family 17
      Bridge firewalling registered
      Ebtables v registered
      L2TP core driver, V
      PPPoL2TP kernel driver, V
      Q VLAN Support v Ben Greear <greearb@manicapital.com>
      All bugs added by David S. Miller <davem@manicapital.com>
      lib common routines for IEEE drivers
      rtc mv_rtc: setting system clock to UTC ()
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xe4: 0x instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xe8: 0x instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xf0: 0x instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xf4: 0x instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xf8: 0xd instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xfc: 0x6f63 instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xa 0x instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xa 0x3b73 instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xa 0xd instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xa0c: 0x instead
      Further such events for this erase block will not be printed
      VFS: Mounted root (jffs2 filesystem) readonly on device
      Freeing init memory: K
      *******************************************************************

      | |
      .|||. .|||.
      ||||||||||||||
      C i s c o S y s t e m s

      Copyright (c) by Cisco Systems, Inc. All Rights Reserved.
      Booting viper (firmware version )
      *******************************************************************
      [utopia][init] System Initialization
      [utopia][init] Starting udev..
      bdutil board utility kernel module, version
      bdutil board utility kernel module boardId (16)
      bdutil board utility gpio kernel module, version
      bdutil board utility buttons kernel module, version
      bdutil board utility LEDs kernel module, version
      bdutil board utility pwm LED kernel module, version
      bdutil board utility eeprom kernel module, version
      orion_wdt module load ()
      Orion Watchdog Timer: Initial timeout 21 sec
      [utopia][init] Using persistent syscfg data from /var/config/syscfg
      [utopia][init] Starting system logging
      [utopia][init] Starting sysevent subsystem
      [utopia][init] Late loading kernel modules
      [utopia][init] Setting any unset system values to default
      ioctl: Bad address
      ioctl: Bad address
      0x 0x
      system_state-normal|/etc/led/manicapital.com ; system_state-error|/etc/led/blink_15_manicapital.com ; system_state-heartbeat|/etc/led/manicapital.com ; fwupd-start|/etc/led/manicapital.com ; fwupd-success|/etc/led/manicapital.com ; fwupd-failed|/etc/led/blink_15_manicapital.com ; wps-running|/etc/led/manicapital.com ; wps-success|/etc/led/manicapital.com ; wps-failed|/etc/led/blink_15_manicapital.com ; wps-stopped|/etc/led/manicapital.com ; led_ethernet_on|/etc/led/rear_all_manicapital.com ; led_ethernet_off|/etc/led/rear_all_manicapital.com ;
      0xa 0x
      0xb 0x
      0xc 0x
      0xd 0x
      0xe 0x
      0xf 0x
      0x 0x
      0x 0x
      0x 0x
      0x 0x
      0x 0x
      0x 0x
      file sharing waiting for lan startup
      Cannot find downloads MTD partition, /dev/
      Updating BootCount Page[21]:A Done

      [utopia][init] Starting bdutil daemon
      BDUTIL daemon mode
      mount: mounting /tmp/backup on /www/backup failed: No such file or directory
      [utopia][init] Starting HBT kernel daemon
      [utopia][init] Starting WDT kernel daemon
      Channel list is available. Do nothing
      Sat Nov 2 UTC

      (none) login: Loading /lib/modules//manicapital.com with GPL
      Loading /etc/24G_power_table_FCC to wdev0
      Loading /etc/5G_power_table_FCC to wdev1
      Device is Router
      Setting regioncode 0x10 to wdev0
      Setting regioncode 0x10 to wdev1
      Lighttpd Model Base: E
      Generating Rainier lighttpd config
      Fire up the user vap
      starting wireless link monitor
      Device is Router
      Build temporary www configuration directory:
      Registering Service myrouter._http._manicapital.com port 80
      ##########################
      Got a reply for myrouter._http._manicapital.com: Name now registered and active
      Fire up the user vap
      starting wireless link monitor
      Configuration file: /tmp/manicapital.com
      Using interface wdev0ap0 with hwaddr d:8f:f and ssid 'MYSSID'
      ls: /tmp/anon_smb/: No such file or directory
      WPS: Converting display to virtual_display for WPS compliance
      WPS: Converting push_button to virtual_push_button for WPS compliance
      Configuration file: /tmp/manicapital.com
      Using interface wdev1ap0 with hwaddr d:8f:f and ssid 'MYSSID'
      WPS: Converting display to virtual_display for WPS compliance
      WPS: Converting push_button to virtual_push_button for WPS compliance
      Failed to modify password entry for user guest
      killall: nmbd: no process killed
      ls: /mnt/: No such file or directory
      ls: /mnt/: No such file or directory
      find: /mnt/: No such file or directory
      find: /mnt/: No such file or directory
      find: /mnt/: No such file or directory
      total smb count 0
      total ftp count 0
      total med count 0
      ls: /mnt/: No such file or directory
      ls: /mnt/: No such file or directory
      find: /mnt/: No such file or directory
      find: /mnt/: No such file or directory
      find: /mnt/: No such file or directory
      total smb count 0
      total ftp count 0
      total med count 0
      file_sharing waiting a while for system resources before starting
      Restarting nfqrecv service
      ls: /tmp/anon_smb/: No such file or directory
      Failed to modify password entry for user guest
      Starting smbd
      Back to topSponsor
      paklids
      DD-WRT Novice


      Joined: 22 Jul
      Posts: 10

      Posted: Sun Jun 15,     Post subject: LinkSys Ev2 serial port info
      I was able to solder my headers onas referred to before:

      TX=pin 5 of 6 (starting from bright LED)
      RX=pin 3 of 6
      GND=pin 6 of 6 (or any other good ground spots on this boardthere are many if you want to break out your multimeter)

      Version of linux is NOT stripped down, I found all the tools I really need (wget, find) already installed. Theoretically I could compile anything new I need by using the source code & toolchains supplied by LinkSys
      Back to toppaklids
      DD-WRT Novice


      Joined: 22 Jul
      Posts: 10

      Posted: Tue Jun 17,     Post subject: LinkSys Ev2 serial port info
      I was able to interrupt the Marvell U-Boot process by hitting spacebar immediately upon powering on the unit. Make sure you are properly grounded to the board or this may not work.


      __ __ _ _
      | \/ | __ _ _ ____ _____| | |
      | |\/| |/ _` | '__\ \ / / _ \ | |
      | | | | (_| | | \ V / __/ | |
      |_| |_|\__,_|_| \_/ \___|_|_|
      _ _ ____ _
      | | | | | __ ) ___ ___ | |_
      | | | |___| _ \ / _ \ / _ \| __|
      | |_| |___| |_) | (_) | (_) | |_
      \___/ |____/ \___/ \___/ \__|
      ** WNC BOARD: Viper R LE **
      ** For Development Only. Not For Demo **

      U-Boot (Sep 15 - ) Marvell version:

      U-Boot code: -> FFF0 BSS: -> CFB20

      Soc: 88F A1CPU running @ Mhz L2 running @ Mhz
      SysClock = Mhz , TClock = Mhz

      DRAM (DDR2) CAS Latency = 6 tRP = 6 tRAS = 18 tRCD=6
      DRAM CS[0] base 0x size MB
      DRAM Total size MB 16bit width
      Addresses 8M - 0M are saved for the U-Boot usage.
      Mem malloc Initialization (8M - 7M): Done
      NAND MB

      Updating boot_count done

      Flash: 0 kB

      CPU : Marvell Feroceon (Rev 1)
      u_env Offset:
      s_env Offset: a

      Streaming disabled
      Write allocate disabled

      Module 0 is RGMII

      USB 0: host mode
      PEX 0: PCI Express Root Complex Interface
      PEX interface detected Link X1
      PEX 1: PCI Express Root Complex Interface
      PEX interface detected Link X1
      Net: egiga0 [PRIME], egiga1
      Hit any key to stop autoboot: 0
      Viper>>
      Back to toppaklids
      DD-WRT Novice


      Joined: 22 Jul
      Posts: 10

      Posted: Fri Jun 20,     Post subject: LinkSys Ev2 serial port info
      Here is the dmesg from the unit:

      ~ # dmesg
      ap cc
      Normal zone: pages used for memmap
      Normal zone: 0 pages reserved
      Normal zone: pages, LIFO batch:7
      Built 1 zonelists in Zone order, mobility grouping off. Total pages:
      Kernel command line: console=ttyS0, mtdparts=nand_mtdk(uboot)ro,k@k(u_env),k@k(s_env),26m@2m(kernel),26m@2m(rootfs)fs,26m@28m(alt_kernel),26m@28m(alt_rootfs)fs,74m@54m(syscfg) root=/dev/mtdblock4 ro rootfstype=jffs2 serial_number=01CC uuid=CFEADB73F18E39ABAC48FF5DFE hw_version=RGWM-C4_0GA device_mac=D:8F:F7:F factory_date=/12/24 wps_pin=
      PID hash table entries: (order: -1, bytes)
      Dentry cache hash table entries: (order: 4, bytes)
      Inode-cache hash table entries: (order: 3, bytes)
      Memory: MB = MB total
      Memory: k/k available, k reserved, 0K highmem
      Virtual kernel memory layout:
      vector : 0xffff - 0xffff ( 4 kB)
      fixmap : 0xfff - 0xfffe ( kB)
      DMA : 0xffc - 0xffe ( 2 MB)
      vmalloc : 0xc - 0xe ( MB)
      lowmem : 0xc - 0xc ( MB)
      modules : 0xbf - 0xc ( 16 MB)
      .init : 0xc - 0xc ( kB)
      .text : 0xc - 0xc04d ( kB)
      .data : 0xc04fc - 0xce20 ( kB)
      Hierarchical RCU implementation.
      RCU-based detection of stalled CPUs is disabled.
      Verbose stalled-CPUs detection is disabled.
      NR_IRQS
      Console: colour dummy device 80x30
      Calibrating delay loop BogoMIPS (lpj=)
      pid_max: default: minimum:
      Mount-cache hash table entries:
      CPU: Testing write buffer coherency: ok
      NET: Registered protocol family 16
      Feroceon L2: Enabling L2
      Feroceon L2: Cache support initialised.

      CPU Interface

      SDRAM_CS0 base , size MB
      SDRAM_CS1 disable
      SDRAM_CS2 disable
      SDRAM_CS3 disable
      PEX0_MEM base e, size MB
      PEX0_IO base f, size 1MB
      PEX1_MEM base e, size MB
      PEX1_IO base f, size 1MB
      INTER_REGS base f, size 1MB
      NFLASH_CS base fa, size 2MB
      SPI_CS base f, size 16MB
      BOOT_ROM_CS no such
      DEV_BOOTCS no such
      CRYPT_ENG base f, size 2MB

      Marvell Development Board (LSP Version KW_LSP_)-- viper Soc: MV88F Rev 1 LE

      Detected Tclk and SysClk
      MV Buttons Device Load
      Marvell USB EHCI Host controller #0: cf
      PEX0 interface detected Link X1
      PEX1 interface detected Link X1
      pci reg [mem 0xxffff 64bit]
      pci reg [mem 0xxffff 64bit]
      PCI: bus0: Fast back to back transfers disabled
      pci reg [mem 0xxffff 64bit]
      pci reg [mem 0xxffff 64bit]
      PCI: bus1: Fast back to back transfers disabled
      pci BAR 0: assigned [mem 0xexeffff 64bit]
      pci BAR 0: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      pci BAR 2: assigned [mem 0xexeffff 64bit]
      pci BAR 2: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      pci BAR 0: assigned [mem 0xexeffff 64bit]
      pci BAR 0: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      pci BAR 2: assigned [mem 0xexeffff 64bit]
      pci BAR 2: set to [mem 0xexeffff 64bit] (PCI address [0xexeffff]
      bio: create slab <bio-0> at 0
      vgaarb: loaded
      cfg Calling CRDA to update world regulatory domain
      Switching to clocksource kw_clocksource
      NET: Registered protocol family 2
      IP route cache hash table entries: (order: 0, bytes)
      TCP established hash table entries: (order: 3, bytes)
      TCP bind hash table entries: (order: 2, bytes)
      TCP: Hash tables configured (established bind )
      TCP reno registered
      UDP hash table entries: (order: 0, bytes)
      UDP-Lite hash table entries: (order: 0, bytes)
      NET: Registered protocol family 1
      RPC: Registered udp transport module.
      RPC: Registered tcp transport module.
      RPC: Registered tcp NFSv backchannel transport module.
      PCI: CLS 32 bytes, default 32
      RTC has been updated!!!
      rtc mv_rtc: rtc core: registered kw-rtc as rtc0
      RTC registered
      cpufreq: Init kirkwood cpufreq driver
      cpufreq: High frequency: KHz - Low frequency: KHz
      cpufreq: Setting CPU Frequency to KHz
      cpufreq: Setting PowerSaveState to off
      Warning: TS unit is powered off.
      MV Buttons Driver Load
      squashfs: version (/01/31) Phillip Lougher
      NTFS driver [Flags: R/W].
      JFFS2 version (NAND) © Red Hat, Inc.
      msgmni has been set to
      io scheduler noop registered (default)
      HDLC line discipline maxframe=
      N_HDLC line discipline registered.
      Serial: / driver, 4 ports, IRQ sharing disabled
      serial ttyS0 at MMIO 0xf (irq = 33) is a A
      console [ttyS0] enabled
      serial ttyS1 at MMIO 0xf (irq = 34) is a A
      Using Hamming 1-bit ECC for NAND device
      NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND MiB 3,3V 8-bit)
      Scanning device for bad blocks
      Bad eraseblock at 0xa
      8 cmdlinepart partitions found on MTD device nand_mtd
      Using command line partition definition
      Creating 8 MTD partitions on "nand_mtd":
      0xx : "uboot"
      0xxa : "u_env"
      0xaxc : "s_env"
      0xxc : "kernel"
      0xaxc : "rootfs"
      0xcx : "alt_kernel"
      0xeax : "alt_rootfs"
      0xx : "syscfg"
      Loading Marvell Ethernet Driver:
      o Cached descriptors in DRAM
      o DRAM SW cache-coherency
      o 2 Giga ports supported
      o Multi RX Queue support - 4 RX queues
      o Multi TX Queue support - 2 TX Queues
      o TCP segmentation offload (TSO) supported
      o Large Receive offload (LRO) supported
      o Receive checksum offload supported
      o Transmit checksum offload supported
      o Driver ERROR statistics enabled
      o Driver INFO statistics enabled
      o Proc tool API enabled
      o SKB Reuse supported - (Disabled)
      o SKB Recycle supported - (Disabled)
      o Rx descripors: q0= q1= q2= q3=
      o Tx descripors: q0= q1=
      o Loading network interface(s):
      o register under mv88fx_eth platform
      o eth0, ifindex = 2, GbE port = 0
      o eth1, ifindex = 3, GbE port = 1
      o Loading Switch QuarterDeck driver
      o Setting Switch CPU port (port #5) for Full with FC
      o Setting Switch CPU port (port #6) for Full with FC
      init switch R

      PPP generic driver version
      PPP MPPE Compression module registered
      NET: Registered protocol family 24
      SLIP: version NETNEWTTY (dynamic channels, max=).
      mice: PS/2 mouse device common for all mice
      i2c /dev entries driver
      cpufreq: Setting CPU Frequency to KHz
      cpufreq: Setting PowerSaveState to off
      sdhci: Secure Digital Host Controller Interface driver
      sdhci: Copyright(c) Pierre Ossman
      NET: Registered protocol family 26
      u32 classifier
      Actions configured
      Netfilter messages via NETLINK v
      nf_conntrack version ( buckets, max)
      ctnetlink v registering with nfnetlink.
      nf_conntrack_rtsp v loading
      IPv4 over IPv4 tunneling driver
      nf_nat_rtsp v loading
      ip_tables: (C) Netfilter Core Team
      TCP cubic registered
      NET: Registered protocol family 10
      ip6_tables: (C) Netfilter Core Team
      IPv6 over IPv4 tunneling driver
      NET: Registered protocol family 17
      Bridge firewalling registered
      Ebtables v registered
      L2TP core driver, V
      PPPoL2TP kernel driver, V
      Q VLAN Support v Ben Greear <greearb@manicapital.com>
      All bugs added by David S. Miller <davem@manicapital.com>
      lib common routines for IEEE drivers
      lib_crypt: registered algorithm 'NULL'
      lib_crypt: registered algorithm 'WEP'
      lib_crypt: registered algorithm 'CCMP'
      lib_crypt: registered algorithm 'TKIP'
      rtc mv_rtc: setting system clock to UTC ()
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd0c: 0x2a9e instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd 0xfb10 instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd 0x45aa instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd 0x instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd1c: 0xa instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd 0xab75 instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd 0xd instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd 0x instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd2c: 0x5a72 instead
      jffs2_scan_eraseblock(): Magic bitmask 0x not found at 0xd 0x instead
      Further such events for this erase block will not be printed
      VFS: Mounted root (jffs2 filesystem) readonly on device
      Freeing init memory: K
      bdutil board utility kernel module, version
      bdutil board utility kernel module boardId (16)
      bdutil board utility gpio kernel module, version
      bdutil board utility buttons kernel module, version
      bdutil board utility LEDs kernel module, version
      bdutil board utility pwm LED kernel module, version
      bdutil board utility eeprom kernel module, version
      orion_wdt module load ()
      Orion Watchdog Timer: Initial timeout 21 sec
      Empty flash at 0xac ends at 0xa
      jffs2_scan_inode_node(): CRC failed on node at 0xe7f4: Read 0xffffffff, calculated 0xa44b
      Empty flash at 0xe8c8 ends at 0xf
      Empty flash at 0xba ends at 0xba
      jffs2_scan_dirent_node(): Name CRC failed on node at 0x02ed4: Read 0x74fa, calculated 0x2f1f4f20
      Empty flash at 0x03c6f90c ends at 0x03c
      jffs2_scan_dirent_node(): Name CRC failed on node at 0xd0: Read 0x88fa9, calculated 0x25da
      Empty flash at 0xc ends at 0x
      SCSI subsystem initialized
      orion_wdt_ioctl: WDIOC_SETHBTTIMEOUT () sec.
      orion_wdt_ioctl: WDIOC_KEEPALIVE interval 5
      orion_wdt_ioctl: WDIOC_SETTIMEOUT heartbeat 21
      eth0: started
      device eth0 entered promiscuous mode
      br0: port 1(eth0) entering forwarding state
      br0: port 1(eth0) entering forwarding state
      ap8x: module license 'Proprietary' taints kernel.
      Disabling lock debugging due to kernel taint
      read fw img file
      FW len =
      read hlp img file
      HELP len =
      read fw img file
      FW len =
      read hlp img file
      HELP len =
      loadtxpwrtable open </etc/24G_power_table_FCC>: OK
      index=<0>: <1 0 0x12 0x0F 0x0F 0x0F 0x0C 0x0C 0x0C 0x0C 0x0C 0x0C 0x0C 0x0C on 0x>
      index=<1>: <2 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<2>: <3 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<3>: <4 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<4>: <5 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<5>: <6 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<6>: <7 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<7>: <8 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<8>: <9 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<9>: <10 0 0x12 0x10 0x10 0x10 0x14 0x12 0x11 0x11 0x0E 0x0E 0x0E 0x0E on 0x>
      index=<10>: <11 0 0x12 0x0E 0x0E 0x0E 0x0F 0x0F 0x0F 0x0F 0x0E 0x0E 0x0E 0x0E on 0x>
      loadtxpwrtable open </etc/5G_power_table_FCC>: OK
      index=<0>: <36 0 0x0B 0x0B 0x0B 0x0B 0x09 0x09 0x09 0x09 0x0B 0x0B 0x0B 0x0B on 0x>
      index=<1>: <40 0 0x0B 0x0B 0x0B 0x0B 0x09 0x09 0x09 0x09 0x0B 0x0B 0x0B 0x0B on 0x>
      index=<2>: <44 0 0x0B 0x0B 0x0B 0x0B 0x09 0x09 0x09 0x09 0x0B 0x0B 0x0B 0x0B on 0x>
      index=<3>: <48 0 0x0B 0x0B 0x0B 0x0B 0x09 0x09 0x09 0x09 0x0B 0x0B 0x0B 0x0B on 0x>
      index=<4>: < 0 0x12 0x12 0x10 0x0E 0x12 0x10 0x0E 0x0E 0x12 0x10 0x0E 0x0E on 0x>
      index=<5>: < 0 0x12 0x12 0x10 0x0E 0x12 0x10 0x0E 0x0E 0x12 0x10 0x0E 0x0E on 0x>
      index=<6>: < 0 0x12 0x12 0x10 0x0E 0x12 0x10 0x0E 0x0E 0x12 0x10 0x0E 0x0E on 0x>
      index=<7>: < 0 0x12 0x12 0x10 0x0E 0x12 0x10 0x0E 0x0E 0x12 0x10 0x0E 0x0E on 0x>
      index=<8>: < 0 0x12 0x12 0x10 0x0E 0x12 0x10 0x0E 0x0E 0x12 0x10 0x0E 0x0E on 0x>
      WLAN(wdev0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      eth1: started
      WLAN(wdev1): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      usbcore: registered new interface driver usbfs
      usbcore: registered new interface driver hub
      usbcore: registered new device driver usb
      ehci_hcd: USB 'Enhanced' Host Controller (EHCI) Driver
      ehci_marvell ehci_marvell Marvell Orion EHCI
      ehci_marvell ehci_marvell new USB bus registered, assigned bus number 1
      ehci_marvell ehci_marvell irq 19, io base 0xf
      ehci_marvell ehci_marvell USB started, EHCI
      hub USB hub found
      hub 1 port detected
      usbcore: registered new interface driver libusual
      Stop client netdev = 0
      WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap1): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap2): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap3): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap4): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap5): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap6): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap7): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      Stop client netdev = 0
      WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap1): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap2): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap3): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap4): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap5): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap6): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap7): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
      WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      device wdev0ap0 entered promiscuous mode
      br0: port 2(wdev0ap0) entering forwarding state
      br0: port 2(wdev0ap0) entering forwarding state
      WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
      WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
      device wdev1ap0 entered promiscuous mode
      br0: port 3(wdev1ap0) entering forwarding state
      br0: port 3(wdev1ap0) entering forwarding state
      Back to topricktendo
      DD-WRT Novice


      Joined: 20 Feb
      Posts: 38

      Posted: Fri Jun 20,     Post subject:
      I hope something comes of this
      Back to toppaklids
      DD-WRT Novice


      Joined: 22 Jul
      Posts: 10

      Posted: Fri Jun 20,     Post subject: LinkSys Ev2 serial port info
      At the U-boot prompt -- a bit more discovery before anything can be written:

      Viper>> printenv
      bootdelay=0
      baudrate=
      loads_echo=0
      ipaddr=
      serverip=
      rootpath=/mnt/ARM_FS
      netmask=
      run_diag=yes
      console=console=ttyS0,
      badcount=0
      bootbadcount=0
      uenvbadcount=0
      senvbadcount=0
      buffbadcount=0
      fs_bootargs=unused
      mtdparts=mtdparts=nand_mtdk(uboot)ro,k@k(u_env),k@k(s_env),26m@2m(kernel),26m@2m(rootfs)fs,26m@28m(alt_kernel),26m@28m(alt_rootfs)fs,74m@54m(syscfg)
      ethprime=egiga0
      bootargs_root=root=/dev/nfs rw
      fs_bootargs_root=root=/dev/mtdblock4 ro rootfstype=jffs2
      alt_fs_bootargs_root=root=/dev/mtdblock6 ro rootfstype=jffs2
      usb_fs_bootargs_root=root=/dev/sda1 rw rootfstype=ext2
      bootargs_end=DB88FXXeth0:none
      image_name=uImage
      nandboot=nand read.e 0x 0x 0x; setenv bootargs $(console) $(mtdparts) $(fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x;
      altnandboot=nand read.e 0x 0x1c 0x; setenv bootargs $(console) $(mtdparts) $(alt_fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x;
      usbboot=usb start;ext2load usb /uImage; setenv bootargs $(console) $(mtdparts) $(usb_fs_bootargs_root) rootdelay=10; bootm 0x;
      standalone=fsload 0x $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x;
      lcd0_enable=0
      lcd0_params=x@60
      ethmtu=
      eth1mtu=
      mvPhoneConfig=mv_phone_config=dev[0]:fxs,dev[1]:fxo
      mvNetConfig=mv_net_config=(f,),mtu=
      usb0Mode=host
      yuk_ethaddr=EE
      nandEcc=1bit
      netretry=no
      rcvrip=
      loadaddr=0x
      autoload=no
      image_multi=yes
      mtdparts_version=4
      envsaved=yes
      ethact=egiga0
      mfgboot=nand read.e 0x 0x 0x; setenv bootargs $(console) $(mfg_mtdparts) $(mfg_fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x;
      mfg_fs_bootargs_root=root=/dev/mtdblock8 ro rootfstype=jffs2
      mfg_mtdparts=mtdparts=nand_mtdk(uboot)ro,k@k(u_env),k@k(s_env),26m@2m(kernel),26m@2m(rootfs)fs,26m@28m(alt_kernel),26m@28m(alt_rootfs)fs,26m@54m(mfg_kernel),26m@54m(mfg_rootfs)fs,48m@80m(syscfg)
      nfsboot=tftp 0x uImage; setenv bootargs $(console) $(mfg_mtdparts) $(bootargs_root) nfsroot=$(serverip):$(rootpath) ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x;
      auto_recovery=yes
      boot_part_ready=3
      boot_part=1
      bootcmd=run nandboot
      stdin=serial
      stdout=serial
      stderr=serial
      mainlineLinux=no
      enaMonExt=no
      enaCpuStream=no
      enaWrAllo=no
      pexMode=RC
      disL2Cache=no
      setL2CacheWT=yes
      disL2Prefetch=yes
      enaICPref=yes
      enaDCPref=yes
      sata_dma_mode=yes
      netbsd_en=no
      vxworks_en=no
      disaMvPnp=no
      enaAutoRecovery=yes
      pcieTune=no
      pcieTune1=no
      layout=ver
      model=E
      hw=RGWM-C4_0GA
      edal_key=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
      mac=D:8F:F7:F
      ethaddr=D:8F:F7:F
      eth1addr=D:8F:F7:F
      date=/12/24
      sn=01CC
      uuid=CFEADB73F18E39ABAC48FF5DFE
      wps=

      Environment size: / bytes
      Back to toppaklids
      DD-WRT Novice


      Joined: 22 Jul
      Posts: 10

      Posted: Fri Jun 20,     Post subject: LinkSys Ev2 serial port info
      # cat /proc/cpuinfo
      Processor : Feroceon 88FR rev 1 (v5l)
      BogoMIPS :
      Features : swp half thumb fastmult edsp
      CPU implementer : 0x56
      CPU architecture: 5TE
      CPU variant : 0x2
      CPU part : 0x
      CPU revision : 1

      Hardware : Feroceon-KW
      Revision :
      Serial :
      Back to topricktendo
      DD-WRT Novice


      Joined: 20 Feb
      Posts: 38

      Posted: Fri Jun 20,     Post subject:
      By chance, could you rebuild the original firmware to update some components? (like libupnp, twonky media server, wifi drivers, etc.) Also removing the old Cisco logos in favor of the new Linksys ones and the Router Properties pages is messed up

      What about taking features from the WRTAC and porting them to the Ev2? (like Network Map, Wireless Bridge & Wireless Repeater)

      Thank you
      Back to toppaklids
      DD-WRT Novice


      Joined: 22 Jul
      Posts: 10

      Posted: Sat Jun 21,     Post subject:
      I'm going to focus on OpenWRT on this unit. They have already supported the Marvell Kirkwood architecture.

      I haven't received any response yet on my post on the OpenWRT forum yet though

      manicapital.com?id=

      As far as rebuilding the stock firmware, I think that will be a little harder than first thought. The stock firmware source has none of the image packaging built in, so it build the binaries but doesn't arrange them into an image. It is basically a dump of the developers' build environment without good notes and all types of build customizations.

      I need help on the OpenWRT side so I can install a kernel that boots. I'm pretty sure my boot options are wrong, but I think the u-Boot won't load newer kernels.
      Back to topgallegos_usa
      DD-WRT Novice


      Joined: 19 Jun
      Posts: 2

      Posted: Sat Jun 21,     Post subject: DUDE!
      This is exactly what I need, what pin did you use for GND? I am trying to debrick a e v2 right now, stuck in a infinite boot loot :/

      if you still have your board hooked up you should get a picture since language barriers and what not would be helpful for the world
      Back to topricktendo
      DD-WRT Novice


      Joined: 20 Feb
      Posts: 38

      Posted: Tue Jun 24,     Post subject:
      Sad that nobody has replied to this nor your openwrt post C'mon ppl lets finally get this router working
      Back to topcilynx
      DD-WRT Novice


      Joined: 22 Apr
      Posts: 8

      Back to topsamurai
      DD-WRT Novice


      Joined: 04 Feb
      Posts: 39

      Posted: Sun Feb 15,     Post subject:
      Does anyone know how to get the JTAG port working on this router?

      Thanks
      Back to top
      Источник: [manicapital.com]
      .

      What’s New in the CandyHouse v1.1.0 serial key or number?

      Screen Shot

      System Requirements for CandyHouse v1.1.0 serial key or number

      Add a Comment

      Your email address will not be published. Required fields are marked *