TP-Link Archer VR2600 v1

Wireless-AC router based on QCA IPQ8064 with 16MB flash and 512MB RAM. Also sporting xDSL support with BCM63168 SOC. Virtually identical to VR2600v but without the additional DSP for VoIP POTS interface and DECT.

Archer VR2600

DSL will not work at all on devices with BCM63xx DSL chipset (due to unavailability of FLOSS driver for Broadcom chips). Consider this when choosing a device to buy, or when deciding to flash OpenWrt on your device because it is listed as supported.
See Broadcom DSL, Unsupported: DSL modem and Broadcom BCM63xx for details.

WARNING: Please make sure you know what version of TP-Link OEM firmware is presently installed before proceeding. If in doubt, reinstall the TP-Link firmware. This step is important if you later wish to remove OpenWrt and return to booting TP-Link firmware.

Install OpenWrt

  1. Establish serial connection to device (see below)
  2. Interrupt boot process of bootloader by pressing any key
  3. Setup IP addresses of board and TFTP server (replace IPs with your own)
    (IPQ) # setenv ipaddr 10.42.21.50
    (IPQ) # setenv serverip 10.42.21.200
  4. Disable autoboot and probe for the serial flash
    (IPQ) # setenv autoboot false
    (IPQ) # sf probe
  5. Transfer the image from TFTP to the RAM. Replace filename to match your image. Note the Bytes transferred length (0x4c0aa bytes in this example)
    (IPQ) # tftpboot 0x44000000 sysupgrade.bin
    Using eth0 device
    TFTP from server 10.42.21.200; our IP address is 10.42.21.50
    Filename 'sysupgrade.bin'.
    Load address: 0x44000000
    Loading: #################################################################
    	 #################################################################
    	 #################################################################
    	 #################################################################
    	 #################################################################
    	 ###############
    done
    Bytes transferred = 4980906 (4c00aa hex)
  6. Erase the flash area with the kernel image and rootfs. Write the new image from RAM to flash. Change the size to match the Bytes transferred length from previous step. (0x4c0aa bytes in this example).
      
    (IPQ) # sf erase 0x320000 0xc60000
    (IPQ) # sf write 0x44000000 0x320000 0x4c00aa

    These commands need some time executing.

  7. Reboot to OpenWrt. The next update can be done by sysupgrade

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

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

Likely to be identical to flash layout of vr2600v.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. The command line method for upgrading is:

  • sysupgrade

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

sysupgrade

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

This device (or at least the EU model) has just one known firmware version (Archer_VR2600v1_1.4.0_0.8.0_up_boot(160518)_2016-05-18_14.20.31.bin), which does not appear to enable TFTP during boot, and therefore TFTP recovery is not possible. Recovery may be possible via serial or JTAG. Link to OpenWrt forum

Unfortunately, the only TP recovery .bin file from 2016 (EU model), is about 20 MB and is larger than the VR2600 flash at 16 MB, making simple recovery using serial to be impossible without fully understanding the structure of the TP recovery file at this time.

An experimental recovery file has been created which 'appears' to work on my only vr2600 router. Please study the forum posts on the subject:

Forum discussion

Dropbox link to experimental file to restore vr2600 v1 (EU)

The same recovery file can be created as follows:

  1. Rename the original TPlink firmware listed above to tplinkoemfw.bin
  2. Use these linux command to extract the Kernal + rootfs partitions from original TP-Link firmware for vr2600 v1 (EU), into a new file called vr2600-320200.bin:
    dd if=tplinkoemfw.bin of=temp.bin bs=3277312 skip=1
    dd if=temp.bin of=vr2600-320200.bin bs=12976128 count=1
  3. Use OpenWrt firmware installation method described in earlier section to TFTP and install vr2600-320200.bin. Make sure after executing the tftpboot command, the transfer returns Bytes transferred = 12976128 (c60000 hex). The flash erase and write commands should be like this (Tip: Copy & Paste these to reduce risk of overwriting wrong part of flash!):
    (IPQ) # sf erase 0x320000 0xc60000 
    (IPQ) # sf write 0x44000000 0x320000 0xc60000
  4. After writing to flash is complete (be patient), restart the device. The TP-Link firmware will start if successful.
  5. Reinstall the full TP-Link firmware from TP-Link GUI.

If the procedure fails, you may be able to reinstall OpenWrt.

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

The default network configuration is:

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

Numbers 4-1 are Ports 1-4 as labeled on the unit, number 5 is the Internet (WAN) on the unit, 0 and 6 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 4 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) 5
LAN 1 4
LAN 2 3
LAN 3 2
LAN 4 1
GMII 0 (marked as CPU) Switch0 CPU Port eth0
6 Switch0 CPU Port eth1

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.

The TP-Link Archer VR2600 has the following buttons:

BUTTON Event
Reset reboot/reset
WPS -
5G WiFi On/Off rfkill(?)
2.4G WiFi On/Off rfkill(?)
LED On/Off -


WPS button, 5GHz button, 2.4 GHz button, 2x USB 3.0 ports


On/Off button, DC Power, 4x Gigabit LAN, 1x Gigabit WAN, Reset, DSL port. 4x detachable aerials.

The power connector is a regular 2.1 x 5.5mm barrel socket. Positive polarity on centre pin. The router is rated to 3.3 Amps because it has two USB3 sockets, each socket rated to 0.9 Amps.

https://forum.openwrt.org/t/tp-link-archer-vr2600-installation/48081/7

Note: This will void your warranty!

  1. Pull off the 4 rubber feet.
  2. Remove the 4 screws.
  3. Place the router on table with top cover facing upwards.
  4. Starting from the rear edge above the LAN sockets. Insert a metal spudger horizontally pushing past the ventilation slots. Lift/lever the free end of the spudger upwards. There are 4 plastic clips to unlatch.
  5. Repeat for the left and right sides of the cover.
  6. Warning: Take care when pulling the cover away from the case to separate the clips on the front edge of the cover. There is a short flat cable connected to the underside of the lid. Lift the small latch to enable the flat cable to slide off the connector.

Main PCB:

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

Locate JP2 in between the LAN and WAN gigabit ports.

Connect a 3.3v compatible serial interface to the TXD, RXD and GND pins only.

Serial connection parameters
for TP-Link Archer VR2600 v1
115200, 8N1

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

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

None so far.

