Skip to content

Instantly share code, notes, and snippets.

@cnlohr
Created April 5, 2021 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnlohr/aea3ea7fd520f7b9e48d1b491dbe065c to your computer and use it in GitHub Desktop.
Save cnlohr/aea3ea7fd520f7b9e48d1b491dbe065c to your computer and use it in GitHub Desktop.
(With successful boot of system)
U-Boot 1.1.4-gcdf6499e-dirty (May 11 2019 - 14:47:06)
ap152 - Dragonfly 1.0
DRAM: 128 MB
Top of RAM usable for U-Boot at: 88000000
Reserving 408k for U-Boot at: 87f98000
Reserving 16448k for malloc() at: 86f88000
Reserving 44 Bytes for Board Info at: 86f87fd4
Reserving 36 Bytes for Global Data at: 86f87fb0
Reserving 128k for boot params() at: 86f67fb0
Stack Pointer at: 86f67f98
Now running in RAM - U-Boot at: 87f98000
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16MB, sector count = 256
Flash: 16 MB
Using default environment
In: serial
Out: serial
Err: serial
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
Setting 0x181162c0 to 0x40802100
factory boot check integer ok.
factory boot load fs uboot len 131072 to addr 0x80010000.
Hit any key to stop autoboot: 0
## Starting application at 0x80010000 ...
U-Boot 1.1.4-gcdf6499e-dirty (May 11 2019 - 14:41:00)
ap152 - Dragonfly 1.0
DRAM: 128 MB
Top of RAM usable for U-Boot at: 88000000
Reserving 125k for U-Boot at: 87fe0000
Reserving 16448k for malloc() at: 86fd0000
Reserving 44 Bytes for Board Info at: 86fcffd4
Reserving 36 Bytes for Global Data at: 86fcffb0
Reserving 128k for boot params() at: 86faffb0
Stack Pointer at: 86faff98
Now running in RAM - U-Boot at: 87fe0000
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16MB, sector count = 256
Flash: 16 MB
Using default environment
In: serial
Out: serial
Err: serial
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
Setting 0x181162c0 to 0x40802100
Hit any key to stop autoboot: 0
## Booting image at 9f040000 ...
Image Name: MIPS OpenWrt Linux-3.3.8
Created: 2019-08-06 9:31:35 UTC
Image Type: MIPS Linux Multi-File Image (lzma compressed)
Data Size: 1088589 Bytes = 1 MB
Load Address: 80060000
Entry Point: 80060000
Contents:
Image 0: 1088581 Bytes = 1 MB
Verifying Checksum at 0x9f040040 ...OK
Uncompressing Multi-File Image ... OK
No initrd
## Transferring control to Linux (at address 80060000) ...
## Giving linux memsize in bytes, 134217728
Starting kernel ...
[ 0.000000] Linux version 3.3.8 (leo@leo-MS-7529) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Mar 8 11:47:21 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: console=ttyS0,115200 board=AP152 rootfstype=squashfs init=/etc/preinit mtdparts=spi0.0:128k(factory-uboot),128k(u-boot),1152k(uImage),14912k(rootfs),64k@0xff0000(ART) mem=128M rootfstype=squashfs,jffs2 noinitrd
[ 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: 126220k/131072k available (2324k kernel code, 4852k reserved, 584k data, 180k 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 TP-LINK Archer c7 v5 support
[ 0.080000] registering PCI controller with io_map_base unset
[ 0.290000] bio: create slab <bio-0> at 0
[ 0.300000] PCI host bridge to bus 0000:00
[ 0.300000] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
[ 0.310000] pci_bus 0000:00: root bus resource [io 0x0001]
[ 0.310000] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
[ 0.320000] pci 0000:00:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref]
[ 0.320000] pci 0000:00:00.0: using irq 40 for pin 1
[ 0.330000] Switching to clocksource MIPS
[ 0.330000] 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 246
[ 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] 5 cmdlinepart partitions found on MTD device spi0.0
[ 0.470000] Creating 5 MTD partitions on "spi0.0":
[ 0.470000] 0x000000000000-0x000000020000 : "factory-uboot"
[ 0.480000] 0x000000020000-0x000000040000 : "u-boot"
[ 0.490000] 0x000000040000-0x000000160000 : "uImage"
[ 0.490000] 0x000000160000-0x000000ff0000 : "rootfs"
[ 0.500000] mtd: partition "rootfs" set to be root filesystem
[ 0.510000] 0x000000ff0000-0x000001000000 : "ART"
[ 0.510000] flash_chrdev : flash_chrdev_init
[ 0.650000] ag71xx_mdio: probed
[ 0.660000] eth0: Atheros AG71xx at 0xb9000000, irq 4
[ 1.210000] ag71xx_probe:not calling:ag71xx_phy_connect
[ 1.220000] TCP cubic registered
[ 1.220000] NET: Registered protocol family 17
[ 1.230000] Bridge firewalling registered
[ 1.230000] 8021q: 802.1Q VLAN Support v1.8
[ 1.230000] ### of_selftest(): No testcase data in device tree; not running tests
[ 1.250000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
[ 1.250000] Freeing unused kernel memory: 180k freed
[ 3.030000] ag71xx_open DEFINED AR8216_PHY_RESET_CMD!
[ 3.060000] eth0: Atheros AR8327 switch driver attached.
[ 3.060000] before HW reset reg[e0]: [c74164de] -> [c74164de]
[ 3.070000] before HW reset reg[10]: [602613a0] -> [602613a0]
[ 4.180000] recovery reg[e0]: [c70164c0] -> [c74164de]
[ 4.190000] recovery reg[10]: [261320] -> [602613a0]
[ 7.110000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316]
- preinit -
- regular preinit -
jffs2 not ready yet; using ramdisk
- init -
[ 7.550000] in ag71xx_stop
[ 7.550000] ag71xx_stop:ag71xx_phy_disconnect
[ 8.130000] liblog: module license 'unspecified' taints kernel.
[ 8.140000] Disabling lock debugging due to kernel taint
[ 8.400000] NET: Registered protocol family 10
[ 8.590000] SCSI subsystem initialized
[ 8.690000] usbcore: registered new interface driver usbfs
[ 8.700000] usbcore: registered new interface driver hub
[ 8.710000] usbcore: registered new device driver usb
[ 8.840000] PPP generic driver version 2.4.2
[ 8.880000] tun: Universal TUN/TAP device driver, 1.6
[ 8.880000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 8.930000] PPP MPPE Compression module registered
[ 8.960000] NET: Registered protocol family 24
[ 9.030000] L2TP core driver, V2.0
[ 9.050000] L2TP netlink interface
[ 9.090000] IPv6 over IPv4 tunneling driver
[ 9.120000] GRE over IPv4 demultiplexor driver
[ 9.160000] GRE over IPv4 tunneling driver
[ 9.240000] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 9.340000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.590000] nf_conntrack version 0.5.0 (1975 buckets, 7900 max)
[ 9.790000] PPPoL2TP kernel driver, V2.0
[ 9.810000] PPTP driver version 0.8.5
[ 10.230000] xt_time: kernel timezone is -0000
[ 10.770000] nf_conntrack_rtsp v0.6.21 loading
[ 10.800000] nf_nat_rtsp v0.6.21 loading
[ 10.860000] Netfilter messages via NETLINK v0.30.
[ 10.900000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 10.940000] ctnetlink v0.93: registering with nfnetlink.
[ 11.210000] ssdk_plat_init start
[ 11.220000] Register QCA PHY driver
[ 11.340000] qca-ssdk module init succeeded!
[ 11.420000] usbcore: registered new interface driver cdc_acm
[ 11.430000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 11.480000] Initializing USB Mass Storage driver...
[ 11.490000] usbcore: registered new interface driver usb-storage
[ 11.490000] USB Mass Storage support registered.
[ 11.540000] rndis_host: Unknown symbol usbnet_open (err 0)
[ 11.540000] rndis_host: Unknown symbol usbnet_skb_return (err 0)
[ 11.550000] rndis_host: Unknown symbol usbnet_tx_timeout (err 0)
[ 11.550000] rndis_host: Unknown symbol usbnet_suspend (err 0)
[ 11.560000] rndis_host: Unknown symbol usbnet_start_xmit (err 0)
[ 11.570000] rndis_host: Unknown symbol usbnet_stop (err 0)
[ 11.570000] rndis_host: Unknown symbol usbnet_generic_cdc_bind (err 0)
[ 11.580000] rndis_host: Unknown symbol usbnet_disconnect (err 0)
[ 11.590000] rndis_host: Unknown symbol usbnet_cdc_unbind (err 0)
[ 11.590000] rndis_host: Unknown symbol usbnet_probe (err 0)
[ 11.600000] rndis_host: Unknown symbol usbnet_resume (err 0)
[ 11.690000] fuse init (API version 7.18)
reload_profile() begin:
reload_profile() end:
reloadconfig() begin:
user-config size OK:11840
CONFIG_TP_AES_MAGIC_NUM:acac!
htonl tp_magic_num:acac!
htonl org_file_len:2db6!
result is
0
reloadconfig() end:
mergeconfigbycountry() begin
user has set country
mergeconfigbycountry() do nothing end
support smart connect
Already merged, no need to merge now
55530000
Please press Enter to activate this console. [ 14.840000] ag71xx_open DEFINED AR8216_PHY_RESET_CMD!ar8216_config_init, 2819: qca_qm_err_recovery
[ 14.850000] before HW reset reg[e0]: [c74164de] -> [c74164de]
[ 14.860000] before HW reset reg[10]: [602613a0] -> [602613a0]
[ 15.960000] recovery reg[e0]: [c70164c0] -> [c74164de]
[ 15.970000] recovery reg[10]: [261320] -> [602613a0]
[ 17.900000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316]
[ 17.910000] ADDRCONF(NETDEV_UP): eth0: link is not ready
GMT+08:00
Sat Aug 10 00:00:00 GMT 2019
[SWITCH DEBUG] Clear Port(0) PVID
[SWITCH DEBUG] Clear Port(1) PVID
[SWITCH DEBUG] Clear Port(2) PVID
[SWITCH DEBUG] Clear Port(3) PVID
[SWITCH DEBUG] Clear Port(4) PVID
[SWITCH DEBUG] Clear Port(5) PVID
[SWITCH DEBUG] Flush vlan entries.
[SWITCH DEBUG] Create VLAN VID=1
[SWITCH DEBUG] Add tagged port(0) to VLAN(1)
[SWITCH DEBUG] Add untagged port(2) to VLAN(1)
[SWITCH DEBUG] Add untagged port(3) to VLAN(1)
[SWITCH DEBUG] Add untagged port(4) to VLAN(1)
[SWITCH DEBUG] Add untagged port(5) to VLAN(1)
[SWITCH DEBUG] Set Port(0) PVID(1)
[SWITCH DEBUG] Set Port(0) ingress to secure
[SWITCH DEBUG] Set Port(2) PVID(1)
[SWITCH DEBUG] Set Port(2) ingress to secure
[SWITCH DEBUG] Set Port(3) PVID(1)
[SWITCH DEBUG] Set Port(3) ingress to secure
[SWITCH DEBUG] Set Port(4) PVID(1)
[SWITCH DEBUG] Set Port(4) ingress to secure
[SWITCH DEBUG] Set Port(5) PVID(1)
[SWITCH DEBUG] Set Port(5) ingress to secure
[SWITCH DEBUG] Create VLAN VID=4094
[SWITCH DEBUG] Add tagged port(0) to VLAN(4094)
[SWITCH DEBUG] Add untagged port(1) to VLAN(4094)
[SWITCH DEBUG] Set Port(0) PVID(4094)
[SWITCH DEBUG] Set Port(0) ingress to secure
[SWITCH DEBUG] Set Port(1) PVID(4094)
[SWITCH DEBUG] Set Port(1) ingress to secure
[SWITCH DEBUG] Set Port(0) PVID(0)
no need to generate onemesh group id
[ 19.950000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 19.960000] eth0: link up (1000Mbps/Full duplex)
[ 20.170000] device eth0 entered promiscuous mode
[ 20.610000] ADDRCONF(NETDEV_UP): lo: link is not ready
[ 20.610000] ADDRCONF(NETDEV_UP): ip6tnl0: link is not ready
[ 20.620000] ADDRCONF(NETDEV_UP): sit0: link is not ready
[ 20.620000] ADDRCONF(NETDEV_UP): gre0: link is not ready
[ 20.630000] ADDRCONF(NETDEV_UP): bond0: link is not ready
[ 22.010000] ar8216_read_status_3171: eth0.4094 carrier off!port_vlan_id = 4094
[ 24.370000] ****Address of trace_timer
:87116610
[ 25.050000] ath_hal: 0.9.17.1 (AR5416, AR9380, REGOPS_FUNC, WRITE_EEPROM, TX_DATA_SWAP, RX_DATA_SWAP, 11D)
[ 25.140000] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
Loading defaults
[ 25.330000] ath_dfs: Version 2.0.0
[ 25.330000] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
[ 25.440000] ath_spectral: Version 2.0.0
[ 25.440000] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
[ 25.450000] SPECTRAL module built on Aug 6 2019 16:42:44
[ 25.580000] ath_tx99: Version 2.0
[ 25.580000] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved
[ 26.000000] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
Loading synflood protection
Adding custom chains
Loading zones
[ 30.920000] __ath_attach: Set global_scn[0]
[ 30.920000] *** All the minfree values should be <= ATH_TXBUF-32, otherwise default value will be used instead ***
[ 30.930000] ACBKMinfree = 48
[ 30.940000] ACBEMinfree = 32
[ 30.940000] ACVIMinfree = 16
[ 30.940000] ACVOMinfree = 0
[ 30.940000] CABMinfree = 48
[ 30.950000] UAPSDMinfree = 0
[ 30.950000] ATH_TXBUF=540
[ 30.960000] Enterprise mode: 0x03bda000
[ 31.140000]
[ 31.140000] ART Version : -48.0.0
[ 31.140000] SW Image Version : -48.0.0.0.0
[ 31.140000] Board Revision :
[ 31.150000] ar9300_attach: nf_2_nom -110 nf_2_max -60 nf_2_min -125
[ 31.160000] SPECTRAL : get_capability not registered
[ 31.160000] HAL_CAP_PHYDIAG : Capable
[ 31.160000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 231)
[ 31.170000] SPECTRAL : get_capability not registered
[ 31.180000] HAL_CAP_RADAR : Capable
[ 31.180000] SPECTRAL : Need to fix the capablity check for SPECTRAL
[ 31.180000] (spectral_attach : 236)
[ 31.190000] SPECTRAL : get_capability not registered
[ 31.200000] HAL_CAP_SPECTRAL_SCAN : Capable
[ 31.200000] SPECTRAL : get_tsf64 not registered
[ 31.210000] spectral_init_netlink 65 NULL SKB
[ 31.210000] SPECTRAL : No ADVANCED SPECTRAL SUPPORT
[ 31.220000] SPECTRAL :----- module attached
[ 31.220000] Green-AP : Green-AP : Attached
[ 31.220000]
[ 31.230000] ath_get_caps[6169] rx chainmask mismatch actual 7 sc_chainmak 0
[ 31.240000] ath_get_caps[6144] tx chainmask mismatch actual 7 sc_chainmak 0
[ 31.250000] band steering initialized for direct attach hardware
[ 31.260000] ieee80211_bsteering_attach: Band steering initialized
[ 31.260000] ath_attach_dfs[12687] dfsdomain 1
[ 31.280000] SPECTRAL : module already attached
[ 31.280000] osif_wrap_attach:296 osif wrap attached
[ 31.290000] osif_wrap_devt_init:916 osif wrap dev table init done
[ 31.290000] ath_tx_paprd_init sc 873c8000 PAPRD disabled in HAL
[ 31.300000] wifi0: Atheros 956X: mem=0xb8100000, irq=47
[ 31.310000] ath_pci: SmartAntenna-DRT-0.1 (Atheros/multi-bss)
[ 31.310000] ath_pci_probe
[ 31.320000] PCI device id is 003c :003c
[ 31.320000] ath_pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
[ 31.330000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[ 31.340000] ath_pci 0000:00:00.0: ath DEBUG: sc=0x867d4000
[ 31.340000]
[ 31.340000] ol_ath_pci_configure : num_desired MSI set to 0
[ 31.350000]
[ 31.350000] Using PCI Legacy Interrupt
Loading forwardings
[ 32.360000] CE_per_engine_handler_adjust, base=867d4000 offset=00057400
[ 32.360000] CE_per_engine_handler_adjust, base=867d4000 offset=00057800
[ 32.380000] __ol_ath_attach: ath_attach TODO
[ 32.390000] __ol_ath_attach: dev name wifi1
[ 32.390000] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
[ 32.400000] OL_ACBKMinfree : 0
[ 32.400000] OL_ACBEMinfree : 0
[ 32.410000] OL_ACVIMinfree : 0
[ 32.410000] OL_ACVOMinfree : 0
[ 32.410000] ol_ath_attach() BMI inited.
[ 32.450000] ol_ath_attach() BMI Get Target Info.
[ 32.450000] ol_ath_attach() TARGET TYPE: 7 Vers 0x4100016c
[ 32.460000] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
[ 32.460000] ol_ath_attach() configure Target .
[ 32.500000] Cal location [0]: 00004000
[ 32.500000] qc98xx_verify_checksum: flash checksum passed: 0x915c
[ 32.510000] ol_transfer_bin_file 2202: Download Flash data len 2116
[ 32.520000] Download AR9888v2_bin
[ 32.520000] ol_transfer_bin_file 2132: Download Firmware data len 208388
Loading rules
Loading redirects
Loading includes
Optimizing conntrack
Loading interfaces
[ 33.660000] ol_ath_attach() Download FW.
[ 33.660000] ol_ath_attach() HT Create .
[ 33.660000] ol_ath_attach() HIF Claim.
[ 33.690000] ol_ath_attach() BMI Done.
[ 33.690000] ol_ath_attach() WMI attached. wmi_handle 85f20000
[ 33.700000] +HWT
[ 33.700000] SOC_RESET_CONTROL_ADDRESS : 800
[ 33.700000] CPU_INTR_ADDRESS = [2000000]
[ 33.710000] SOC_GLOBAL_RESET_ADDRESS = [0]
[ 33.710000] Rx_Filter : [0]
[ 33.710000] CE_per_engine_handler_adjust, base=867d4000 offset=00057400
[ 33.720000] CE_per_engine_handler_adjust, base=867d4000 offset=00057800
[ 33.730000] CE_per_engine_handler_adjust, base=867d4000 offset=00057c00
[ 33.730000] CE_per_engine_handler_adjust, base=867d4000 offset=00058000
[ 33.740000] CE_per_engine_handler_adjust, base=867d4000 offset=00058400
[ 33.750000] CE_per_engine_handler_adjust, base=867d4000 offset=00058800
[ 33.760000] CE_recv_buf_enqueue 653 Populate last entry 512 for CE 5
[ 33.760000] CE_recv_buf_enqueue 662 CE 5 wi 511 dest_ptr 0x58f5c20 nbytes 0 recv_ctxt 0x858d8600
[ 33.770000] Target:87143000 HTC Service:0x0001, ULpipe:0 DLpipe:1 id:0 Ready
[ 33.780000] -HWT
[ 33.830000] Target:87143000 HTC Service:0x0300, ULpipe:4 DLpipe:5 id:1 Ready
[ 33.840000] HTC Service:0x0300 ep:1 TX flow control disabled
[ 33.840000] CE_pkt_dl_len_set CE 4 Pkt download length 64
[ 33.850000] ol_txrx_pdev_attach: 1424 tx desc's allocated ; range starts from 85540000
[ 33.930000] device eth0 left promiscuous mode
[ 33.950000] Target:87143000 HTC Service:0x0100, ULpipe:3 DLpipe:2 id:2 Ready
[ 33.950000] HTC Service:0x0100 ep:2 TX flow control disabled
[ 33.960000] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event
[ 33.970000] num_rf_chain : 00000003
[ 33.970000] ht_cap_info: : 0000085b
[ 33.970000] vht_cap_info : 338001b2
[ 33.980000] vht_supp_mcs : 0000ffea
[ 33.990000] del ct event: 2 dev_name: eth0.4094
[ 33.990000] FIRMWARE:P 49 V 16 T 155
[ 33.990000]
[ 34.000000] start clean up ct iterate..
[ 34.000000] wmi_ready_event_rx: WMI UNIFIED READY event
[ 34.010000] ol_ath_connect_htc() WMI is ready
[ 34.010000] ol_ath_set_host_app_area TODO
[ 34.010000] target uses HTT version 2.1; host uses 2.1
[ 34.020000] ol_ath_attach() connect HTC.
[ 34.030000] bypasswmi : 0
[ 34.030000] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
[ 34.040000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[ 34.050000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[ 34.060000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[ 34.070000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[ 34.070000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[ 34.080000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[ 34.090000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[ 34.090000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[ 34.100000] Add VHT80 channel: 5210
[ 34.110000] Add VHT80 channel: 5290
[ 34.110000] Add VHT80 channel: 5530
[ 34.110000] Add VHT80 channel: 5610
[ 34.120000] Add VHT80 channel: 5690
[ 34.120000] Add VHT80 channel: 5775
[ 34.120000] Skipping VHT80 channel 5825
[ 34.130000] ol_ath_phyerr_attach: called
[ 34.130000] OL Resmgr Init-ed
[ 34.140000] ieee80211_bsteering_attach: Band steering initialized
[ 34.140000] ol_if_spectral_setup
[ 34.150000] SPECTRAL : get_capability not registered
[ 34.150000] HAL_CAP_PHYDIAG : Capable
[ 34.160000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 231)
[ 34.160000] SPECTRAL : get_capability not registered
[ 34.170000] HAL_CAP_RADAR : Capable
[ 34.170000] SPECTRAL : Need to fix the capablity check for SPECTRAL
[ 34.170000] (spectral_attach : 236)
[ 34.180000] SPECTRAL : get_capability not registered
[ 34.190000] HAL_CAP_SPECTRAL_SCAN : Capable
[ 34.190000] SPECTRAL : get_tsf64 not registered
[ 34.200000] spectral_init_netlink 65 NULL SKB
[ 34.200000] Green-AP : Green-AP : Attached
[ 34.200000]
[ 34.210000] Green-AP : Attached
[ 34.210000] ol_if_dfs_setup: called
[ 34.210000] ol_if_dfs_attach: called; ptr=85f11974, radar_info=871d5b78
[ 34.220000] ol_ath_rtt_meas_report_attach: called
[ 34.230000] ol_ath_attach() UMAC attach .
[ 34.230000] ol_if_dfs_configure: called
[ 34.240000] ol_if_dfs_configure: FCC domain
[ 34.240000] ol_if_dfs_disable: called
[ 34.240000] ol_ath_attach: Calling ol_if_dfs_configure
[ 34.250000] osif_wrap_attach:296 osif wrap attached
[ 34.250000] osif_wrap_devt_init:916 osif wrap dev table init done
[ 34.260000] __ol_ath_attach: init tx/rx TODO
[ 34.260000] __ol_ath_attach: hard_header_len reservation 58
[ 34.280000] device eth0 entered promiscuous mode
[ 34.350000] @@@@@@ add br-lan!!!
[ 34.350000] del ct event: 2 dev_name: eth0.1
[ 34.360000] start clean up ct iterate..
[ 34.380000] device eth0.1 entered promiscuous mode
[ 34.380000] br-lan: port 1(eth0.1) entered forwarding state
[ 34.390000] br-lan: port 1(eth0.1) entered forwarding state
[ 34.400000] [ changeLanIp ] 1438: changeLanIp to 0xc0a80001
[ 34.400000] Initializing Pktlogs for 11ac
[ 34.600000] ar8216_read_status_3171: eth0.4094 carrier off!port_vlan_id = 4094
[ 34.600000] ar8216_read_status_3171: eth0.1 carrier off!port_vlan_id = 1
[ 34.610000] br-lan: port 1(eth0.1) entered disabled state
[ 34.680000] [wifi1] FWLOG: [39884] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x460, 0x460, 0x0 )
[ 34.680000] [wifi1] FWLOG: [39884] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x460, 0x460, 0x0 )
[ 34.690000] [wifi1] FWLOG: [39884] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x460, 0x460, 0x0 )
[ 34.700000] [wifi1] FWLOG: [39884] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x460, 0x460, 0x0 )
[ 34.710000] [wifi1] FWLOG: [39888] WHAL_ERROR_RECV_STOPPCU ( 0x110298a, 0x3 )
[ 34.720000] [wifi1] FWLOG: [39888] WHAL_ERROR_RESET_PM ( )
[ 34.720000] [wifi1] FWLOG: [39895] WAL_DBGID_DEV_RESET ( 0x1, 0x1, 0x1 )
[ 34.730000] [wifi1] FWLOG: [40158] WAL_DBGID_DEV_RESET ( 0x1, 0x1, 0x1 )
[ 37.960000] ath_attach_dfs[12687] dfsdomain 1
[ 38.140000] sc nodebug 0
[ 38.290000] wlan_vap_create : enter. devhandle=0x866c0380, opmode=IEEE80211_M_HOSTAP, flags=0x3
[ 38.300000] wlan_vap_create : exit. devhandle=0x866c0380, opmode=IEEE80211_M_HOSTAP, flags=0x3.
[ 38.310000] VAP device ath0 created osifp: (85ec6380) os_if: (866e0000)
[ 38.400000] Set freq vap 0 stop send + 866e0000
[ 38.400000] Set freq vap 0 stop send -866e0000
[ 38.540000] Set wait done --866e0000
[ 38.650000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
[ 38.660000] Set freq vap 0 stop send + 866e0000
[ 38.670000] Set freq vap 0 stop send -866e0000
[ 38.730000] start clean up ct iterate..
Loading tpcmd
[ 38.800000] Set wait done --866e0000
[ 39.470000]
[ 39.470000] DES SSID SET=
[ 39.480000]
[ 39.480000] DES SSID SET=TP-Link_B574
loading access_control
@@@@@@@@@@psk-mixed/tkip+aes
loading basic_security
[ 40.780000] ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1
[ 40.830000] DEVICE IS DOWN ifname=ath0
[ 40.830000] DEVICE IS DOWN ifname=ath0
[ 41.640000] Requested VPA id 2 and MAC 4e:84:6a:0f:b5:74
[ 41.650000] wlan_vap_create : enter. devhandle=0x866c0380, opmode=IEEE80211_M_HOSTAP, flags=0x2
[ 41.660000] wlan_vap_create : exit. devhandle=0x866c0380, opmode=IEEE80211_M_HOSTAP, flags=0x2.
[ 41.660000] VAP device ath03 created osifp: (85ec7380) os_if: (85684000)
[ 41.820000] Set freq vap 2 stop send + 866e0000
[ 41.820000] Set freq vap 2 stop send -866e0000
[ 41.960000] Set wait done --866e0000
[ 41.960000] Set freq vap 2 stop send + 85684000
[ 41.960000] Set freq vap 2 stop send -85684000
[ 42.100000] Set wait done --85684000
[ 42.260000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
[ 42.290000] Set freq vap 2 stop send + 866e0000
[ 42.300000] Set freq vap 2 stop send -866e0000
[ 42.430000] Set wait done --866e0000
[ 42.430000] Set freq vap 2 stop send + 85684000
[ 42.430000] Set freq vap 2 stop send -85684000
[ 42.570000] Set wait done --85684000
[ 43.010000]
[ 43.010000] DES SSID SET=
[ 43.070000]
[ 43.070000] DES SSID SET=hYBHinBOk76FgncLS5KLbJbwb8s953
@@@@@@@@@@wpa-psk2/aes
[ 43.510000] ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1
[ 43.520000] DEVICE IS DOWN ifname=ath03
[ 43.550000] DEVICE IS DOWN ifname=ath03
[ 44.150000] [ol_ath_iw_setcountry][1516] *p=55, *(p+1)=53
[ 44.160000] isCountryCodeValid: EEPROM regdomain 0x0
[ 44.170000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[ 44.170000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[ 44.180000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[ 44.190000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[ 44.190000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[ 44.200000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[ 44.210000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[ 44.220000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[ 44.220000] Add VHT80 channel: 5210
[ 44.230000] Add VHT80 channel: 5290
[ 44.230000] Add VHT80 channel: 5530
[ 44.240000] Add VHT80 channel: 5610
[ 44.240000] Add VHT80 channel: 5690
[ 44.240000] Add VHT80 channel: 5775
[ 44.250000] Skipping VHT80 channel 5825
[ 44.440000] ol_ath_iw_setparam: mac req feature 1
[ 44.510000] ath_ioctl: SIOC80211IFCREATE CALLED
[ 44.510000] wmi_unified_vdev_create_send: ID = 0 VAP Addr = 3c:84:6a:0f:b5:73:
[ 44.520000] Setting dscp for vap id: 0
[ 44.530000] VAP device ath1 created osifp: (855feb80) os_if: (856c0000)
[ 44.610000] Set freq vap 0 stop send + 856c0000
[ 44.610000] OL vap_stop +
[ 44.620000] wmi_unified_vdev_stop_send for vap 0 (85f20000)
[ 44.620000] OL vap_stop -
[ 44.630000] STOPPED EVENT for vap 0 (85f20000)
[ 44.630000] Set freq vap 0 stop send -856c0000
[ 44.770000] Set wait done --856c0000
[ 44.780000] Set freq vap 0 stop send + 856c0000
[ 44.790000] OL vap_stop +
[ 44.790000] wmi_unified_vdev_stop_send for vap 0 (85f20000)
[ 44.800000] OL vap_stop -
[ 44.800000] STOPPED EVENT for vap 0 (85f20000)
[ 44.810000] Set freq vap 0 stop send -856c0000
[ 44.940000] Set wait done --856c0000
[ 44.980000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
[ 45.010000] Set freq vap 0 stop send + 856c0000
[ 45.020000] OL vap_stop +
[ 45.020000] wmi_unified_vdev_stop_send for vap 0 (85f20000)
[ 45.030000] OL vap_stop -
[ 45.030000] STOPPED EVENT for vap 0 (85f20000)
[ 45.040000] Set freq vap 0 stop send -856c0000
[ 45.170000] Set wait done --856c0000
[ 45.230000] ol_ath_desc_alloc_and_mark_for_mcast_clone: VAP Mcast to Unicast buffer allocated: 400
[ 45.240000] ol_ath_vap_set_param: VAP param is now supported param:67 value:2
RTNETLINK answers: Cannot assign requested address
[ 45.610000] ol_ath_vap_set_param: VAP param is now supported param:67 value:2
[ 45.650000]
[ 45.650000] DES SSID SET=
[ 45.670000]
[ 45.670000] DES SSID SET=TP-Link_B574_5G
@@@@@@@@@@psk-mixed/tkip+aes
[ 46.350000] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
[ 46.360000] DEVICE IS DOWN ifname=ath1
[ 46.360000] DEVICE IS DOWN ifname=ath1
[ 47.040000] ath_ioctl: SIOC80211IFCREATE CALLED
[ 47.050000] Requested VPA id 2 and MAC 4e:84:6a:0f:b5:73
[ 47.050000] No cloning
[ 47.050000] wmi_unified_vdev_create_send: ID = 2 VAP Addr = 4e:84:6a:0f:b5:73:
[ 47.060000] Setting dscp for vap id: 2
[ 47.070000] VAP device ath13 created osifp: (85671b80) os_if: (8563c000)
[ 47.150000] Set freq vap 2 stop send + 856c0000
[ 47.160000] OL vap_stop +
[ 47.160000] wmi_unified_vdev_stop_send for vap 0 (85f20000)
[ 47.170000] OL vap_stop -
[ 47.170000] STOPPED EVENT for vap 0 (85f20000)
[ 47.170000] Set freq vap 2 stop send -856c0000
[ 47.280000] Lan Domain: tplinklogin.net
[ 47.290000] Lan Domain: www.tplinklogin.net
[ 47.310000] Set wait done --856c0000
[ 47.310000] Set freq vap 2 stop send + 8563c000
[ 47.310000] OL vap_stop +
[ 47.320000] wmi_unified_vdev_stop_send for vap 2 (85f20000)
[ 47.320000] OL vap_stop -
[ 47.330000] STOPPED EVENT for vap 2 (85f20000)
[ 47.330000] Set freq vap 2 stop send -8563c000
[ 47.470000] Set wait done --8563c000
[ 47.520000] Set freq vap 2 stop send + 856c0000
[ 47.520000] OL vap_stop +
[ 47.520000] wmi_unified_vdev_stop_send for vap 0 (85f20000)
[ 47.530000] OL vap_stop -
[ 47.530000] STOPPED EVENT for vap 0 (85f20000)
[ 47.540000] Set freq vap 2 stop send -856c0000
[ 47.670000] Set wait done --856c0000
[ 47.670000] Set freq vap 2 stop send + 8563c000
[ 47.670000] OL vap_stop +
[ 47.680000] wmi_unified_vdev_stop_send for vap 2 (85f20000)
[ 47.680000] OL vap_stop -
[ 47.690000] STOPPED EVENT for vap 2 (85f20000)
[ 47.690000] Set freq vap 2 stop send -8563c000
[ 47.700000] [wifi1] FWLOG: [53169] WAL_DBGID_SECURITY_ENCR_EN ( )
[ 47.700000] [wifi1] FWLOG: [53169] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 )
[ 47.830000] Set wait done --8563c000
[ 47.900000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
[ 47.940000] Set freq vap 2 stop send + 856c0000
[ 47.950000] OL vap_stop +
[ 47.950000] wmi_unified_vdev_stop_send for vap 0 (85f20000)
[ 47.960000] OL vap_stop -
[ 47.960000] STOPPED EVENT for vap 0 (85f20000)
[ 47.970000] Set freq vap 2 stop send -856c0000
[ 48.100000] Set wait done --856c0000
[ 48.100000] Set freq vap 2 stop send + 8563c000
[ 48.100000] OL vap_stop +
[ 48.110000] wmi_unified_vdev_stop_send for vap 2 (85f20000)
[ 48.110000] OL vap_stop -
[ 48.120000] STOPPED EVENT for vap 2 (85f20000)
[ 48.120000] Set freq vap 2 stop send -8563c000
[ 48.260000] Set wait done --8563c000
[ 48.890000] ol_ath_vap_set_param: VAP param is now supported param:67 value:2
[ 48.900000]
[ 48.900000] DES SSID SET=
[ 48.940000]
[ 48.940000] DES SSID SET=VgS5fOpj8Srn0cbf1PcwNAOGig9p19
@@@@@@@@@@wpa-psk2/aes
[DEBUG] dnsmasq flock before
[ 49.660000] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
[ 49.710000] DEVICE IS DOWN ifname=ath13
[ 49.710000] DEVICE IS DOWN ifname=ath13
[DEBUG] dnsmasq flock end
[ 51.100000] device ath0 entered promiscuous mode
[ 51.340000] br-lan: port 2(ath0) entered forwarding state
[ 51.340000] br-lan: port 2(ath0) entered forwarding state
[ 51.360000] 8021q: adding VLAN 0 to HW filter on device ath0
[ 51.390000] device ath03 entered promiscuous mode
[ 51.610000] br-lan: port 3(ath03) entered forwarding state
[ 51.610000] br-lan: port 3(ath03) entered forwarding state
[ 51.620000] 8021q: adding VLAN 0 to HW filter on device ath03
[ 51.680000] [wifi1] FWLOG: [57164] WAL_DBGID_SECURITY_ENCR_EN ( )
[ 51.680000] [wifi1] FWLOG: [57164] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 )
[ 51.730000] device ath1 entered promiscuous mode
[ 51.790000] OL vap_stop +
[ 51.800000] wmi_unified_vdev_stop_send for vap 0 (85f20000)
[ 51.800000] OL vap_stop -
[ 51.810000] STOPPED EVENT for vap 0 (85f20000)
[ 51.940000] br-lan: port 4(ath1) entered forwarding state
[ 51.940000] br-lan: port 4(ath1) entered forwarding state
[ 51.950000] 8021q: adding VLAN 0 to HW filter on device ath1
[ 51.980000] device ath13 entered promiscuous mode
[ 52.060000] OL vap_stop +
[ 52.060000] wmi_unified_vdev_stop_send for vap 2 (85f20000)
[ 52.070000] OL vap_stop -
[ 52.070000] STOPPED EVENT for vap 2 (85f20000)
[ 52.210000] br-lan: port 5(ath13) entered forwarding state
[ 52.210000] br-lan: port 5(ath13) entered forwarding state
[ 52.220000] 8021q: adding VLAN 0 to HW filter on device ath13
[ 53.710000] mlme_create_infra_bss : Overriding HT40 channel with HT20 channel
[ 54.260000] start clean up ct iterate..
Normal env generate
[ 54.640000] OL vap_start +
[ 54.640000] wmi_unified_vdev_start_send for vap 0 (85f20000)
[ 54.650000] OL vap_start -
[ 54.650000] DCS: ol_ath_disable_dcsim dcs state 0
[ 54.650000] OL vap_start +
[ 54.660000] wmi_unified_vdev_start_send for vap 2 (85f20000)
[ 54.660000] OL vap_start -
[ 54.670000] ol_vdev_start_resp_ev for vap 0 (85f20000)
[ 54.670000] ol_ath_vap_join: join operation is only for STA/IBSS mode
[ 54.680000] ol_ath_wmm_update:
[ 54.680000] wmi_unified_vdev_up_send for vap 0 (85f20000)
[ 54.690000] Notification to UMAC VAP layer
[ 54.690000] ol_vdev_start_resp_ev for vap 2 (85f20000)
[ 54.700000] ol_ath_vap_join: join operation is only for STA/IBSS mode
[ 54.700000] wmi_unified_vdev_up_send for vap 2 (85f20000)
[ 54.710000] Notification to UMAC VAP layer
Flush nat forwarding chain
loading administration management
loading with https
fw unload_local_mgnt
loading parental_control
uci try old hw_enable:
uci: Entry not found
SSDK Init OK![ 57.300000] enable:1
[ 57.300000] bg task init successfull!
[ 57.310000] host_helper_init start
[ 57.320000] /proc/qca_switch/nf_athrs17_hnat is created
[ 57.320000] /proc/qca_switch/nf_athrs17_hnat_wan_type is created
[ 57.330000] /proc/qca_switch/nf_athrs17_hnat_ppp_id is created
[ 57.340000] /proc/qca_switch/nf_athrs17_hnat_udp_thresh is created
[ 57.340000] /proc/qca_switch/nf_athrs17_hnat_wan_ip is created
[ 57.350000] /proc/qca_switch/nf_athrs17_hnat_ppp_peer_ip is created
[ 57.350000] /proc/qca_switch/nf_athrs17_hnat_ppp_peer_mac is created
[ 57.360000] /proc/qca_switch/nf_athrs17_hnat_wan_mac is created
[ 57.370000] /proc/qca_switch/nf_athrs17_hnat_ppp_id2 is created
[ 57.370000] /proc/qca_switch/nf_athrs17_hnat_ppp_peer_mac is created
[ 57.380000] host_helper_init, wifi_dev_vid =-1, reset it
[ 57.390000] enable nat_hw_prv_base_update
[ 57.390000] no pppoe dev
[ 57.390000] Adding ACL rules 15 - upnp_ssdp_add_acl_rules
[ 57.420000] ACL is not yet enabled. Enabling...
[ 57.420000] Adding ACL rules 7 - ipv6_snooping_solicted_node_add_acl_rules
[ 57.470000] Adding ACL rules 11 - ipv6_snooping_sextuple0_group_add_acl_rules
[ 57.520000] Adding ACL rules 13 - ipv6_snooping_quintruple0_1_group_add_acl_rules
[ 57.580000] Hello, nat helper module for 1.1!
[ 57.600000] register inet_notifier###
operate done.
HNAT STARTED---
uci: Entry not found
start_instance() main
generate key: 1825 1024
[LEO]uhttpd start
[error]: open file failed : /tmp/client_list.json
[error]: open file failed : /tmp/proxy_mac_list.json
[ 62.550000] fast-classifier: starting up
[ 62.550000] fast-classifier: registered
SFE STARTED---
uci: Entry not found
phyport start .......
SETUP port (1) duplex: 1000 full autoneg: on!
[ 66.080000] [TPIPF] tplink_arp_fast_update_proc_write() 1734: opt is 0
[ 66.080000] , len is 2
[ 66.090000] [TPIPF] tplink_arp_fast_update_proc_write() 1746: tplink_arp_fast_update_enable is 0
[ 67.660000] ar8216_read_status: 0x0, 0x8, 0x8.
[ 67.670000] ar8216_led_onoff: port=2, stautus=1.
[ 67.690000] ar8216_read_status_3157: eth0.1 carrier on!port_vlan_id = 1
[ 67.700000] br-lan: port 1(eth0.1) entered forwarding state
[ 67.700000] br-lan: port 1(eth0.1) entered forwarding state
[ 67.710000] ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
true
exit status value = [0x0]
dut is_cal==true.
http://192.168.0.1/webpages/init.html
192.168.0.1
IFTTT CFG file exists!
-rw-r--r-- 1 root root 62 Dec 31 1969 /etc/config/ifttt_trigger
alexa profile exists!
-r--r--r-- 1 root root 12606 Dec 31 1969 /etc/profile.d/profile
cat: can't open '/tmp/is_online': No such file or directory
cat: can't open '/tmp/is_online': No such file or directory
cat: can't open '/tmp/is_online': No such file or directory
056.33 NRDR nrd debug: Entering main of nrd executive program
[ 74.720000] Band steering events being sent to PID:4916
[ 74.740000] Band steering events being sent to PID:4916
[ 74.780000] Band steering events being sent to PID:4916
kill: you need to specify whom to kill
loading qos
usbshare boot start
usbshare boot end
0x00B5BDB6
12434870
[ 87.860000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 87.860000] ehci-platform ehci-platform.0: Generic Platform EHCI Controller
[ 87.870000] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[ 87.910000] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000
[ 87.930000] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[ 87.930000] start to travle driver's id table
[ 87.940000] usb_match_id returned, 0 : 0 :0
[ 87.940000] start to call driver's probe
[ 87.950000] hub 1-0:1.0: USB hub found
[ 87.950000] hub 1-0:1.0: 1 port detected
[ 87.950000] ehci-platform ehci-platform.1: Generic Platform EHCI Controller
[ 87.960000] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
[ 88.000000] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000
[ 88.030000] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
[ 88.030000] start to travle driver's id table
[ 88.040000] usb_match_id returned, 0 : 0 :0
[ 88.040000] start to call driver's probe
[ 88.050000] hub 2-0:1.0: USB hub found
[ 88.050000] hub 2-0:1.0: 1 port detected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment