TP-Link EAP245 v3

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

TP-Link EAP245 v3 is an AC1750 (802.11ac Wave-2) ceiling mount access point. The initial source of this page is the relevant commit.

Install OpenWrt (generic explanation)

TP-Link's firmware images for this device are RSA signed. While the signature verification can be disabled, a factory image still needs to have a (fake) 1024 bit signature added to pass file checks. This is already the case for OpenWrt factory images.

To install OpenWrt, you should have a TP-Link firmware installed with version 2.3.0 or higher. If this is not the case, you will need to upgrade first. All recent firmware versions (up to at least 2.20.0) can disable firmware signature verification to flash OpenWrt. Installating OpenWrt is then done as follows:

  • ssh into target device and run cliclientd stopcs
  • upload OpenWrt factory.bin image via web interface. If the filename is too long, you can rename this file to anything shorter, e.g. “openwrt.bin”.

Note: If you can't ssh because of error “Unable to negotiate with 192.168.2.2 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss” just add ssh options “-oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss” i.e.:

ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss admin@YOUR_AP_ADDRESS

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.

FIXME The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

Bootloader tftp client IPv4 address 192.168.1.1
Bootloader MAC address (special) <none>
Firmware tftp image Latest OpenWrt release (NOTE: Name must be “EAP245v3_up.bin”)
TFTP transfer window approximately 2 seconds (per Wireshark)
TFTP window start approximately 15 seconds after power on
TFTP server required IP address 192.168.1.100

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • 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. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

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

mtd

If sysupgrade does not support this router, use mtd.

  • 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
mtd write /tmp/xxx.abc linux && reboot

generic.debrick

You can recover using u-boot via the serial port:

  • Serial port is 115200 baud, 8n1, interrupt u-boot by holding ctrl+B
  • Upload initramfs with tftp and upgrade via OpenWrt

A sysupgrade file can be created using the tplink-safeloader tool from the OpenWrt sources, and a FW upgrade file from TP-Link.

E.g. on Debian (or related like Ubuntu):

apt-get update && apt-get install binutils git openssh-server binwalk wget
git clone https://git.openwrt.org/project/firmware-utils.git
cd firmware-utils/src
cc -o tplink-safeloader tplink-safeloader.c md5.c -Wall --std=gnu99
cd .. 
cp src/tplink-safeloader ./
wget $TP_LINK_ORIGINAL_FIRMWARE_URL_FROM_OFFICIAL_WEBSITE
unzip $TP_LINK_ORIGINAL_FIRMWARE_URL_FROM_OFFICIAL_WEBSITE
./tplink-safeloader -z $TP_LINK_ORIGINAL_FIRMWARE_FILENAME_BINARY -o eap245v3-stock-sysupgrade.bin

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

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

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

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

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 EAP245 has the following buttons:

BUTTON Event
Reset reset

Front:

Back:

Backside label:

Start by removing the four screws at the back of the device. Next, use a spudger (or similar) to wedge between the top an the bottom of the case. This will release the clips and allow you to remove the top. When the case is open, be careful to not bend the sheet metal antennas.

Main PCB:

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

How to connect to the Serial Port of this specific device:

  • Serial port is available from J3 (1:TX, 2:RX, 3:GND, 4:3.3V)
  • Bridge R237 to connect RX, located next to J3
  • Bridge R225 to connect TX, located inside can on back-side of board

Insert photo of PCB with markings for serial port

Serial connection parameters
for TP-Link EAP245 v3
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