U-Boot 2012.07 [Standard IPQ806X.LN,r40858] (Dec 08 2015 - 15:14:35) smem ram ptable found: ver: 0 len: 5 DRAM: 491 MiB NAND: ipq_nand: unknown NAND device manufacturer: 0 device: 0 ipq_nand: failed to identify device SF: we have a match, call probe SF: Detected W25Q128 with page size 64 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x1000000 16 MiB MMC: *** Warning - bad CRC, using default environment PCI0 Link Intialized PCI1 Link Intialized In: serial Out: serial Err: serial Net: No ART partition found MAC1 addr:0:3:7f:ba:db:1 S17c athrs17_init_switch done. WJL: athrs17_reg_init() reg-0x30=0x80000700.1. WJL: athrs17_reg_init() reg-0x30=0x80000401.2. WJL: athrs17_reg_init: PAD config after SOFT_RESET. WJL: athrs17_reg_init: 0x0000007c=0x00001080.1. WJL: athrs17_reg_init: 0x00000094=0x00001080.2. athrs17_reg_init: complete S17c init done (WJL-07-10-1829, uboot task - internal loopback) MAC2 addr:0:3:7f:ba:db:2 eth0 Warning: eth0 MAC addresses don't match: Address in SROM is 00:03:7f:ba:db:01 Address in environment is 00:aa:bb:cc:dd:ee , eth1 Hit any key to stop autoboot: 0 MMC Device 0 not found MMC Device 0 not found Loading from nand1, offset 0x320200 Image Name: Linux-3.4.103 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1884144 Bytes = 1.8 MiB Load Address: 41508000 Entry Point: 41508000 Automatic boot of image at addr 0x44000000 ... Image Name: Linux-3.4.103 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1884144 Bytes = 1.8 MiB Load Address: 41508000 Entry Point: 41508000 Verifying Checksum ... OK Loading Kernel Image ... OK OK device nand1 <nand1>, # parts = 1 #: name size offset mask_flags 0: ART 0x00040000 0x00fc0000 0 active partition: nand1,0 - (ART) 0x00040000 @ 0x00fc0000 defaults: mtdids : none mtdparts: none Setting up atags for msm partition: ART Using machid 0x1260 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Linux version 3.4.103 (dbs@centos) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #336 SMP PREEMPT Wed May 18 10:25:21 CST 2016 [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine: Qualcomm Atheros AP148 reference board [ 0.000000] Partition (from atag) ART -- Offset:fc Size:4 [ 0.000000] msm_reserve_memory: 0x44000000, 0x600000 [ 0.000000] msm_reserve_memory: 0x44600000, 0x200000 [ 0.000000] memory pool 3 (start 5fc00000 size 400000) initialized [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] smem_find(137, 80): wrong size 72 [ 0.000000] socinfo_init: v6, id=202, ver=2.0, raw_id=2064, raw_ver=2064, hw_plat=0, hw_plat_ver=65536 [ 0.000000] accessory_chip=0 hw_plat_subtype=0 [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0c7d000 s10816 r8192 d13760 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 121642 [ 0.000000] Kernel command line: console=ttyHSL1,115200n8 root=mtd:rootfs rootfstype=squashfs [ 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: 43MB 436MB = 479MB total [ 0.000000] Memory: 477212k/489500k available, 13284k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xdf000000 - 0xff000000 ( 512 MB) [ 0.000000] lowmem : 0xc0000000 - 0xdeb00000 ( 491 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc051b000 (5196 kB) [ 0.000000] .init : 0xc0600000 - 0xc0702a40 (1035 kB) [ 0.000000] .data : 0xc0704000 - 0xc07a5e48 ( 648 kB) [ 0.000000] .bss : 0xc07a5e6c - 0xc08790d0 ( 845 kB) [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:1689 [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms [ 0.000000] Console: colour dummy device 80x30 [ 0.150452] Calibrating delay using timer specific routine.. 12.56 BogoMIPS (lpj=62801) [ 0.150484] pid_max: default: 32768 minimum: 301 [ 0.150921] Mount-cache hash table entries: 512 [ 0.152389] CPU: Testing write buffer coherency: ok [ 0.152608] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.152639] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available [ 0.152733] Setting up static identity map for 0x418a6358 - 0x418a63e0 [ 0.155014] CPU1: Booted secondary processor [ 0.155107] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.155201] Brought up 2 CPUs [ 0.155201] SMP: Total of 2 processors activated (25.12 BogoMIPS). [ 0.171633] dummy: [ 0.172321] NET: Registered protocol family 16 [ 0.173133] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver [ 0.175445] meminfo_init: smem ram ptable found: ver: 0 len: 5 [ 0.175476] Found 1 memory banks grouped into 8 memory regions [ 0.175757] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio [ 0.176569] smem_find(137, 80): wrong size 72 [ 0.176601] socinfo_init: v6, id=202, ver=2.0, raw_id=2064, raw_ver=2064, hw_plat=0, hw_plat_ver=65536 [ 0.176601] accessory_chip=0 hw_plat_subtype=0 [ 0.176632] msm_rpm_init: RPM firmware 3.0.16777342 [ 0.184411] clk_tbl_nss - loaded [ 0.211433] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.211465] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.211871] msm_dmov_memcpy_init: Success [ 0.219618] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20 [ 0.219650] sps:BAM 0x12244000 is registered. [ 0.219900] sps:sps is ready. [ 0.260918] msm_pcie_setup: link initialized [ 0.261324] PCI host bridge to bus 0000:00 [ 0.261324] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fefffff] [ 0.261855] PCI: bus0: Fast back to back transfers disabled [ 0.261855] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.262667] PCI: bus1: Fast back to back transfers disabled [ 0.301030] msm_pcie_setup: link initialized [ 0.301405] PCI host bridge to bus 0000:02 [ 0.301405] pci_bus 0000:02: root bus resource [mem 0x2e000000-0x31efffff] [ 0.301874] PCI: bus2: Fast back to back transfers disabled [ 0.301874] pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.302624] PCI: bus3: Fast back to back transfers disabled [ 0.421368] msm_pcie_setup: link initialization failed [ 0.421587] pci 0000:02:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff] [ 0.421618] pci 0000:03:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit] [ 0.421649] pci 0000:02:00.0: PCI bridge to [bus 03-03] [ 0.421680] pci 0000:02:00.0: bridge window [mem 0x2e000000-0x2e1fffff] [ 0.421743] PCI: enabling device 0000:02:00.0 (0140 -> 0143) [ 0.421805] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff] [ 0.421836] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit] [ 0.421868] pci 0000:00:00.0: PCI bridge to [bus 01-01] [ 0.421899] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff] [ 0.421930] PCI: enabling device 0000:00:00.0 (0140 -> 0143) [ 0.445329] bio: create slab <bio-0> at 0 [ 0.447422] SCSI subsystem initialized [ 0.449265] spi_qsd spi_qsd.5: master is unqueued, this is deprecated [ 0.451733] spi_qsd spi_qsd.6: master is unqueued, this is deprecated [ 0.455607] Switching to clocksource gp_timer [ 0.477444] NET: Registered protocol family 2 [ 0.487160] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.487785] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.487972] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 0.488159] TCP: Hash tables configured (established 16384 bind 16384) [ 0.488191] TCP: reno registered [ 0.488191] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488222] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.488659] NET: Registered protocol family 1 [ 0.490003] Detected 5 counters on the L2CC PMU. [ 0.491065] smd: register irq failed on wcnss_a11 [ 0.491065] smd: deregistering IRQs [ 0.491127] SMD: smd_core_platform_init() failed [ 0.491877] Partition(from smem) SBL1 -- Offset:0 Size:20000 [ 0.491877] Partition(from smem) MIBIB -- Offset:20000 Size:20000 [ 0.491908] Partition(from smem) SBL2 -- Offset:40000 Size:40000 [ 0.491908] Partition(from smem) SBL3 -- Offset:80000 Size:80000 [ 0.491940] Partition(from smem) DDRCONFIG -- Offset:100000 Size:10000 [ 0.491940] Partition(from smem) SSD -- Offset:110000 Size:10000 [ 0.491971] Partition(from smem) TZ -- Offset:120000 Size:80000 [ 0.491971] Partition(from smem) RPM -- Offset:1a0000 Size:80000 [ 0.492002] Partition(from smem) APPSBL -- Offset:220000 Size:80000 [ 0.492033] Partition(from smem) APPSBLENV -- Offset:2a0000 Size:40000 [ 0.492033] Partition(from smem) kernel -- Offset:320000 Size:200000 [ 0.492064] Partition(from smem) rootfs -- Offset:520000 Size:a60000 [ 0.492064] get_bootconfig_partition: magic not found [ 0.507154] acpuclk-ipq806x acpuclk-ipq806x: SPEED BIN: 0 [ 0.507185] acpuclk-ipq806x acpuclk-ipq806x: ACPU PVS: 1 [ 0.513808] acpuclk-ipq806x acpuclk-ipq806x: CPU0: 6 frequencies supported [ 0.513808] acpuclk-ipq806x acpuclk-ipq806x: CPU1: 6 frequencies supported [ 0.515370] msm_rpm_log_probe: OK [ 0.533801] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.534864] fuse init (API version 7.18) [ 0.536144] msgmni has been set to 932 [ 0.538175] io scheduler noop registered [ 0.538206] io scheduler deadline registered (default) [ 0.539518] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.542174] msm_serial_hs.0: ttyHS0 at MMIO 0x12490000 (irq = 227) is a MSM HS UART [ 0.542799] msm_serial_hs module loaded [ 0.542986] msm_serial_hsl: detected port #1 [ 0.543111] msm_serial_hsl.1: ttyHSL1 at MMIO 0x16340000 (irq = 184) is a MSM [ 0.543548] msm_serial_hsl: console setup on port #1 [ 1.312902] console [ttyHSL1] enabled [ 1.317025] msm_serial_hsl: driver initialized [ 1.339956] brd: module loaded [ 1.349953] loop: module loaded [ 1.356669] ahci ahci.0: forcing PORTS_IMPL to 0x1 [ 1.360481] ahci ahci.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode [ 1.368384] ahci ahci.0: flags: ncq sntf pm led clo only pmp pio slum part ccc apst [ 1.377413] scsi0 : ahci_platform [ 1.380412] ata1: SATA max UDMA/133 mmio [mem 0x29000000-0x2900017f] port 0x100 irq 241 [ 1.390471] Register flash device: flash0, major=200 [ 1.394626] m25p80 spi5.0: found w25q128, expected s25fl512s [ 1.400093] m25p80 spi5.0: w25q128 (16384 Kbytes) [ 1.405373] Creating 13 MTD partitions on "m25p80": [ 1.409746] 0x000000fc0000-0x000001000000 : "ART" [ 1.416588] 0x000000000000-0x000000020000 : "SBL1" [ 1.422118] 0x000000020000-0x000000040000 : "MIBIB" [ 1.427803] 0x000000040000-0x000000080000 : "SBL2" [ 1.433270] 0x000000080000-0x000000100000 : "SBL3" [ 1.438831] 0x000000100000-0x000000110000 : "DDRCONFIG" [ 1.444767] 0x000000110000-0x000000120000 : "SSD" [ 1.450796] 0x000000120000-0x0000001a0000 : "TZ" [ 1.457044] 0x0000001a0000-0x000000220000 : "RPM" [ 1.463292] 0x000000220000-0x0000002a0000 : "APPSBL" [ 1.469853] 0x0000002a0000-0x0000002e0000 : "APPSBLENV" [ 1.476663] 0x000000320000-0x000000520000 : "kernel" [ 1.483192] 0x000000520000-0x000000f80000 : "rootfs" [ 1.489784] mtd: partition "rootfs" set to be root filesystem [ 1.494876] mtd: partition "rootfs_data" created automatically, ofs=DB0000, len=1D0000 [ 1.502561] 0x000000db0000-0x000000f80000 : "rootfs_data" [ 1.510684] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 1.562230] GPIO Bitbanged MDIO: probed [ 1.565354] PPP generic driver version 2.4.2 [ 1.570259] NET: Registered protocol family 24 [ 1.575070] ipq-dwc3 ipq-dwc3.0: unable to read platform data num of dbm eps [ 1.684629] ipq-dwc3 ipq-dwc3.1: unable to read platform data num of dbm eps [ 1.735707] ata1: SATA link down (SStatus 0 SControl 300) [ 1.804717] cpuidle: using governor ladder [ 1.807872] cpuidle: using governor menu [ 1.817057] Mirror/redirect action on [ 1.819712] u32 classifier [ 1.822399] Actions configured [ 1.825929] Netfilter messages via NETLINK v0.30. [ 1.830490] nf_conntrack version 0.5.0 (7456 buckets, 51200 max) [ 1.837988] ctnetlink v0.93: registering with nfnetlink. [ 1.843049] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.848266] TCP: cubic registered [ 1.852702] NET: Registered protocol family 10 [ 1.858950] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 1.863667] IPv6 over IPv4 tunneling driver [ 1.871196] NET: Registered protocol family 17 [ 1.874695] NET: Registered protocol family 15 [ 1.879381] Bridge firewalling registered [ 1.883099] Ebtables v2.0 registered [ 1.886847] 8021q: 802.1Q VLAN Support v1.8 [ 1.890940] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0 [ 1.898687] Registering SWP/SWPB emulation handler [ 1.903280] clock_late_init: Removing enables held for handed-off clocks [ 1.918650] ipq_nss_get_mac_addr: MAC[0]: ff:ff:ff:ff:ff:ff [ 1.923305] ipq_nss_get_mac_addr: MAC[1]: ff:ff:ff:ff:ff:ff [ 1.928990] ipq_nss_get_mac_addr: MAC[3]: ff:ff:ff:ff:ff:ff [ 1.934489] no pmic restart interrupt specified [ 1.940456] msm_cache_dump_probe: could not register L2 buffer ret = -22. [ 1.948078] input: gpio-keys as /devices/platform/gpio-keys/input/▒[ 1.961980] VFS: Mounted root (squashfs filesystem) readonly on device 31:12. [ 1.968728] Freeing init memory: 1032K starting pid 826, tty '': '/etc/init.d/rcS' [ 3.303311] ssdk_plat_init start [ 3.316557] Register QCA PHY driver [ 3.499468] qca-ssdk module init succeeded! [ 3.638363] ********************************************************** [ 3.644017] * Driver :NSS GMAC Driver for RTL v(3.72a) [ 3.649921] * Version :1.0 [ 3.652202] * Copyright :Copyright (c) 2013-2014 The Linux Foundation. All rights reserved. [ 3.661699] **********************************************************mdio bus 'gpio-0' OK. [ 6.204154] Initialized NSS GMAC2 interface eth0: (base = 0x37400000, irq = 258, PhyId = 0, PollLink = 0) [ 6.213245] mdio bus 'gpio-0' OK. [ 6.215995] GMAC1(de1bd4c0) Invalid MAC@ - using 5e:5f:60:61:62:63PHY gpio-0:04 attach OK [ 6.238612] nss_gmac_probe: Program RGMII Tx delay..... [ 6.244392] eth%d MII_PHYSID1 - 0x004d [ 6.247297] eth%d MII_PHYSID2 - 0xd036 [ 6.253483] Initialized NSS GMAC1 interface eth1: (base = 0x37200000, irq = 255, PhyId = 4, PollLink = 1) [ 6.262168] mdio bus 'gpio-0' OK. [ 6.265323] GMAC0(de1becc0) Invalid MAC@ - using c6:c7:c8:c9:ca:cbInitialized NSS GMAC0 interface eth2: (base = 0x37000000, irq = 252, PhyId = 32, PollLink = 0) [ 6.672414] nss_driver - fw of size 354304 bytes copied to load addr: 40000000, nss_id : 0 [ 6.702186] nss_driver - Turbo Support 1 [ 6.710215] bf0f72ed: NSS Shaping is enabled, handler id: 0 [ 6.750796] nss_driver - fw of size 5392 bytes copied to load addr: 40800000, nss_id : 1 [ 6.773352] Error - Duplicate Interface CB Registered for interface 75 [ 6.778881] Error - Duplicate Interface CB Registered for interface 78 [ 6.803155] Enabling NSS RPS [ 6.832583] nss_macsec init success [ 6.974632] button_hotplug: module license 'unspecified' taints kernel. [ 6.980224] Disabling lock debugging due to kernel taint [ 6.988034] Button Hotplug driver version 0.4.1 [ 7.259575] ECM init [ 7.284223] ECM init complete [ 7.525898] usbcore: registered new interface driver usbfs [ 7.530740] usbcore: registered new interface driver hub [ 7.537457] usbcore: registered new device driver usb [ 7.682380] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 7.686472] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1 [ 7.693689] xhci-hcd xhci-hcd.0: irq 142, io mem 0x11000000 [ 7.703498] hub 1-0:1.0: USB hub found [ 7.706248] hub 1-0:1.0: 1 port detected [ 7.710278] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 7.715182] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2 [ 7.727054] hub 2-0:1.0: USB hub found [ 7.729803] hub 2-0:1.0: 1 port detected [ 7.733926] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 7.738800] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3 [ 7.746048] xhci-hcd xhci-hcd.1: irq 237, io mem 0x10000000 [ 7.754170] hub 3-0:1.0: USB hub found [ 7.756919] hub 3-0:1.0: 1 port detected [ 7.760949] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 7.765854] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4 [ 7.773726] hub 4-0:1.0: USB hub found [ 7.776788] hub 4-0:1.0: 1 port detected [ 7.785442] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.791034] msm_hsusb_host msm_hsusb_host: unable to find transceiver [ 7.806966] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 7.924867] Initializing USB Mass Storage driver... [ 7.930771] usbcore: registered new interface driver usb-storage [ 7.935801] USB Mass Storage support registered. [ 8.199625] Tuxera NTFS driver 3015.1.29 [Flags: R/W MODULE]. [ 8.331896] Tuxera FAT 12/16/32 driver version 3014.9.10 [Flags: R/W MODULE]. [ 8.369696] Tuxera HFS+ driver 3014.7.28 [ 8.493408] Tuxera exFAT driver version 3014.9.10 [Flags: R/W MODULE]. [ 8.613089] dns_init [ 8.614245] domain_name:tplinkmodem.net /dev/mem opened. Memory mapped at address 0x4017c000. Value at address 0x801020 (0x4017c020): 0x1C0 Written 0x1C0; readback 0x1C0 /dev/mem opened. Memory mapped at address 0x40302000. Value at address 0x801420 (0x40302420): 0x3C3 Written 0x3C3; readback 0x3C3 Please press Enter to activate this console. [ dm_readFile ] 2042: can not open xml file /var/tmp/pc/reduced_data_model.xml!, about to open file /etc/reduced_data_model.xml [ dm_loadCfg ] 2290: software version is not match, in config, version = 0 [ dm_readFile ] 2042: can not open xml file /var/tmp/pc/default_config.xml!, about to open file /etc/default_config.xml [ parseConfigNode ] 525: Meet unrecognized object node "PhDDNSCfg", skip the node [ parseConfigNode ] 530: Meet unrecognized parameter node "PhDDNSCfg", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "X_TP_L2TP_Connection", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "X_TP_PPTP_Connection", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "QueueManagement", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "VoiceService", skip the node [ parseConfigNode ] 530: Meet unrecognized parameter node "VoiceService", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "X_TP_CallFireWallCfg", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "X_TP_SpeedDialCfg", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "X_TP_MultiIspDialPlan", skip the node [ parseConfigNode ] 525: Meet unrecognized object node "X_TP_CallLogCfg", skip the node ddns_ud> start enable = 0, server: , auth: , request ioctl: No such device [ 13.080568] device eth0 entered promiscuous mode [ 13.084286] br0: port 1(eth0) entered forwarding state [ 13.089284] br0: port 1(eth0) entered forwarding state /bin/sh: can't create /proc/tplink/eth_vlan: nonexistent directory SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. [ 13.504467] device eth0 left promiscuous mode [ 13.507841] br0: port 1(eth0) entered disabled state [ 13.520056] device eth0.2 entered promiscuous mode [ 13.523805] device eth0 entered promiscuous mode [ 13.528584] br0: port 1(eth0.2) entered forwarding state [ 13.533708] br0: port 1(eth0.2) entered forwarding state [ 13.546485] device eth0.3 entered promiscuous mode [ 13.550296] br0: port 2(eth0.3) entered forwarding state [ 13.555545] br0: port 2(eth0.3) entered forwarding state [ 13.568103] device eth0.4 entered promiscuous mode [ 13.571915] br0: port 3(eth0.4) entered forwarding state [ 13.577163] br0: port 3(eth0.4) entered forwarding state [ 13.589659] device eth0.5 entered promiscuous mode [ 13.593470] br0: port 4(eth0.5) entered forwarding state [ 13.598750] br0: port 4(eth0.5) entered forwarding state *********cal_data_2g******* 202f95540000000016000000 *********cal_data_end******* *********cal_data_5g******* 202fda710000000000161616 *********cal_data_end******* [ 14.115526] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D) [ 14.146797] ath_spectral: Version 2.0.0 [ 14.146797] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 14.157357] SPECTRAL module built on Nov 5 2015 15:58:04 [ 14.167010] ath_tx99: Version 2.0 [ 14.167010] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved [ 14.181099] ath_dfs: Version 2.0.0 [ 14.181099] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 14.195751] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 14.436488] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 15.640112] ath_pci: (Atheros/multi-bss) [ 15.643111] ath_pci_probe [ 15.645704] PCI device id is 0040 :0040 [ 15.649515] PCI: enabling device 0000:01:00.0 (0140 -> 0142) [ 15.655357] ath_pci 0000:01:00.0: ath DEBUG: sc=0xdb56ee00 [ 15.660637] [ 15.660637] ol_ath_pci_configure : num_desired MSI set to 0 [ 15.667822] [ 15.667822] Using PCI Legacy Interrupt [ 15.673039] chip_id 9 chip_revision 1 [ 15.677350] [ 15.677350] address 4008f8 data db5bfc30 [ 15.683348] [ 15.683348] address 401e90 data db5bfc34 [ 15.689971] [ 15.689971] address 401e94 data db5bfc38 [ 15.696563] [ 15.696563] address 401eb0 data db5bfc3c [ 15.703186] [ 15.703186] address 400900 data db5bfc3c [ 15.709840] [ 15.709840] CLOCK PLL skipped [ 15.713402] HIF_PCIDeviceProbed: setting the target pll frac ffffffff intval ffffffff [ 15.721243] HIF_PCIDeviceProbed: no frac provided, skipping pre-configuring PLL [ 15.728522] HIF_PCIDeviceProbed: ar900b_20_targ_clk is not provided, skipping pre-configuring PLL [ 15.737394] [ 15.737394] address 4008cc data db5bfc3c [ 15.745017] __ol_ath_attach: ath_attach TODO [ 15.748266] __ol_ath_attach 1755 host_enable 0 nss_nwifi_offload 0 [ 15.754420] __ol_ath_attach: dev name wifi0 [ 15.758606] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 15.768009] OL_ACBKMinfree : 0 [ 15.771071] OL_ACBEMinfree : 0 [ 15.774195] OL_ACVIMinfree : 0 [ 15.777350] OL_ACVOMinfree : 0 [ 15.780443] ol_ath_attach() BMI inited. [ 15.784411] ol_ath_attach() BMI Get Target Info. [ 15.788909] ol_ath_attach() TARGET TYPE: 9 Vers 0x1000000 [ 15.794283] [ 15.794283] CE WAR Disabled [ 15.798750] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 15.804186] ol_ath_attach() configure Target . [ 15.809715] [ 15.809715] Target Version is 1000000 [ 15.813933] [ 15.813933] Flash Download Address c0000 [ 15.819618] ol_transfer_bin_file: flash data file defined [ 15.824960] Cal location [0]: 00000000 [ 15.828741] [ 15.828741] Wifi0 Select OFFSET 1000 [ 15.852796] qc98xx_verify_checksum: flash checksum passed: 0x5495 [ 15.857919] ol_transfer_bin_file 2935: Download Flash data len 12064 [ 15.864386] Board extended Data download address: 0x0 [ 15.889565] [ 15.889597] Board data initialized [ 15.893564] Flash download ADDRESS 0xc0000 [ 15.897625] [ 15.897625] Selecting OTP binary for CHIP Version 1 [ 15.976726] [ 15.976757] First OTP send param 8000 [ 15.984254] ol_ath_download_firmware :First OTP download and Execute is good return param 38912 [ 15.992158] [ 15.992158] ##Board Id 6 [ 15.996094] [ 15.996094] ##CHIP Id 1 [ 16.000093] [ 16.000093] BOARDDATA DOWNLOAD TO address c0000 [ 16.036769] ol_transfer_bin_file: Board data file: AR900B/hw.2/boardData_AR900B_CUS240_2GMipiHigh_v2_006.bin ARXXXX v=0x1 [ 16.063386] Board extended Data download address: 0x0 [ 16.087816] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 16.093845] [ 16.093845] Selecting OTP binary for CHIP Version 1 [ 16.148641] [ 16.148641] Second otp download Param 10000 [ 16.164354] ol_ath_download_firmware : OTP download and Execute is good [ 16.170040] [ 16.170040] FIRMWARE : Beeliner CHIP Version 1 [ 16.193345] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=131072 [ 16.221274] Swap: bytes_left to copy: fw:16; dma_page:24579 [ 16.225866] Swap: wrong length read:0 [ 16.229459] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 106493 Target address 417968 [ 16.238487] scn=da3804c0 target_write_addr=417968 seg_info=de041910 [ 16.244767] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 16.253608] bin_filename=AR900B/hw.2/athwlan.bin swap_filename=/lib/firmware/AR900B/hw.2/athwlan.codeswap.bin open DNS error: No such file or directory [ oal_sys_getOldTZInfo ] 410: Open TZ file error! [ 17.941330] ol_ath_attach() Download FW. [ 17.944361] ol_ath_attach() HT Create . [ 17.948172] ol_ath_attach() HIF Claim. [ 17.951952] ol_ath_attach() BMI Done. [ 17.955638] ol_ath_attach() WMI attached. wmi_handle da420000 [ 17.961418] +HWT [ 17.966073] CE_recv_buf_enqueue 809 Populate last entry 512 for CE 5 [ 17.971383] CE_recv_buf_enqueue 818 CE 5 wi 511 dest_ptr 0x5b32b040 nbytes 0 recv_ctxt 0xdb6e9e40 [ 17.980662] Target:dcf67800 HTC Service:0x0001, ULpipe:0 DLpipe:1 id:0 Ready [ 17.987316] -HWT [ 17.989097] [ 17.989097] <=== cfg max peer id 1056 ====> [ 17.994845] Target:dcf67800 HTC Service:0x0300, ULpipe:4 DLpipe:5 id:1 Ready [ 18.001811] HTC Service:0x0300 ep:1 TX flow control disabled [ 18.009028] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 18.013433] ol_txrx_pdev_attach: 1424 tx desc's allocated ; range starts from d9ab0000 [ 18.021555] Target:dcf67800 HTC Service:0x0100, ULpipe:3 DLpipe:2 id:2 Ready [ 18.028491] HTC Service:0x0100 ep:2 TX flow control disabled [ 18.034739] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 18.040768] num_rf_chain : 00000004 [ 18.044204] ht_cap_info: : 0000085b [ 18.047672] vht_cap_info : 339b79b2 [ 18.051140] vht_supp_mcs : 0000ffea [ 18.054607] ol_ath_service_ready_event: tt_support: 1 [ 18.059668] Peer Caching Enabled ; num_peers = 528, num_active_peers = 66 num_tids = 132, num_vdevs = 16 [ 18.069134] idx 0 req 1 num_units 0 num_unit_info 2 unit size 1208 actual units 529 [ 18.077382] idx 1 req 2 num_units 1 num_unit_info 4 unit size 256 actual units 67 [ 18.084567] idx 2 req 3 num_units 1 num_unit_info 4 unit size 1024 actual units 67 [ 18.092377] idx 3 req 4 num_units 1 num_unit_info 4 unit size 4096 actual units 67 [ 18.100218] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 18.107903] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 18.115463] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2080 actual units 529 [ 18.123930] chunk 0 len 639032 requested ,ptr 0x5a900000 [ 18.128772] chunk 1 len 17152 requested ,ptr 0x5a860000 [ 18.134114] chunk 2 len 68608 requested ,ptr 0x5a880000 [ 18.139518] chunk 3 len 274432 requested ,ptr 0x5aa00000 [ 18.144985] chunk 4 len 107520 requested ,ptr 0x5a8a0000 [ 18.150452] chunk 5 len 6144 requested ,ptr 0x5a9b0000 [ 18.155763] chunk 6 len 1100320 requested ,ptr 0x5a400000 [ 18.239050] wmi_ready_event_rx: WMI UNIFIED READY event [ 18.243486] ol_ath_connect_htc() WMI is ready [ 18.247797] ol_ath_set_host_app_area TODO [ 18.251796] target uses HTT version 2.1; host uses 2.1 [ 18.260949] ol_ath_attach() connect HTC. [ 18.263917] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 18.275663] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 18.282505] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 18.289315] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 18.296063] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 18.302905] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 18.310121] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 18.317400] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 18.324586] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 18.331990] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 18.339393] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 18.346766] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 18.354264] ol_ath_phyerr_attach: called [ 18.359387] OL Resmgr Init-ed [ 18.361355] ieee80211_bsteering_attach: Band steering initialized [ 18.367416] ol_if_spectral_setup [ 18.370602] SPECTRAL : get_capability not registered [ 18.375570] HAL_CAP_PHYDIAG : Capable [ 18.379225] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 231) [ 18.387316] SPECTRAL : get_capability not registered [ 18.392221] HAL_CAP_RADAR : Capable [ 18.395876] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 18.395876] (spectral_attach : 236) [ 18.405748] SPECTRAL : get_capability not registered [ 18.410684] HAL_CAP_SPECTRAL_SCAN : Capable [ 18.414807] SPECTRAL : get_tsf64 not registered [ 18.419337] spectral_init_netlink 65 NULL SKB [ 18.423648] Green-AP : Green-AP : Attached [ 18.423648] [ 18.429240] Green-AP : Attached [ 18.432333] rate power table override is only supported for AR98XX [ 18.438581] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 18.445766] ieee80211com_init_netlink: 3223: Wifipos 1st Netlink socket created:db5e1a00 [ 18.453826] ol_if_dfs_setup: called [ 18.457357] ol_if_dfs_attach: called; ptr=d9545984, radar_info=db5bfbe0 [ 18.464167] ol_ath_rtt_meas_report_attach: called [ 18.468791] ol_ath_attach() UMAC attach . [ 18.472727] ol_if_dfs_configure: called [ 18.476538] ol_if_dfs_configure: FCC domain [ 18.480693] ol_if_dfs_disable: called [ 18.484348] ol_ath_attach: Calling ol_if_dfs_configure [ 18.489472] [ 18.489472] BURSTING enabled by default [ 18.494970] osif_wrap_attach:400 osif wrap attached [ 18.499750] osif_wrap_devt_init:361 osif wrap dev table init done [ 18.505873] Wrap Attached: Wrap_com =db5e1200 ic->ic_wrap_com=db5e1200 &wrap_com->wc_devt=db5e1200 [ 18.514901] __ol_ath_attach: init tx/rx TODO [ 18.519150] __ol_ath_attach: needed_headroom reservation 44 [ 18.527585] ol_ath_thermal_mitigation_attach: ++ [ 18.531240] ol_ath_thermal_mitigation_attach: -- [ 18.535863] ath_pci_probe [ 18.538394] PCI device id is 0040 :0040 [ 18.542236] PCI: enabling device 0000:03:00.0 (0140 -> 0142) [ 18.548078] ath_pci 0000:03:00.0: ath DEBUG: sc=0xdb5e1000 [ 18.553327] [ 18.553327] ol_ath_pci_configure : num_desired MSI set to 0 [ 18.561668] [ 18.561668] Using PCI Legacy Interrupt [ 18.566010] chip_id 9 chip_revision 1 [ 18.569915] [ 18.569915] address 4008f8 data db5bfc30 [ 18.576288] [ 18.576288] address 401e90 data db5bfc34 [ 18.582849] [ 18.582880] address 401e94 data db5bfc38 [ 18.589472] [ 18.589472] address 401eb0 data db5bfc3c [ 18.596032] [ 18.596032] address 400900 data db5bfc3c [ 18.602717] [ 18.602717] CLOCK PLL skipped [ 18.606310] HIF_PCIDeviceProbed: setting the target pll frac ffffffff intval ffffffff [ 18.614120] HIF_PCIDeviceProbed: no frac provided, skipping pre-configuring PLL [ 18.621430] HIF_PCIDeviceProbed: ar900b_20_targ_clk is not provided, skipping pre-configuring PLL [ 18.630271] [ 18.630271] address 4008cc data db5bfc3c [ 18.637863] __ol_ath_attach: ath_attach TODO [ 18.641112] __ol_ath_attach 1755 host_enable 0 nss_nwifi_offload 0 [ 18.647328] __ol_ath_attach: dev name wifi1 [ 18.651452] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 18.660855] OL_ACBKMinfree : 0 [ 18.663948] OL_ACBEMinfree : 0 [ 18.667072] OL_ACVIMinfree : 0 [ 18.670196] OL_ACVOMinfree : 0 [ 18.673320] ol_ath_attach() BMI inited. [ 18.677257] ol_ath_attach() BMI Get Target Info. [ 18.681724] ol_ath_attach() TARGET TYPE: 9 Vers 0x1000000 [ 18.687160] [ 18.687160] CE WAR Disabled [ 18.691596] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 18.697157] ol_ath_attach() configure Target . [ 18.701343] [ 18.701374] Target Version is 1000000 [ 18.706497] [ 18.706497] Flash Download Address c0000 [ 18.712121] ol_transfer_bin_file: flash data file defined [ 18.717525] Cal location [1]: 00004000 [ 18.721305] [ 18.721305] Wifi1 Select OFFSET 5000 [ 18.745329] qc98xx_verify_checksum: flash checksum passed: 0x71da [ 18.750390] ol_transfer_bin_file 2935: Download Flash data len 12064 [ 18.758075] Board extended Data download address: 0x0 [ 18.782318] [ 18.782318] Board data initialized [ 18.786348] Flash download ADDRESS 0xc0000 [ 18.790409] [ 18.790409] Selecting OTP binary for CHIP Version 1 [ 18.845954] [ 18.845954] First OTP send param 8000 [ 18.853452] ol_ath_download_firmware :First OTP download and Execute is good return param 36864 [ 18.861418] [ 18.861418] ##Board Id 4 [ 18.865292] [ 18.865292] ##CHIP Id 1 [ 18.869290] [ 18.869290] BOARDDATA DOWNLOAD TO address c0000 [ 18.875288] ol_transfer_bin_file: Board data file: AR900B/hw.2/boardData_AR900B_CUS238_5GMipiHigh_v2_004.bin ARXXXX v=0x1 [ 18.903342] Board extended Data download address: 0x0 [ 18.927741] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 18.933770] [ 18.933770] Selecting OTP binary for CHIP Version 1 [ 18.957450] [wifi0] FWLOG: [18438] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x518, 0x518, 0x0 ) [ 18.965010] [wifi0] FWLOG: [18438] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x518, 0x518, 0x0 ) [ 18.973726] [wifi0] FWLOG: [18438] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x518, 0x518, 0x0 ) [ 18.982411] [wifi0] FWLOG: [18438] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x518, 0x518, 0x0 ) [ 19.008716] [ 19.008716] Second otp download Param 10000 [ 19.024429] ol_ath_download_firmware : OTP download and Execute is good [ 19.030115] [ 19.030146] FIRMWARE : Beeliner CHIP Version 1 [ 19.052546] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=131072 [ 19.078725] Swap: bytes_left to copy: fw:16; dma_page:24579 [ 19.083317] Swap: wrong length read:0 [ 19.087066] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 106493 Target address 417968 [ 19.095938] scn=d95c04c0 target_write_addr=417968 seg_info=de0bf710 [ 19.102218] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 19.111059] bin_filename=AR900B/hw.2/athwlan.bin swap_filename=/lib/firmware/AR900B/hw.2/athwlan.codeswap.bin [ 20.226398] ol_ath_attach() Download FW. [ 20.229428] ol_ath_attach() HT Create . [ 20.233208] ol_ath_attach() HIF Claim. [ 20.236988] ol_ath_attach() BMI Done. [ 20.240706] ol_ath_attach() WMI attached. wmi_handle d95b0000 [ 20.246516] +HWT [ 20.250921] CE_recv_buf_enqueue 809 Populate last entry 512 for CE 5 [ 20.256263] CE_recv_buf_enqueue 818 CE 5 wi 511 dest_ptr 0x5a0cd040 nbytes 0 recv_ctxt 0xd90c6480 [ 20.265479] Target:dcf62000 HTC Service:0x0001, ULpipe:0 DLpipe:1 id:0 Ready [ 20.272164] -HWT [ 20.273976] [ 20.273976] <=== cfg max peer id 1056 ====> [ 20.279725] Target:dcf62000 HTC Service:0x0300, ULpipe:4 DLpipe:5 id:1 Ready [ 20.286660] HTC Service:0x0300 ep:1 TX flow control disabled [ 20.293845] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 20.298281] ol_txrx_pdev_attach: 1424 tx desc's allocated ; range starts from d8850000 [ 20.306373] Target:dcf62000 HTC Service:0x0100, ULpipe:3 DLpipe:2 id:2 Ready [ 20.313308] HTC Service:0x0100 ep:2 TX flow control disabled [ 20.319587] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 20.325554] num_rf_chain : 00000004 [ 20.329022] ht_cap_info: : 0000085b [ 20.332489] vht_cap_info : 339b79b2 [ 20.335957] vht_supp_mcs : 0000ffea [ 20.339425] ol_ath_service_ready_event: tt_support: 1 [ 20.344486] Peer Caching Enabled ; num_peers = 528, num_active_peers = 66 num_tids = 132, num_vdevs = 16 [ 20.353951] idx 0 req 1 num_units 0 num_unit_info 2 unit size 1208 actual units 529 [ 20.362199] idx 1 req 2 num_units 1 num_unit_info 4 unit size 256 actual units 67 [ 20.369447] idx 2 req 3 num_units 1 num_unit_info 4 unit size 1024 actual units 67 [ 20.377194] idx 3 req 4 num_units 1 num_unit_info 4 unit size 4096 actual units 67 [ 20.385004] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 20.392721] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 20.400312] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2080 actual units 529 [ 20.408747] chunk 0 len 639032 requested ,ptr 0x59e00000 [ 20.413558] chunk 1 len 17152 requested ,ptr 0x59f00000 [ 20.418994] chunk 2 len 68608 requested ,ptr 0x59f20000 [ 20.424336] chunk 3 len 274432 requested ,ptr 0x59f80000 [ 20.429803] chunk 4 len 107520 requested ,ptr 0x59f40000 [ 20.435270] chunk 5 len 6144 requested ,ptr 0x59e9e000 [ 20.440581] chunk 6 len 1100320 requested ,ptr 0x59800000 [ 20.521961] wmi_ready_event_rx: WMI UNIFIED READY event [ 20.526366] ol_ath_connect_htc() WMI is ready [ 20.530677] ol_ath_set_host_app_area TODO [ 20.534739] target uses HTT version 2.1; host uses 2.1 [ 20.544860] ol_ath_attach() connect HTC. [ 20.547860] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 20.559606] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 20.566635] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 20.573445] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 20.580318] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 20.587285] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 20.594283] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 20.601655] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 20.608965] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 20.616401] Add VHT80 channel: 5210 [ 20.619806] Add VHT80 channel: 5290 [ 20.623273] Add VHT80 channel: 5530 [ 20.626772] Add VHT80 channel: 5610 [ 20.630209] Add VHT80 channel: 5690 [ 20.633708] Add VHT80 channel: 5775 [ 20.637207] Skipping VHT80 channel 5825 [ 20.641299] ol_ath_phyerr_attach: called [ 20.644954] OL Resmgr Init-ed [ 20.649078] ieee80211_bsteering_attach: Band steering initialized [ 20.654139] ol_if_spectral_setup [ 20.657388] SPECTRAL : get_capability not registered [ 20.662324] HAL_CAP_PHYDIAG : Capable [ 20.665979] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 231) [ 20.674008] SPECTRAL : get_capability not registered [ 20.678975] HAL_CAP_RADAR : Capable [ 20.682630] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 20.682630] (spectral_attach : 236) [ 20.692533] SPECTRAL : get_capability not registered [ 20.697407] HAL_CAP_SPECTRAL_SCAN : Capable [ 20.701530] SPECTRAL : get_tsf64 not registered [ 20.706060] spectral_init_netlink 65 NULL SKB [ 20.710402] Green-AP : Green-AP : Attached [ 20.710402] [ 20.715963] Green-AP : Attached [ 20.719056] rate power table override is only supported for AR98XX [ 20.725273] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 20.732489] ieee80211com_init_netlink: Socket already created db5e1a00 [ 20.738987] ol_if_dfs_setup: called [ 20.742517] ol_if_dfs_attach: called; ptr=d8ac5984, radar_info=db5bfbe0 [ 20.749359] ol_ath_rtt_meas_report_attach: called [ 20.754201] ol_ath_attach() UMAC attach . [ 20.757950] ol_if_dfs_configure: called [ 20.761699] ol_if_dfs_configure: FCC domain [ 20.765885] ol_if_dfs_disable: called [ 20.769540] ol_ath_attach: Calling ol_if_dfs_configure [ 20.774632] [ 20.774632] BURSTING enabled by default [ 20.780131] osif_wrap_attach:400 osif wrap attached [ 20.784910] osif_wrap_devt_init:361 osif wrap dev table init done [ 20.791034] Wrap Attached: Wrap_com =de2ff400 ic->ic_wrap_com=de2ff400 &wrap_com->wc_devt=de2ff400 [ 20.800093] __ol_ath_attach: init tx/rx TODO [ 20.804311] __ol_ath_attach: needed_headroom reservation 44 [ 20.812808] ol_ath_thermal_mitigation_attach: ++ [ 20.816463] ol_ath_thermal_mitigation_attach: -- [ 20.979069] set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 21.190877] ath_ioctl: SIOC80211IFCREATE CALLED [ 21.194439] wmi_unified_vdev_create_send: ID = 0 Type = 1, Subtype = 0 VAP Addr = 50:c7:bf:0a:26:a0: [ 21.204092] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 21.211590] Enabling SG bit for the vap ath0 features 4000 [ 21.217119] Enabling TSO bit for the vap ath0 features 4000 [ 21.222680] Enabling LRO bit for the vap ath0 features 4000 [ 21.228366] VAP device ath0 created osifp: (d852a4c0) os_if: (d9088000) ath0 [ 21.242517] [wifi1] FWLOG: [20733] WAL_DBGID_TX_AC_BUFFER_SET ( su bfee 1 mu bfee 0 su bfer 1 mu bfer 0 impl bf 0 sounding dim 3 [ 21.253077] 0x3, 0x1e, 0x518, 0x518ath_ioctl: SIOC80211IFCREATE CALLED [ 21.255951] wmi_unified_vdev_create_send: ID = 1 Type = 2, Subtype = 0 VAP Addr = 52:c7:bf:0a:26:a0: [ 21.256076] wmi_unified_set_psmode:set psmode=1 [ 21.256482] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 21.256544] Enabling SG bit for the vap ath1 features 4000 [ 21.256544] Enabling TSO bit for the vap ath1 features 4000 [ 21.256544] Enabling LRO bit for the vap ath1 features 4000 [ 21.256576] VAP device ath1 created osifp: (d852ccc0) os_if: (d84e8000) ath1 [ 21.304717] , 0x0 ) [ 21.307185] [wifi1] wmi_unified_set_psmode:set psmode=0 [ 21.308934] wmi_unified_set_psmode:set psmode=0 [ 21.312902] wmi_unified_set_psmode:set psmode=0 [ 21.312995] wmi_unified_set_psmode:set psmode=0 [ 21.320774] su bfee 1 mu bfee 0 su bfer 1 mu bfer 0 impl bf 0 sounding dim 3 [ 21.327991] ath_ioctl: SIOC80211IFCREATE CALLED [ 21.328022] wmi_unified_vdev_create_send: ID = 2 Type = 1, Subtype = 0 VAP Addr = 62:c7:bf:0a:26:a0: [ 21.328491] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 21.328522] Enabling SG bit for the vap ath2 features 4000 [ 21.328522] Enabling TSO bit for the vap ath2 features 4000 [ 21.328522] Enabling LRO bit for the vap ath2 features 4000 [ 21.328522] VAP device ath2 created osifp: (d852e4c0) os_if: (da640000) [ 21.378069] FWLOG: [20733] WAL_DBGID_TX_AC_BUFFER_SET ( su bfee 1 mu bfee 0 su bfer 1 mu bfer 0 impl bf 0 sounding dim 3 ath2 [ 21.388972] 0x12, 0x1e, 0x518, 0x518, 0x0 ) [ 21.393564] [wifi1] FWLOG: [20733] WAL_DBGID_TX_AC_BUFFER_SET ( [ 21.396001] DES SSID SET=TP-LINK_26A0 [ 21.403498] 0x45, 0x1e, 0x518, 0x518, 0x0 ) [ 21.407622] [wifi1] [ol_ath_iw_setcountry][1660] *p=47, *(p+1)=42 [ 21.409497] isCountryCodeValid: EEPROM regdomain 0x0 [ 21.409497] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 21.409528] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 21.409528] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 21.409528] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 21.409559] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 21.409559] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 21.409559] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 21.409559] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 21.409590] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 21.409590] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 21.409590] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 21.420962] Set freq vap 0 stop send + d9088000 [ 21.420962] OL vap_stop + [ 21.420993] wmi_unified_vdev_stop_send for vap 0 (da420000) [ 21.421055] OL vap_stop - [ 21.421087] STOPPED EVENT for vap 0 (da420000) [ 21.421243] Set freq vap 0 stop send -d9088000 [ 21.447828] Set wait done --d9088000 [ 21.447828] Set freq vap 0 stop send + d84e8000 [ 21.447891] Set freq vap 0 stop send -d84e8000 [ 21.476632] Set wait done --d84e8000 [ 21.476632] Set freq vap 0 stop send + da640000 [ 21.476632] OL vap_stop + [ 21.476663] wmi_unified_vdev_stop_send for vap 2 (da420000) [ 21.476694] OL vap_stop - [ 21.476757] STOPPED EVENT for vap 2 (da420000) [ 21.476850] Set freq vap 0 stop send -da640000 [ 21.506622] Set wait done --da640000 [ 21.565135] FWLOG: [20733] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x518, 0x518, 0x0 ) [ 21.578725] ME Pool succesfully initialized vaddr - d7f00000 paddr - 0 [ 21.578756] num_elems = 10424 buf_size - 64 pool_size = 708832 [ 21.590128] Enable MCAST_TO_UCAST [ 21.609309] WARNING: Fragmentation with HT mode NOT ALLOWED!! Error for wireless request "Set Fragmentation Threshold" (8B24) : SET failed on device ath0 ; Invalid argument. [ 21.634051] Setting Max Stations:64 [ 21.669509] [ 21.669509] DES SSID SET=TP-LINK_Guest_26A0 [ 21.702218] ol_tx_me_init:Already Enabled!! [ 21.705373] Enable MCAST_TO_UCAST [ 21.720243] WARNING: Fragmentation with HT mode NOT ALLOWED!! Error for wireless request "Set Fragmentation Threshold" (8B24) : SET failed on device ath2 ; Invalid argument. [ 21.744486] Setting Max Stations:64 Reading topology file /var/Wireless/2_4G_topology.conf ... 022.033: Reading radio configuration file /var/Wireless/2_4G_80211g.ap_radio ... 022.034: Reading bss configuration file /var/Wireless/ath0.ap_bss ... [ 22.165666] ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 Using interface ath0 with hwaddr 50:c7:bf:0a:26:a0 and ssid 'TP-LINK_26A0' [ 22.224742] [ 22.224773] DES SSID SET=TP-LINK_26A0 022.234: upnp_wps_device_init called l2_packet_receive - recvfrom: Network is down [ 22.802061] OL vap_stop + [ 22.803655] wmi_unified_vdev_stop_send for vap 0 (da420000) [ 22.809247] OL vap_stop - [ 22.809278] STOPPED EVENT for vap 0 (da420000) [ 22.846922] 8021q: adding VLAN 0 to HW filter on device ath0 atheros_wireless_event_receive:Malformed netlink message: len=10[ 22.855388] Scan in progress.. Cancelling it 00 left=512 plen=984 512 extra bytes in the end of netlink mess[ 22.861761] wmi_unified_vdev_down_send for vap 0 (da420000) age [ 22.900499] device ath0 entered promiscuous mode [ 22.904154] br0: port 5(ath0) entered forwarding state [ 22.909247] br0: port 5(ath0) entered forwarding state atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992 512 extr[ 22.917838] device ath1 entered promiscuous mode a bytes in the end of netlink message atheros_wireless_event_receive:Malformed netlink message: len=10[ 22.934208] device ath2 entered promiscuous mode 08 left=512 plen=992 512 extra bytes in the end of netlink message brctl: bridge br0: Device or resource busy atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992 512 extra bytes in the end of netlink message *********c[ 22.957856] [wifi0] FWLOG: [22529] WAL_DBGID_SECURITY_ENCR_EN ( 0x26a0 ) [ 22.969540] [wifi0] FWLOG: [22529] WAL_DBGID_SECURITY_MCAST_KEY_SET ( al_data_2g******* 202f95540000000016000000 *********cal_data_e0x1 ) [ 22.982036] [wifi0] FWLOG: [23161] WAL channel change freq=2412, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 22.990752] [wifi0] FWLOG: [23187] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 22.997250] [wifi0] FWLOG: [23187] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) nd******* *********cal_data_5g******* 202fda710000000000161616 *********cal_data_end******* atheros_wireless_event_receive:Malformed netlink message: len=1000 left=512 plen=984 512 extra bytes in the end of netlink message [ 23.026304] set TXBF_SND_PERIOD: value 100 wmi_status 0 atheros_wireless_event_receive:Malformed netlink message: len=1004 left=512 plen=988 512 extr[ 23.052639] ath_ioctl: SIOC80211IFCREATE CALLED a bytes in the end of netlink message [ 23.061137] wmi_unified_vdev_create_send: ID = 0 Type = 1, Subtype = 0 VAP Addr = 50:c7:bf:0a:26:a2: [ 23.073945] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 23.081443] Enabling SG bit for the vap ath5 features 4000 [ 23.087004] Enabling TSO bit for the vap ath5 features 4000 [ 23.092596] Enabling LRO bit for the vap ath5 features 4000 [ 23.098250] VAP device ath5 created osifp: (dd87acc0) os_if: (d854c000) ath5 atheros_wireless_event_receive:Malformed netlink message: len=1000 left=512 plen=984 512 extr[ 23.112964] ath_ioctl: SIOC80211IFCREATE CALLED a bytes in the end of netlink message [ 23.120149] wmi_unified_vdev_create_send: ID = 1 Type = 2, Subtype = 0 VAP Addr = 52:c7:bf:0a:26:a2: [ 23.132677] wmi_unified_set_psmode:set psmode=1 [ 23.137457] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 23.145048] Enabling SG bit for the vap ath6 features 4000 [ 23.150640] Enabling TSO bit for the vap ath6 features 4000 [ 23.156232] Enabling LRO bit for the vap ath6 features 4000 [ 23.161855] VAP device ath6 created osifp: (d855acc0) os_if: (da62c000) ath6 atheros_wireless_event_receive:Malformed netlink message: len=1000 left=512 plen=984 512 extr[ 23.177194] wmi_unified_set_psmode:set psmode=0 a bytes in the end of netlink message [ 23.183817] wmi_unified_set_psmode:set psmode=0 [ 23.195470] wmi_unified_set_psmode:set psmode=0 [ 23.199156] wmi_unified_set_psmode:set psmode=0 [ 23.206841] ath_ioctl: SIOC80211IFCREATE CALLED [ 23.210371] wmi_unified_vdev_create_send: ID = 2 Type = 1, Subtype = 0 VAP Addr = 62:c7:bf:0a:26:a2: [ 23.219931] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 23.227553] Enabling SG bit for the vap ath7 features 4000 [ 23.232989] Enabling TSO bit for the vap ath7 features 4000 [ 23.238706] Enabling LRO bit for the vap ath7 features 4000 [ 23.244298] VAP device ath7 created osifp: (d855ccc0) os_if: (d84a8000) ath7 atheros_wireless_event_receive:Malformed netlink message: len=1000 left=512 plen=984 512 extr[ 23.260949] [ 23.260949] DES SSID SET=TP-LINK_26A0_5G a bytes in the end of netlink message atheros_wireless_event_receive:Malformed netlink message: len=1004 left=512 plen=988 512 extr[ 23.278662] [ol_ath_iw_setcountry][1660] *p=47, *(p+1)=42 a bytes in the end of netlink message [ 23.287191] isCountryCodeValid: EEPROM regdomain 0x0 [ 23.295438] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 23.302561] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 23.309340] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 23.316182] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 23.323117] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 23.330146] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 23.337488] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 23.344798] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 23.352264] Add VHT80 channel: 5210 [ 23.355670] Add VHT80 channel: 5290 [ 23.359137] Add VHT80 channel: 5530 [ 23.362605] Add VHT80 channel: 5610 [ 23.366135] Skipping VHT80 channel 5660 [ 23.369884] Skipping VHT80 channel 5680 [ 23.373695] Skipping VHT80 channel 5700 atheros_wireless_event_receive:Malformed netlink message: len=1004 left=512 plen=988 512 extra bytes in the end of netlink message [ 23.391783] Set freq vap 0 stop send + d854c000 [ 23.399312] OL vap_stop + [ 23.401874] wmi_unified_vdev_stop_send for vap 0 (d95b0000) [ 23.407435] OL vap_stop - [ 23.410028] STOPPED EVENT for vap 0 (d95b0000) [ 23.414557] Set freq vap 0 stop send -d854c000 [ 23.446641] Set wait done --d854c000 [ 23.449172] Set freq vap 0 stop send + da62c000 [ 23.453733] Set freq vap 0 stop send -da62c000 [ 23.486629] Set wait done --da62c000 [ 23.489159] Set freq vap 0 stop send + d84a8000 [ 23.493689] OL vap_stop + [ 23.496313] wmi_unified_vdev_stop_send for vap 2 (d95b0000) [ 23.501874] OL vap_stop - [ 23.504467] STOPPED EVENT for vap 2 (d95b0000) [ 23.509059] Set freq vap 0 stop send -d84a8000 [ 23.536644] Set wait done --d84a8000 [ 23.562480] ME Pool succesfully initialized vaddr - d8200000 paddr - 0 [ 23.562480] num_elems = 10424 buf_size - 64 pool_size = 708832 [ 23.573820] Enable MCAST_TO_UCAST [ 23.592408] WARNING: Fragmentation with HT mode NOT ALLOWED!! Error for wireless request "Set Fragmentation Threshold" (8B24) : SET failed on device ath5 ; Invalid argument. [ 23.616494] Setting Max Stations:64 [ 23.649515] [ 23.649515] DES SSID SET=TP-LINK_Guest_26A0_5G [ 23.681849] ol_tx_me_init:Already Enabled!! [ 23.685004] Enable MCAST_TO_UCAST [ 23.699656] WARNING: Fragmentation with HT mode NOT ALLOWED!! Error for wireless request "Set Fragmentation Threshold" (8B24) : SET failed on device ath7 ; Invalid argument. [ 23.723992] Setting Max Stations:64 Reading topology file /var/Wireless/5G_topology.conf ... 023.766: Reading radio configuration file /var/Wireless/5G_80211g.ap_radio ... 023.766: Reading bss configuration file /var/Wireless/ath5.ap_bss ... [ 23.835645] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 Using interface ath5 with hwaddr 50:c7:bf:0a:26:a2 and ssid 'TP-LINK_26A0_5G' [ 23.895845] [ 23.895845] DES SSID SET=TP-LINK_26A0_5G 023.905: upnp_wps_device_init called l2_packet_receive - recvfrom: Network is down [ 23.958231] [wifi0] FWLOG: [23526] WAL channel change freq=2417, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 23.965916] [wifi0] FWLOG: [23840] WAL channel change freq=2422, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 23.974601] [wifi0] FWLOG: [24154] WAL channel change freq=2427, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 24.243080] [wifi1] FWLOG: [24197] WAL_DBGID_SECURITY_ENCR_EN ( 0x26a2 ) [ 24.248734] [wifi1] FWLOG: [24197] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) [ 24.780818] OL vap_stop + [ 24.782474] wmi_unified_vdev_stop_send for vap 0 (d95b0000) [ 24.788034] OL vap_stop - [ 24.790596] STOPPED EVENT for vap 0 (d95b0000) atheros_wireless_event_receive[ 24.817150] 8021q: adding VLAN 0 to HW filter on device ath5 :Malformed netlink message: len=1000 left=512 plen=984 512 extr[ 24.828209] device ath5 entered promiscuous mode a bytes in the end of netlink message atheros_wireless_event_re[ 24.834614] br0: port 8(ath5) entered forwarding state [ 24.845235] br0: port 8(ath5) entered forwarding state ceive:Malformed netlink message: len=1000 left=512 plen=984 512[ 24.853889] device ath6 entered promiscuous mode extra bytes in the end of netlink message atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992[ 24.867603] device ath7 entered promiscuous mode 512 extra bytes in the end of netlink message atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992 512 extra bytes in the end of netlink message atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992 512 extra bytes in the end of netlink message atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992 512 extra bytes in the end of netlink message brctl: bridge br0: Device or resource busy atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992 512 extra bytes in the end of netlink message atheros_wireless_event_receive:Malformed netlink message: len=1008 left=512 plen=992 512 extra bytes in the end of netlink message sendto: No such file or directory pid 1023 send 2030 error [ 24.958481] [wifi0] FWLOG: [24467] WAL channel change freq=2432, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 24.966198] [wifi0] FWLOG: [24781] WAL channel change freq=2437, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 24.974851] [wifi0] FWLOG: [25095] WAL channel change freq=2442, mode=1 flags=0 rx_ok=1 tx_ok=1 sendto: No such file or directory pid 1023 send 2004 error [ 25.243361] [wifi1] FWLOG: [25135] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 25.251015] [wifi1] FWLOG: [25449] WAL channel change freq=5200, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 25.958856] [wifi0] FWLOG: [25408] WAL channel change freq=2447, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 25.966572] [wifi0] FWLOG: [25722] WAL channel change freq=2452, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 25.975226] [wifi0] FWLOG: [26036] WAL channel change freq=2457, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 26.243611] [wifi1] FWLOG: [25763] WAL channel change freq=5220, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 26.251265] [wifi1] FWLOG: [26077] WAL channel change freq=5240, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 26.259950] [wifi1] FWLOG: [26391] WAL channel change freq=5260, mode=0 flags=0 rx_ok=1 tx_ok=1 iptables: Bad rule (does a matching rule exist in that chain?). radvd starting [ getPidFromPidFile ] 112: Cann't open file: /var/run/zebra.pid. [ 26.880724] wmi_unified_vdev_down_send for vap 0 (da420000) [ 26.885348] OL vap_start + [ 26.887941] wmi_unified_vdev_start_send for vap 0 (da420000) [ 26.893658] OL vap_start - [ getPidFromPidFile ] 112: Cann't open file: /var/run/ripd.pid. [ 26.949953] [ 26.949953] tplink_deaccelerate_all OK. iptables: Bad rule (does a matching rule exist in that chain?). [ 26.970821] [ 26.970821] tplink_deaccelerate_all OK. iptables: Bad rule (does a matching rule exist in that chain?)[ 26.983755] [ 26.983755] tplink_deaccelerate_all OK. . iptables: Bad rule (does a matching rule exist in that chain?). ip6tables: Bad rule (does a matching rule exist in that chain?). [ rsl_initDslIptvCfgObj ] 2090: DSL IPTV not enable or not firstInit. [ 27.221493] ol_vdev_start_resp_ev for vap 0 (da420000) [ 27.225585] ol_ath_vap_join: join operation is only for STA/IBSS mode [ 27.232021] ol_ath_wmm_update: [ 27.235114] su bfee 1 mu bfee 0 su bfer 1 mu bfer 0 impl bf 0 sounding dim 3 [ 27.242111] wmi_unified_vdev_up_send for vap 0 (da420000) [ 27.244111] [wifi1] FWLOG: [26704] WAL channel change freq=5280, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 27.244142] [wifi1] FWLOG: [27018] WAL channel change freq=5300, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 27.244142] [wifi1] FWLOG: [27332] WAL channel change freq=5320, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 27.273539] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 27.281505] Notification to UMAC VAP layer [ 27.285879] [wifi0] FWLOG: [26350] WAL channel change freq=2462, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 27.294251] [wifi0] FWLOG: [26663] WAL channel change freq=2467, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 27.356388] [wifi0] FWLOG: [26977] WAL channel change freq=2472, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 27.365073] [wifi0] FWLOG: [27296] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 27.372039] [wifi0] FWLOG: [27296] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 27.378319] [wifi0] FWLOG: [27304] vap-0 VDEV_MGR_VDEV_START ( 0x971, 0x2, 0x0, 0x0 ) [ 27.385941] [wifi0] FWLOG: [27304] WAL channel change freq=2417, mode=7 flags=0 rx_ok=1 tx_ok=1 [ rsl_setStorageServiceObj ] 1394: mountFlag is 3,We start usb server killall: minidlnad: no process killed [ 28.221462] [wifi0] FWLOG: [27693] VDEV_MGR_HP_START_TIME ( 0x0, 0x971, 0x8b1000 ) [ 28.227991] [wifi0] FWLOG: [27693] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 28.234520] [wifi0] FWLOG: [27693] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 28.241268] [wifi0] FWLOG: [27693] VDEV_MGR_AP_TBTT_CONFIG ( [wifi1] FWLOG: [27646] WAL channel change freq=5500, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 28.244392] [wifi1] FWLOG: [27959] WAL channel change freq=5520, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 28.244392] [wifi1] FWLOG: [28273] WAL channel change freq=5540, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 28.244392] [wifi1] FWLOG: [28587] WAL channel change freq=5560, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 28.281849] 0x0, 0x971, 0x0, 0x0 ) [ 29.244642] [wifi1] FWLOG: [28901] WAL channel change freq=5580, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 29.252296] [wifi1] FWLOG: [29215] WAL channel change freq=5600, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 29.261012] [wifi1] FWLOG: [29528] WAL channel change freq=5620, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 30.244923] [wifi1] FWLOG: [29842] WAL channel change freq=5640, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 30.252577] [wifi1] FWLOG: [30156] WAL channel change freq=5660, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 30.261262] [wifi1] FWLOG: [30470] WAL channel change freq=5680, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 30.640612] wmi_unified_vdev_down_send for vap 0 (d95b0000) [ 30.645267] OL vap_start + [ 30.647828] wmi_unified_vdev_start_send for vap 0 (d95b0000) [ 30.653577] OL vap_start - iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). ip6tables: Bad rule (does a matching rule exist in that chain?). [ 30.968884] ol_vdev_start_resp_ev for vap 0 (d95b0000) [ 30.972977] ol_ath_vap_join: join operation is only for STA/IBSS mode [ 30.979412] ol_ath_wmm_update: [ 30.982505] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 3 [ 30.989503] wmi_unified_vdev_up_send for vap 0 (d95b0000) [ 30.994876] __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! [ 31.002874] Notification to UMAC VAP layer [ 31.245267] [wifi1] FWLOG: [30784] WAL channel change freq=5700, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 31.252920] [wifi1] FWLOG: [31102] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 31.264261] [wifi1] FWLOG: [31102] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 31.270353] [wifi1] FWLOG: [31111] vap-0 VDEV_MGR_VDEV_START ( 0x143c, 0x2, 0x0, 0x0 ) [ 31.278194] [wifi1] FWLOG: [31111] WAL channel change freq=5180, mode=10 flags=0 rx_ok=1 tx_ok=1 [ 31.289659] [wifi1] FWLOG: [31460] VDEV_MGR_HP_START_TIME ( 0x0, 0x143c, 0xa0f001 ) [ 31.296251] [wifi1] FWLOG: [31460] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 31.302780] [wifi1] FWLOG: [31460] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 31.309934] [wifi1] FWLOG: [31460] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x143c, 0x0, 0x0 ) [ 31.406154] kcg 333 :GPL NetUSB up! [ 31.440862] kc 90 : run_telnetDBGDServer start [ 31.444548] kc 227 : init_DebugD end [ 31.448266] INFO17ED: NetUSB 1.02.67, 00030467 : May 15 2015 16:21:05 [ 31.454607] INFO17EF: 7437: Archer VR2600 :Archer VR2600 [ 31.460043] INFO17F0: AUTH ISOC [ 31.463199] INFO17F1: filterAudio [ 31.466854] usbcore: registered new interface driver KC NetUSB General Driver [ 31.473976] INFO0145: init proc : PAGE_SIZE 4096 [ 31.473976] INFO16E1: infomap bf799bc4 [ 31.473976] INFO16E4: sleep to wait br0 to wake up [ 31.487222] INFO15B4: tcpConnector() started... : br0 SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. Enable forwarding [ 33.222399] [wifi0] FWLOG: [33170] WAL_DBGID_FAST_WAKE_REQUEST ( 0x1 ) [ 33.227897] [wifi0] FWLOG: [33205] WAL_DBGID_FAST_WAKE_REQUEST ( 0x2 ) [ 33.234395] [wifi0] FWLOG: [33465] WAL_DBGID_FAST_WAKE_REQUEST ( 0x3 ) [ 33.245923] [wifi1] FWLOG: [33421] WAL_DBGID_FAST_WAKE_REQUEST ( 0x1 ) [ 34.545673] INFO1567: Bind to br0 Will output 1024 bit rsa secret key to '/var/tmp/dropbear/dropbear_rsa_host_key' Generating key, this may take a while... Public key portion is: ssh-rsa ###################################################################### admin@Archer VR2600 Fingerprint: md5 ##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:## Will output 1024 bit dss secret key to '/var/tmp/dropbear/dropbear_dss_host_key' Generating key, this may take a while... Public key portion is: ssh-dss ###################################################################### admin@Archer VR2600 Fingerprint: md5 ##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:## [ 40.223648] [wifi0] FWLOG: [40111] WAL_DBGID_FAST_WAKE_REQUEST ( 0x4 ) [ 40.248484] [wifi1] FWLOG: [40066] WAL_DBGID_FAST_WAKE_REQUEST ( 0x2 ) [ 44.224711] [wifi0] FWLOG: [45006] WAL_DBGID_FAST_WAKE_REQUEST ( 0x5 ) [ 44.250109] [wifi1] FWLOG: [44960] WAL_DBGID_FAST_WAKE_REQUEST ( 0x3 ) open DNS error: No such file or directory starting pid 1026, tty '': '/sbin/getty -L ttyHSL1 115200 vt100' Archer VR2600 login: Archer VR2600 login: Archer VR2600 login:


