Linksys WRT1900ACS

The WRT1900ACS is part of the wrt_ac_series, with 4 detachable antennas, and a dual core processor. It is a dualband, 802.11ac wave 1 (80MHz) capable device.
Both revisions of the device are hardware identical, with changes made to the way wifi power tables are loaded into the device due to moves from Linksys in response to FCC changes.

WRT1900ACS

None at this time.

The WRT AC series of routers uses a dual firmware flash layout. This means that two separate firmware partitions are included on the device and are flashed in an alternating fashion.

If booting from the primary partition, the secondary (or alternate) partition will be flashed on next sysupgrade, and booting is toggled to happen from that partition. The same logic applies to secondary-→primary. Note that this means there is no permanent “OEM partition” and “OpenWrt partition”. Both firmwares follow the same round-robin logic, where partition usage changes at each sysupgrade. The current firmware always remains as the fallback, and the new firmware is flashed to the other partition.

See the Flash Layout section on each device page for more details, or options to switch between partitions below.

It is recommended to install the LuCI package developed for managing dual firmware luci-app-advanced-reboot.

2016/05/18 13:26 · JW0914

If booting from primary partition, mtd5 will be named ubi, with mtd7 as ubi if booting from alternate partition

Layer 0 raw flash
128 MiB
Layer 1 mtd0
u-boot
1 MiB
mtd1
u_env
256 KiB
mtd2
s_env
256 KiB
mtd3
devinfo
1 MiB
firmware
80 MiB
mtd8
syscfg
38 MiB
mtd9
unused_area
6656 KiB
Layer 2 mtd4
kernel1
40 MiB
mtd6
kernel2
40 MiB
Layer 3 primary
kernel image
6 MiB
mtd5
rootfs1 (ubi)
34 MiB
alternate
kernel image
6 MiB
mtd7
rootfs2 (ubi)
34 MiB

OEM install

  1. Login to Linksys WebUI (Default IP: 192.168.1.1; Password: admin)
  2. Connectivity Manual Update

  3. Select factory image [.img]
    1. Once flash completes, router will reboot

  4. If the image selected
    1. Has LuCI pre-installed:
    2. Does not have LuCI pre-installed:
        1. Linux/BSD: SSH client built in
2016/05/18 13:26 · JW0914

LuCI

  1. Login to the OpenWrt WebUI (Default IP: 192.168.1.1)

  2. System Backup/Flash Firmware Flash New Firmware Image Choose File
    1. Select Sysupgrade bin file [.bin]

  3. Untick Keep Settings, then select Flash Image

CLI

  1. Login to OpenWrt via SSH
    1. Linux/BSD: SSH client built in
  2. Download/Upload firmware image to router
    1. Download via SSH terminal:
      cd /tmp && opkg update && opkg install wget && wget <Image-Link>

      -- OR --

    2. Upload via Client Machine Terminal:
      scp -r -i "C:\OpenWrt.ppk" -2 -scp -P 22 "D:\Path\To\Firmware.img" root@192.168.1.1:/tmp
      1. For PuTTY, change: scp to pscp -scp

      • -scp = force use of SCP protocol
      • -r = copy directories recursively
      • -i = private key file for user authentication
      • -2 = force use of particular SSH protocol version [2]
      • -p = connect to specified port

  3. Flash image
    1. SSH terminal:
      cd /tmp && sysupgrade -n -v <image-name>
      • -n = do not save configuration over reflash
      • -v = more verbose
2016/05/18 13:26 · JW0914

LuCI

  1. Due to missing/incompatible metadata in OEM images, sysupgrade must be forced via the command line

CLI

  1. Login to OpenWrt via SSH
    1. Linux/BSD: SSH client built in
  2. Download/Upload firmware image to router
    1. Download via SSH terminal:
      cd /tmp && opkg update && opkg install wget && wget <Image-Link>

      -- OR --

    2. Upload via Client Machine Terminal:
      scp -r -i "C:\OpenWrt.ppk" -2 -scp -P 22 "D:\Path\To\Firmware.img" root@192.168.1.1:/tmp
      1. For PuTTY, change: scp to pscp -scp

      • -scp = force use of SCP protocol
      • -r = copy directories recursively
      • -i = private key file for user authentication
      • -2 = force use of particular SSH protocol version [2]
      • -p = connect to specified port

  3. Flash image
    1. SSH terminal:
      cd /tmp && sysupgrade -F -n -v <image-name>
      • -F = force write, required to bypass metadata check
      • -n = do not save configuration over reflash
      • -v = more verbose
2016/05/18 13:26 · JW0914

generic.debrick

If the U-Boot bootloader environment becomes corrupted, it can be reset
Reset Bootloader Environment

If the U-Boot bootloader becomes corrupted, it can be recovered
Recover Bootloader

If the firmware has an issue, chances are you can recover it easily due to the Dual Firmware partition layout, by switching to the alternate firmware. For this reason, it is recommended to always keep a known working firmware on the other partition (either OEM or OpenWrt).

Switch router from primary to alternate partition or vice versa using any of the methods below:

LuCI

  1. Install luci-app-advanced-reboot:
    1. SSH:
      opkg update && opkg install luci-app-advanced-reboot
    2. WebUI:
      1. System Software
        1. Actions Update Lists
        2. Actions Filter
          1. luci-app-advanced-reboot Find Package
        3. Status: Available packages
          1. Install luci-app-advanced-reboot

  2. System Advanced Reboot

Serial

  1. Connect via Serial:
    reboot
  2. At 3 second autoboot interrupt delay, press any key
  3. Boot
    1. Primary Partition
      1. Armada XP
        run linksysnandboot
      2. Armada 385
        run nandboot
    2. Alternate Partition:
      1. Armada XP
        run linksysaltnandboot
      2. Armada 385
        run altnandboot

SSH

  1. Determine current partition:
    /usr/sbin/fw_printenv -n boot_part
  2. Boot
    1. Primary Partition:
      /usr/sbin/fw_setenv boot_part 1 && reboot
    2. Alternate Partition:
      /usr/sbin/fw_setenv boot_part 2 && reboot

Power Switch

  1. Power off router with power switch.

  2. Turn power back on and power LED will light.
    1. As soon as all LEDs turn off (~2s), power off router with power switch

  3. Turn power back on and power LED will light.
    1. As soon as all LEDs turn off (~2s), power off router with power switch

  4. Turn power back on and power LED will light.
    1. As soon as all LEDs turn off (~2s), power off router with power switch

  5. Turn power back on and allow router to fully boot.
    • It should now be booted to the alternate firmware partition

Explanation: There is a counter for boot attempts. The counter is increased by 1 at the start of each boot process, then is reset to 0 after a successful boot. If the counter reaches 3, the boot is considered a failure and the boot partition is switched to the other partition (A-→B or B-→A).

Thus, if you interrupt the boot process three times, the router thinks that the current firmware is faulty and switches to the other partition. Note that there is no guarantee that the other partition works. It has the contents and settings that were there when the boot was switched last time, usually at the last sysupgrade. That boot marker switch (A-→B or B-→A) happens at every sysupgrade, so likely you just have the previously used firmware there (either OEM or OpenWrt). But the marker may have been manually toggled, or auto-toggled after three failures.

2016/05/18 13:26 · JW0914

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

eth0/eth1: physical PCB connection LAN: physical LAN ports on router WAN: physical Internet port on router

Marvell 88E6176 (WRT1900ACS)

sw.port 0 1 2 3 4 5 6 vlan ID
LAN 4 3 2 1 -- eth1 -- 1
WAN -- -- -- -- Internet -- eth0 2

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.

BUTTON Event
Reset reset
WPS wps