U-Boot 1.1.4--LSDK-10.2-00082-4 (Mar 19 2018 - 14:55:50) board956x - Dragonfly 1.0DRAM: sri ath_ddr_initial_config(287): (ddr2 init) ath_ddr_initial_config: DDR_EMR2_ADDRESS=0x180000bc, EMR2 value=0x80 ath_sys_frequency: ref_clk 25000000 ath_sys_frequency: cpu 775 ddr 650 ahb 258 Tap values = (0xf, 0xf, 0xf, 0xf) 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 454k for U-Boot at: 87f8c000 Reserving 192k for malloc() at: 87f5c000 Reserving 44 Bytes for Board Info at: 87f5bfd4 Reserving 36 Bytes for Global Data at: 87f5bfb0 Reserving 128k for boot params() at: 87f3bfb0 Stack Pointer at: 87f3bf98 Now running in RAM - U-Boot at: 87f8c000 Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Setting 0x181162c0 to 0x40802100 Hit Ctrl+B to stop autoboot: 0 factory boot check integer ok. factory boot load fs uboot len 262144 to addr 0x81000000. ## Starting application at 0x81000000 ... U-Boot 1.1.4--LSDK-10.2-00082-4 (Mar 19 2018 - 14:56:29) board956x - Dragonfly 1.0DRAM: sri ath_ddr_initial_config(287): (ddr2 init) ath_ddr_initial_config: DDR_EMR2_ADDRESS=0x180000bc, EMR2 value=0x80 ath_sys_frequency: ref_clk 25000000 ath_sys_frequency: cpu 775 ddr 650 ahb 258 Tap values = (0x10, 0x10, 0x10, 0x10) 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 163k for U-Boot at: 87fd4000 Reserving 192k for malloc() at: 87fa4000 Reserving 44 Bytes for Board Info at: 87fa3fd4 Reserving 36 Bytes for Global Data at: 87fa3fb0 Reserving 128k for boot params() at: 87f83fb0 Stack Pointer at: 87f83f98 Now running in RAM - U-Boot at: 87fd4000 Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Setting 0x181162c0 to 0x40802100 Hit Ctrl+B to stop autoboot: 0 Net: ath_gmac_enet_initialize... No valid address in Flash. Using fixed address ath_gmac_enet_initialize: reset mask:c02200 athr_mgmt_init ::done Dragonfly ----> S17 PHY * athrs17_reg_init: complete SGMII in forced mode athr_gmac_sgmii_setup SGMII done : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad eth0 up eth0 Loading .text @ 0x802f9640 (12304 bytes) Loading .text.startup @ 0x802fc650 (8 bytes) Loading .rodata.str1.4 @ 0x802fc658 (720 bytes) Loading .data @ 0x802fc930 (1292213 bytes) Clearing .bss @ 0x804380f0 (4202512 bytes) ## Starting application at 0x802f9640 ... BOOT CONFIG: 80208482 zimage at: 802FC930 804380E5 Uncompressing Linux at load address 80060000 Now, booting the kernel... [ 0.000000] Linux version 3.3.8 (jenkins@sohoiapbuild) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Wed Jul 31 14:05:23 CST 2019 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU revision is: 00019750 (MIPS 74Kc) [ 0.000000] SoC: Qualcomm Atheros QCA956X rev 0 [ 0.000000] Clocks: CPU:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] User-defined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00000000 -> 0x00008000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00008000 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: 0x9f0c0000 console=ttyS0,115200 root=31:07 rootfstype=squashfs init=/init mtdparts=spi0.0:256k(factory-boot),256k(u-boot),64k(pation-table),64k(product-info),64k(ART),64k(extra-para),1536k(kernel),13056k(rootfs),192k(config),512k(mutil-log),256k(oops) mem=128M board=AP152 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 126652k/131072k available (1989k kernel code, 4420k reserved, 496k data, 176k init, 0k highmem) [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:83 [ 0.000000] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216) [ 0.060000] pid_max: default: 32768 minimum: 301 [ 0.060000] Mount-cache hash table entries: 512 [ 0.070000] NET: Registered protocol family 16 [ 0.070000] gpiochip_add: registered GPIOs 0 to 22 on device: ath79 [ 0.080000] MIPS: machine is Qualcomm Atheros AP152 based EAP245V3 [ 0.090000] [ 0.090000] WLAN firmware dump buffer allocation of 2097152 bytes @ address 0x87a00000- SUCCESS !!! [ 0.100000] registering PCI controller with io_map_base unset [ 0.310000] bio: create slab <bio-0> at 0 [ 0.310000] PCI host bridge to bus 0000:00 [ 0.310000] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff] [ 0.320000] pci_bus 0000:00: root bus resource [io 0x0001] [ 0.320000] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit] [ 0.330000] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.330000] Switching to clocksource MIPS [ 0.340000] NET: Registered protocol family 2 [ 0.340000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.340000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.350000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.350000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.360000] TCP reno registered [ 0.360000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.370000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.370000] NET: Registered protocol family 1 [ 0.390000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.390000] msgmni has been set to 247 [ 0.400000] io scheduler noop registered [ 0.400000] io scheduler deadline registered (default) [ 0.410000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.430000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A [ 0.440000] console [ttyS0] enabled, bootconsole disabled [ 0.440000] console [ttyS0] enabled, bootconsole disabled [ 0.450000] m25p80 spi0.0: found w25q128, expected m25p80 [ 0.460000] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 0.460000] 11 cmdlinepart partitions found on MTD device spi0.0 [ 0.470000] Creating 11 MTD partitions on "spi0.0": [ 0.480000] 0x000000000000-0x000000040000 : "factory-boot" [ 0.480000] 0x000000040000-0x000000080000 : "u-boot" [ 0.490000] 0x000000080000-0x000000090000 : "pation-table" [ 0.500000] 0x000000090000-0x0000000a0000 : "product-info" [ 0.500000] 0x0000000a0000-0x0000000b0000 : "ART" [ 0.510000] 0x0000000b0000-0x0000000c0000 : "extra-para" [ 0.510000] 0x0000000c0000-0x000000240000 : "kernel" [ 0.520000] 0x000000240000-0x000000f00000 : "rootfs" [ 0.530000] mtd: partition "rootfs" set to be root filesystem [ 0.530000] 0x000000f00000-0x000000f30000 : "config" [ 0.540000] 0x000000f30000-0x000000fb0000 : "mutil-log" [ 0.550000] 0x000000fb0000-0x000000ff0000 : "oops" [ 0.670000] ag71xx_mdio: probed [ 0.670000] eth0: Atheros AG71xx at 0xb9000000, irq 4 [ 1.250000] eth0: Atheros AR8327 switch driver attached. [ 2.440000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316] [ 2.450000] TCP cubic registered [ 2.450000] NET: Registered protocol family 17 [ 2.450000] 8021q: 802.1Q VLAN Support v1.8 [ 2.460000] ### of_selftest(): No testcase data in device tree; not running tests [ 2.470000] VFS: Mounted root (squashfs filesystem) readonly on device 31:7. [ 2.480000] Freeing unused kernel memory: 176k freed init started: BusyBox v1.20.2 (2019-07-31 14:15:01 CST) starting pid 264, tty '': '/etc/rc.d/rcS >/dev/console 2>&1' This board use 3.3.8 [ 3.230000] mtdoops: Attached to MTD device 10 [ 3.500000] xt_time: kernel timezone is -0000 [ 3.510000] nf_conntrack version 0.5.0 (1981 buckets, 15848 max) [ 3.660000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 3.730000] Ebtables v2.0 registered insmod: can't insert '/lib/modules/3.3.8/kernel/ts_kmp.ko': No such file or directory insmod: can't insert '/lib/modules/3.3.8/kernel/br_filter.ko': No such file or directory [ 3.780000] ---portal module open ok [ 3.790000] Register vlan_manage hooks success. insmod: can't insert '/lib/modules/3.3.8/kernel/statistics.ko': No such file or directory [ 3.810000] [Debug gpio_parse_conf:265] Open File /etc/gpio.conf SUCCESS!! [ 3.830000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 14, readCount 256 [ 3.840000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 44, readCount 256 [ 3.850000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 6 , readCount 256 [ 3.860000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 7 , readCount 256 [ 3.860000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 2 , readCount 256 [ 3.870000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 7 , readCount 256 [ 3.880000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 44, readCount 256 [ 3.890000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 6 , readCount 256 [ 3.900000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 7 , readCount 256 [ 3.900000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 2 , readCount 256 [ 3.910000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 7 , readCount 256 [ 3.920000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 44, readCount 256 [ 3.930000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 7 , readCount 249 [ 3.930000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 6 , readCount 242 [ 3.940000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 6 , readCount 236 [ 3.950000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 6 , readCount 230 [ 3.960000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 2 , readCount 224 [ 3.970000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 51, readCount 222 [ 3.970000] [Debug gpio_parse_conf:354] Ignore line (0), skipLen 44, readCount 171 [ 3.980000] [Debug gpio_parse_conf:382] GPIO Parse OK: led_green led(1) high(1) high(1) 7 [ 3.990000] [Debug gpio_parse_conf:382] GPIO Parse OK: led_yellow led(1) high(1) low (0) 9 [ 4.000000] [Debug gpio_parse_conf:382] GPIO Parse OK: btn_reset btn(2) low (0) high(1) 2 [ 4.010000] [Debug btn_netlink_init:177] btn: create netlink socket SUCCESS. [ 4.010000] [Debug wdt_module_init:221] Create watchdog proc dir SUCCESS. [ 4.020000] [Debug led_entry_handler:756] Create led_green proc dir SUCCESS. [ 4.030000] [Debug led_entry_handler:756] Create led_yellow proc dir SUCCESS. [ 4.040000] [Debug btn_entry_handler:590] Init button: btn_reset 2 2 0 success. insmod: can't insert '/lib/modules/3.3.8/kernel/[ 4.050000] rate_limit: module license 'BSD' taints kernel. mesh.ko': No suc[ 4.060000] Disabling lock debugging due to kernel taint h file or directory [ 4.360000] [Debug btn_netlink_receive:72] BTN netlink with user space daemon 365 SUCCESS. mesh is not supported [NM_Debug](nm_lock_init) 00149: create semaphore... [NM_Debug](parsePtnTableFromNvramToStruct) 00182: NM_PTN_TABLE_BASE = 0x80000 wlanmonitor is not supported. ap_watchdog is not supported. starting pid 381, tty '': '/sbin/getty ttyS0 115200' [NM_Debug](parsePtnTableFromNvramToStruct) 00182: NM_PTN_TABLE_BASE = 0x80000 (none) mips #1 Wed Jul 31 14:05:23 CST 2019 (none) (none) login: Into util_dbg_setMod, pModName(all), enable(1) [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode repeat, delayon 200, delayoff 200, blinkCount 0. [Debug checkLedParamValid:341] Param: mode repeat, delayon 200, delayoff 200, blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode repeat, delayon 500, delayoff 500, blinkCount 0. [Debug checkLedParamValid:341] Param: mode repeat, delayon 500, delayoff 500, blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode repeat, delayon 200, delayoff 200, blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode on , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode blink, delayon 500, delayoff 500, blinkCount 4. [Debug checkLedParamValid:341] Param: mode disable, delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode enable, delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode blink, delayon 200, delayoff 200, blinkCount 3000. [Debug checkLedParamValid:341] Param: mode stop , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode off , delayon 0 , delayoff 0 , blinkCount 0. [Debug checkLedParamValid:341] Param: mode repeat, delayon 4200, delayoff 800, blinkCount 0. [Debug checkLedParamValid:341] Param: mode stop , delayon 0 , delayoff 0 , blinkCount 0. LED_RESET { led_green off 1 0 0 0 } { led_yellow off 1 0 0 0 } { led_yellow repeat 1 200 200 0 } { led_green repeat 1 200 200 0 } LED_UPDATE_START { led_green off 1 0 0 0 } { led_yellow off 1 0 0 0 } { led_yellow repeat 1 500 500 0 } { led_green repeat 1 500 500 0 } LED_UPDATE_FINISH { led_yellow off 1 0 0 0 } { led_green off 1 0 0 0 } LED_DUT_NO_CALDATA { led_green off 0 0 0 0 } { led_yellow repeat 4 200 200 0 } LED_SYS_INIT_PROCESS { led_yellow off 0 0 0 0 } { led_green on 0 0 0 0 } LE[ 5.210000] [Debug led_proc_write:624] Write led_yellow. D_SYS_INIT_OK [ 5.210000] [Debug led_common_write_proc:471] Execute LED action: { led_yellow { 1 0 0 0 0 } off 0 0 0 0 } { led_green blink 0 500 500 4 } LED_DISABLE_ALL { led_green disable 2 0 0 0 } LED_ENABLE_ALL { led_green enable 0 0 0 0 } LED_LOCATE { led_green blink 3 200 200 3000 } LED_LOCATE_STOP { led_green stop 1 0 0 0 } LED_ISOLATED_START { led_yellow off 0 0 0 0 } { led_green repeat 2 4200 800 0 } LED_ISOLATED_FINISH { led_green stop 0 0 0 0 } [NM_Debug](parsePtn[ 5.270000] [Debug led_proc_write:624] Write led_green. TableFromNvramTo[ 5.280000] [Debug led_common_write_proc:471] Execute LED action: Struct) 00182: N { 2 0 0 0 0 } M_PTN_TABLE_BASE = 0x80000 [Debug ledListenEventHandler:148] Accept a new client. [Debug ledClientEventHandler:110] GPIOD received led rule: LED_SYS_INIT_PROCESS. <debug>_radio_region_init(): 158 @ read next region flag, parse finish <debug>_radio_region_init(): 187 @ region:276, parse channel num:13 <debug>_radio_region_init(): 158 @ read next region flag, parse finish <debug>_radio_region_init(): 187 @ region:276, parse channel num:19 GBK essid(TP-Link_2.4GHz_CB4FE2) UTF8 essid(TP-Link_2.4GHz_CB4FE2) GBK essid(TP-Link_5GHz_CB4FE3) UTF8 essid(TP-Link_5GHz_CB4FE3) [Debug ledListenEventHandler:148] Accept a new client. [Debug ledClientEventHandler:110] GPIOD received led rule: LED_ENABLE_ALL. [ 6.430000] [Debug led_proc_write:624] Write led_green. [ 6.440000] [Debug led_common_write_proc:471] Execute LED action: { 5 0 0 0 0 } [ 6.440000] [NOTICE led_common_write_proc:508] pledconf->backup.mode 0 1 [ 6.510000] [ 6.510000] Disable VlanManage, data.enable(0), data.vid(1) [ 6.520000] ath_spi_uid_read 0xe4694c68 [ 6.530000] ath_spi_uid_read 0x5b5a4028 [NM_Debug](readFlashPublicKey) 00175: rsaKey=: BgIAAACkAABSU0ExAAQAAAEAAQDzyeWCpUptcSIr3Wuk6j3wEyGLbCalB127Ge315dfiwAV8UfeMi9m34xauO62IMNPSSm5biNChqO+eDyLG2dSndRA+BYnh6xFYu9t6PkxiJRvaumwejQwork0ohtXuqBC8k4yd1HlXcsI/rzvgZ0eDon5mdUzQ6Ac0iLA3RXDAng==! Rsa verify success [ 6.660000] [ 6.660000] manage vlan set port: ssh (22), http (80), https (443) [ 6.660000] [ 6.660000] manage vlan set port: ssh (22), http (80), https (443) [ 6.690000] ath_spi_uid_read 0xe4694c68 [ 6.690000] ath_spi_uid_read 0x5b5a4028 [NM_Debug](readFlashPublicKey) 00175: rsaKey=: BgIAAACkAABSU0ExAAQAAAEAAQDzyeWCpUptcSIr3Wuk6j3wEyGLbCalB127Ge315dfiwAV8UfeMi9m34xauO62IMNPSSm5biNChqO+eDyLG2dSndRA+BYnh6xFYu9t6PkxiJRvaumwejQwork0ohtXuqBC8k4yd1HlXcsI/rzvgZ0eDon5mdUzQ6Ac0iLA3RXDAng==! Rsa verify success [ 8.110000] ath_tx99: Version 2.0 [ 8.110000] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved [ 8.480000] [ 8.480000] ART Version : -48.0.0 [ 8.490000] SW Image Version : -48.0.0.0.0 [ 8.490000] Board Revision : [ 8.490000] ar9300_attach: nf_2_nom -110 nf_2_max -60 nf_2_min -125 [ 8.520000] dfs_attach: event log enabled by default [ 8.530000] ath_descdma_setup: tx DMA: 2700 buffers 1 desc/buf 128 desc_len [ 8.540000] ath_descdma_setup: beacon DMA: 17 buffers 1 desc/buf 128 desc_len [ 8.550000] ath_descdma_setup: tim DMA: 34 buffers 1 desc/buf 128 desc_len [ 8.560000] ath_descdma_setup: uapsd_qnull DMA: 64 buffers 1 desc/buf 128 desc_len [ 8.560000] ath_tx_paprd_init sc 873e8000 PAPRD disabled in HAL [ 9.120000] hif_pci_enable_bus: con_mode = 0x0, device_id = 0x40 [ 9.130000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 9.130000] hif_pci_enable_bus: hif_enable_pci done *********** AR900B *************hif_pci_enable_bus: hif_type = 0xb, target_type = 0x9hif_pci_enable_bus: hif_pci_probe_tgt_wakeup donehif_target_sync: Loop checking FW signalhif_target_sync: Got FW signal, retries = 0hif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_set_hia_extnd: E [ 9.180000] hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_configure_legacy_irq: X, ret = 0hif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ONol_ath_attach interface_id 1 [ 9.370000] [ 9.370000] [Flash] : Ignore Module param [ 9.490000] ol_swap_wlan_memory_expansion: length:195073 size_left:195093 dma_size_left:262144 fw_temp:c0758004 fw_entry_size:195097 [ 9.500000] ol_swap_wlan_memory_expansion: dma_virt_addr :a6280000 fw_temp: c0758008 length: 195073 [ 9.510000] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:67071 fw_temp:c0787a0d fw_entry_size:195097 [ 10.980000] wmi_unified_register_event_handler: Event id 62 is unavailable [ 10.990000] +htc_create .. HIF :865c4000-htc_create: (0x865c1800) [ 11.000000] hif_enable_fastpath, Enabling fastpath mode [ 11.000000] +HWT [ 11.010000] hif_completion_thread_startup: pipe_num:0 pipe_info:0x865c705chif_completion_thread_startup: pipe_num:3 pipe_info:0x865c711chif_completion_thread_startup: pipe_num:4 pipe_info:0x865c715c [ 11.030000] -HWT [ 11.030000] Startup Mode-0 set [ 11.040000] htt_peer_map_timer_init Enter pdev 85b10000 hrtimer 85b14960 [ 11.040000] [ 11.040000] htt_alloc_peer_map_mem : Alloc Success : host q vaddr 85b90000 paddr 5b90000 [ 11.050000] [ 11.050000] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 11.070000] FW wireless modes: 0x1f9001 [ 11.070000] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0 [ 11.080000] [ 11.080000] Sending Ext resource cfg: HOST PLATFORM as 1 [ 11.080000] fw_feature_bitmap as 50 to TGT [ 11.090000] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 11.100000] EXT NSS Supported [ 11.110000] Support not added yet for Service 91 [ 11.120000] Support not added yet for Service 92 [ 11.120000] chunk 0 len 13568 requested , ptr 0x57a8000 [ 11.130000] chunk 1 len 54272 requested , ptr 0x57b0000 [ 11.130000] chunk 2 len 217088 requested , ptr 0x5040000 [ 11.140000] chunk 3 len 675432 requested , ptr 0x5100000 [ 11.140000] chunk 4 len 107520 requested , ptr 0x5020000 [ 11.150000] chunk 5 len 6144 requested , ptr 0x57ac000 [ 11.160000] chunk 6 len 1023768 requested , ptr 0x5200000 [ 11.160000] chunk 7 len 0 requested , ptr 0xffffffff [ 11.170000] smart_log_init: Smart logging Enabled buf=85080000 (size=65536) [ 11.240000] Version = 16777216 3 status = 0 [ 11.240000] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 [ 11.260000] dfs_attach: event log enabled by default [ 11.270000] >>>> CB Set (null) [ 11.270000] ath_lowi_if_netlink_init LOWI Netlink successfully created [ 11.280000] ol_ath_thermal_mitigation_attach: -- [ 11.290000] ol_ath_pci_probe num_radios=0, wifi_radios[0].sc = 863c0380 wifi_radio_type = 2 [ 11.290000] ath_sysfs_diag_init: diag_fsattr [ 11.330000] +hif_update_pipe_callback pipeid 8 [ 11.330000] -hif_update_pipe_callback [ 11.630000] ath_net80211_dfs_clist_update: called, cmd=1, nollist= (null), nentries=0 [ 11.640000] dfs_attach: event log enabled by default Interface doesn't accept private ioctl... HALDbg (8BE0): Operation not permitted [ 11.770000] wlan_vap_create : enter. devhandle=0x873f0380, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 11.780000] wlan_vap_create : exit. devhandle=0x873f0380, vap=0x872c0000, opmode=IEEE80211_M_HOSTAP, flags=0x1. ath0 [ 11.800000] ath_net80211_dfs_clist_update: called, cmd=1, nollist= (null), nentries=0 [ 11.820000] dfs_attach: event log enabled by default Removing interface ath0 failed FAIL Configuration file: /tmp/ath0.ap_bss (phy ath0) --> new PHY Line 6: DEPRECATED: 'dump_file' configuration variable is not used anymore ath0: Could not connect to kernel driver Using interface ath0 with hwaddr 74:da:88:cb:4f:e2 and ssid "TP-Link_2.4GHz_CB4FE2" ath0: interface state UNINITIALIZED->ENABLED ath0: AP-ENABLED OK Invalid command : HALDbg Invalid command : chainmasksel Interface doesn't accept private ioctl... AMPDU (8BE0): Operation not permitted Interface doesn't accept private ioctl... AMPDUFrames (8BE0): Operation not permitted Interface doesn't accept private ioctl... AMPDULim (8BE0): Operation not permitted [ 12.420000] wlan_vap_create : enter. devhandle=0x863c0380, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 12.430000] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 74:da:88:cb:4f:e3: [ 12.440000] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 12.450000] wlan_vap_create : exit. devhandle=0x863c0380, vap=0x85380000, opmode=IEEE80211_M_HOSTAP, flags=0x1. ath10 [ 12.510000] Enable MCAST_TO_UCAST Error for wireless request "Set Fragmentation Threshold" (8B24) : SET failed on device ath10 ; Invalid argument. Removing interface ath10 failed FAIL Configuration file: /tmp/ath10.ap_bss (phy ath10) --> new PHY Line 6: DEPRECATED: 'dump_file' configuration variable is not used anymore ath10: Could not connect to kernel driver Using interface ath10 with hwaddr 74:da:88:cb:4f:e3 and ssid "TP-Link_5GHz_CB4FE3" ath10: interface state UNINITIALIZED->ENABLED ath10: AP-ENABLED OK [ 12.930000] [ 12.930000] manage vlan set ssid vlan: idx (0), intfName (ath0), vlan (0) [ 12.940000] [ 12.940000] manage vlan set ssid vlan: idx (1), intfName (ath10), vlan (0) [ 13.030000] [Debug led_proc_write:624] Write led_yellow. [Debug ledClien[ 13.040000] [Debug led_common_write_proc:471] Execute LED action: tEventHandler:11 { 1 0 0 0 0 } 0] GPIOD received led rule: LED_SYS_INIT_OK. [ 13.060000] [Debug led_proc_write:624] Write led_green. [ 13.060000] [Debug led_common_write_proc:471] Execute LED action: { 3 0 500 500 4 } [ 13.070000] ath_spi_uid_read 0xe4694c68 [ 13.080000] ath_spi_uid_read 0x5b5a4028 [NM_Debug](readFlashPublicKey) 00175: rsaKey=: BgIAAACkAABSU0ExAAQAAAEAAQDzyeWCpUptcSIr3Wuk6j3wEyGLbCalB127Ge315dfiwAV8UfeMi9m34xauO62IMNPSSm5biNChqO+eDyLG2dSndRA+BYnh6xFYu9t6PkxiJRvaumwejQwork0ohtXuqBC8k4yd1HlXcsI/rzvgZ0eDon5mdUzQ6Ac0iLA3RXDAng==! Rsa verify success [ 14.230000] Switching to Tx Mode-0 now ok to start tddp--------------------- uclite init ok, now startup eap-cs --------------------- [NM_Debug](parsePtnTableFromNvramToStruct) 00182: NM_PTN_TABLE_BASE = 0x80000 [TDDP_DEBUG]<debug>[main:1213] tddp init--- httpMudCreate: MUD 0x483d40 was created [utilities_debug: httpSystemFirmwareInit:269]register rpm httpServerCreate------------------ httpMudCreate: MUD 0x483d40 was created [utilities_debug: httpSystemFirmwareInit:269]register rpm httpServerCreate------------------ httpServerCreate: try to add port 80 httpServerCreate: try to add port 22080 [ 18.690000] send_vdev_down_cmd_non_tlv for vap 0 [ 18.700000] VDEV START [ 18.970000] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 1 sounding dim 2 [ 18.980000] send_vdev_up_cmd_non_tlv for vap 0 route: SIOCDELRT: No such process connect: No such file or directory Into util_dbg_setMod, pModName(all), enable(1) [NM_Debug](nm_region_getRegionName) 00192: Flash region info, code: 276, name: EU.


