TP-Link TL-WDR6500 v2 / TL-WDR7800 v1

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

TL-WDR6500 v2 is a dual band router with 5 fast (100Mbps) ethernet ports. Advertised as 1300Mbps for its 867Mbps (2×2) 5GHz band and 450Mbps (3×3) 2.4GHz band. Currently available in China, as an upgraded version of TL-WDR6500.

Someone has found that the OpenWrt for TL-WDR6500 v2 is compatible to TL-WDR7800 v1 Source in Chinese.

Please read the article flash.layout for a better understanding. It contains a couple of explanations. Then let's have a quick view at flash layout of this particular device:

TP-Link WDR6500 Flash Layout stock firmware
Layer0 m25p80 spi0.0: w25q64fvsig 8192KiB
Layer1 mtd0 mtd1 mtd3
Size in KiB 64KiB 8064KiB 64KiB
Name u-boot firmware art
mountpoint none / none
filesystem none unknown none

ART = Atheros Radio Test - it contains mac addresses and calibration data for the wifi (EEPROM). If it is missing or corrupt, ath9k won't come up anymore.

TP-Link has blocked the installation of 3rd party firmware. So the directly installation from OEM firmware is currently impossible. But the OEM firmware allows the upgrade of uboot, we can install OpenWrt after the uboot replaced by a web-failsafe mod.

The original uboot provided by TP-Link doesn't support TFTP. So the TFTP method is not available.

  • 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 https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/openwrt-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin
sysupgrade /tmp/openwrt-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin

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 https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/openwrt-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin
mtd write /tmp/openwrt-ar71xx-generic-tl-wdr6500-v2-squashfs-sysupgrade.bin linux && reboot

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

The driver and firmware of QCA9882 is not include in the trunk till now. If you want 802.11ac network, run following commands with ssh.

# opkg update 
# opkg install kmod-ath10k ath10k-firmware-qca988x

Reboot the router and make a new wireless configuration. Caution, this may change your wifi ssid and password.

# rm /etc/config/wireless
# wifi detect > /etc/config/wireless

You'll find your new wifi adapter in luci.

The default network configuration is:

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

QCA9561 and AR9344 use the same 5-port fast switch. So wdr6500 and wdr3500 have same switch configuration.

Ports 1-4 is labeled on the unit, WAN port is directly connected the CPU.

Port Switch port
Internal(CPU) 0
LAN 1 4
LAN 2 3
LAN 3 2
LAN 4 1

Currently the WAN port will cause a kernel freeze. There is a temporary workaround by change the WAN port to a LAN port and divide the built-in switch into 2 Vlans. Here is a example of /etc/config/network

config interface 'lan'
        option type 'bridge'
        option ifname 'eth1.1'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
        
config interface 'wan'
        option proto 'dhcp'
        option ifname 'eth1.2'
        
config switch 'eth1'
        option reset '1'
        option enable '1'
        option enable_vlan '1'
        
config switch_vlan
        option device 'eth1'
        option vlan '1'
        option vid '1'
        option ports '0t 2 3 4'
        
config switch_vlan
        option device 'eth1'
        option vlan '2'
        option vid '2'
        option ports '0t 1'
Instruction set: MIPS MIPS 74Kc
Vendor: Qualcomm Atheros
bootloader: U-Boot
System-On-Chip: QCA9561 (MIPS)
CPU/Speed 750 MHz
Flash-Chip: Winbond W25Q64FVSIG
Flash size: 8192 KiB
RAM: 128 MiB
Wireless No1: SoC-integrated: Qualcomm Atheros QCA956X 3×3 MIMO for 2.4GHz 802.11b/g/n
Wireless No2: separate Chip: Qualcomm Atheros QCA9882-BR4A 2×2 MIMO for 5GHz 802.11a/n/ac
switch: Integrated fast ethernet switch
USB: Headers on PCB (No 5V power)
Serial: Yes
JTAG: Yes

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

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

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

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for TP-Link TL-WDR6500 v2
EXAMPLE 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

Currently none.

Currently none.

U-Boot 1.1.4-g5e4af5a2 (Sep 17 2014 - 17:29:36) ap151 - Dragonfly 1.0 DRAM: 128 MB Top of RAM usable for U-Boot at: 88000000 Reserving 135k for U-Boot at: 87fdc000 Reserving 192k for malloc() at: 87fac000 Reserving 44 Bytes for Board Info at: 87fabfd4 Reserving 36 Bytes for Global Data at: 87fabfb0 Reserving 128k for boot params() at: 87f8bfb0 Stack Pointer at: 87f8bf98 Now running in RAM - U-Boot at: 87fdc000 Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x17 flash size 8MB, sector count = 128 Flash: 8 MB Using default environment In: serial Out: serial Err: serial Net: ath_gmac_enet_initialize... No valid address in Flash. Using fixed address No valid address in Flash. Using fixed address ath_gmac_enet_initialize: reset mask:c02200 Dragonfly----> S27 PHY * : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad athrs27_phy_setup ATHR_PHY_CONTROL 4 :1000 athrs27_phy_setup ATHR_PHY_SPEC_STAUS 4 :10 eth0 up ATHRS27: resetting s27 ATHRS27: s27 reset done : cfg1 0x800c0000 cfg2 0x7214 eth1: 00:03:7f:09:0b:ad athrs27_phy_setup ATHR_PHY_CONTROL 0 :1000 athrs27_phy_setup ATHR_PHY_SPEC_STAUS 0 :10 athrs27_phy_setup ATHR_PHY_CONTROL 1 :1000 athrs27_phy_setup ATHR_PHY_SPEC_STAUS 1 :10 athrs27_phy_setup ATHR_PHY_CONTROL 2 :1000 athrs27_phy_setup ATHR_PHY_SPEC_STAUS 2 :10 athrs27_phy_setup ATHR_PHY_CONTROL 3 :1000 athrs27_phy_setup ATHR_PHY_SPEC_STAUS 3 :10 eth1 up eth0, eth1 Setting 0x181162c0 to 0x82 Hit any key to stop autoboot: 0 ## Booting image at 9f010200 ... Image Name: Linux Kernel Image Created: 2014-09-17 9:29:29 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 996298 Bytes = 972.9 kB Load Address: 80002000 Entry Point: 8020ed90 Verifying Checksum at 0x9f010240 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 8020ed90) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... Booting QCA956x [ 0.000000] Linux version 2.6.31--LSDK- (jenkins@build-server) (gcc version 4.3.3 (GCC) ) #1 Wed Sep 17 17:28:37 CST 2014 [ 0.000000] flash_size passed from bootloader = 8 [ 0.000000] arg 1: console=ttyS0,115200 [ 0.000000] arg 2: root=31:03 [ 0.000000] arg 3: rootfstype=squashfs [ 0.000000] arg 4: init=/sbin/init [ 0.000000] arg 5: mtdparts=ath-nor0:32k(u-boot),32k(u-boot-env),1024k(uImage),6976k(rootfs),64k(mib0),64k(ART) [ 0.000000] arg 6: mem=128M [ 0.000000] CPU revision is: 00019750 (MIPS 74Kc) [ 0.000000] ath_sys_frequency: cpu 775 ddr 650 ahb 258 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 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_node_map[1] active 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 root=31:03 rootfstype=squashfs init=/sbin/init mtdparts=ath-nor0:32k(u-boot),32k(u-boot-env),1024k(uImage),6976k(rootfs),64k(mib0),64k(ART) mem=128M [ 0.000000] PID hash table entries: 512 (order: 9, 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: 112512k/131072k available (2117k kernel code, 18392k reserved, 520k data, 160k init, 0k highmem) [ 0.000000] NR_IRQS:128 [ 0.000000] plat_time_init: plat time init done [ 0.000000] r4k_clockevent_init: Ignoring int_usable failure [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] Calibrating delay loop... 387.07 BogoMIPS (lpj=774144) [ 0.080000] Mount-cache hash table entries: 512 [ 0.080000] [ 0.080000] ****************ALLOC*********************** [ 0.080000] Packet mem: 802d0400 (0xe00000 bytes) [ 0.080000] ******************************************** [ 0.080000] [ 0.080000] NET: Registered protocol family 16 [ 0.080000] ath_pcibios_init: bus 0 [ 0.080000] ath_pcibios_init(255): PCI 0 CMD write: 0x356 [ 0.080000] registering PCI controller with io_map_base unset [ 0.080000] bio: create slab <bio-0> at 0 [ 0.080000] SCSI subsystem initialized [ 0.080000] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.080000] pci 0000:00:00.0: PME# disabled [ 0.080000] pcibios_map_irq: IRQ 76 for bus 0 [ 0.080000] NET: Registered protocol family 2 [ 0.080000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.080000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.080000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.080000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.084000] TCP reno registered [ 0.084000] NET: Registered protocol family 1 [ 0.084000] ATH GPIOC major 0 [ 0.084000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.084000] JFFS2 version 2.2 (NAND) (ZLIB) (RTIME) (c) 2001-2006 Red Hat, Inc. [ 0.084000] fuse init (API version 7.12) [ 0.084000] msgmni has been set to 220 [ 0.084000] io scheduler noop registered [ 0.084000] io scheduler deadline registered (default) [ 0.088000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.088000] serial8250.0: ttyS0 at MMIO 0xb8020000 (irq = 19) is a 16550A [ 0.088000] console [ttyS0] enabled [ 0.448000] brd: module loaded [ 0.452000] PPP generic driver version 2.4.2 [ 0.456000] NET: Registered protocol family 24 [ 0.460000] 6 cmdlinepart partitions found on MTD device ath-nor0 [ 0.468000] Creating 6 MTD partitions on "ath-nor0": [ 0.472000] 0x000000000000-0x000000008000 : "u-boot" [ 0.480000] mtd: partition "u-boot" doesn't end on an erase block -- force read-only [ 0.488000] 0x000000008000-0x000000010000 : "u-boot-env" [ 0.492000] mtd: partition "u-boot-env" doesn't start on an erase block boundary -- force read-only [ 0.500000] 0x000000010000-0x000000110000 : "uImage" [ 0.508000] 0x000000110000-0x0000007e0000 : "rootfs" [ 0.512000] 0x0000007e0000-0x0000007f0000 : "mib0" [ 0.516000] 0x0000007f0000-0x000000800000 : "ART" [ 0.524000] ->Oops: flash id 0xef4017 . [ 0.528000] ----TP IGMP has been init------ [ 0.532000] TCP cubic registered [ 0.536000] NET: Registered protocol family 10 [ 0.540000] NET: Registered protocol family 17 [ 0.544000] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> [ 0.552000] All bugs added by David S. Miller <davem@redhat.com> [ 0.556000] athwdt_init: Registering WDT success [ 0.568000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. [ 0.576000] Freeing unused kernel memory: 160k freed init started: BusyBox v1.21.1 (2014-09-17 17:32:50 CST) [ 1.316000] usbcore: registered new interface driver usbfs [ 1.324000] usbcore: registered new interface driver hub [ 1.328000] usbcore: registered new device driver usb [ 1.396000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.404000] Port Status 1c000004 [ 1.404000] ath-ehci ath-ehci.0: ATH EHCI [ 1.408000] ath-ehci ath-ehci.0: new USB bus registered, assigned bus number 1 [ 1.420000] ehci_reset Intialize USB CONTROLLER in host mode: 13 [ 1.424000] ehci_reset Port Status 1c000000 [ 1.428000] ath-ehci ath-ehci.0: irq 3, io mem 0x1b000000 [ 1.436000] ehci_reset Intialize USB CONTROLLER in host mode: 13 [ 1.444000] ehci_reset Port Status 1c000000 [ 1.460000] ath-ehci ath-ehci.0: USB 2.0 started, EHCI 1.00 [ 1.464000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.472000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.480000] usb usb1: Product: ATH EHCI [ 1.484000] usb usb1: Manufacturer: Linux 2.6.31--LSDK- ehci_hcd [ 1.488000] usb usb1: SerialNumber: platform [ 1.492000] usb usb1: configuration #1 chosen from 1 choice [ 1.500000] hub 1-0:1.0: USB hub found [ 1.504000] hub 1-0:1.0: 1 port detected [ 1.508000] Port Status 1c000000 [ 1.512000] ath-ehci1 ath-ehci1.1: ATH EHCI [ 1.516000] ath-ehci1 ath-ehci1.1: new USB bus registered, assigned bus number 2 [ 1.524000] ehci_reset Intialize USB CONTROLLER in host mode: 13 [ 1.532000] ehci_reset Port Status 1c000000 [ 1.536000] ath-ehci1 ath-ehci1.1: irq 3, io mem 0x1b400000 [ 1.544000] ehci_reset Intialize USB CONTROLLER in host mode: 13 [ 1.552000] ehci_reset Port Status 1c000000 [ 1.568000] ath-ehci1 ath-ehci1.1: USB 2.0 started, EHCI 1.00 [ 1.572000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.580000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.588000] usb usb2: Product: ATH EHCI [ 1.592000] usb usb2: Manufacturer: Linux 2.6.31--LSDK- ehci_hcd [ 1.596000] usb usb2: SerialNumber: platform [ 1.604000] usb usb2: configuration #1 chosen from 1 choice [ 1.608000] hub 2-0:1.0: USB hub found [ 1.612000] hub 2-0:1.0: 1 port detected [ 1.676000] Initializing USB Mass Storage driver... [ 1.680000] usbcore: registered new interface driver usb-storage [ 1.688000] USB Mass Storage support registered. [ 1.760000] usbcore: registered new interface driver cdc_ether This Board use 2.6.31 [ 1.876000] xt_time: kernel timezone is -0000 [ 1.996000] nf_conntrack version 0.5.0 (2048 buckets, 32768 max) [ 2.256000] ip_tables: (C) 2000-2006 Netfilter Core Team insmod: can't insert '/lib/modules/2.6.31/kernel/iptable_raw.ko': No such file or directory insmod: can't insert '/lib/modules/2.6.31/kernel/flashid.ko': No such file or directory insmod: can't insert '/lib/modules/2.6.31/kernel/br_filter.ko': No such file or directory [ 2.464000] PPPoL2TP kernel driver, V1.0 [ 2.500000] PPTP driver version 0.8.3 insmod: can't insert '/lib/modules/2.6.31/kernel/harmony.ko': No such file or directory (none) mips #1 Wed Sep 17 17:28:37 CST 2014 (none) (none) login: [ 3.128000] Now flash open! [ 3.284000] qca956x_GMAC: Length per segment 1536 [ 3.288000] 956x_GMAC: qca956x_gmac_attach [ 3.292000] 956x_GMAC: qca956x_set_gmac_caps [ 3.296000] GPIO LED SETTINGS ....done [ 3.300000] Currently in interrupt mode unit1 [ 3.304000] qca956x_set_gmac_caps CHECK DMA STATUS [ 3.312000] mac:1 Registering S27.... [ 3.316000] qca956x_GMAC: RX TASKLET - Pkts per Intr:32 [ 3.320000] qca956x_GMAC: Mac address for unit 1:bfff0006 [ 3.324000] qca956x_GMAC: ff:ff:ff:ff:ff:ff [ 3.332000] qca956x_GMAC: Max segments per packet : 1 [ 3.336000] qca956x_GMAC: Max tx descriptor count : 128 [ 3.340000] qca956x_GMAC: Max rx descriptor count : 128 [ 3.348000] qca956x_GMAC: Mac capability flags : 2401 [ 3.352000] 956x_GMAC: qca956x_gmac_attach [ 3.356000] 956x_GMAC: qca956x_set_gmac_caps [ 3.360000] Currently in interrupt mode unit0 [ 3.364000] qca956x_set_gmac_caps CHECK DMA STATUS [ 3.372000] mac:0 Registering S27.... [ 3.376000] qca956x_GMAC: RX TASKLET - Pkts per Intr:32 [ 3.380000] qca956x_GMAC: Mac address for unit 0:bfff0000 [ 3.384000] qca956x_GMAC: ff:ff:ff:ff:ff:ff [ 3.392000] qca956x_GMAC: Max segments per packet : 1 [ 3.396000] qca956x_GMAC: Max tx descriptor count : 128 [ 3.400000] qca956x_GMAC: Max rx descriptor count : 128 [ 3.408000] qca956x_GMAC: Mac capability flags : 2401 [ 4.020000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3a800 [ 4.028000] sram_desc_cnt 1536,mac Unit 0,Tx r->ring_desc 0xbd000000 [ 4.036000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3a000 [ 4.040000] sram_desc_cnt 3072,mac Unit 0,Rx r->ring_desc 0xbd000600 [ 4.348000] 956x_GMAC: eth0 in MII MODE [ 4.352000] Dragonfly -----> S27 PHY [ 4.356000] Setting Drop CRC Errors, Pause Frames and Length Error frames [ 4.372000] Setting PHY... [ 4.696000] ADDRCONF(NETDEV_UP): eth1: link is not ready [ 4.708000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3b800 [ 4.716000] sram_desc_cnt 4608,mac Unit 1,Tx r->ring_desc 0xbd000c00 [ 4.720000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3b000 [ 4.728000] sram_desc_cnt 6144,mac Unit 1,Rx r->ring_desc 0xbd001200 [ 5.032000] 956x_GMAC: eth1 in RGMII MODE [ 5.036000] Dragonfly -----> S27 PHY [ 5.040000] ATHRS27: resetting s27 [ 5.144000] ATHRS27: s27 reset done [ 5.160000] ++++ athrs27_igmp_setup once [ 5.172000] Setting Drop CRC Errors, Pause Frames and Length Error frames [ 5.188000] Setting PHY... [ 5.316000] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 5.336000] device eth0 entered promiscuous mode [ 5.348000] Now flash open! [ 5.356000] athr_gmac_ring_free Freeing at 0x87b3a800 [ 5.356000] athr_gmac_ring_free Freeing at 0x87b3a000 [ 5.380000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3a000 [ 5.388000] sram_desc_cnt 6144,mac Unit 0,Tx r->ring_desc 0xbd000000 [ 5.396000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3a800 [ 5.400000] sram_desc_cnt 6144,mac Unit 0,Rx r->ring_desc 0xbd000600 [ 5.708000] 956x_GMAC: eth0 in MII MODE [ 5.712000] Dragonfly -----> S27 PHY [ 5.716000] Setting Drop CRC Errors, Pause Frames and Length Error frames [ 5.732000] Setting PHY... [ 6.056000] ADDRCONF(NETDEV_UP): eth1: link is not ready route: SIOCADDRT: Invalid argument [ 6.072000] athr_gmac_ring_free Freeing at 0x87b3b800 [ 6.072000] athr_gmac_ring_free Freeing at 0x87b3b000 [ 6.100000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3b000 [ 6.104000] sram_desc_cnt 6144,mac Unit 1,Tx r->ring_desc 0xbd000c00 [ 6.112000] athr_gmac_ring_alloc Allocated 2048 at 0x87b3b800 [ 6.120000] sram_desc_cnt 6144,mac Unit 1,Rx r->ring_desc 0xbd001200 [ 6.424000] 956x_GMAC: eth1 in RGMII MODE [ 6.428000] Dragonfly -----> S27 PHY [ 6.432000] Setting Drop CRC Errors, Pause Frames and Length Error frames [ 6.452000] Setting PHY... [ 6.576000] ADDRCONF(NETDEV_UP): eth0: link is not ready route: SIOCADDRT: Invalid argument <wlanWarn> Weak wlanWarn check rmmod: can't unload 'tp_domain': unknown symbol in module, or unknown parameter info, udhcpc (v0.9.9-pre) started info, udhcpd (v0.9.9-pre) started insmod: can't insert '/lib/modules/2.6.31/kernel/nf_conntrack_proto_gre.ko': File exists insmod: can't insert '/lib/modules/2.6.31/kernel/nf_nat_h323.ko': File exists [ 7.644000] nf_conntrack_rtsp v0.6.21 loading [ 7.660000] nf_nat_rtsp v0.6.21 loading 02020003 35377075 [ 7.764000] adf: module license 'Proprietary' taints kernel. [ 7.768000] Disabling lock debugging due to kernel taint [ 8.188000] ath_hal: 0.9.17.1 (AR5416, AR9380, REGOPS_FUNC, WRITE_EEPROM, TX_DATA_SWAP, RX_DATA_SWAP, 11D) [ 8.252000] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 8.320000] ath_dfs: Version 2.0.0 [ 8.320000] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 8.344000] ath_tx99: Version 2.0 [ 8.344000] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved [ 8.608000] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 10.088000] ath_ahb: (Atheros/multi-bss) [ 10.096000] __ath_attach: Set global_scn[0] [ 10.108000] Enterprise mode: 0x03bda000 [ 10.112000] Restoring Cal data from Flash [ 10.120000] Green-AP : Green-AP : Attached [ 10.120000] [ 10.128000] ath_get_caps[6128] rx chainmask mismatch actual 7 sc_chainmak 0 [ 10.136000] ath_get_caps[6103] tx chainmask mismatch actual 7 sc_chainmak 0 [ 10.148000] ath_attach_dfs[12518] dfsdomain 1 [ 10.172000] SC Callback Registration for wifi0 [ 10.176000] wifi0: Atheros 956X: mem=0xb8100000, irq=2 [ 10.180000] ath_pci: (Atheros/multi-bss) [ 10.184000] ath_pci_probe [ 10.188000] PCI device id is 003c :003c [ 10.196000] ath_pci 0000:00:00.0: ath DEBUG: sc=0x86f02e00 [ 10.200000] [ 10.200000] ol_ath_pci_configure : num_desired MSI set to 0 [ 10.208000] [ 10.208000] Using PCI Legacy Interrupt [ 10.620000] __ol_ath_attach: ath_attach TODO [ 10.628000] __ol_ath_attach: dev name wifi1 [ 10.632000] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 10.640000] OL_ACBKMinfree : 0 [ 10.644000] OL_ACBEMinfree : 0 [ 10.648000] OL_ACVIMinfree : 0 [ 10.652000] OL_ACVOMinfree : 0 [ 10.652000] ol_ath_attach() BMI inited. [ 10.660000] ol_ath_attach() BMI Get Target Info. [ 10.664000] ol_ath_attach() TARGET TYPE: 7 Vers 0x4100016c [ 10.668000] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 10.676000] ol_ath_attach() configure Target . [ 10.680000] qc98xx_verify_checksum: flash checksum passed: 0xbc88 [ 10.688000] ol_transfer_bin_file 1836: Download Flash data len 2116 [ 10.708000] ol_transfer_bin_file 1783: Download Firmware data len 214312 [ 11.628000] ol_ath_attach() Download FW. [ 11.632000] ol_ath_attach() HT Create . [ 11.636000] ol_ath_attach() HIF Claim. [ 11.640000] ol_ath_attach() BMI Done. [ 11.644000] ol_ath_attach() WMI attached. wmi_handle 86e00000 [ 11.648000] +HWT [ 11.656000] CE_recv_buf_enqueue 644 Populate last entry 512 for CE 5 [ 11.660000] CE_recv_buf_enqueue 653 CE 5 wi 511 dest_ptr 0x6a9420 nbytes 0 recv_ctxt 0x86e4bda0 [ 11.672000] -HWT [ 11.672000] HTC Service:0x0300 ep:1 TX flow control disabled [ 11.680000] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 11.688000] HTC Service:0x0100 ep:2 TX flow control disabled [ 11.696000] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 11.700000] num_rf_chain : 00000002 [ 11.704000] ht_cap_info: : 0000085b [ 11.708000] vht_cap_info : 338001b2 [ 11.712000] vht_supp_mcs : 0000fffa [ 11.724000] FIRMWARE:P 49 V 16 T 155 [ 11.724000] [ 11.732000] FIRMWARE:_wlan_rtt_enable [ 11.736000] wmi_ready_event_rx: WMI UNIFIED READY event [ 11.740000] ol_ath_connect_htc() WMI is ready [ 11.744000] ol_ath_set_host_app_area TODO [ 11.748000] target uses HTT version 2.1; host uses 2.1 [ 11.760000] ol_ath_attach() connect HTC. [ 11.764000] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 11.776000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 11.784000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 11.792000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 11.796000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 11.804000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 11.812000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 11.820000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 11.828000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 11.836000] Add VHT80 channel: 5210 [ 11.840000] Add VHT80 channel: 5290 [ 11.844000] Add VHT80 channel: 5530 [ 11.844000] Add VHT80 channel: 5610 [ 11.848000] Add VHT80 channel: 5690 [ 11.852000] Add VHT80 channel: 5775 [ 11.856000] Skipping VHT80 channel 5825 [ 11.860000] ol_ath_phyerr_attach: called [ 11.864000] OL Resmgr Init-ed [ 11.868000] Green-AP : Green-AP : Attached [ 11.868000] [ 11.876000] Green-AP : Attached [ 11.880000] ol_if_dfs_setup: called [ 11.884000] ol_if_dfs_attach: called; ptr=86e9d974, radar_info=87b97c08 [ 11.892000] ol_ath_rtt_meas_report_attach: called [ 11.896000] ol_ath_attach() UMAC attach . [ 11.904000] ol_if_dfs_configure: called [ 11.908000] ol_if_dfs_configure: FCC domain [ 11.912000] ol_if_dfs_disable: called [ 11.916000] ol_ath_attach: Calling ol_if_dfs_configure [ 11.920000] __ol_ath_attach: init tx/rx TODO [ 11.924000] __ol_ath_attach: hard_header_len reservation 58 [ 11.932000] SC Callback Registration for wifi1 [ 11.980000] ath_attach_dfs[12518] dfsdomain 1 [ 12.048000] VAP device ath0 created ath0 Interface doesn't accept private ioctl... ForBiasAuto (8BE0): Operation not permitted [ 12.128000] [ 12.128000] DES SSID SET=TP-LINK_XXXX [ 12.144000] ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 [ 12.644000] FWLOG: [16123] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x460, 0x460, 0x0 ) [ 12.652000] FWLOG: [16123] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x460, 0x460, 0x0 ) [ 12.660000] FWLOG: [16123] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x460, 0x460, 0x0 ) [ 12.668000] FWLOG: [16123] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x460, 0x460, 0x0 ) Interface doesn't accept private ioctl... ForBiasAuto (8BE0): Operation not permitted [ 17.512000] ieee80211_ioctl_siwmode: imr.ifm_active=918144, new mode=3, valid=1 00000000Local port:1900. Handle Index:1. IGD: adding support to WFADevice [ 19.096000] Scan in progress.. Cancelling it [ 19.884000] device ath0 entered promiscuous mode [ 19.888000] br0: port 2(ath0) entering forwarding state Configuration file: /tmp/topology_ath0.conf [ 20.280000] ieee80211_ioctl_siwmode: imr.ifm_active=393856, new mode=3, valid=1 [ 20.288000] Scan in progress.. Cancelling it [ 20.360000] br0: port 2(ath0) entering disabled state [ 20.368000] DEVICE IS DOWN ifname=ath0 ath0: Could not [ 20.372000] DEVICE IS DOWN ifname=ath0 connect to kernel driver Using interface ath0 with hwaddr ec:26:ca:xx:xx:xx and ssid 'TP-LINK_XXXX' [ 20.528000] br0: port 2(ath0) entering forwarding state <wlanWarn> Weak <wlanWarn>5g Weak <wlanWarn> 2g/5g wlan warn actived <wlanWarn> on <wlanWarn> wlanWarn call 440888bc 99990900 [ 22.004000] isCountryCodeValid: EEPROM regdomain 0x0 [ 22.012000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 22.020000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 22.024000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 22.032000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 22.040000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 22.048000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 22.056000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 22.064000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 22.068000] Add VHT80 channel: 5775 [ 22.072000] Skipping VHT80 channel 5825 ifconfig: SIOCSIFTXQLEN: No such device [ 22.116000] ath_ioctl: SIOC80211IFCREATE CALLED [ 22.120000] wmi_unified_vdev_create_send: ID = 0 VAP Addr = ec:26:ca:xx:xx:xx: [ 22.128000] VAP device ath1 created ath1 [ 22.168000] [ 22.168000] DES SSID SET=TP-LINK_5G_XXXX [ 22.184000] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 [ 22.192000] OL vap_stop + [ 22.192000] wmi_unified_vdev_stop_send [ 22.196000] OL vap_stop - [ 22.200000] STOPPED EVENT for vap 0 [ 22.212000] ol_ath_desc_alloc_and_mark_for_mcast_clone: VAP Mcast to Unicast buffer allocated: 400 [ 22.220000] ol_ath_vap_set_param: VAP param is now supported param:65 value:2 [ 22.244000] OL vap_stop + [ 22.248000] wmi_unified_vdev_stop_send [ 22.252000] OL vap_stop - [ 22.252000] STOPPED EVENT for vap 0 [ 22.264000] OL vap_stop + [ 22.268000] wmi_unified_vdev_stop_send [ 22.272000] OL vap_stop - [ 22.276000] STOPPED EVENT for vap 0 [ 22.644000] FWLOG: [26646] WHAL_ERROR_RECV_STOPPCU ( 0x110298a, 0x3 ) [ 22.648000] FWLOG: [26646] WHAL_ERROR_RESET_PM ( ) [ 23.220000] mlme_create_infra_bss : Overriding HT40 channel with HT20 channel [ 23.908000] OL vap_start + [ 23.912000] OL vap_start - [ 23.920000] ol_vdev_start_resp_ev [ 23.920000] ol_ath_vap_join: join operation is only for STA/IBSS mode [ 23.928000] ol_ath_wmm_update: [ 23.932000] Notification to UMAC VAP layer [ 27.416000] wmi_unified_vdev_stop_send [ 27.420000] STOPPED EVENT for vap 0 [ 27.872000] OL vap_stop + [ 27.876000] wmi_unified_vdev_stop_send [ 27.880000] OL vap_stop - [ 27.884000] STOPPED EVENT for vap 0 [ 28.016000] OL vap_start + [ 28.016000] OL vap_start - [ 28.020000] ol_vdev_start_resp_ev [ 28.024000] ol_ath_vap_join: join operation is only for STA/IBSS mode [ 28.032000] ol_ath_wmm_update: [ 28.036000] Notification to UMAC VAP layer [ 28.048000] device ath1 entered promiscuous mode [ 28.052000] br0: port 3(ath1) entering forwarding state Configuration fi[ 28.072000] ieee80211_ioctl_siwmode: imr.ifm_active=131738, new mode=3, valid=1 le: /tmp/topolog[ 28.084000] wmi_unified_vdev_stop_send y_5G_ath1.conf [ 28.088000] STOPPED EVENT for vap 0 [ 28.096000] br0: port 3(ath1) entering disabled state [ 28.100000] DEVICE IS DOWN ifname=ath1 ath1: Could not [ 28.104000] DEVICE IS DOWN ifname=ath1 connect to kerne[ 28.112000] OL vap_stop + l driver Using [ 28.116000] wmi_unified_vdev_stop_send interface ath1 w[ 28.120000] OL vap_stop - ith hwaddr ec:26[ 28.124000] STOPPED EVENT for vap 0 :ca:xx:xx:xx and ssid 'TP-LINK_5G_XXXX' [ 28.256000] OL vap_start + [ 28.256000] OL vap_start - [ 28.260000] ol_vdev_start_resp_ev [ 28.264000] ol_ath_vap_join: join operation is only for STA/IBSS mode [ 28.272000] ol_ath_wmm_update: [ 28.276000] Notification to UMAC VAP layer [ 28.280000] br0: port 3(ath1) entering forwarding state [ 28.644000] FWLOG: [33185] WAL_DBGID_BB_WDOG_TRIGGERED ( 0x81a1, 0x200008a, 0x0, 0x9 ) 000a0a02<wlanWarn> already RTNETLINK answers: No such file or directory RTNETLINK answers: No such file or directory Cannot find device "ppp0" [ 30.260000] (tp_mroute_enable_write)146, tp_mroute_enable = 1 -------- new thread -------- -------- new thread -------- -------- new thread -------- [ 33.528000] qca956x_GMAC: GE0 RX DMA ENABLE TL-WDR6500 mips #1 Wed Sep 17 17:28:37 CST 2014 (none) TL-WDR6500 login:


[ 0.000000] Linux version 4.1.13 (thepeople@owrtbuild01) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 r47957) ) #1 Mon Dec 21 13:31:07 CET 2015 [ 0.000000] MyLoader: sysp=dcefbdce, boardp=09edfefd, parts=d73db719 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc) [ 0.000000] SoC: Qualcomm Atheros QCA9561 ver 1 rev 0 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 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] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat 803e7fc0, node_mem_map 81000000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 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] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=TL-WDR6500-v2 console=ttyS0,115200 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] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 125268K/131072K available (2983K kernel code, 143K rwdata, 600K rodata, 296K init, 201K bss, 5804K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:83 [ 0.000000] Clocks: CPU:750.000MHz, DDR:650.000MHz, AHB:250.000MHz, Ref:25.000MHz [ 0.000000] clocksource MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5096694524 ns [ 0.000006] sched_clock: 32 bits at 375MHz, resolution 2ns, wraps every 5726622718ns [ 0.008009] Calibrating delay loop... 373.55 BogoMIPS (lpj=1867776) [ 0.070751] pid_max: default: 32768 minimum: 301 [ 0.075602] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.082347] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.091813] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.102797] NET: Registered protocol family 16 [ 0.108406] MIPS: machine is TP-LINK TL-WDR6500 v2 [ 0.113484] ar71xx: using random MAC address for eth0 [ 0.333522] ar71xx: using random MAC address for eth1 [ 0.555891] registering PCI controller with io_map_base unset [ 0.570119] PCI host bridge to bus 0000:00 [ 0.574309] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff] [ 0.581341] pci_bus 0000:00: root bus resource [io 0x0001] [ 0.587083] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.594065] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.602263] pci 0000:00:00.0: [168c:003c] type 00 class 0x028000 [ 0.602306] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.602358] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.602408] pci 0000:00:00.0: supports D1 [ 0.602421] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.602602] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 [ 0.602631] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit] [ 0.610101] pci 0000:00:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref] [ 0.617553] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.623300] Switched to clocksource MIPS [ 0.628354] NET: Registered protocol family 2 [ 0.633590] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.640710] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.647281] TCP: Hash tables configured (established 1024 bind 1024) [ 0.653864] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.659814] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.666529] NET: Registered protocol family 1 [ 0.670996] PCI: CLS 0 bytes, default 32 [ 0.671827] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.692468] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.698452] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.710459] io scheduler noop registered [ 0.714470] io scheduler deadline registered (default) [ 0.719929] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.728634] console [ttyS0] disabled [ 0.752328] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A [ 0.761152] console [ttyS0] enabled [ 0.768311] bootconsole [early0] disabled [ 0.780521] m25p80 spi0.0: found w25q128, expected m25p80 [ 0.786155] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 0.791962] 5 tp-link-64k partitions found on MTD device spi0.0 [ 0.798114] Creating 5 MTD partitions on "spi0.0": [ 0.803065] 0x000000000000-0x000000010000 : "u-boot" [ 0.808879] 0x000000010000-0x0000001546e4 : "kernel" [ 0.814699] 0x0000001546e4-0x000000ff0000 : "rootfs" [ 0.820436] mtd: device 2 (rootfs) set to be root filesystem [ 0.826362] 1 squashfs-split partitions found on MTD device rootfs [ 0.832752] 0x000000340000-0x000000ff0000 : "rootfs_data" [ 0.839005] 0x000000ff0000-0x000001000000 : "art" [ 0.844570] 0x000000010000-0x000000ff0000 : "firmware" [ 0.865962] libphy: ag71xx_mdio: probed [ 1.455349] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd042, driver=Generic PHY] [ 1.465342] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:MII [ 2.055149] ag71xx-mdio.1: Found an AR934X built-in switch [ 2.097307] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:GMII [ 2.105380] NET: Registered protocol family 10 [ 2.112918] NET: Registered protocol family 17 [ 2.117619] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.130690] Bridge firewalling registered [ 2.134952] 8021q: 802.1Q VLAN Support v1.8 [ 2.146241] VFS: Mounted root (squashfs filesystem) readonly on device 31:2. [ 2.155173] Freeing unused kernel memory: 296K (80406000 - 80450000) [ 3.204905] init: Console is alive [ 3.208583] init: - watchdog - [ 4.087452] usbcore: registered new interface driver usbfs [ 4.093183] usbcore: registered new interface driver hub [ 4.098793] usbcore: registered new device driver usb [ 4.108374] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.116346] ehci-platform: EHCI generic platform driver [ 4.121815] ehci-platform ehci-platform.0: EHCI Host Controller [ 4.128000] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1 [ 4.138447] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000 [ 4.163331] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00 [ 4.170673] hub 1-0:1.0: USB hub found [ 4.174864] hub 1-0:1.0: 1 port detected [ 4.179214] ehci-platform ehci-platform.1: EHCI Host Controller [ 4.185399] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2 [ 4.195860] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000 [ 4.213322] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00 [ 4.220679] hub 2-0:1.0: USB hub found [ 4.224867] hub 2-0:1.0: 1 port detected [ 4.231336] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.238857] ohci-platform: OHCI generic platform driver [ 5.212475] init: - preinit - [ 5.712853] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 5.735913] random: procd urandom read with 8 bits of entropy available [ 7.989863] jffs2: notice: (383) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 8.008955] mount_root: switching to jffs2 overlay [ 8.058731] procd: - early - [ 8.061784] procd: - watchdog - [ 8.730857] procd: - ubus - [ 9.804049] procd: - init - [ 10.644190] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 10.659725] Netfilter messages via NETLINK v0.30. [ 10.676369] ip_set: protocol 6 [ 10.791277] Loading modules backported from Linux version master-2015-12-03-0-g1677f62 [ 10.799501] Backport generated by backports.git backports-20151120-0-g906a6b3 [ 10.824772] cfg80211: World regulatory domain updated: [ 10.830086] cfg80211: DFS Master region: unset [ 10.834617] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 10.844688] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 10.852946] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 10.861215] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 10.869485] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 10.879282] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 10.889072] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 10.897430] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 10.905698] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 11.109196] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 11.115622] ath10k_pci 0000:00:00.0: pci irq legacy interrupts 0 irq_mode 0 reset_mode 0 [ 11.820321] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043222ff sub 0000:0000 [ 11.829895] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 11.843003] ath10k_pci 0000:00:00.0: firmware ver 10.2.4.70.12-2 api 5 features no-p2p,raw-mode crc32 cc3fb466 [ 11.893844] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2 [ 11.904649] ath10k_pci 0000:00:00.0: Falling back to user helper [ 11.981026] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed [ 11.991937] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08 [ 13.049412] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1 [ 13.156381] ath: EEPROM regdomain: 0x0 [ 13.156397] ath: EEPROM indicates default country code should be used [ 13.156404] ath: doing EEPROM country->regdmn map search [ 13.156420] ath: country maps to regdmn code: 0x3a [ 13.156429] ath: Country alpha2 being used: US [ 13.156436] ath: Regpair used: 0x3a [ 13.173472] cfg80211: Regulatory domain changed to country: US [ 13.179507] cfg80211: DFS Master region: FCC [ 13.183842] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 13.193909] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A) [ 13.202170] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (N/A) [ 13.211961] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s) [ 13.221753] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s) [ 13.230112] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A) [ 13.238387] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A) [ 13.318373] ip_tables: (C) 2000-2006 Netfilter Core Team [ 13.342291] nf_conntrack version 0.5.0 (1961 buckets, 7844 max) [ 13.397062] xt_time: kernel timezone is -0000 [ 13.415133] PPP generic driver version 2.4.2 [ 13.421719] NET: Registered protocol family 24 [ 13.442610] ath: EEPROM regdomain: 0x0 [ 13.442627] ath: EEPROM indicates default country code should be used [ 13.442634] ath: doing EEPROM country->regdmn map search [ 13.442650] ath: country maps to regdmn code: 0x3a [ 13.442658] ath: Country alpha2 being used: US [ 13.442665] ath: Regpair used: 0x3a [ 13.453150] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 13.456149] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=47 [ 19.631593] device eth1 entered promiscuous mode [ 19.647132] br-lan: port 1(eth1) entered forwarding state [ 19.652740] br-lan: port 1(eth1) entered forwarding state [ 19.687728] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 20.593396] br-lan: port 1(eth1) entered disabled state [ 21.915506] eth0: link up (100Mbps/Full duplex) [ 21.921582] eth1: link up (1000Mbps/Full duplex) [ 22.381553] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 22.389019] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 22.395737] br-lan: port 1(eth1) entered forwarding state [ 22.401346] br-lan: port 1(eth1) entered forwarding state [ 22.466990] device wlan0 entered promiscuous mode [ 23.660879] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 23.667679] br-lan: port 2(wlan0) entered forwarding state [ 23.673399] br-lan: port 2(wlan0) entered forwarding state [ 24.393347] br-lan: port 1(eth1) entered forwarding state [ 25.673339] br-lan: port 2(wlan0) entered forwarding state [ 61.473326] random: nonblocking pool is initialized


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

  • ...
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 08:58
  • by 127.0.0.1