U-Boot 2012.07 [Standard IPQ806X.LN,r40858] (Dec 08 2015 - 15:14:35) smem ram ptable found: ver: 0 len: 5 DRAM: 491 MiB NAND: ipq_nand: unknown NAND device manufacturer: 0 device: 0 ipq_nand: failed to identify device SF: we have a match, call probe SF: Detected W25Q128 with page size 64 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x1000000 16 MiB MMC: *** Warning - bad CRC, using default environment PCI0 Link Intialized PCI1 Link Intialized In: serial Out: serial Err: serial Net: No ART partition found MAC1 addr:0:3:7f:ba:db:1 S17c athrs17_init_switch done. WJL: athrs17_reg_init() reg-0x30=0x80000700.1. WJL: athrs17_reg_init() reg-0x30=0x80000401.2. WJL: athrs17_reg_init: PAD config after SOFT_RESET. WJL: athrs17_reg_init: 0x0000007c=0x00001080.1. WJL: athrs17_reg_init: 0x00000094=0x00001080.2. athrs17_reg_init: complete S17c init done (WJL-07-10-1829, uboot task - internal loopback) MAC2 addr:0:3:7f:ba:db:2 eth0 Warning: eth0 MAC addresses don't match: Address in SROM is 00:03:7f:ba:db:01 Address in environment is 00:aa:bb:cc:dd:ee , eth1 Hit any key to stop autoboot: 0 MMC Device 0 not found MMC Device 0 not found Loading from nand1, offset 0x320200 Image Name: ARM OpenWrt Linux-5.4.188 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2753420 Bytes = 2.6 MiB Load Address: 42208000 Entry Point: 42208000 Automatic boot of image at addr 0x44000000 ... Image Name: ARM OpenWrt Linux-5.4.188 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2753420 Bytes = 2.6 MiB Load Address: 42208000 Entry Point: 42208000 Verifying Checksum ... OK Loading Kernel Image ... OK OK device nand1 <nand1>, # parts = 1 #: name size offset mask_flags 0: ART 0x00040000 0x00fc0000 0 active partition: nand1,0 - (ART) 0x00040000 @ 0x00fc0000 defaults: mtdids : none mtdparts: none Setting up atags for msm partition: ART Using machid 0x1260 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.4.188 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16554-1d4dea6d4f)) #0 SMP Sat Apr 16 12:59:34 2022 [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: TP-Link Archer VR2600v [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] percpu: Embedded 15 pages/cpu s30220 r8192 d23028 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 121800 [ 0.000000] Kernel command line: [ 0.000000] Bootloader command line (ignored): console=ttyHSL1,115200n8 root=mtd:rootfs rootfstype=squashfs [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 476876K/491520K available (6277K kernel code, 197K rwdata, 920K rodata, 1024K init, 239K bss, 14644K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] random: get_random_bytes called from 0xc0b00d58 with crng_init=0 [ 0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns [ 0.000006] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns [ 0.000021] Switching to timer-based delay loop, resolution 160ns [ 0.000252] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500) [ 0.000273] pid_max: default: 32768 minimum: 301 [ 0.000476] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000495] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001543] CPU: Testing write buffer coherency: ok [ 0.002699] Setting up static identity map for 0x42300000 - 0x42300060 [ 0.002877] rcu: Hierarchical SRCU implementation. [ 0.003365] smp: Bringing up secondary CPUs ... [ 0.005279] smp: Brought up 1 node, 2 CPUs [ 0.005296] SMP: Total of 2 processors activated (25.00 BogoMIPS). [ 0.005306] CPU: All CPU(s) started in SVC mode. [ 0.015100] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0 [ 0.015240] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.015267] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.015397] pinctrl core: initialized pinctrl subsystem [ 0.016546] NET: Registered protocol family 16 [ 0.016836] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.018214] cpuidle: using governor ladder [ 0.018282] cpuidle: using governor menu [ 0.049226] usbcore: registered new interface driver usbfs [ 0.049318] usbcore: registered new interface driver hub [ 0.049386] usbcore: registered new device driver usb [ 0.049443] pps_core: LinuxPPS API ver. 1 registered [ 0.049456] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.049490] PTP clock support registered [ 0.051217] clocksource: Switched to clocksource dg_timer [ 0.052272] thermal_sys: Registered thermal governor 'step_wise' [ 0.054694] NET: Registered protocol family 2 [ 0.054854] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.055765] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.055807] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.055847] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.055901] TCP: Hash tables configured (established 4096 bind 4096) [ 0.056004] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.056034] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.056260] NET: Registered protocol family 1 [ 0.056322] PCI: CLS 0 bytes, default 64 [ 0.057625] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.064638] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.064652] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.105555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.107326] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda not found, using dummy regulator [ 0.107470] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_phy not found, using dummy regulator [ 0.107588] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_refclk not found, using dummy regulator [ 0.107876] qcom-pcie 1b500000.pci: host bridge /soc/pci@1b500000 ranges: [ 0.107951] qcom-pcie 1b500000.pci: IO 0x0fe00000..0x0fefffff -> 0x0fe00000 [ 0.107989] qcom-pcie 1b500000.pci: MEM 0x08000000..0x0fdfffff -> 0x08000000 [ 0.337123] qcom-pcie 1b500000.pci: Link up [ 0.337296] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00 [ 0.337319] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.337338] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfe00000-0xfefffff]) [ 0.337356] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff] [ 0.337419] pci 0000:00:00.0: [17cb:0101] type 01 class 0xff0000 [ 0.337586] pci 0000:00:00.0: supports D1 [ 0.337604] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.341715] PCI: bus0: Fast back to back transfers disabled [ 0.342043] pci 0000:01:00.0: [168c:0040] type 00 class 0x028000 [ 0.342398] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.343549] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 0.347761] PCI: bus1: Fast back to back transfers disabled [ 0.347848] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff] [ 0.347874] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit] [ 0.348002] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.348027] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff] [ 0.348775] pcieport 0000:00:00.0: AER: enabled with IRQ 35 [ 0.349361] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda not found, using dummy regulator [ 0.349489] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_phy not found, using dummy regulator [ 0.349620] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_refclk not found, using dummy regulator [ 0.349884] qcom-pcie 1b700000.pci: host bridge /soc/pci@1b700000 ranges: [ 0.349949] qcom-pcie 1b700000.pci: IO 0x31e00000..0x31efffff -> 0x31e00000 [ 0.349985] qcom-pcie 1b700000.pci: MEM 0x2e000000..0x31dfffff -> 0x2e000000 [ 0.578605] qcom-pcie 1b700000.pci: Link up [ 0.578754] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00 [ 0.578773] pci_bus 0001:00: root bus resource [bus 00-ff] [ 0.578789] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff] [ 0.578843] pci 0001:00:00.0: [17cb:0101] type 01 class 0xff0000 [ 0.578989] pci 0001:00:00.0: supports D1 [ 0.579004] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 0.583054] PCI: bus0: Fast back to back transfers disabled [ 0.583381] pci 0001:01:00.0: [168c:0040] type 00 class 0x028000 [ 0.583759] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.584996] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold [ 0.585299] pci 0001:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0001:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 0.589263] PCI: bus1: Fast back to back transfers disabled [ 0.589340] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff] [ 0.589363] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit] [ 0.589495] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 0.589517] pci 0001:00:00.0: bridge window [mem 0x2e000000-0x2e1fffff] [ 0.590351] pcieport 0001:00:00.0: AER: enabled with IRQ 37 [ 0.592967] L2 @ QSB rate. Forcing new rate. [ 0.593188] L2 @ 384000 KHz [ 0.593369] CPU0 @ 800000 KHz [ 0.593381] CPU1 @ QSB rate. Forcing new rate. [ 0.593511] CPU1 @ 384000 KHz [ 0.597216] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0 [ 0.598619] gsbi 1a200000.gsbi: GSBI port protocol: 3 crci: 0 [ 0.600335] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.602934] msm_serial 16340000.serial: msm_serial: detected port #0 [ 0.602988] msm_serial 16340000.serial: uartclk = 7372800 [ 0.603063] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 38, base_baud = 460800) is a MSM [ 0.603103] msm_serial: console setup on port #0 [ 1.391247] printk: console [ttyMSM0] enabled [ 1.396382] msm_serial: driver initialized [ 1.405683] loop: module loaded [ 1.406877] spi_qup 1a280000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.419205] random: fast init done [ 1.421982] spi-nor spi0.0: w25q128fw (16384 Kbytes) [ 1.422181] 15 fixed-partitions partitions found on MTD device spi0.0 [ 1.426625] Creating 15 MTD partitions on "spi0.0": [ 1.433055] 0x000000000000-0x000000020000 : "SBL1" [ 1.438670] 0x000000020000-0x000000040000 : "MIBIB" [ 1.443575] 0x000000040000-0x000000080000 : "SBL2" [ 1.448226] 0x000000080000-0x000000100000 : "SBL3" [ 1.453164] 0x000000100000-0x000000110000 : "DDRCONFIG" [ 1.457856] 0x000000110000-0x000000120000 : "SSD" [ 1.463061] 0x000000120000-0x0000001a0000 : "TZ" [ 1.467816] 0x0000001a0000-0x000000220000 : "RPM" [ 1.472592] 0x000000220000-0x0000002a0000 : "APPSBL" [ 1.477141] 0x0000002a0000-0x0000002e0000 : "APPSBLENV" [ 1.482252] 0x0000002e0000-0x000000320000 : "OLDART" [ 1.487116] 0x000000320000-0x000000620000 : "kernel" [ 1.492425] 0x000000620000-0x000000f80000 : "rootfs" [ 1.497238] mtd: device 12 (rootfs) set to be root filesystem [ 1.501797] 1 squashfs-split partitions found on MTD device rootfs [ 1.506948] 0x0000009c0000-0x000000f80000 : "rootfs_data" [ 1.514689] 0x000000faf100-0x000000faf300 : "default-mac" [ 1.519931] 0x000000fc0000-0x000001000000 : "ART" [ 1.544613] switch0: Atheros AR8337 rev. 2 switch registered on 37000000.mdio-mii [ 2.314401] ar8327: qca,phy-rgmii-en is not specified [ 2.316242] ipq806x-gmac-dwmac 37200000.ethernet: IRQ eth_wake_irq not found [ 2.318456] ipq806x-gmac-dwmac 37200000.ethernet: IRQ eth_lpi not found [ 2.326384] ipq806x-gmac-dwmac 37200000.ethernet: PTP uses main clock [ 2.333037] ipq806x-gmac-dwmac 37200000.ethernet: User ID: 0x10, Synopsys ID: 0x37 [ 2.338514] ipq806x-gmac-dwmac 37200000.ethernet: DWMAC1000 [ 2.346062] ipq806x-gmac-dwmac 37200000.ethernet: DMA HW capability register supported [ 2.351894] ipq806x-gmac-dwmac 37200000.ethernet: RX Checksum Offload Engine supported [ 2.359512] ipq806x-gmac-dwmac 37200000.ethernet: COE Type 2 [ 2.367508] ipq806x-gmac-dwmac 37200000.ethernet: TX Checksum insertion supported [ 2.373320] ipq806x-gmac-dwmac 37200000.ethernet: Wake-Up On Lan supported [ 2.380606] ipq806x-gmac-dwmac 37200000.ethernet: Enhanced/Alternate descriptors [ 2.387475] ipq806x-gmac-dwmac 37200000.ethernet: Enabled extended descriptors [ 2.395000] ipq806x-gmac-dwmac 37200000.ethernet: Ring mode enabled [ 2.402029] ipq806x-gmac-dwmac 37200000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 2.409512] ipq806x-gmac-dwmac 37400000.ethernet: IRQ eth_wake_irq not found [ 2.416904] ipq806x-gmac-dwmac 37400000.ethernet: IRQ eth_lpi not found [ 2.424706] ipq806x-gmac-dwmac 37400000.ethernet: PTP uses main clock [ 2.430562] ipq806x-gmac-dwmac 37400000.ethernet: User ID: 0x10, Synopsys ID: 0x37 [ 2.436888] ipq806x-gmac-dwmac 37400000.ethernet: DWMAC1000 [ 2.444335] ipq806x-gmac-dwmac 37400000.ethernet: DMA HW capability register supported [ 2.450049] ipq806x-gmac-dwmac 37400000.ethernet: RX Checksum Offload Engine supported [ 2.457855] ipq806x-gmac-dwmac 37400000.ethernet: COE Type 2 [ 2.465758] ipq806x-gmac-dwmac 37400000.ethernet: TX Checksum insertion supported [ 2.471564] ipq806x-gmac-dwmac 37400000.ethernet: Wake-Up On Lan supported [ 2.478867] ipq806x-gmac-dwmac 37400000.ethernet: Enhanced/Alternate descriptors [ 2.485720] ipq806x-gmac-dwmac 37400000.ethernet: Enabled extended descriptors [ 2.493280] ipq806x-gmac-dwmac 37400000.ethernet: Ring mode enabled [ 2.500220] ipq806x-gmac-dwmac 37400000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 2.508020] i2c /dev entries driver [ 2.518632] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations [ 2.518962] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations [ 2.526679] sdhci: Secure Digital Host Controller Interface driver [ 2.532946] sdhci: Copyright(c) Pierre Ossman [ 2.539100] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.547229] NET: Registered protocol family 10 [ 2.551357] Segment Routing with IPv6 [ 2.553773] NET: Registered protocol family 17 [ 2.557347] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.561980] 8021q: 802.1Q VLAN Support v1.8 [ 2.574856] Registering SWP/SWPB emulation handler [ 2.612108] qcom_rpm 108000.rpm: RPM firmware 3.0.16777342 [ 2.646990] s1a: Bringing 0uV into 1050000-1050000uV [ 2.647436] s1a: supplied by regulator-dummy [ 2.651222] s1b: Bringing 0uV into 1050000-1050000uV [ 2.655712] s1b: supplied by regulator-dummy [ 2.660424] s2a: Bringing 0uV into 800000-800000uV [ 2.664897] s2a: supplied by regulator-dummy [ 2.669301] s2b: Bringing 0uV into 800000-800000uV [ 2.673909] s2b: supplied by regulator-dummy [ ▒[ 2.697556] VFS: Mounted root (squashfs filesystem) readonly on device 31:12. [ 2.698236] Freeing unused kernel memory: 1024K [ 2.722749] Run /sbin/init as init process [ 4.590640] crng init done [ 7.197179] init: Console is alive [ 7.197351] init: - watchdog - [ 9.130988] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 9.291444] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 9.294457] SCSI subsystem initialized [ 9.304333] ehci-fsl: Freescale EHCI Host controller driver [ 9.304863] ehci-platform: EHCI generic platform driver [ 9.312212] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 9.314313] ohci-platform: OHCI generic platform driver [ 9.322425] dwc3-qcom 110f8800.usb3: IRQ hs_phy_irq not found [ 9.325287] dwc3-qcom 110f8800.usb3: IRQ dp_hs_phy_irq not found [ 9.331188] dwc3-qcom 110f8800.usb3: IRQ dm_hs_phy_irq not found [ 9.337332] dwc3-qcom 110f8800.usb3: IRQ ss_phy_irq not found [ 9.344914] dwc3-qcom 100f8800.usb3: IRQ hs_phy_irq not found [ 9.348896] dwc3-qcom 100f8800.usb3: IRQ dp_hs_phy_irq not found [ 9.354704] dwc3-qcom 100f8800.usb3: IRQ dm_hs_phy_irq not found [ 9.360700] dwc3-qcom 100f8800.usb3: IRQ ss_phy_irq not found [ 9.375809] dwc3 11000000.dwc3: Failed to get clk 'ref': -2 [ 9.463964] dwc3 10000000.dwc3: Failed to get clk 'ref': -2 [ 9.563632] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 9.563697] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 9.568217] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x0000000002010010 [ 9.575735] xhci-hcd xhci-hcd.0.auto: irq 45, io mem 0x11000000 [ 9.586000] hub 1-0:1.0: USB hub found [ 9.590899] hub 1-0:1.0: 1 port detected [ 9.594966] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 9.598744] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 9.604133] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 9.612430] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.618560] hub 2-0:1.0: USB hub found [ 9.626551] hub 2-0:1.0: 1 port detected [ 9.630266] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 9.634154] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 9.639500] xhci-hcd xhci-hcd.1.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x0000000002010010 [ 9.647007] xhci-hcd xhci-hcd.1.auto: irq 46, io mem 0x10000000 [ 9.656895] hub 3-0:1.0: USB hub found [ 9.662301] hub 3-0:1.0: 1 port detected [ 9.666199] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 9.670098] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 9.675478] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 9.684381] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.689880] hub 4-0:1.0: USB hub found [ 9.697897] hub 4-0:1.0: 1 port detected [ 9.703170] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 9.706440] init: - preinit - [ 14.397602] dwmac1000: Master AXI performs any burst length [ 14.397641] ipq806x-gmac-dwmac 37400000.ethernet eth1: No Safety Features support found [ 14.402097] ipq806x-gmac-dwmac 37400000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported [ 14.410116] ipq806x-gmac-dwmac 37400000.ethernet eth1: registered PTP clock [ 14.419089] ipq806x-gmac-dwmac 37400000.ethernet eth1: configuring for fixed/sgmii link mode [ 14.426969] ipq806x-gmac-dwmac 37400000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off [ 14.434661] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready 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 [ 18.866624] jffs2: notice: (156) jffs2_build_xattr_subsystem: complete building xattr subsystem, 9 of xdatum (0 unchecked, 1 orphan) and 12 of xref (1 dead, 0 orphan) found. [ 18.922457] mount_root: switching to jffs2 overlay [ 18.949178] overlayfs: upper fs does not support tmpfile. [ 18.965411] urandom-seed: Seeding with /etc/urandom.seed [ 19.028194] ipq806x-gmac-dwmac 37400000.ethernet eth1: Link is Down [ 19.077829] procd: - early - [ 19.077947] procd: - watchdog - [ 19.657898] procd: - watchdog - [ 19.772929] procd: - ubus - [ 19.830158] procd: - init - Please press Enter to activate this console. [ 20.192283] urngd: v1.0.2 started. [ 20.210309] kmodloader: loading kernel modules from /etc/modules.d/* [ 20.252272] Loading modules backported from Linux version v5.10.110-0-g3238bffaf992 [ 20.252299] Backport generated by backports.git v5.10.110-1-0-g1fbde860 [ 20.267841] xt_time: kernel timezone is -0000 [ 20.312098] PPP generic driver version 2.4.2 [ 20.312626] NET: Registered protocol family 24 [ 20.331619] ath10k 5.10 driver, optimized for CT firmware, probing pci device: 0x40. [ 20.334448] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142) [ 20.339032] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 21.624234] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002 [ 21.624265] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 21.634118] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 b36a12bf [ 21.705360] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:6 crc32 08fa09f2 [ 22.856230] ath10k_pci 0000:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 22.856260] ath10k_pci 0000:01:00.0: msdu-desc: 2500 skid: 32 [ 22.938155] ath10k_pci 0000:01:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 22.938221] ath10k_pci 0000:01:00.0: wmi print 'free: 31080 iram: 23028 sram: 9596' [ 23.225682] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 23.332734] ath10k 5.10 driver, optimized for CT firmware, probing pci device: 0x40. [ 23.334388] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142) [ 23.340430] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 23.919425] ath10k_pci 0001:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002 [ 23.919459] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 23.930262] ath10k_pci 0001:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 b36a12bf [ 24.000643] ath10k_pci 0001:01:00.0: board_file api 2 bmi_id 1:4 crc32 08fa09f2 [ 25.155644] ath10k_pci 0001:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 25.155673] ath10k_pci 0001:01:00.0: msdu-desc: 2500 skid: 32 [ 25.238763] ath10k_pci 0001:01:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 25.238810] ath10k_pci 0001:01:00.0: wmi print 'free: 31080 iram: 23028 sram: 9596' [ 25.526176] ath10k_pci 0001:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 25.637377] kmodloader: done loading kernel modules from /etc/modules.d/* [ 29.829404] dwmac1000: Master AXI performs any burst length [ 29.829435] ipq806x-gmac-dwmac 37400000.ethernet eth1: No Safety Features support found [ 29.833878] ipq806x-gmac-dwmac 37400000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported [ 29.841974] ipq806x-gmac-dwmac 37400000.ethernet eth1: registered PTP clock [ 29.850799] ipq806x-gmac-dwmac 37400000.ethernet eth1: configuring for fixed/sgmii link mode [ 29.857876] ipq806x-gmac-dwmac 37400000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off [ 29.866678] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 29.881033] br-lan: port 1(eth1.1) entered blocking state [ 29.881173] br-lan: port 1(eth1.1) entered disabled state [ 29.886961] device eth1.1 entered promiscuous mode [ 29.892200] device eth1 entered promiscuous mode [ 29.898695] br-lan: port 1(eth1.1) entered blocking state [ 29.901649] br-lan: port 1(eth1.1) entered forwarding state [ 29.916311] dwmac1000: Master AXI performs any burst length [ 29.916342] ipq806x-gmac-dwmac 37200000.ethernet eth0: No Safety Features support found [ 29.920692] ipq806x-gmac-dwmac 37200000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported [ 29.928869] ipq806x-gmac-dwmac 37200000.ethernet eth0: registered PTP clock [ 29.937768] ipq806x-gmac-dwmac 37200000.ethernet eth0: configuring for fixed/rgmii link mode [ 29.945679] ipq806x-gmac-dwmac 37200000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 29.953999] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 30.892700] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.33.2 (2022-04-16 12:59:34 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 21.02.3, r16554-1d4dea6d4f ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/#


Known differences between Hardware VR2600/VR2600v and C2600

  • Flash chip used in VR2600v is smaller (16MB)
  • Flash layout (partitions) are different
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