U-Boot 1.1.4--LSDK-10.2-00082-4 (Mar 19 2018 - 14:55:50) board956x - Dragonfly 1.0DRAM: sri ath_ddr_initial_config(287): (ddr2 init) ath_ddr_initial_config: DDR_EMR2_ADDRESS=0x180000bc, EMR2 value=0x80 ath_sys_frequency: ref_clk 25000000 ath_sys_frequency: cpu 775 ddr 650 ahb 258 Tap values = (0xf, 0xf, 0xf, 0xf) 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 454k for U-Boot at: 87f8c000 Reserving 192k for malloc() at: 87f5c000 Reserving 44 Bytes for Board Info at: 87f5bfd4 Reserving 36 Bytes for Global Data at: 87f5bfb0 Reserving 128k for boot params() at: 87f3bfb0 Stack Pointer at: 87f3bf98 Now running in RAM - U-Boot at: 87f8c000 Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Setting 0x181162c0 to 0x40802100 Hit Ctrl+B to stop autoboot: 0 factory boot check integer ok. factory boot load fs uboot len 262144 to addr 0x81000000. ## Starting application at 0x81000000 ... U-Boot 1.1.4--LSDK-10.2-00082-4 (Mar 19 2018 - 14:56:29) board956x - Dragonfly 1.0DRAM: sri ath_ddr_initial_config(287): (ddr2 init) ath_ddr_initial_config: DDR_EMR2_ADDRESS=0x180000bc, EMR2 value=0x80 ath_sys_frequency: ref_clk 25000000 ath_sys_frequency: cpu 775 ddr 650 ahb 258 Tap values = (0x10, 0x10, 0x10, 0x10) 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 163k for U-Boot at: 87fd4000 Reserving 192k for malloc() at: 87fa4000 Reserving 44 Bytes for Board Info at: 87fa3fd4 Reserving 36 Bytes for Global Data at: 87fa3fb0 Reserving 128k for boot params() at: 87f83fb0 Stack Pointer at: 87f83f98 Now running in RAM - U-Boot at: 87fd4000 Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18 flash size 16MB, sector count = 256 Flash: 16 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Setting 0x181162c0 to 0x40802100 Hit Ctrl+B to stop autoboot: 0 Net: ath_gmac_enet_initialize... No valid address in Flash. Using fixed address ath_gmac_enet_initialize: reset mask:c02200 athr_mgmt_init ::done Dragonfly ----> S17 PHY * athrs17_reg_init: complete SGMII in forced mode athr_gmac_sgmii_setup SGMII done : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad eth0 up eth0 Loading .text @ 0x80060000 (2008309 bytes) ## Starting application at 0x80060000 ... OpenWrt kernel loader for AR7XXX/AR9XXX Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> Decompressing kernel... done! Starting kernel at 80060000... [ 0.000000] Linux version 5.4.63 (build@terra) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r14282+2-5bbef95e85)) #0 Fri Sep 11 20:32:31 2020 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc) [ 0.000000] MIPS: machine is TP-Link EAP245 v3 [ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 122260K/131072K available (4787K kernel code, 185K rwdata, 1116K rodata, 1200K init, 196K bss, 8812K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 51 [ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x518 with crng_init=0 [ 0.000000] CPU clock: 775.000 MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns [ 0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns [ 0.008220] Calibrating delay loop... 385.02 BogoMIPS (lpj=770048) [ 0.046713] pid_max: default: 32768 minimum: 301 [ 0.051706] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.059414] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.071456] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.081778] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.089074] pinctrl core: initialized pinctrl subsystem [ 0.095553] NET: Registered protocol family 16 [ 0.127288] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.140660] clocksource: Switched to clocksource MIPS [ 0.147140] NET: Registered protocol family 2 [ 0.152475] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.161358] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.169457] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.176902] TCP: Hash tables configured (established 1024 bind 1024) [ 0.183737] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.190684] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.198362] NET: Registered protocol family 1 [ 0.203019] PCI: CLS 0 bytes, default 32 [ 0.210708] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.223718] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.229907] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.254295] pinctrl-single 1804002c.pinmux: 544 pins, size 68 [ 0.261407] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.268849] printk: console [ttyS0] disabled [ 0.273423] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A [ 0.282532] printk: console [ttyS0] enabled [ 0.282532] printk: console [ttyS0] enabled [ 0.291593] printk: bootconsole [early0] disabled [ 0.291593] printk: bootconsole [early0] disabled [ 0.317805] spi-nor spi0.0: w25q128 (16384 Kbytes) [ 0.322829] 10 fixed-partitions partitions found on MTD device spi0.0 [ 0.329485] Creating 10 MTD partitions on "spi0.0": [ 0.334537] 0x000000000000-0x000000040000 : "factory-boot" [ 0.341141] 0x000000040000-0x000000080000 : "u-boot" [ 0.347112] 0x000000080000-0x000000090000 : "partition-table" [ 0.353908] 0x000000090000-0x0000000a0000 : "info" [ 0.359701] 0x0000000a0000-0x0000000b0000 : "art" [ 0.365460] 0x0000000b0000-0x0000000c0000 : "extra-para" [ 0.371843] 0x0000000c0000-0x000000f00000 : "firmware" [ 0.383233] 2 elf-loader-fw partitions found on MTD device firmware [ 0.389753] Creating 2 MTD partitions on "firmware": [ 0.394897] 0x000000000000-0x0000001eb694 : "kernel" [ 0.400910] 0x0000001eb694-0x000000e40000 : "rootfs" [ 0.406871] mtd: device 8 (rootfs) set to be root filesystem [ 0.414450] 1 squashfs-split partitions found on MTD device rootfs [ 0.420899] 0x000000690000-0x000000e40000 : "rootfs_data" [ 0.427316] 0x000000f00000-0x000000f30000 : "config" [ 0.433362] 0x000000f30000-0x000000fb0000 : "mutil-log" [ 0.439669] 0x000000fb0000-0x000000ff0000 : "oops" [ 0.447269] libphy: Fixed MDIO Bus: probed [ 1.101026] libphy: ag71xx_mdio: probed [ 1.106699] switch0: Atheros AR8337 rev. 2 switch registered on mdio.0 [ 1.144658] random: fast init done [ 1.685112] ag71xx 19000000.eth: connected to PHY at mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316] [ 1.696363] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: sgmii [ 1.702968] i2c /dev entries driver [ 1.708396] NET: Registered protocol family 10 [ 1.717537] Segment Routing with IPv6 [ 1.721481] NET: Registered protocol family 17 [ 1.726157] 8021q: 802.1Q VLAN Support v1.8 [ 1.731251] PCI host bridge /ahb/pcie-controller@18250000 ranges: [ 1.737616] MEM 0x0000000012000000..0x0000000013ffffff [ 1.743021] IO 0x0000000000000000..0x0000000000000000 [ 1.748617] PCI host bridge to bus 0000:00 [ 1.752901] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff] [ 1.760008] pci_bus 0000:00: root bus resource [io 0x0000] [ 1.765769] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 1.772782] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.781010] pci 0000:00:00.0: [168c:0040] type 00 class 0x028000 [ 1.787284] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 1.794433] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 1.800769] pci 0000:00:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 1.815911] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 [ 1.822791] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit] [ 1.833028] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored [ 1.840806] unable to read xattr id index table [ 1.847687] VFS: Mounted root (squashfs filesystem) readonly on device 31:8. [ 1.861773] Freeing unused kernel memory: 1200K [ 1.866478] This architecture does not have kernel memory protection. [ 1.873129] Run /sbin/init as init process [ 2.481326] init: Console is alive [ 2.485158] init: - watchdog - [ 3.636590] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.707211] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.725126] init: - preinit - [ 4.562992] random: jshn: uninitialized urandom read (4 bytes read) [ 4.670473] random: jshn: uninitialized urandom read (4 bytes read) [ 4.768553] random: jshn: uninitialized urandom read (4 bytes read) [ 5.863718] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 2 is up [ 5.877478] eth0: link up (1000Mbps/Full duplex) [ 5.890664] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 5.904784] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready Press the [f] key and hit [enter] to enter failsafe mode Press [ 5.934197] urandom_read: 4 callbacks suppressed the [1], [2], [3[ 5.934203] random: procd: uninitialized urandom read (4 bytes read) ] or [4] key and hit [enter] to select the debug level [ 10.130164] jffs2: notice: (544) jffs2_build_xattr_subsystem: complete building xattr subsystem, 15 of xdatum (7 unchecked, 1 orphan) and 20 of xref (1 dead, 0 orphan) found. [ 10.148057] mount_root: switching to jffs2 overlay [ 10.179578] overlayfs: upper fs does not support tmpfile. [ 10.191967] urandom-seed: Seeding with /etc/urandom.seed [ 10.280259] eth0: link down [ 10.301717] procd: - early - [ 10.304905] procd: - watchdog - [ 10.878351] procd: - watchdog - [ 10.881934] procd: - ubus - [ 10.935815] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.944301] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.952250] procd: - init - Please press Enter to activate this console. [ 11.682933] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.780716] NET: Registered protocol family 38 [ 11.848921] hidraw: raw HID events driver (C) Jiri Kosina [ 11.868791] Loading modules backported from Linux version v5.8-0-gbcf876870b95 [ 11.876286] Backport generated by backports.git v5.8-1-0-g79400d9e [ 11.929915] xt_time: kernel timezone is -0000 [ 11.937933] urngd: v1.0.2 started. [ 12.129593] ath10k 5.4 driver, optimized for CT firmware, probing pci device: 0x40. [ 12.137693] ath10k_mac_create, priv_size: 804 hw: (ptrval) hw->priv: (ptrval) [ 12.147314] random: crng init done [ 12.165448] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002) [ 12.172252] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 14.449391] ath10k_pci 0000:00:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002 [ 14.458966] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 14.477780] ath10k_pci 0000:00:00.0: firmware ver 10.4b-ct-9980-fW-13-10af6a005 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 4a0fa880 [ 14.567051] ath10k_pci 0000:00:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2 [ 15.758738] ath10k_pci 0000:00:00.0: unsupported HTC service id: 1536 [ 15.769778] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 15.777558] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32 [ 15.853394] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 15.864710] ath10k_pci 0000:00:00.0: wmi print 'free: 31080 iram: 23092 sram: 9596' [ 16.125407] ath10k_pci 0000:00:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 16.301673] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=2 [ 16.337039] kmodloader: done loading kernel modules from /etc/modules.d/* [ 28.502967] eth0: link up (1000Mbps/Full duplex) [ 28.518883] br-guest: port 1(eth0.10) entered blocking state [ 28.524790] br-guest: port 1(eth0.10) entered disabled state [ 28.530939] device eth0.10 entered promiscuous mode [ 28.536025] device eth0 entered promiscuous mode [ 28.544767] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 28.605951] br-guest: port 1(eth0.10) entered blocking state [ 28.611843] br-guest: port 1(eth0.10) entered forwarding state [ 28.945958] br-lan: port 1(eth0.1) entered blocking state [ 28.951595] br-lan: port 1(eth0.1) entered disabled state [ 28.957477] device eth0.1 entered promiscuous mode [ 29.004833] br-lan: port 1(eth0.1) entered blocking state [ 29.010440] br-lan: port 1(eth0.1) entered forwarding state [ 29.516740] IPv6: ADDRCONF(NETDEV_CHANGE): br-guest: link becomes ready [ 31.586605] ath: EEPROM regdomain: 0x8038 [ 31.590800] ath: EEPROM indicates we should expect a country code [ 31.597108] ath: doing EEPROM country->regdmn map search [ 31.602598] ath: country maps to regdmn code: 0x37 [ 31.607553] ath: Country alpha2 being used: BE [ 31.612146] ath: Regpair used: 0x37 [ 31.615751] ath: regdomain 0x8038 dynamically updated by user [ 31.621761] ath: EEPROM regdomain: 0x8038 [ 31.625924] ath: EEPROM indicates we should expect a country code [ 31.632220] ath: doing EEPROM country->regdmn map search [ 31.637711] ath: country maps to regdmn code: 0x37 [ 31.642666] ath: Country alpha2 being used: BE [ 31.647252] ath: Regpair used: 0x37 [ 31.650855] ath: regdomain 0x8038 dynamically updated by user [ 35.606862] ath10k_pci 0000:00:00.0: unsupported HTC service id: 1536 [ 35.614078] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 35.621867] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32 [ 35.697757] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 35.709078] ath10k_pci 0000:00:00.0: wmi print 'free: 31080 iram: 23092 sram: 9596' [ 36.057657] ath10k_pci 0000:00:00.0: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4 [ 36.136179] br-lan: port 2(wlan0) entered blocking state [ 36.141726] br-lan: port 2(wlan0) entered disabled state [ 36.147511] device wlan0 entered promiscuous mode [ 36.246104] ath10k_pci 0000:00:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000 [ 36.371936] br-lan: port 3(wlan1) entered blocking state [ 36.377483] br-lan: port 3(wlan1) entered disabled state [ 36.383280] device wlan1 entered promiscuous mode [ 36.388280] br-lan: port 3(wlan1) entered blocking state [ 36.393805] br-lan: port 3(wlan1) entered forwarding state [ 36.602197] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready


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/15 03:44
  • by samveen