Linksys WRT1200AC

The WRT1200AC is the baby of the wrt_ac_series, with only 2 detachable antennas, and a slower 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.

WRT1200AC

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 (WRT1200AC)

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

Front:
**Front of the casing**

Back:
**Back of the casing**

Backside label:
**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:
**Photo of assembled PCB top view

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. You can read more about it here: Marvell Wifi

BootROM - 1.73 Booting from NAND flash General initialization - Version: 1.0.0 AVS selection from EFUSE disabled (Skip reading EFUSE values) Overriding default AVS value to: 0x23 mvSysEnvIsFlavourReduced: TWSI Read of 'flavor' failed 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 | 6 | SATA0 | | 1 | 5 | PCIe0 | | 2 | 6 | SATA1 | | 3 | 5 | USB3 HOST1 | | 4 | 5 | PCIe1 | | 5 | 0 | 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.56.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 (Jun 01 2018 - 18:43:27) Marvell version: 2015_T1.0p19 Boot version : v2.2.16 Board: RD-NAS-88F6820-DDR3 SoC: MV88F6820 Rev A0 running 2 CPUs CPU: ARM Cortex A9 MPCore (Rev 1) LE CPU 0 CPU @ 1332 [MHz] L2 @ 666 [MHz] TClock @ 200 [MHz] DDR3 @ 666 [MHz] DDR3 32 Bit Width,FastPath Memory Access, DLB Enabled, ECC Disabled DRAM: 512 MiB 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:1, next_record:3 [boot_count_write] erase:0, auto_recovery->block_offset:0x240000 offset=0x241800 Updating boot_count ... [boot_count_write] offset:0x241800 , 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 Map: Code: 0x1feab000:0x1ff75b48 BSS: 0x1ffef0e4 Stack: 0x1f9aaf20 Heap: 0x1f9ab000:0x1feab000 U-ENV offset == 0x200000 U-ENV offset == 0x200000 U-Boot Environment: 0x00200000:0x00220000 (NAND) Board configuration detected: mvEthE6171SwitchBasicInit init Net: | port | Interface | PHY address | |--------|-----------|--------------| | egiga0 | RGMII | 0x01 | | egiga1 | SGMII | 0x00 | | egiga2 | SGMII | In-Band | egiga0 [PRIME], egiga1, egiga2 auto_recovery_check changes bootcmd: run nandboot Hit any key to stop autoboot: 0 NAND read: device 0 offset 0xa00000, size 0x600000 6291456 bytes read: OK ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linksys WRT1200AC Router Created: 2018-11-14 21:18:36 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4219619 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 Wed Nov 14 13:18:20 PST 2018 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 @c0ffe000 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: 509780k/509780k available, 14508k 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 - 0xc075be24 (7504 kB) .init : 0xc075c000 - 0xc079bf40 ( 256 kB) .data : 0xc079c000 - 0xc07eb8e0 ( 319 kB) .bss : 0xc07eb8e0 - 0xc08a2458 ( 731 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... 2655.84 BogoMIPS (lpj=13279232) 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 0xc05a27d0 - 0xc05a2828 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 (5311.69 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 : 2361.600 MB/sec 8regs : 1594.800 MB/sec 32regs : 1360.000 MB/sec xor: using function: arm4regs (2361.600 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 166 MB/s raid6: int32x2 245 MB/s raid6: int32x4 312 MB/s raid6: int32x8 316 MB/s raid6: using algorithm int32x8 (316 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) 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=30:23:03:93:be:ea (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=36:15:20:d6:2f:5a (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 ata1: SATA link down (SStatus 0 SControl 300) ata2: 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(c0777eec) 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 (7965 buckets, 31860 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 3: Link-up, Full-duplex, Speed-100Mbps. 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 0x01800000: 0x4c2e instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01800004: 0x534b instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01800008: 0x302e instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0180000c: 0x3030 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01800010: 0x5743 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01800014: 0x3231 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01800018: 0x4341 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0180001c: 0x2020 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01800020: 0x3030 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01800024: 0x3744 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 (c075c000 - c079b000) ********************************************************************************* _ _ __ _ __ _____ __ __ _____ | | | || \ | | / // ____]\ \ / // ____]TM | | | || \ | | / /| (___ \ V /| (____ | | | || |\ \| |\ \ \____ \ \ / \____ \ | |_____ | || | \ | \ \ ____) | | | ____) | |_______||_||_| \__| \_\[____ / |_| [_____/ (c) 2015 Belkin International, Inc. and/or its affiliates. All rights reserved. Booting caiman (firmware version 2.0.6.191786) ********************************************************************************* [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.. 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 mac_setup.sh, setting up MAC addresses for all interfaces based on 30:23:03:93:BE:EA NTP Servers do not need to be updated [utopia][init] committing default syscfg values checking for interactive script start up... Updating BootCount Page[4]:2000 ... Done cpu temp monitor created Thu Oct 11 06:00:00 UTC 2012 wdev0 no private ioctls. wdev1 no private ioctls. wan, sysevent received: wan-start Lighttpd Model Base: WRT1200AC Generating Rainier lighttpd config Creating /tmp/var/config/license Build temporary www configuration directory: TSLIIHauhEfGE wifi, sysevent received: lan-started (Wed Oct 10 23:00:05 PDT 2012) 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... SKU is WRT1200AC-AP 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 [utopia] Not setting ppp_clamp_mtu wifi, wifi_guest_start(wdev0) wifi, guest wdev0ap1 is disabled, do not start wifi guest 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 30:23:03:93:be:eb and ssid "Linksys00178" Configuration file: /tmp/hostapd-wdev0ap0.conf Using interface wdev0ap0 with hwaddr 30:23:03:93:be:ec and ssid "Linksys00178_5GHz" Restarting nfqrecv service... Got a TERM signal, will terminate. Warning! nfqrecv encountered errors when doing recv(): Interrupted system call [utopia] Not setting ppp_clamp_mtu on dslite protocol wan, sysevent received: phylink_wan_state Starting smbd ...


[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.162 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r10860-a3ffeb413b)) #0 SMP Mon Jan 6 16:47:09 2020 [ 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] OF: fdt: Machine model: Linksys WRT1200AC [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 131072 [ 0.000000] free_area_init_node: node 0, pgdat c0931340, node_mem_map dfbf9000 [ 0.000000] Normal zone: 1024 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 131072 pages, LIFO batch:31 [ 0.000000] random: get_random_bytes called from 0xc08008bc with crng_init=0 [ 0.000000] percpu: Embedded 11 pages/cpu s14860 r8192 d22004 u45056 [ 0.000000] pcpu-alloc: s14860 r8192 d22004 u45056 alloc=11*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock7 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] Bootloader command line (ignored): console=ttyS0,115200 root=/dev/mtdblock7 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: 510928K/524288K available (6144K kernel code, 199K rwdata, 816K rodata, 1024K init, 233K bss, 13360K 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 - 0xc0700000 (7136 kB) [ 0.000000] .init : 0xc0800000 - 0xc0900000 (1024 kB) [ 0.000000] .data : 0xc0900000 - 0xc0931c40 ( 200 kB) [ 0.000000] .bss : 0xc0931c40 - 0xc096c098 ( 234 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, preallocated irqs: 16 [ 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.000007] sched_clock: 64 bits at 666MHz, resolution 1ns, wraps every 4398046511103ns [ 0.000018] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x999999d70a, max_idle_ns: 440795225152 ns [ 0.000033] Switching to timer-based delay loop, resolution 1ns [ 0.000165] Ignoring duplicate/late registration of read_current_timer delay [ 0.000173] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.000328] Calibrating delay loop (skipped), value calculated using timer frequency.. 1332.00 BogoMIPS (lpj=6660000) [ 0.000336] pid_max: default: 32768 minimum: 301 [ 0.000397] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000403] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000655] CPU: Testing write buffer coherency: ok [ 0.000668] CPU0: Spectre v2: using BPIALL workaround [ 0.000783] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.000909] Setting up static identity map for 0x100000 - 0x100060 [ 0.000989] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4 [ 0.001072] mvebu-pmsu: Initializing Power Management Service Unit [ 0.001125] Hierarchical SRCU implementation. [ 0.001335] smp: Bringing up secondary CPUs ... [ 0.001471] Booting CPU 1 [ 0.001640] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.001643] CPU1: Spectre v2: using BPIALL workaround [ 0.001699] smp: Brought up 1 node, 2 CPUs [ 0.001705] SMP: Total of 2 processors activated (2664.00 BogoMIPS). [ 0.001709] CPU: All CPU(s) started in SVC mode. [ 0.003471] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.003529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.003537] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.003590] pinctrl core: initialized pinctrl subsystem [ 0.003951] NET: Registered protocol family 16 [ 0.004616] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.005155] cpuidle: using governor ladder [ 0.005349] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling [ 0.005357] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling [ 0.011890] reg-fixed-voltage usb3_1-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/usb3_1-vbus-pins, deferring probe [ 0.012080] SCSI subsystem initialized [ 0.012176] libata version 3.00 loaded. [ 0.012281] usbcore: registered new interface driver usbfs [ 0.012314] usbcore: registered new interface driver hub [ 0.012344] usbcore: registered new device driver usb [ 0.012975] clocksource: Switched to clocksource arm_global_timer [ 0.013364] NET: Registered protocol family 2 [ 0.013667] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.013693] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.013732] TCP: Hash tables configured (established 4096 bind 4096) [ 0.013771] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.013787] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.013857] NET: Registered protocol family 1 [ 0.013872] PCI: CLS 0 bytes, default 64 [ 0.014895] Crashlog allocated RAM at address 0x3f00000 [ 0.014977] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.016805] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.016813] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.018223] io scheduler noop registered [ 0.018230] io scheduler deadline registered (default) [ 0.018740] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver [ 0.019873] mvebu-pcie soc:pcie: PCI host bridge to bus 0000:00 [ 0.019884] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 0.019890] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff] [ 0.019896] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.019914] pci 0000:00:01.0: [11ab:6820] type 01 class 0x060400 [ 0.020016] pci 0000:00:02.0: [11ab:6820] type 01 class 0x060400 [ 0.020105] PCI: bus0: Fast back to back transfers disabled [ 0.020112] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.020120] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.020177] pci 0000:01:00.0: [11ab:2a55] type 00 class 0x020000 [ 0.020203] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x400fffff 64bit pref] [ 0.020214] pci 0000:01:00.0: reg 0x18: [mem 0x40100000-0x401fffff 64bit pref] [ 0.020277] pci 0000:01:00.0: supports D1 D2 [ 0.020281] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 0.020345] PCI: bus1: Fast back to back transfers disabled [ 0.020354] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.020411] pci 0000:02:00.0: [11ab:2a55] type 00 class 0x020000 [ 0.020441] pci 0000:02:00.0: reg 0x10: [mem 0x42000000-0x420fffff 64bit pref] [ 0.020454] pci 0000:02:00.0: reg 0x18: [mem 0x42100000-0x421fffff 64bit pref] [ 0.020537] pci 0000:02:00.0: supports D1 D2 [ 0.020541] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold [ 0.020607] PCI: bus2: Fast back to back transfers disabled [ 0.020615] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 0.020634] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe01fffff] [ 0.020641] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0200000-0xe03fffff] [ 0.020649] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit pref] [ 0.020661] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0100000-0xe01fffff 64bit pref] [ 0.020671] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.020678] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe01fffff] [ 0.020686] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0200000-0xe02fffff 64bit pref] [ 0.020698] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0300000-0xe03fffff 64bit pref] [ 0.020709] pci 0000:00:02.0: PCI bridge to [bus 02] [ 0.020715] pci 0000:00:02.0: bridge window [mem 0xe0200000-0xe03fffff] [ 0.020988] mv_xor f1060800.xor: Marvell shared XOR driver [ 0.083552] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 0.083680] mv_xor f1060900.xor: Marvell shared XOR driver [ 0.143488] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 0.143659] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.144430] console [ttyS0] disabled [ 0.164505] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 22, base_baud = 12500000) is a 16550A [ 0.937038] console [ttyS0] enabled [ 0.942236] loop: module loaded [ 0.945744] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode [ 0.954851] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 0.964066] scsi host0: ahci-mvebu [ 0.967634] scsi host1: ahci-mvebu [ 0.971129] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41 [ 0.979103] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41 [ 0.987503] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device [ 0.995314] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1 [ 1.001701] nand: AMD/Spansion S34ML01G2 [ 1.005654] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.013280] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048 [ 1.020474] Bad block table found at page 65472, version 0x01 [ 1.026606] Bad block table found at page 65408, version 0x01 [ 1.032670] 10 fixed-partitions partitions found on MTD device pxa3xx_nand-0 [ 1.039762] Creating 10 MTD partitions on "pxa3xx_nand-0": [ 1.045281] 0x000000000000-0x000000200000 : "u-boot" [ 1.050534] 0x000000200000-0x000000240000 : "u_env" [ 1.055660] 0x000000240000-0x000000280000 : "s_env" [ 1.060768] 0x000000900000-0x000000a00000 : "devinfo" [ 1.066082] 0x000000a00000-0x000003200000 : "kernel1" [ 1.071467] 0x000001000000-0x000003200000 : "rootfs1" [ 1.076845] 0x000003200000-0x000005a00000 : "kernel2" [ 1.082226] 0x000003800000-0x000005a00000 : "ubi" [ 1.087253] 0x000005a00000-0x000008000000 : "syscfg" [ 1.092548] 0x000000280000-0x000000900000 : "unused_area" [ 1.098568] libphy: Fixed MDIO Bus: probed [ 1.103042] libphy: orion_mdio_bus: probed [ 1.107353] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled [ 1.116259] mvneta f1070000.ethernet eth0: Using hardware mac address c0:56:27:03:02:01 [ 1.125731] mvneta f1034000.ethernet eth1: Using random mac address 02:8e:f0:01:02:03 [ 1.133789] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.140352] ehci-pci: EHCI PCI platform driver [ 1.144851] ehci-platform: EHCI generic platform driver [ 1.150183] ehci-orion: EHCI orion driver [ 1.154315] orion-ehci f1058000.usb: EHCI Host Controller [ 1.159753] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1 [ 1.167419] orion-ehci f1058000.usb: irq 38, io mem 0xf1058000 [ 1.212983] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00 [ 1.219183] hub 1-0:1.0: USB hub found [ 1.222978] hub 1-0:1.0: 1 port detected [ 1.227411] usbcore: registered new interface driver usb-storage [ 1.233646] i2c /dev entries driver [ 1.248556] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 1.261035] orion_wdt: Initial timeout 171 sec [ 1.265801] sdhci: Secure Digital Host Controller Interface driver [ 1.272011] sdhci: Copyright(c) Pierre Ossman [ 1.276505] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.285949] marvell-cesa f1090000.crypto: CESA device successfully registered [ 1.293606] NET: Registered protocol family 10 [ 1.298600] Segment Routing with IPv6 [ 1.302312] NET: Registered protocol family 17 [ 1.306807] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.314577] ata2: SATA link down (SStatus 0 SControl 300) [ 1.325405] 8021q: 802.1Q VLAN Support v1.8 [ 1.325411] ata1: SATA link down (SStatus 0 SControl 300) [ 1.329674] Registering SWP/SWPB emulation handler [ 1.341565] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 1.346941] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2 [ 1.354547] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010 [ 1.363847] xhci-hcd f10f8000.usb3: irq 43, io mem 0xf10f8000 [ 1.369918] hub 2-0:1.0: USB hub found [ 1.373718] hub 2-0:1.0: 1 port detected [ 1.377786] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 1.383144] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3 [ 1.390676] xhci-hcd f10f8000.usb3: Host supports USB 3.0 SuperSpeed [ 1.397193] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.405534] hub 3-0:1.0: USB hub found [ 1.409319] hub 3-0:1.0: 1 port detected [ 1.413659] UBI: auto-attach mtd7 [ 1.416993] ubi0: attaching mtd7 [ 1.427976] random: fast init done [ 1.518167] ubi0: scanning is finished [ 1.526479] ubi0: attached mtd7 (name "ubi", size 34 MiB) [ 1.531908] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.538832] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.545661] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.552657] ubi0: good PEBs: 272, bad PEBs: 0, corrupted PEBs: 0 [ 1.558699] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 1.565964] ubi0: max/mean erase counter: 4/1, WL threshold: 4096, image sequence number: 1673440142 [ 1.575148] ubi0: available PEBs: 0, total reserved PEBs: 272, PEBs reserved for bad PEB handling: 20 [ 1.584425] ubi0: background thread "ubi_bgt0d" started, PID 697 [ 1.584845] block ubiblock0_0: created from ubi0:0(rootfs) [ 1.595989] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 1.603207] mvsw61xx 10.mvsw61xx: Found MV88E6176 at f1072004.mdio-mii:10 [ 1.610031] mvsw61xx 10.mvsw61xx: Using direct addressing [ 1.625694] hctosys: unable to open rtc device (rtc0) [ 1.631170] Waiting 1 sec before mounting root device... [ 2.725064] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.732892] Freeing unused kernel memory: 1024K [ 2.960537] init: Console is alive [ 2.964045] init: - watchdog - [ 3.187653] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.225441] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.239340] init: - preinit - [ 3.458781] mvneta f1070000.ethernet tmp0: renamed from eth0 [ 3.464787] random: procd: uninitialized urandom read (4 bytes read) [ 3.494711] mvneta f1034000.ethernet eth0: renamed from eth1 [ 3.534669] mvneta f1070000.ethernet eth1: renamed from tmp0 [ 3.831624] random: jshn: uninitialized urandom read (4 bytes read) [ 3.872287] random: jshn: uninitialized urandom read (4 bytes read) [ 4.094620] mvneta f1034000.ethernet eth0: configuring for fixed/sgmii link mode [ 4.102528] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 4.108630] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 4.116558] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 7.220632] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 809 [ 7.249943] UBIFS (ubi0:1): recovery needed [ 7.306265] UBIFS (ubi0:1): recovery completed [ 7.310772] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 7.318652] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 7.328624] UBIFS (ubi0:1): FS size: 27680768 bytes (26 MiB, 218 LEBs), journal size 1396736 bytes (1 MiB, 11 LEBs) [ 7.339116] UBIFS (ubi0:1): reserved for root: 1307430 bytes (1276 KiB) [ 7.345770] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID 540D9A8F-C508-4EB8-B135-010203040506, small LPT model [ 7.363255] mount_root: switching to ubifs overlay [ 7.434313] ubi1: attaching mtd8 [ 7.540760] ubi1: scanning is finished [ 7.549115] ubi1: attached mtd8 (name "syscfg", size 38 MiB) [ 7.554824] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 7.561734] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 7.568562] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 7.575564] ubi1: good PEBs: 296, bad PEBs: 8, corrupted PEBs: 0 [ 7.581601] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 7.588865] ubi1: max/mean erase counter: 24/16, WL threshold: 4096, image sequence number: 40071263 [ 7.598049] ubi1: available PEBs: 0, total reserved PEBs: 296, PEBs reserved for bad PEB handling: 12 [ 7.607327] ubi1: background thread "ubi_bgt1d" started, PID 817 [ 7.618575] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 823 [ 7.671788] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "syscfg" [ 7.679235] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 7.689207] UBIFS (ubi1:0): FS size: 34283520 bytes (32 MiB, 270 LEBs), journal size 1777664 bytes (1 MiB, 14 LEBs) [ 7.699699] UBIFS (ubi1:0): reserved for root: 1619295 bytes (1581 KiB) [ 7.706352] UBIFS (ubi1:0): media format: w4/r0 (latest is w5/r0), UUID 1B24EEA1-525F-44A0-B992-010203040506, small LPT model [ 7.719563] urandom-seed: Seeding with /etc/urandom.seed [ 7.762554] mvneta f1034000.ethernet eth0: Link is Down [ 7.832915] random: crng init done [ 7.836340] random: 3 urandom warning(s) missed due to ratelimiting [ 7.845645] procd: - early - [ 7.849132] procd: - watchdog - [ 8.451203] procd: - watchdog - [ 8.454471] procd: - ubus - [ 8.507802] procd: - init - [ 8.711718] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.719986] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 8.727688] Loading modules backported from Linux version v4.19.85-0-gc63ee2939dc1 [ 8.735230] urngd: v1.0.2 started. [ 8.735323] Backport generated by backports.git v4.19.85-1-0-g8a8be258 [ 8.754444] <<Marvell Mac80211 Wireless PCIE Network Driver version 10.3.8.0-20181210>> [ 8.762503] pci 0000:00:01.0: enabling device (0140 -> 0142) [ 8.768326] ieee80211 phy0: priv->pcmd_buf = de014000 priv->pphys_cmd_buf = 1e014000 [ 8.773003] ieee80211 phy0: fw download start [ 8.889893] ieee80211 phy0: FwSize = 118776 downloaded Size = 118776 curr_iteration 65496 [ 9.758978] ieee80211 phy0: fw download complete [ 9.758993] ieee80211 phy0: device node: /soc/pcie/pcie@1,0 [ 9.765163] ieee80211 phy0: pcmd = de014000 [ 9.781995] ieee80211 phy0: firmware version: 0x702091a [ 9.805283] ieee80211 phy0: firmware region code: 0 [ 9.842094] ieee80211 phy0: regdomain: FCC [ 9.842099] ieee80211 phy0: Channel: 36: 0x0 0x0 0xf [ 9.842106] ieee80211 phy0: 15 15 15 15 15 15 15 15 12 12 12 12 10 10 10 10 [ 9.842109] ieee80211 phy0: Channel: 40: 0x0 0x0 0xf [ 9.842116] ieee80211 phy0: 19 19 18 17 19 19 17 15 17 17 17 14 10 10 10 10 [ 9.842119] ieee80211 phy0: Channel: 44: 0x0 0x0 0xf [ 9.842125] ieee80211 phy0: 19 19 18 17 19 19 17 15 17 17 17 14 10 10 10 10 [ 9.842129] ieee80211 phy0: Channel: 48: 0x0 0x0 0xf [ 9.842135] ieee80211 phy0: 1a 1a 18 17 1a 1a 17 15 17 17 17 14 10 10 10 10 [ 9.842138] ieee80211 phy0: Channel: 52: 0x0 0x0 0xf [ 9.842144] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 9.842148] ieee80211 phy0: Channel: 56: 0x0 0x0 0xf [ 9.842154] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 9.842158] ieee80211 phy0: Channel: 60: 0x0 0x0 0xf [ 9.842164] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 9.842167] ieee80211 phy0: Channel: 64: 0x0 0x0 0xf [ 9.842173] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 9.842177] ieee80211 phy0: Channel: 100: 0x0 0x0 0xf [ 9.842183] ieee80211 phy0: 10 10 10 10 11 11 11 11 12 12 12 12 10 10 10 10 [ 9.842187] ieee80211 phy0: Channel: 104: 0x0 0x0 0xf [ 9.842193] ieee80211 phy0: 11 11 11 11 10 10 10 10 12 12 12 12 10 10 10 10 [ 9.842196] ieee80211 phy0: Channel: 108: 0x0 0x0 0xf [ 9.842202] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842206] ieee80211 phy0: Channel: 112: 0x0 0x0 0xf [ 9.842212] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842216] ieee80211 phy0: Channel: 116: 0x0 0x0 0xf [ 9.842222] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842225] ieee80211 phy0: Channel: 120: 0x0 0x0 0xf [ 9.842231] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842235] ieee80211 phy0: Channel: 124: 0x0 0x0 0xf [ 9.842241] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842244] ieee80211 phy0: Channel: 128: 0x0 0x0 0xf [ 9.842251] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842254] ieee80211 phy0: Channel: 132: 0x0 0x0 0xf [ 9.842260] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842264] ieee80211 phy0: Channel: 136: 0x0 0x0 0xf [ 9.842270] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842273] ieee80211 phy0: Channel: 140: 0x0 0x0 0xf [ 9.842279] ieee80211 phy0: 11 11 11 11 10 10 10 10 11 11 11 11 10 10 10 10 [ 9.842283] ieee80211 phy0: Channel: 149: 0x0 0x0 0xf [ 9.842289] ieee80211 phy0: 1a 1a 18 17 19 19 17 15 18 18 17 14 15 15 15 14 [ 9.842292] ieee80211 phy0: Channel: 153: 0x0 0x0 0xf [ 9.842298] ieee80211 phy0: 1a 1a 18 17 1a 1a 17 15 1a 1a 17 14 15 15 15 14 [ 9.842302] ieee80211 phy0: Channel: 157: 0x0 0x0 0xf [ 9.842308] ieee80211 phy0: 1a 1a 18 17 1a 1a 17 15 1a 1a 17 14 15 15 15 14 [ 9.842312] ieee80211 phy0: Channel: 161: 0x0 0x0 0xf [ 9.842318] ieee80211 phy0: 1a 1a 18 17 1a 1a 17 15 1a 1a 17 14 15 15 15 14 [ 9.842322] ieee80211 phy0: Channel: 165: 0x0 0x0 0xf [ 9.842328] ieee80211 phy0: 1a 1a 18 17 1a 1a 17 15 1a 1a 17 14 15 15 15 14 [ 9.843169] ieee80211 phy0: 2G disabled, 5G enabled [ 9.848077] ieee80211 phy0: 2 TX antennas, 2 RX antennas [ 9.853621] pci 0000:00:02.0: enabling device (0140 -> 0142) [ 9.859415] ieee80211 phy1: priv->pcmd_buf = df5d0000 priv->pphys_cmd_buf = 1f5d0000 [ 9.863013] ieee80211 phy1: fw download start [ 9.980951] ieee80211 phy1: FwSize = 118776 downloaded Size = 118776 curr_iteration 65511 [ 10.838984] ieee80211 phy1: fw download complete [ 10.839011] ieee80211 phy1: device node: /soc/pcie/pcie@2,0 [ 10.845184] ieee80211 phy1: pcmd = df5d0000 [ 10.861999] ieee80211 phy1: firmware version: 0x702091a [ 10.885291] ieee80211 phy1: firmware region code: 0 [ 10.921100] ieee80211 phy1: regdomain: FCC [ 10.921106] ieee80211 phy1: Channel: 1: 0x0 0x0 0xf [ 10.921113] ieee80211 phy1: 19 14 14 14 13 13 13 13 10 10 10 10 0 0 0 0 [ 10.921117] ieee80211 phy1: Channel: 2: 0x0 0x0 0xf [ 10.921123] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921126] ieee80211 phy1: Channel: 3: 0x0 0x0 0xf [ 10.921133] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921136] ieee80211 phy1: Channel: 4: 0x0 0x0 0xf [ 10.921142] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921146] ieee80211 phy1: Channel: 5: 0x0 0x0 0xf [ 10.921152] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921155] ieee80211 phy1: Channel: 6: 0x0 0x0 0xf [ 10.921161] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921165] ieee80211 phy1: Channel: 7: 0x0 0x0 0xf [ 10.921171] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921175] ieee80211 phy1: Channel: 8: 0x0 0x0 0xf [ 10.921181] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921184] ieee80211 phy1: Channel: 9: 0x0 0x0 0xf [ 10.921191] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921194] ieee80211 phy1: Channel: 10: 0x0 0x0 0xf [ 10.921201] ieee80211 phy1: 1a 19 18 17 19 19 17 16 14 14 14 14 0 0 0 0 [ 10.921204] ieee80211 phy1: Channel: 11: 0x0 0x0 0xf [ 10.921210] ieee80211 phy1: 19 15 15 15 14 14 14 14 13 13 13 13 0 0 0 0 [ 10.922057] ieee80211 phy1: 2G enabled, 5G disabled [ 10.927000] ieee80211 phy1: 2 TX antennas, 2 RX antennas [ 10.934021] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.941261] nf_conntrack version 0.5.0 (8192 buckets, 32768 max) [ 10.958082] xt_time: kernel timezone is -0000 [ 10.964728] PPP generic driver version 2.4.2 [ 10.969414] NET: Registered protocol family 24 [ 10.974800] kmodloader: done loading kernel modules from /etc/modules.d/* [ 12.664710] mvneta f1070000.ethernet eth1: configuring for fixed/rgmii-id link mode [ 12.673132] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off [ 12.681593] br-lan: port 1(eth1) entered blocking state [ 12.686884] br-lan: port 1(eth1) entered disabled state [ 12.692292] device eth1 entered promiscuous mode [ 12.701211] br-lan: port 1(eth1) entered blocking state [ 12.706497] br-lan: port 1(eth1) entered forwarding state [ 12.712005] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 12.727733] mvneta f1034000.ethernet eth0: configuring for fixed/sgmii link mode [ 12.735313] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 12.741836] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 12.750688] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 13.298556] ieee80211 phy1: regdomain: ETSI [ 13.302776] ieee80211 phy1: Channel: 1: 0x0 0x0 0xf [ 13.307723] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.313434] ieee80211 phy1: Channel: 2: 0x0 0x0 0xf [ 13.318346] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.324055] ieee80211 phy1: Channel: 3: 0x0 0x0 0xf [ 13.328963] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.334675] ieee80211 phy1: Channel: 4: 0x0 0x0 0xf [ 13.339590] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.345308] ieee80211 phy1: Channel: 5: 0x0 0x0 0xf [ 13.350221] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.355929] ieee80211 phy1: Channel: 6: 0x0 0x0 0xf [ 13.360836] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.366559] ieee80211 phy1: Channel: 7: 0x0 0x0 0xf [ 13.371553] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.377269] ieee80211 phy1: Channel: 8: 0x0 0x0 0xf [ 13.382266] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.387974] ieee80211 phy1: Channel: 9: 0x0 0x0 0xf [ 13.392964] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.398660] ieee80211 phy1: Channel: 10: 0x0 0x0 0xf [ 13.403739] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.409433] ieee80211 phy1: Channel: 11: 0x0 0x0 0xf [ 13.414443] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.420133] ieee80211 phy1: Channel: 12: 0x0 0x0 0xf [ 13.425133] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.430822] ieee80211 phy1: Channel: 13: 0x0 0x0 0xf [ 13.435820] ieee80211 phy1: d d d d d d d d d d d d 0 0 0 0 [ 13.441533] ieee80211 phy0: regdomain: ETSI [ 13.445746] ieee80211 phy0: Channel: 36: 0x0 0x0 0xf [ 13.450740] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.457830] ieee80211 phy0: Channel: 40: 0x0 0x0 0xf [ 13.462823] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.469913] ieee80211 phy0: Channel: 44: 0x0 0x0 0xf [ 13.474912] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.481998] ieee80211 phy0: Channel: 48: 0x0 0x0 0xf [ 13.487000] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.494092] ieee80211 phy0: Channel: 52: 0x0 0x0 0xf [ 13.499086] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.506176] ieee80211 phy0: Channel: 56: 0x0 0x0 0xf [ 13.511169] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.518259] ieee80211 phy0: Channel: 60: 0x0 0x0 0xf [ 13.523257] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.530341] ieee80211 phy0: Channel: 64: 0x0 0x0 0xf [ 13.535340] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.542425] ieee80211 phy0: Channel: 100: 0x0 0x0 0xf [ 13.547512] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.554603] ieee80211 phy0: Channel: 104: 0x0 0x0 0xf [ 13.559684] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.566774] ieee80211 phy0: Channel: 108: 0x0 0x0 0xf [ 13.571854] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.578945] ieee80211 phy0: Channel: 112: 0x0 0x0 0xf [ 13.584031] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.591116] ieee80211 phy0: Channel: 116: 0x0 0x0 0xf [ 13.596202] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.603296] ieee80211 phy0: Channel: 120: 0x0 0x0 0xf [ 13.608376] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.615466] ieee80211 phy0: Channel: 124: 0x0 0x0 0xf [ 13.620547] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.627637] ieee80211 phy0: Channel: 128: 0x0 0x0 0xf [ 13.632716] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.639806] ieee80211 phy0: Channel: 132: 0x0 0x0 0xf [ 13.644893] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.651977] ieee80211 phy0: Channel: 136: 0x0 0x0 0xf [ 13.657062] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.664152] ieee80211 phy0: Channel: 140: 0x0 0x0 0xf [ 13.669233] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.676323] ieee80211 phy0: Channel: 149: 0x0 0x0 0xf [ 13.681403] ieee80211 phy0: 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 [ 13.689125] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 14.097994] ieee80211 phy0: change: 0xffffffff [ 14.242313] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 14.250049] br-lan: port 2(wlan0) entered blocking state [ 14.255452] br-lan: port 2(wlan0) entered disabled state [ 14.260981] device wlan0 entered promiscuous mode [ 14.265831] br-lan: port 2(wlan0) entered blocking state [ 14.271188] br-lan: port 2(wlan0) entered forwarding state [ 14.283710] ieee80211 phy0: change: 0x100 [ 14.296837] ieee80211 phy0: change: 0x40 [ 14.523038] ieee80211 phy0: change: 0x40 [ 14.590042] ieee80211 phy1: change: 0xffffffff [ 14.710373] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 14.717368] br-lan: port 3(wlan1) entered blocking state [ 14.722711] br-lan: port 3(wlan1) entered disabled state [ 14.728218] device wlan1 entered promiscuous mode [ 14.733015] br-lan: port 3(wlan1) entered blocking state [ 14.738357] br-lan: port 3(wlan1) entered forwarding state [ 14.742996] ieee80211 phy0: change: 0x40 [ 14.748135] br-lan: port 2(wlan0) entered disabled state [ 14.754007] br-lan: port 3(wlan1) entered disabled state [ 14.851024] ieee80211 phy0: change: 0x100 [ 14.897803] ieee80211 phy0: change: 0x100 [ 14.910067] ieee80211 phy0: change: 0x42 [ 15.089050] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 15.095542] br-lan: port 2(wlan0) entered blocking state [ 15.100890] br-lan: port 2(wlan0) entered forwarding state [ 15.106813] ieee80211 phy1: change: 0x100 [ 15.119908] ieee80211 phy1: change: 0x42 [ 15.283048] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 15.289510] br-lan: port 3(wlan1) entered blocking state [ 15.294872] br-lan: port 3(wlan1) entered forwarding state [ 15.428346] IPv6: ADDRCONF(NETDEV_UP): wlan1-1: link is not ready [ 15.488382] IPv6: ADDRCONF(NETDEV_UP): wlan0-1: link is not ready [ 15.682086] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1-1: link becomes ready [ 15.688885] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready [ 15.832321] ieee80211 phy1: change: 0x20 [ 15.855787] ieee80211 phy0: change: 0x20


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