FIXME

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!

  1. Remove front foot screws
  2. Pull front blue cover straight forward slowly, but firmly
  3. Remove rear foot screws
  4. Gently pry up rear, black top cover using plastic spudgers/opening tool
    1. There are two plastic guides, one per side, which slide into the rear feet

Main PCB:
FIXME 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:

Serial connection parameters 115200, 8N1

Serial Port

Synopsis

Serial Port is labeled J1 on the board, utilizing a JST PH 6 pin connector with a 2.0mm pitch, operating at 3.3v

  • The more common 2.54mm pitch will not fit properly.
    • In a pinch, removing the plastic casing from 2.54mm female connectors allows for a stable enough connection.
      • Ensure leads are insulated with electrical tape
  • If flashing regularly, you may wish to invest in a USB-TTL AJ cable
    • USB-TTL AJ cables require installation of a 3.5mm Jack (F) on the router
Serial Header
Pin Out
Pins 1 2 3 4 5 6
Function Gnd Tx n/a Rx n/a n/a
2016/05/18 13:26 · JW0914

This device uses the Marvell Wifi mwlwifi driver which, as of 2020, has ceased active development and has many known issues. Please read more details, especially if you are experiencing issues, here: Marvell Wifi

BootROM - 1.73 Booting from NAND flash General initialization - Version: 1.0.0 Detected Device ID 6820 High speed PHY - Version: 2.0 Init RD NAS topology Serdes Lane 3 is USB3 Serdes Lane 4 is SGMII board SerDes lanes topology details: | Lane # | Speed | Type | -------------------------------- | 0 | 06 | SATA0| | 1 | 05 | PCIe0| | 2 | 06 | SATA1| | 3 | 05 | USB3 HOST1| | 4 | 05 | PCIe1| | 5 | 00 | SGMII2| -------------------------------- :** Link is Gen1, check the EP capability PCIe, Idx 0: Link upgraded to Gen2 based on client cpabilities :** Link is Gen1, check the EP capability PCIe, Idx 1: remains Gen1 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver TIP-1.26.0 mvSysEnvGetTopologyUpdateInfo: TWSI Read failed DDR3 Training Sequence - Switching XBAR Window to FastPath Window DDR3 Training Sequence - Ended Successfully Not detected suspend to RAM indication BootROM: Image checksum verification PASSED __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2013.01 (Mar 27 2015 - 16:50:46) Marvell version: 2014_T3.0p6 Boot version : v1.0.13 Board: RD-NAS-88F6820-DDR3 SoC: MV88F6820 Rev A0 running 2 CPUs CPU: ARM Cortex A9 MPCore (Rev 1) LE CPU 0 CPU @ 1600 [MHz] L2 @ 800 [MHz] TClock @ 200 [MHz] DDR @ 800 [MHz] DDR 32 Bit Width, FastPath Memory Access, DLB Enabled, ECC Disabled DRAM: 512 MiB Map: Code:0x1fea9000:0x1ff7632c BSS:0x1ffef6b4 Stack:0x1f9a8f20 Heap:0x1f9a9000:0x1fea9000 raise: Signal # 8 caught U-ENV offset == 0x200000 raise: Signal # 8 caught U-ENV offset == 0x200000 U-Boot Environment:0x00200000:0x00220000 (NAND) NAND: 128 MiB MMC: mv_sdh: 0 DEVINFO offset == 0x900000 U-ENV offset == 0x200000 U-ENV offset == 0x200000 S-ENV offset == 0x240000 #### auto_recovery #### [u_env] get auto_recovery == yes [u_env] get auto_recovery == yes [u_env] get boot_part == 1 [u_env] get boot_part_ready == 3 auto_recovery enabled:1, boot_part:1, boot_part_ready:3 S-ENV offset == 0x240000 [boot_count_read] block:0x240000, size:128KB, records:64 [boot_count_read_record] boot_count:0, next_record:14 [boot_count_write] erase:0, auto_recovery->block_offset:0x240000 offset=0x247000 Updating boot_count ... [boot_count_write] offset:0x247000 , length:2048 done PCI-e 0 (IF 0 - bus 0) Root Complex Interface, Detected Link X1, GEN 2.0 PCI-e 1 (IF 1 - bus 1) Root Complex Interface, Detected Link X1, GEN 1.1 USB2.0 0: Host Mode USB3.0 1: Host Mode USB3.0 0: Host Mode Board configuration detected: mvEthE6171SwitchBasicInit init Net: | port | Interface | PHY address | |--------|-----------|--------------| | egiga0 | RGMII | 0x01 | | egiga1 | SGMII | 0x00 | egiga0 [PRIME], egiga1 auto_recovery_check changes bootcmd: run nandboot Hit any key to stop autoboot: 3 2 1 0 NAND read: device 0 offset 0xa00000, size 0x600000 6291456 bytes read: OK ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linksys WRT1900ACS Router Created: 2016-05-26 22:54:51 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4232779 Bytes = 4 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Booting Linux on physical CPU 0x0 Linux version 3.10.39 (root@build-vm) (gcc version 4.6.4 (Linaro GCC branch-4.6.4. Marvell GCC Dev 201310-2126.3d181f66 64K MAXPAGESIZE ALIGN) ) #1 SMP Thu May 26 15:54:39 PDT 2016 CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine: Marvell Armada 380/381/382/385/388 (Device Tree), model: Marvell Armada 385 Development Board bootconsole [earlycon0] enabled Memory policy: ECC disabled, Data cache writealloc PERCPU: Embedded 7 pages/cpu @c100b000 s8000 r8192 d12480 u32768 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 Kernel command line: console=ttyS0,115200 root=/dev/mtdblock5 ro rootdelay=1 rootfstype=jffs2 earlyprintk mtdparts=armada-nand:2048K(uboot)ro,256K(u_env),256K(s_env),1m@9m(devinfo),40m@10m(kernel),34m@16m(rootfs),40m@50m(alt_kernel),34m@56m(alt_rootfs),80m@10m(ubifs),-@90m(syscfg) PID hash table entries: 2048 (order: 1, 8192 bytes) Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) allocated 1048576 bytes of page_cgroup please try 'cgroup_disable=memory' option if you don't want memory cgroups Memory: 512MB = 512MB total Memory: 509744k/509744k available, 14544k reserved, 0K highmem Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xe0800000 - 0xfff00000 ( 503 MB) lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .text : 0xc0008000 - 0xc0765d7c (7544 kB) .init : 0xc0766000 - 0xc07a5f40 ( 256 kB) .data : 0xc07a6000 - 0xc07f5220 ( 317 kB) .bss : 0xc07f5220 - 0xc08abe50 ( 732 kB) Hierarchical RCU implementation. RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. NR_IRQS:16 nr_irqs:16 16 LSP version: linux-3.10.39-2014_T3.0p5 sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 171798ms L310 cache controller enabled l2x0: 16 ways, CACHE_ID 0x410054c9, AUX_CTRL 0x16070000, Cache size: 1048576 B Console: colour dummy device 80x30 Calibrating delay loop... 3188.32 BogoMIPS (lpj=15941632) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 Initializing cgroup subsys memory CPU: Testing write buffer coherency: ok CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Setting up static identity map for 0xc05a2888 - 0xc05a28e0 mvebu-pmsu: Initializing Power Management Service Unit Initializing CPU Reset module CPU1: Booted secondary processor CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 Brought up 2 CPUs SMP: Total of 2 processors activated (6384.02 BogoMIPS). CPU: All CPU(s) started in SVC mode. devtmpfs: initialized mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4 xor: measuring software checksum speed arm4regs : 2836.800 MB/sec 8regs : 1915.600 MB/sec 32regs : 1633.600 MB/sec xor: using function: arm4regs (2836.800 MB/sec) pinctrl core: initialized pinctrl subsystem NET: Registered protocol family 16 DMA: preallocated 256 KiB pool for atomic coherent allocations irq: Cannot allocate irq_descs @ IRQ195, assuming pre-allocated irq: Cannot allocate irq_descs @ IRQ227, assuming pre-allocated bio: create slab <bio-0> at 0 raid6: int32x1 203 MB/s raid6: int32x2 294 MB/s raid6: int32x4 374 MB/s raid6: int32x8 380 MB/s raid6: using algorithm int32x8 (380 MB/s) raid6: using intx1 recovery algorithm mvebu-pcie pcie-controller.6: PCIe0.0: link up mvebu-pcie pcie-controller.6: PCIe1.0: link up mvebu-pcie pcie-controller.6: ignoring PCIe DT node, missing pcie-port property mvebu-pcie pcie-controller.6: PCI host bridge to bus 0000:00 pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe8000000] pci_bus 0000:00: root bus resource [bus 00-ff] PCI: bus0: Fast back to back transfers disabled pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring PCI: bus1: Fast back to back transfers disabled PCI: bus2: Fast back to back transfers disabled pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe01fffff] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0200000-0xe03fffff] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit pref] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0100000-0xe01fffff 64bit pref] pci 0000:00:01.0: PCI bridge to [bus 01] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe01fffff] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0200000-0xe02fffff 64bit pref] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0300000-0xe03fffff 64bit pref] pci 0000:00:02.0: PCI bridge to [bus 02] pci 0000:00:02.0: bridge window [mem 0xe0200000-0xe03fffff] PCI: enabling device 0000:00:01.0 (0140 -> 0143) PCI: enabling device 0000:00:02.0 (0140 -> 0143) vgaarb: loaded SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb pps_core: LinuxPPS API ver. 1 registered pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> PTP clock support registered Bluetooth: Core ver 2.16 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP socket layer initialized Bluetooth: SCO socket layer initialized Switching to clocksource armada_370_xp_clocksource cfg80211: Calling CRDA to update world regulatory domain NET: Registered protocol family 2 TCP established hash table entries: 4096 (order: 3, 32768 bytes) TCP bind hash table entries: 4096 (order: 3, 32768 bytes) TCP: Hash tables configured (established 4096 bind 4096) TCP: reno registered UDP hash table entries: 256 (order: 1, 8192 bytes) UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. jffs2: version 2.2. (NAND) (SUMMARY) ɠ2001-2006 Red Hat, Inc. fuse init (API version 7.22) msgmni has been set to 995 async_tx: api initialized (async) Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver mv_xor f1060800.xor: Marvell shared XOR driver mv_xor f1060800.xor: Marvell XOR: ( xor cpy intr ) mv_xor f1060800.xor: freeing 1 in use descriptors! mv_xor f1060800.xor: Marvell XOR: ( crc32c ) mv_xor f1060900.xor: Marvell shared XOR driver mv_xor f1060900.xor: Marvell XOR: ( xor cpy intr ) mv_xor f1060900.xor: freeing 1 in use descriptors! mv_xor f1060900.xor: Marvell XOR: ( crc32c ) Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 44) is a 16550A console [ttyS0] enabled, bootconsole disabled console [ttyS0] enabled, bootconsole disabled ahci_mv f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode ahci_mv f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs scsi0 : ahci_mv_platform scsi1 : ahci_mv_platform ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 58 ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 58 armada-nand f10d0000.nand: Initialize HAL based NFC in 8bit mode with DMA Disabled using BCH 4bit ECC NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (AMD/Spansion NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 10 cmdlinepart partitions found on MTD device armada-nand Creating 10 MTD partitions on "armada-nand": 0x000000000000-0x000000200000 : "uboot" 0x000000200000-0x000000240000 : "u_env" 0x000000240000-0x000000280000 : "s_env" 0x000000900000-0x000000a00000 : "devinfo" 0x000000a00000-0x000003200000 : "kernel" 0x000001000000-0x000003200000 : "rootfs" 0x000003200000-0x000005a00000 : "alt_kernel" 0x000003800000-0x000005a00000 : "alt_rootfs" 0x000000a00000-0x000005a00000 : "ubifs" 0x000005a00000-0x000008000000 : "syscfg" bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> SoC: model = 0x6820, revision = 0x4 mvPncVirtBase = 0xe0c00000, pncTcamSize = 1024 o 3 Giga ports supported o SKB recycle supported (Disabled) o NETA acceleration mode 4 o BM supported for CPU: 4 BM pools o PnC supported (Enabled) o RX Queue support: 8 Queues * 256 Descriptors o TX Queue support: 8 Queues * 532 Descriptors o GSO supported o Receive checksum offload supported o Transmit checksum offload supported port #0: is_sgmii=0, is_rgmii=1, phy_addr=0 o Loading network interface(s) for port #0: cpu_mask=0x3, tx_csum_limit=9800 o Port 0 is connected to Linux netdevice o eth0, ifindex = 3, GbE port = 0 giga p=0: mtu=1500, mac=14:91:82:29:a2:8b (hw config) port #2: is_sgmii=1, is_rgmii=0, phy_addr=1 o Loading network interface(s) for port #2: cpu_mask=0x3, tx_csum_limit=2048 o Port 2 is connected to Linux netdevice o eth1, ifindex = 4, GbE port = 2 giga p=2: mtu=1500, mac=8e:4a:93:71:ed:9b (random) o Loading Switch QuarterDeck driver o Device ID : 0x176 o No. of Ports : 7 o CPU Port : 5 Switch driver init: o preset mode = Transparent o tag mode = No Tag port #0 establish switch connection libphy: orion_mdio_bus: probed mdio_bus f1072004.mdio-mi: cannot get PHY at address 0 mdio_bus f1072004.mdio-mi: cannot get PHY at address 1 PPP generic driver version 2.4.2 PPP BSD Compression module registered PPP Deflate Compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.5 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci-pci: EHCI PCI platform driver ehci-orion: EHCI orion driver orion-ehci f1058000.usb: EHCI Host Controller orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1 orion-ehci f1058000.usb: irq 50, io mem 0xf1058000 orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected ata2: SATA link down (SStatus 0 SControl 300) ata1: SATA link down (SStatus 0 SControl 300) xhci-hcd f10f0000.usb3: xHCI Host Controller xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2 xhci-hcd f10f0000.usb3: irq 48, io mem 0xf10f0000 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected xhci-hcd f10f0000.usb3: xHCI Host Controller xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3 hub 3-0:1.0: USB hub found hub 3-0:1.0: 1 port detected xhci-hcd f10f8000.usb3: xHCI Host Controller xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4 xhci-hcd f10f8000.usb3: irq 49, io mem 0xf10f8000 hub 4-0:1.0: USB hub found hub 4-0:1.0: 1 port detected xhci-hcd f10f8000.usb3: xHCI Host Controller xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5 hub 5-0:1.0: USB hub found hub 5-0:1.0: 1 port detected mvebu-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0 i2c /dev entries driver md: raid0 personality registered for level 0 md: raid1 personality registered for level 1 md: raid6 personality registered for level 6 md: raid5 personality registered for level 5 md: raid4 personality registered for level 4 cpuidle: using governor ladder sdhci: Secure Digital Host Controller Interface driver sdhci: Copyright(c) Pierre Ossman mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA sdhci-pltfm: SDHCI platform and OF driver helper armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: Total CESA HW channels supported 2 armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: CESA feature: int_coalescing(1) armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources threshold 0x2, threshold_time 0xff mvCesaInit: channels=2, session=640, queue=256 armada-cesa-ocf f109d000.crypto: cesa_ocf_probe: CESA driver operate in ocf(0) mode cesadev_init(c07821d0) usbcore: registered new interface driver usbhid usbhid: USB HID core driver NET: Registered protocol family 26 u32 classifier Netfilter messages via NETLINK v0.30. nfnl_acct: registering with nfnetlink. nf_conntrack version 0.5.0 (7964 buckets, 31856 max) ctnetlink v0.93: registering with nfnetlink. nf_conntrack_rtsp v0.7 loading ipip: IPv4 over IPv4 tunneling driver gre: GRE over IPv4 demultiplexor driver ip_gre: GRE over IPv4 tunneling driver nf_nat_rtsp v0.7 loading ip_tables: (C) 2000-2006 Netfilter Core Team arp_tables: (C) 2002 David S. Miller TCP: cubic registered NET: Registered protocol family 10 ip6_tables: (C) 2000-2006 Netfilter Core Team sit: IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 Bridge firewalling registered Ebtables v2.0 registered l2tp_core: L2TP core driver, V2.0 l2tp_ppp: PPPoL2TP kernel driver, V2.0 8021q: 802.1Q VLAN Support v1.8 Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 Port 0: Link-up, Full-duplex, Speed-1000Mbps. Port 1: Link-up, Full-duplex, Speed-1000Mbps. Port 2: Link-up, Full-duplex, Speed-1000Mbps. Port 3: Link-up, Full-duplex, Speed-1000Mbps. Port 4: Link-up, Full-duplex, Speed-1000Mbps. input: gpio_keys.4 as /devices/soc.0/internal-regs.1/gpio_keys.4/input/input0 mvebu-rtc f10a3800.rtc: setting system clock to 1970-01-01 00:00:01 UTC (1) Waiting 1sec before mounting root device... md: Waiting for all devices to be available before autodetect md: If you don't use raid, use raid=noautodetect md: Autodetecting RAID arrays. md: Scanned 0 and added 0 devices. md: autorun ... md: ... autorun DONE. jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760000: 0x4c2e instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760004: 0x534b instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760008: 0x302e instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0176000c: 0x3030 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760010: 0x5742 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760014: 0x3931 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760018: 0x4341 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0176001c: 0x2020 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760020: 0x3432 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01760024: 0x4531 instead jffs2: Further such events for this erase block will not be printed VFS: Mounted root (jffs2 filesystem) readonly on device 31:5. devtmpfs: mounted Freeing unused kernel memory: 252K (c0766000 - c07a5000) ********************************************************************************* _ _ __ _ __ _____ __ __ _____ | | | || \ | | / // ____]\ \ / // ____]TM | | | || \ | | / /| (___ \ V /| (____ | | | || |\ \| |\ \ \____ \ \ / \____ \ | |_____ | || | \ | \ \ ____) | | | ____) | |_______||_||_| \__| \_\[____ / |_| [_____/ (c) 2014 Belkin International, Inc. and/or its affiliates. All rights reserved. Booting shelby (firmware version 1.0.0.172978) ********************************************************************************* [utopia][init] System Initialization [utopia][init] Creating /proc [utopia][init] Creating /sys [utopia][init] Creating /dev [utopia][init] Creating /tmp [utopia][init] Allocating 100M for /tmp [utopia][init] Prepairing /dev/pts [utopia][init] Setting /tmp and /var permissions [utopia][init] Starting udev.. usb 5-1: new SuperSpeed USB device number 2 using xhci-hcd usb 5-1: Parent hub missing LPM exit latency info. Power management will be impacted. orion_wdt: Initial timeout 171 sec Attempting mount of ubifs syscfg partition UBI device number 0, total 296 LEBs (37584896 bytes, 35.8 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) [utopia][init] Using persistent syscfg data from /var/config/syscfg [utopia][init] Starting system logging [utopia][init] Starting sysevent subsystem net.netfilter.nf_conntrack_acct = 1 watchdog running [utopia][init] Setting any unset system values to default [utopia][init] no persistence config file (/var/config/pstcfg) found mac_setup.sh, setting up MAC addresses for all interfaces based on 14:91:82:29:A2:8B Updating NTP Servers if necessary checking for interactive script start up... Updating BootCount Page[15]:7800 ... Done Thu Oct 11 06:00:00 UTC 2012 cpu temp monitor created wdev0 no private ioctls. wdev1 no private ioctls. wan, sysevent received: wan-start Lighttpd Model Base: WRT1900ACS Generating Rainier lighttpd config Build temporary www configuration directory: wifi, sysevent received: lan-started (Wed Oct 10 23:00:03 PDT 2012) TSLIIHauhEfGE wifi, service_start() Power cycle Ethernet ports. Registering Service myrouter._http._tcp.local port 80 Got a reply for myrouter._http._tcp.local.: Name now registered and active Not ready for JNAP. Sleeping for 15 seconds... wifi, wifi_physical_start(wdev0) wifi_physical, iwconfig wdev0 commit wifi, wifi_virtual_start(wdev0) wifi, wifi_user_start(wdev0) wifi, primary AP: wdev0ap0 is up wifi, wifi_guest_start(wdev0) wifi, guest wdev0ap1 is disabled, do not start wifi guest [utopia] Not setting ppp_clamp_mtu wifi, wifi_physical_start(wdev1) wifi_physical, iwconfig wdev1 commit wifi, wifi_virtual_start(wdev1) wifi, wifi_user_start(wdev1) wifi, primary AP: wdev1ap0 is up wifi, wifi_guest_start(wdev1) wifi, guest wdev1ap1 is disabled, do not start wifi guest wifi, start_hostapd() Configuration file: /tmp/hostapd-wdev1ap0.conf Using interface wdev1ap0 with hwaddr 14:91:82:29:a2:8c and ssid "Linksys05685" Configuration file: /tmp/hostapd-wdev0ap0.conf Using interface wdev0ap0 with hwaddr 14:91:82:29:a2:8d and ssid "Linksys05685_5GHz" Restarting nfqrecv service... info: Received event notification_event-device-online with value "9281666f-1f91-4386-baf6-2cc64c0eb3a9". info: Handled event notification_event-device-online. info: Received event notification_event-device-online with value "81590ba9-e125-4237-adee-17843c2401af". info: Handled event notification_event-device-online. info: Received event notification_event-device-online with value "d77d44b2-28c3-4212-9dbd-7e9a6815e20f". info: Handled event notification_event-device-online. udhcpc (v1.15.2) started [utopia] Not setting ppp_clamp_mtu on dslite protocol wan, sysevent received: phylink_wan_state Sending discover... mountscript add sda 2 usb [utopia][usb hotplug] Loading partition 0/3 [utopia][usb hotplug] not mounted: sda is not a partition DRIVE_COUNT = 0, CUR_COUNT = 1, numPartitions=3, partitionCnt=0 mountscript add sda1 2 usb [utopia][usb hotplug] Loading partition 1/3 [utopia][usb hotplug] mount sda1 (ext4) Sending discover... DRIVE_COUNT = 1, CUR_COUNT = 2, numPartitions=3, partitionCnt=1 mountscript add sda3 2 usb [utopia][usb hotplug] Loading partition 2/3 [utopia][usb hotplug] mount sda3 (ext4) DRIVE_COUNT = 2, CUR_COUNT = 3, numPartitions=3, partitionCnt=2 mountscript add sda2 2 usb [utopia][usb hotplug] Loading partition 3/3 [utopia][usb hotplug] not mounted: sda2 (swap) unsupported DRIVE_COUNT = 2, CUR_COUNT = 3, numPartitions=3, partitionCnt=3 setting current device count from 0 to 2 Sending discover... 2 usb storage drives detected... Starting smbd ...


BootROM - 1.73 Booting from NAND flash General initialization - Version: 1.0.0 Detected Device ID 6820 High speed PHY - Version: 2.0 Init RD NAS topology Serdes Lane 3 is USB3 Serdes Lane 4 is SGMII board SerDes lanes topology details: | Lane # | Speed | Type | -------------------------------- | 0 | 06 | SATA0| | 1 | 05 | PCIe0| | 2 | 06 | SATA1| | 3 | 05 | USB3 HOST1| | 4 | 05 | PCIe1| | 5 | 00 | SGMII2| -------------------------------- :** Link is Gen1, check the EP capability PCIe, Idx 0: Link upgraded to Gen2 based on client cpabilities :** Link is Gen1, check the EP capability PCIe, Idx 1: remains Gen1 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver TIP-1.26.0 mvSysEnvGetTopologyUpdateInfo: TWSI Read failed DDR3 Training Sequence - Switching XBAR Window to FastPath Window DDR3 Training Sequence - Ended Successfully Not detected suspend to RAM indication BootROM: Image checksum verification PASSED __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2013.01 (Mar 27 2015 - 16:50:46) Marvell version: 2014_T3.0p6 Boot version : v1.0.13 Board: RD-NAS-88F6820-DDR3 SoC: MV88F6820 Rev A0 running 2 CPUs CPU: ARM Cortex A9 MPCore (Rev 1) LE CPU 0 CPU @ 1600 [MHz] L2 @ 800 [MHz] TClock @ 200 [MHz] DDR @ 800 [MHz] DDR 32 Bit Width, FastPath Memory Access, DLB Enabled, ECC Disabled DRAM: 512 MiB Map: Code:0x1fea9000:0x1ff7632c BSS:0x1ffef6b4 Stack:0x1f9a8f20 Heap:0x1f9a9000:0x1fea9000 raise: Signal # 8 caught U-ENV offset == 0x200000 raise: Signal # 8 caught U-ENV offset == 0x200000 U-Boot Environment:0x00200000:0x00220000 (NAND) NAND: 128 MiB MMC: mv_sdh: 0 DEVINFO offset == 0x900000 U-ENV offset == 0x200000 U-ENV offset == 0x200000 S-ENV offset == 0x240000 #### auto_recovery #### [u_env] get auto_recovery == yes [u_env] get auto_recovery == yes [u_env] get boot_part == 1 [u_env] get boot_part_ready == 3 auto_recovery enabled:1, boot_part:1, boot_part_ready:3 S-ENV offset == 0x240000 [boot_count_read] block:0x240000, size:128KB, records:64 [boot_count_read_record] boot_count:0, next_record:16 [boot_count_write] erase:0, auto_recovery->block_offset:0x240000 offset=0x248000 Updating boot_count ... [boot_count_write] offset:0x248000 , length:2048 done PCI-e 0 (IF 0 - bus 0) Root Complex Interface, Detected Link X1, GEN 2.0 PCI-e 1 (IF 1 - bus 1) Root Complex Interface, Detected Link X1, GEN 1.1 USB2.0 0: Host Mode USB3.0 1: Host Mode USB3.0 0: Host Mode Board configuration detected: mvEthE6171SwitchBasicInit init Net: | port | Interface | PHY address | |--------|-----------|--------------| | egiga0 | RGMII | 0x01 | | egiga1 | SGMII | 0x00 | egiga0 [PRIME], egiga1 auto_recovery_check changes bootcmd: run nandboot Hit any key to stop autoboot: 3 2 1 NAND read: device 0 offset 0xa00000, size 0x600000 6291456 bytes read: OK ## Booting kernel from Legacy Image at 02000000 ... Image Name: ARM OpenWrt Linux-4.4.14 Created: 2016-07-25 11:32:53 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2118149 Bytes = 2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.14 (jw0914@Ubuntu-VM) (gcc version 5.3.0 (OpenWrt GCC 5.3.0 49876) ) #15 SMP Fri Jul 29 16:24:11 UTC 2016 [ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Linksys WRT1900ACS [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 12 pages/cpu @dfbcf000 s17984 r8192 d22976 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock5 ro rootdelay=1 rootfstype=jffs2 earlyprintk mtdparts=armada-nand:2048K(uboot)ro,256K(u_env),256K(s_env),1m@9m(devinfo),40m@10m(kernel),34m@16m(rootfs),40m@50m(alt_kernel),34m@56m(alt_rootfs),80m@10m(ubifs),-@90m(syscfg) [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 513124K/524288K available (4157K kernel code, 176K rwdata, 1544K rodata, 256K init, 295K bss, 11164K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc05999a0 (5703 kB) [ 0.000000] .init : 0xc059a000 - 0xc05da000 ( 256 kB) [ 0.000000] .data : 0xc05da000 - 0xc0606204 ( 177 kB) [ 0.000000] .bss : 0xc0606204 - 0xc065003c ( 296 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 [ 0.000000] L2C-310 D prefetch enabled, offset 1 lines [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB [ 0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001 [ 0.000000] Switching to timer-based delay loop, resolution 40ns [ 0.000003] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.000009] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.000115] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) [ 0.000122] pid_max: default: 32768 minimum: 301 [ 0.000158] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000162] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000342] CPU: Testing write buffer coherency: ok [ 0.000440] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.000464] Setting up static identity map for 0x8280 - 0x82d8 [ 0.000540] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4 [ 0.000617] mvebu-pmsu: Initializing Power Management Service Unit [ 0.000998] Booting CPU 1 [ 0.001157] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.001183] Brought up 2 CPUs [ 0.001189] SMP: Total of 2 processors activated (100.00 BogoMIPS). [ 0.001191] CPU: All CPU(s) started in SVC mode. [ 0.002871] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.002942] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.002983] pinctrl core: initialized pinctrl subsystem [ 0.003290] NET: Registered protocol family 16 [ 0.003780] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.029940] cpuidle: using governor ladder [ 0.032441] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling [ 0.032449] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling [ 0.060410] reg-fixed-voltage xhci0-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/xhci0-vbus-pins, deferring probe [ 0.060559] SCSI subsystem initialized [ 0.060763] usbcore: registered new interface driver usbfs [ 0.060789] usbcore: registered new interface driver hub [ 0.060812] usbcore: registered new device driver usb [ 0.061321] clocksource: Switched to clocksource armada_370_xp_clocksource [ 0.061759] NET: Registered protocol family 2 [ 0.061993] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.062018] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.062051] TCP: Hash tables configured (established 4096 bind 4096) [ 0.062072] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.062084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.062147] NET: Registered protocol family 1 [ 0.062547] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.064856] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.064866] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.065529] io scheduler noop registered [ 0.065536] io scheduler deadline registered (default) [ 0.065931] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver [ 0.066239] irq: Cannot allocate irq_descs @ IRQ44, assuming pre-allocated [ 0.066383] irq: Cannot allocate irq_descs @ IRQ76, assuming pre-allocated [ 0.066667] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00 [ 0.066675] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 0.066680] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff] [ 0.066684] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.066863] PCI: bus0: Fast back to back transfers disabled [ 0.066869] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.066875] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.067096] PCI: bus1: Fast back to back transfers disabled [ 0.067346] PCI: bus2: Fast back to back transfers disabled [ 0.067400] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe01fffff] [ 0.067406] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0200000-0xe03fffff] [ 0.067413] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit pref] [ 0.067423] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0100000-0xe01fffff 64bit pref] [ 0.067432] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.067438] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe01fffff] [ 0.067445] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0200000-0xe02fffff 64bit pref] [ 0.067455] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0300000-0xe03fffff 64bit pref] [ 0.067464] pci 0000:00:02.0: PCI bridge to [bus 02] [ 0.067469] pci 0000:00:02.0: bridge window [mem 0xe0200000-0xe03fffff] [ 0.067563] mv_xor f1060800.xor: Marvell shared XOR driver [ 0.101758] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 0.101844] mv_xor f1060900.xor: Marvell shared XOR driver [ 0.141742] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 0.141880] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.142142] console [ttyS0] disabled [ 0.162208] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 21, base_baud = 12500000) is a 16550A [ 0.872522] console [ttyS0] enabled [ 0.876363] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode [ 0.885461] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 0.894853] scsi host0: ahci-mvebu [ 0.898418] scsi host1: ahci-mvebu [ 0.901931] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41 [ 0.909882] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41 [ 0.918216] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device [ 0.926036] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1 [ 0.932424] nand: AMD/Spansion S34ML01G2 [ 0.936362] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.943968] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048 [ 0.951146] Bad block table found at page 65472, version 0x01 [ 0.957259] Bad block table found at page 65408, version 0x01 [ 0.963295] 10 ofpart partitions found on MTD device pxa3xx_nand-0 [ 0.969500] Creating 10 MTD partitions on "pxa3xx_nand-0": [ 0.975017] 0x000000000000-0x000000200000 : "u-boot" [ 0.980303] 0x000000200000-0x000000240000 : "u_env" [ 0.985473] 0x000000240000-0x000000280000 : "s_env" [ 0.990623] 0x000000900000-0x000000a00000 : "devinfo" [ 0.995964] 0x000000a00000-0x000003200000 : "kernel1" [ 1.001329] 0x000001000000-0x000003200000 : "ubi" [ 1.006332] 0x000003200000-0x000005a00000 : "kernel2" [ 1.011679] 0x000003800000-0x000005a00000 : "rootfs2" [ 1.017031] 0x000005a00000-0x000008000000 : "syscfg" [ 1.022307] 0x000000280000-0x000000900000 : "unused_area" [ 1.028411] libphy: Fixed MDIO Bus: probed [ 1.032635] libphy: orion_mdio_bus: probed [ 1.036886] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled [ 1.045794] mvneta f1034000.ethernet eth0: Using random mac address 82:84:c5:8c:e3:87 [ 1.054822] mvneta f1070000.ethernet eth1: Using hardware mac address 14:91:82:29:a2:8b [ 1.062926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.069481] ehci-pci: EHCI PCI platform driver [ 1.073988] ehci-platform: EHCI generic platform driver [ 1.079320] ehci-orion: EHCI orion driver [ 1.083418] orion-ehci f1058000.usb: EHCI Host Controller [ 1.088846] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1 [ 1.096509] orion-ehci f1058000.usb: irq 36, io mem 0xf1058000 [ 1.121322] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00 [ 1.127495] hub 1-0:1.0: USB hub found [ 1.131271] hub 1-0:1.0: 1 port detected [ 1.135580] usbcore: registered new interface driver usb-storage [ 1.141759] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0 [ 1.149402] i2c /dev entries driver [ 1.164391] orion_wdt: Initial timeout 171 sec [ 1.172094] marvell-cesa f1090000.crypto: CESA device successfully registered [ 1.179751] NET: Registered protocol family 10 [ 1.184672] NET: Registered protocol family 17 [ 1.189153] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.201838] Bridge firewalling registered [ 1.205865] 8021q: 802.1Q VLAN Support v1.8 [ 1.210126] Registering SWP/SWPB emulation handler [ 1.215692] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 1.221037] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2 [ 1.228661] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010 [ 1.237252] xhci-hcd f10f8000.usb3: irq 43, io mem 0xf10f8000 [ 1.243291] hub 2-0:1.0: USB hub found [ 1.247069] hub 2-0:1.0: 1 port detected [ 1.251090] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 1.251340] ata2: SATA link down (SStatus 0 SControl 300) [ 1.251361] ata1: SATA link down (SStatus 0 SControl 300) [ 1.267282] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3 [ 1.274850] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.283172] hub 3-0:1.0: USB hub found [ 1.286948] hub 3-0:1.0: 1 port detected [ 1.291219] UBI: auto-attach mtd5 [ 1.294386] ubi0: attaching mtd5 [ 1.374982] ubi0: scanning is finished [ 1.394373] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 64 LEBs [ 1.401020] ubi0: attached mtd5 (name "ubi", size 34 MiB) [ 1.406452] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.413359] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.420174] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.427167] ubi0: good PEBs: 272, bad PEBs: 0, corrupted PEBs: 0 [ 1.433200] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 1.440451] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 751904898 [ 1.449535] ubi0: available PEBs: 0, total reserved PEBs: 272, PEBs reserved for bad PEB handling: 20 [ 1.458807] ubi0: background thread "ubi_bgt0d" started, PID 553 [ 1.465223] block ubiblock0_0: created from ubi0:0(rootfs) [ 1.470735] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 1.477918] mvsw61xx 10.mvsw61xx: Found MV88E6176 at f1072004.mdio-mi:10 [ 1.484661] mvsw61xx 10.mvsw61xx: Using direct addressing [ 1.490128] armada38x-rtc f10a3800.rtc: setting system clock to 1970-01-01 00:02:06 UTC (126) [ 1.499467] Waiting 1 sec before mounting root device... [ 2.311339] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd [ 2.331982] usb-storage 3-1:1.0: USB Mass Storage device detected [ 2.338190] scsi host2: usb-storage 3-1:1.0 [ 2.513201] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.520498] Freeing unused kernel memory: 256K (c059a000 - c05da000) [ 2.814521] init: Console is alive [ 2.817995] init: - watchdog - [ 3.341658] scsi 2:0:0:0: Direct-Access PNY USB 3.0 FD 1.00 PQ: 0 ANSI: 6 [ 3.394543] random: nonblocking pool is initialized [ 3.651564] raid6: int32x1 gen() 152 MB/s [ 3.821412] raid6: int32x1 xor() 186 MB/s [ 3.991411] raid6: int32x2 gen() 238 MB/s [ 4.161318] raid6: int32x2 xor() 213 MB/s [ 4.331536] raid6: int32x4 gen() 259 MB/s [ 4.501325] raid6: int32x4 xor() 198 MB/s [ 4.671407] raid6: int32x8 gen() 371 MB/s [ 4.841419] raid6: int32x8 xor() 205 MB/s [ 4.845704] raid6: using algorithm int32x8 gen() 371 MB/s [ 4.851122] raid6: .... xor() 205 MB/s, rmw enabled [ 4.856021] raid6: using intx1 recovery algorithm [ 4.860976] xor: measuring software checksum speed [ 4.961314] arm4regs : 2510.400 MB/sec [ 5.061314] 8regs : 1934.800 MB/sec [ 5.161314] 32regs : 1990.000 MB/sec [ 5.165512] xor: using function: arm4regs (2510.400 MB/sec) [ 5.208152] Btrfs loaded [ 5.211854] exFAT: Version 1.2.9 [ 5.223910] SGI XFS with security attributes, no debug enabled [ 5.231819] sd 2:0:0:0: [sda] 499998720 512-byte logical blocks: (256 GB/238 GiB) [ 5.239448] sd 2:0:0:0: [sda] Write Protect is off [ 5.244496] sd 2:0:0:0: [sda] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA [ 5.255541] sda: sda1 sda2 sda3 [ 5.259577] sd 2:0:0:0: [sda] Attached SCSI removable disk [ 5.275239] init: - preinit - Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 8.594314] mount_root: loading kmods from internal overlay [ 8.717448] UBIFS (ubi0:1): default file-system created [ 8.723113] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 697 [ 8.763367] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 8.771231] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 8.781194] UBIFS (ubi0:1): FS size: 6856704 bytes (6 MiB, 54 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 8.791325] UBIFS (ubi0:1): reserved for root: 323858 bytes (316 KiB) [ 8.797793] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 67745F9C-617F-4E4A-836F-29D15461F75A, small LPT model [ 8.809553] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 8.816590] block: unable to load configuration (fstab: Entry not found) [ 8.823340] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab [ 8.829834] block: unable to load configuration (fstab: Entry not found) [ 8.836580] block: attempting to load /etc/config/fstab [ 8.858462] block: extroot: not configured [ 8.893146] UBIFS (ubi0:1): un-mount UBI device 0 [ 8.897883] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops [ 8.906074] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 700 [ 8.946519] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 8.954396] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 8.964359] UBIFS (ubi0:1): FS size: 6856704 bytes (6 MiB, 54 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 8.974491] UBIFS (ubi0:1): reserved for root: 323858 bytes (316 KiB) [ 8.980959] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 67745F9C-617F-4E4A-836F-29D15461F75A, small LPT model [ 9.058475] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 9.065512] block: unable to load configuration (fstab: Entry not found) [ 9.072263] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab [ 9.078760] block: unable to load configuration (fstab: Entry not found) [ 9.085506] block: attempting to load /etc/config/fstab [ 9.090886] block: extroot: not configured [ 9.121887] mount_root: overlay filesystem has not been fully initialized yet [ 9.129215] mount_root: switching to jffs2 overlay BusyBox v1.24.2 () multi-call binary. Usage: ubiattach -m MTD_NUM [-d UBI_NUM] [-O VID_HDR_OFF] UBI_CTRL_DEV Attach MTD device to UBI -m MTD_NUMMTD device number to attach -d UBI_NUMUBI device number to assign -O VID_HDR_OFFVID header offset ubifs syscfg partition is damaged, reformatting BusyBox v1.24.2 () multi-call binary. Usage: ubidetach -d UBI_NUM UBI_CTRL_DEV Detach MTD device from UBI -d UBI_NUMUBI device number BusyBox v1.24.2 () multi-call binary. Usage: ubiattach -m MTD_NUM [-d UBI_NUM] [-O VID_HDR_OFF] UBI_CTRL_DEV Attach MTD device to UBI -m MTD_NUMMTD d[ 9.738430] procd: - early - evice number to [ 9.742657] procd: - watchdog - attach -d UBI_NUMUBI device number to assign -O VID_HDR_OFFVID header offset ubimkvol: unrecognized option: maxavsize BusyBox v1.24.2 () multi-call binary. Usage: ubimkvol UBI_DEVICE -N NAME [-s SIZE | -m] Create UBI volume -a ALIGNMENTVolume alignment (default 1) -mSet volume size to maximum available -n VOLIDVolume ID. If not specified, assigned automatically -N NAMEVolume name -s SIZESize in bytes -t TYPEVolume type (static|dynamic) mount: mounting ubi1:syscfg on /tmp/syscfg failed: No such device [ 9.940668] EXT4-fs (sda1): recovery complete [ 9.946949] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: [ 10.339344] procd: - ubus - [ 10.409278] procd: - init - Please press Enter to activate this console. [ 10.536626] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 10.551081] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 10.559828] tun: Universal TUN/TAP device driver, 1.6 [ 10.564921] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 10.573774] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 10.581506] Netfilter messages via NETLINK v0.30. [ 10.587009] ip_set: protocol 6 [ 10.596490] cryptodev: driver 1.8 loaded. [ 10.602289] Loading modules backported from Linux version wt-2016-05-12-0-g7a54796 [ 10.609905] Backport generated by backports.git backports-20160216-0-ge3c56e4 [ 10.626727] <<Marvell 802.11ac Wireless Network Driver version 10.3.0.17-20160617>> [ 10.634304] pci 0000:00:01.0: enabling device (0140 -> 0142) [ 10.983307] EXT4-fs (sda3): recovery complete [ 10.990849] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: [ 11.656323] ieee80211 phy0: firmware version: 0x7020902 [ 11.686578] ieee80211 phy0: 2G disabled, 5G enabled [ 11.691505] ieee80211 phy0: 4 TX antennas, 4 RX antennas [ 11.696913] pci 0000:00:02.0: enabling device (0140 -> 0142) [ 12.706323] ieee80211 phy1: firmware version: 0x7020902 [ 12.734428] ieee80211 phy1: 2G enabled, 5G disabled [ 12.739333] ieee80211 phy1: 4 TX antennas, 4 RX antennas [ 12.748683] u32 classifier [ 12.751419] input device check on [ 12.755094] Actions configured [ 12.758954] Mirror/redirect action on [ 12.769441] fuse init (API version 7.23) [ 12.781265] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.790724] nf_conntrack version 0.5.0 (8021 buckets, 32084 max) [ 12.797531] ctnetlink v0.93: registering with nfnetlink. [ 12.913432] usbcore: registered new interface driver ums-alauda [ 12.919650] usbcore: registered new interface driver ums-cypress [ 12.925993] usbcore: registered new interface driver ums-datafab [ 12.932304] usbcore: registered new interface driver ums-freecom [ 12.938625] usbcore: registered new interface driver ums-isd200 [ 12.944868] usbcore: registered new interface driver ums-jumpshot [ 12.951256] usbcore: registered new interface driver ums-karma [ 12.957454] usbcore: registered new interface driver ums-sddr09 [ 12.963751] usbcore: registered new interface driver ums-sddr55 [ 12.970008] usbcore: registered new interface driver ums-usbat [ 12.976540] usbip_core: USB/IP Core v1.0.0 [ 12.981092] usbcore: registered new device driver usbip-host [ 12.986792] usbip_host: USB/IP Host Driver v1.0.0 [ 12.991910] usbcore: registered new interface driver usblp [ 12.998547] vhci_hcd vhci_hcd: USB/IP Virtual Host Controller [ 13.004385] vhci_hcd vhci_hcd: new USB bus registered, assigned bus number 4 [ 13.011867] hub 4-0:1.0: USB hub found [ 13.015646] hub 4-0:1.0: 8 ports detected [ 13.019843] vhci_hcd: USB/IP 'Virtual' Host Controller (VHCI) Driver v1.0.0 [ 13.040574] xt_time: kernel timezone is -0000 [ 13.048315] PPP generic driver version 2.4.2 [ 13.053119] NET: Registered protocol family 24 [ 16.451828] device eth0 entered promiscuous mode [ 16.457380] br-lan: port 1(eth0) entered forwarding state [ 16.462832] br-lan: port 1(eth0) entered forwarding state [ 16.501979] device eth1 entered promiscuous mode [ 16.506647] br-lan: port 2(eth1) entered forwarding state [ 16.512119] br-lan: port 2(eth1) entered forwarding state [ 16.933120] ieee80211 phy1: regdomain: FCC [ 16.937241] ieee80211 phy1: Channel: 1: 0x0 0x0 0xf [ 16.942181] ieee80211 phy1: 17 10 10 10 f f f f e e e e 0 0 0 0 [ 16.948211] ieee80211 phy1: Channel: 2: 0x0 0x0 0xf [ 16.953124] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 16.959853] ieee80211 phy1: Channel: 3: 0x0 0x0 0xf [ 16.964767] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 16.971506] ieee80211 phy1: Channel: 4: 0x0 0x0 0xf [ 16.976405] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 16.983144] ieee80211 phy1: Channel: 5: 0x0 0x0 0xf [ 16.988045] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 16.994784] ieee80211 phy1: Channel: 6: 0x0 0x0 0xf [ 16.999684] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 17.006425] ieee80211 phy1: Channel: 7: 0x0 0x0 0xf [ 17.011335] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 17.018064] ieee80211 phy1: Channel: 8: 0x0 0x0 0xf [ 17.022975] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 17.029703] ieee80211 phy1: Channel: 9: 0x0 0x0 0xf [ 17.034608] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 17.041344] ieee80211 phy1: Channel: 10: 0x0 0x0 0xf [ 17.046330] ieee80211 phy1: 18 16 16 16 16 16 16 14 11 11 11 11 0 0 0 0 [ 17.053062] ieee80211 phy1: Channel: 11: 0x0 0x0 0xf [ 17.058048] ieee80211 phy1: 17 12 12 12 13 13 13 13 f f f f 0 0 0 0 [ 17.064456] ieee80211 phy0: regdomain: FCC [ 17.068569] ieee80211 phy0: Channel: 36: 0x0 0x0 0xf [ 17.073589] ieee80211 phy0: 12 12 12 12 12 12 12 12 10 10 10 10 f f f f [ 17.080342] ieee80211 phy0: Channel: 40: 0x0 0x0 0xf [ 17.085355] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f [ 17.092095] ieee80211 phy0: Channel: 44: 0x0 0x0 0xf [ 17.097082] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f [ 17.103823] ieee80211 phy0: Channel: 48: 0x0 0x0 0xf [ 17.108811] ieee80211 phy0: 16 16 16 16 16 16 16 16 16 16 16 16 f f f f [ 17.115550] ieee80211 phy0: Channel: 52: 0x0 0x0 0xf [ 17.120548] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 17.127636] ieee80211 phy0: Channel: 56: 0x0 0x0 0xf [ 17.132637] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 17.139713] ieee80211 phy0: Channel: 60: 0x0 0x0 0xf [ 17.144712] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 17.151820] ieee80211 phy0: Channel: 64: 0x0 0x0 0xf [ 17.156810] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 17.163912] ieee80211 phy0: Channel: 100: 0x0 0x0 0xf [ 17.168991] ieee80211 phy0: 10 10 10 10 11 11 11 11 12 12 12 12 10 10 10 10 [ 17.176092] ieee80211 phy0: Channel: 104: 0x0 0x0 0xf [ 17.181166] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 17.188257] ieee80211 phy0: Channel: 108: 0x0 0x0 0xf [ 17.193342] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.200419] ieee80211 phy0: Channel: 112: 0x0 0x0 0xf [ 17.205506] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.212617] ieee80211 phy0: Channel: 116: 0x0 0x0 0xf [ 17.217695] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.224805] ieee80211 phy0: Channel: 120: 0x0 0x0 0xf [ 17.229883] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.236980] ieee80211 phy0: Channel: 124: 0x0 0x0 0xf [ 17.242062] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.249138] ieee80211 phy0: Channel: 128: 0x0 0x0 0xf [ 17.254218] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.261296] ieee80211 phy0: Channel: 132: 0x0 0x0 0xf [ 17.266377] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.273460] ieee80211 phy0: Channel: 136: 0x0 0x0 0xf [ 17.278534] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.285615] ieee80211 phy0: Channel: 140: 0x0 0x0 0xf [ 17.290688] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 17.297770] ieee80211 phy0: Channel: 149: 0x0 0x0 0xf [ 17.302847] ieee80211 phy0: 16 16 16 16 16 16 16 16 15 15 15 15 15 15 15 15 [ 17.309924] ieee80211 phy0: Channel: 153: 0x0 0x0 0xf [ 17.315003] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 [ 17.322087] ieee80211 phy0: Channel: 157: 0x0 0x0 0xf [ 17.327160] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 [ 17.334241] ieee80211 phy0: Channel: 161: 0x0 0x0 0xf [ 17.339314] ieee80211 phy0: 16 16 16 16 15 15 15 15 15 15 15 15 15 15 15 15 [ 17.346400] ieee80211 phy0: Channel: 165: 0x0 0x0 0xf [ 17.351480] ieee80211 phy0: 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 [ 17.431365] br-lan: port 1(eth0) entered disabled state [ 17.436684] br-lan: port 2(eth1) entered disabled state [ 18.441378] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 18.462390] br-lan: port 1(eth0) entered forwarding state [ 18.467845] br-lan: port 1(eth0) entered forwarding state [ 18.491459] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off [ 18.503489] br-lan: port 2(eth1) entered forwarding state [ 18.508945] br-lan: port 2(eth1) entered forwarding state [ 18.766064] ieee80211 phy0: change: 0xffffffff [ 18.971433] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 19.101341] ieee80211 phy1: change: 0xffffffff [ 19.220441] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 19.232272] device wlan1 entered promiscuous mode [ 19.237024] br-lan: port 3(wlan1) entered forwarding state [ 19.242561] br-lan: port 3(wlan1) entered forwarding state [ 19.249221] device wlan0 entered promiscuous mode [ 19.253999] br-lan: port 4(wlan0) entered forwarding state [ 19.259523] br-lan: port 4(wlan0) entered forwarding state [ 19.312006] ieee80211 phy1: change: 0x100 [ 19.326781] ieee80211 phy1: change: 0x40 [ 19.340684] ieee80211 phy0: change: 0x100 [ 19.383965] ieee80211 phy0: change: 0x60 [ 19.437721] br-lan: port 4(wlan0) entered disabled state [ 19.443406] br-lan: port 3(wlan1) entered disabled state [ 19.591354] ieee80211 phy1: change: 0x40 [ 19.661370] ieee80211 phy0: change: 0x40 [ 19.801356] ieee80211 phy1: change: 0x40 [ 19.891359] ieee80211 phy0: change: 0x60 [ 20.019856] ieee80211 phy1: change: 0x40 [ 20.085418] ieee80211 phy0: change: 0x100 [ 20.293327] ieee80211 phy1: change: 0x40 [ 20.309453] ieee80211 phy0: change: 0x100 [ 20.340246] ieee80211 phy0: change: 0x62 [ 20.461333] br-lan: port 1(eth0) entered forwarding state [ 20.501335] br-lan: port 2(eth1) entered forwarding state [ 20.521397] ieee80211 phy1: change: 0x40 [ 20.619560] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 20.626082] br-lan: port 4(wlan0) entered forwarding state [ 20.631624] br-lan: port 4(wlan0) entered forwarding state [ 20.743295] ieee80211 phy0: change: 0x20 [ 20.781352] ieee80211 phy1: change: 0x40 [ 20.991349] ieee80211 phy1: change: 0x40 [ 21.211352] ieee80211 phy1: change: 0x40 [ 21.411367] ieee80211 phy1: change: 0x40 [ 21.621369] ieee80211 phy1: change: 0x40 [ 21.821364] ieee80211 phy1: change: 0x40 [ 21.915631] ieee80211 phy1: change: 0x100 [ 22.066118] ieee80211 phy1: change: 0x100 [ 22.095177] ieee80211 phy1: change: 0x42 [ 22.293671] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 22.300120] br-lan: port 3(wlan1) entered forwarding state [ 22.305665] br-lan: port 3(wlan1) entered forwarding state [ 22.411997] ieee80211 phy1: change: 0x20 [ 22.631321] br-lan: port 4(wlan0) entered forwarding state [ 24.301318] br-lan: port 3(wlan1) entered forwarding state


Community Build details for the WRT AC Series (including this router) can be found here.

Space for additional notes, links to forum threads or other resources.

  • The v1 and v2 devices are identical for flashing purposes.
  • The v2 was released at a later date after Linksys moved towards locking down the wifi power tables in the EEPROM
  • You may find additional/supplementary information at the wrt_ac_series page
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