AC58U no wireless option in network after installing 18.06.1

Can someone with a working openwrt setup on the ac58u step in and look into their configuration to help us out? I'm relatively new to the router hardware configuration so I have no clue why the wireless configuration is not working on my ac58u even after following flash instructions to the point.

I reset my device to defaults and extracted the contents of /etc/config/wireless:

# cat /etc/config/wireless

config wifi-device 'radio0'
	option type 'mac80211'
	option channel '11'
	option hwmode '11g'
	option path 'platform/soc/a000000.wifi'
	option htmode 'HT20'
	option disabled '1'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'

config wifi-device 'radio1'
	option type 'mac80211'
	option channel '36'
	option hwmode '11a'
	option path 'platform/soc/a800000.wifi'
	option htmode 'VHT80'
	option disabled '1'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'

Your openwrt is working? Can you let me know which version you're using as well as any specific installation instructions for your setup that I could follow? I'm being desperate because I've run out of options.

1 Like

After going to 18.06.1 this is my output.

root@OpenWrt:~# uname -r
4.14.63
root@OpenWrt:~# cat /usr/lib/opkg/status|grep -E "Package|Version"|awk 'NR%2{printf "%s, ",$0;next;}1'|grep kernel
Package: kernel, Version: 4.14.63-1-55f569c94f99f14d0eaf9e39ac0ed4b4
root@OpenWrt:~#

Yes, it's working. I'm running a custom build compiled from source with minor modifications for my home infrastructure.
I installed OpenWRT using a serial/UART console (had to open the device), even before the device had official support. If I remember correctly, the procedure was:

  • From U-Boot, flash the initramfs image
  • Boot to OpenWRT, remove some OEM partitions
  • Perform a sysupgrade with the sysupgrade image

When I have time again, probably the next weekend, I can flash a stock image and test the procedure with an official release (18.06.x) and add it to the wiki because there has been many people confused about the installation, and using modified versions of OpenWRT

1 Like

The Factory and Factory2 partition data can be accessed via /dev/ubi0_1 and /dev/ubi0_2. You can ssh into the router and then do something like:

# cp /dev/ubi0_1 /tmp
# cp /dev/ubi0_2 /tmp

and optionally run sha256sum to check whenever they match or not:

# sha256sum /tmp/ubi0_[12]
b8744d39caf018573962b25ff6c28913776a1fa24495dcd55100ca2a1789ffaa    /tmp/ubi0_1
b8744d39caf018573962b25ff6c28913776a1fa24495dcd55100ca2a1789ffaa    /tmp/ubi0_2

(yours might be different)

As for getting the data from the router: you can use scp on your host PC to copy both files directly into your home directory.

   (PC) $ scp root@OpenWrt:/tmp/ubi0_* ~
   ubi0_1                                                                                                                                                                                                                                       100%  124KB   3.4MB/s   00:00    
   ubi0_2                                                                                                                                                                                                                                       100%  124KB   3.9MB/s   00:00 

Or, you could connect a usb-stick to the router, etc.

1 Like

Yes sir please do, the UART method is too scary for a newbie like me who wouldn't know how to put together an opened router except with glue! I'd keep an eye out for any instructions anyone could lend me for a flash without breaking the router's warranty terms. :relieved:

I did copy the files and checked it's sha256 signature, and they were exactly matching as below.

ubi0_1 80ED3B25A31EC77AAE9073A0710449A2B4BFD454E2FAB4CE3B84CC5703C745B6
ubi0_2 80ED3B25A31EC77AAE9073A0710449A2B4BFD454E2FAB4CE3B84CC5703C745B6

I have shared the files @ this location on my gdrive

Your RT-AC58U's Factory and Factory2 partitions must have been wiped at some point. Note: The ASUS u-boot tries to recreate the partitions, but it can only do so much and just fills it with the default values without any calibration data. Do you have a off-site backup (as on your PC) of the Factory or Factory2 partitions around? Because they would become really handy right about now.

If you don't have the original caldata around :frowning: . But you could still try this file factory1 file createrd with the calibration values from my early RT-AC58U unit:

0: Download this file and transfer it to the RT-AC58U's /tmp directory:

(I don't have your WIFI MACs, so I just set wifi0 to 70:4d:7b:11:aa:bb and wifi1 70:4d:7b:11:aa:cc)

  1. execute on the RT-AC58U
 # ubiupdatevol /dev/ubi0_1 /tmp/factory1 
 ( # ubiupdatevol /dev/ubi0_2 /tmp/factory1 - not necessary, but you might as well)
  1. delete the existing pre-cal-* files in /lib/firmware/ath10k
    These files will be regenerated by procd/hotplug
 # rm -i /lib/firmware/ath10k/pre-cal-ahb-a[08]00000.wifi.bin
  1. reload ath10k_pci
 # rmmod ath10k_pci
 # modprobe ath10k_pci

(now, both wifis should be back)

Of course, it goes without saying that this is not really optimal. And using a other device's caldata can cause the range, throughput and/or reliability to drop. However, it's better than throwing the router away.

2 Likes

Okay so this works. I am extremely thankful. I was able to make this device work with asus stock all this time, but now lede also works. You said i need my own caldata. Looking further if there is a way to generate one. I'm sorry but somehow I can't sleep nicely if my router is not optimum.

If there is anything I need to do to cleanup, do let me know, like how do I change to my wifi mac id, etc. I'll dig further and would come back If I can find something else. Thanks.

Great you got the device working again.

I take it you didn't have backups of your factory partitions. Well, my unit is an early RT-AC58U model (back in 2016) for the EU region. I know that ASUS did some revisions on the boardfiles later on too, so I almost expect some stuff has changed. But as long as it's working now, there's not much you can do to improve it... (Maybe start a call for other people to upload their pre-cal-* files for this router so we could at least look where they changed something).

That would involve expensive software, tools and test jigs. In fact, it's much cheaper to just get another one.

Oh, there are several ways to change the MACs. Some are temporary (i.e.: last as long as the installation), while others are more involved.

But for any of those steps, you would need to reconstruct the WIFI0 and WIFI1 MAC first.
On my unit, there's a sticker with a MAC on the back. On the original ASUS FW, That MAC was used as the LAN and WIFI0 mac and the WAN and WIFI1 MACs were pretty +4 to that.

Once you have the MACs, you can decide how much time you want to invest.

1 Like

Can you confirm if it's working well now? Any issues you're facing or is it all good now?

Okay so how do I proceed with these instructions from a stock asus firmware? I'm guessing I need to flash to the latest openwrt first and then transfer the file to the router? Also, what is the procedure to transfer the file from my pc to the router? Sorry for being a pleb.

It's working well. Now that @chunkeey said it may not be optimum, I'm imagining that may be ac WiFi may not be running at full speed, above 100Mbps. Don't have any reason to suspect though, and everything else is good. Finally back on Lede.

Follow the procedure @Sold mentioned above to get to open wrt 18.0.1. For transferring file use mobaxterm free on windows. It's has integrated file browser with, probably all kinds of connected protocol, including com. Also take backup of your ubi0 files.

Just installed Mobaxterm, where exactly is the file browser option in it? I could only find the ssh terminal page.

A google search might help you to find the requested information.

Okay, did everything in the steps as mentioned, got the 2.4ghz wifi working only on N mode with max trans rate capped at 100mbps. 5ghz mode didn't work, so reverted back to stock. Is there absolutely no bug free method to get openwrt working on the router? It's a shame because the hardware is top notch, if only the dev team could dedicate a little bit of energy towards a build for it.

Also, winscp was much easier to use for a explorer style navigation.

Both wifi work fine on my router:

image

But the spam log annoys me:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.63 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7102-3f3a2c9)) #0 SMP Thu Aug 16 07:51:15 2018
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: ASUS RT-AC58U
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 32256
[    0.000000] free_area_init_node: node 0, pgdat c0a24000, node_mem_map c7cf9000
[    0.000000]   Normal zone: 252 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32256 pages, LIFO batch:7
[    0.000000] random: get_random_bytes called from 0xc09008e4 with crng_init=0
[    0.000000] percpu: Embedded 15 pages/cpu @c7ca1000 s29324 r8192 d23924 u61440
[    0.000000] pcpu-alloc: s29324 r8192 d23924 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32004
[    0.000000] Kernel command line: root_rfs=0x00000000 flash_type=norplusnand 
[    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] Memory: 119888K/129024K available (4360K kernel code, 146K rwdata, 692K rodata, 1024K init, 252K bss, 9136K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc8000000 - 0xff800000   ( 888 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc7e00000   ( 126 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0208000 - 0xc07422c0   (5353 kB)
[    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
[    0.000000]       .data : 0xc0a00000 - 0xc0a24900   ( 147 kB)
[    0.000000]        .bss : 0xc0a26000 - 0xc0a652f4   ( 253 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns
[    0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns
[    0.000023] Switching to timer-based delay loop, resolution 20ns
[    0.000428] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000)
[    0.000447] pid_max: default: 32768 minimum: 301
[    0.000594] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000611] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001210] CPU: Testing write buffer coherency: ok
[    0.001901] Setting up static identity map for 0x80300000 - 0x80300060
[    0.002048] Hierarchical SRCU implementation.
[    0.002700] smp: Bringing up secondary CPUs ...
[    0.005401] smp: Brought up 1 node, 4 CPUs
[    0.005419] SMP: Total of 4 processors activated (384.00 BogoMIPS).
[    0.005427] CPU: All CPU(s) started in SVC mode.
[    0.014143] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.014311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.014337] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.014547] pinctrl core: initialized pinctrl subsystem
[    0.015424] NET: Registered protocol family 16
[    0.015709] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.016762] cpuidle: using governor ladder
[    0.016807] cpuidle: using governor menu
[    0.033404] msm_bus_fabric_init_driver
[    0.033664] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100
[    0.033680] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100
[    0.033698] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1
[    0.033738] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100
[    0.033751] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100
[    0.033765] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1
[    0.088372] usbcore: registered new interface driver usbfs
[    0.088436] usbcore: registered new interface driver hub
[    0.088531] usbcore: registered new device driver usb
[    0.088576] pps_core: LinuxPPS API ver. 1 registered
[    0.088587] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.088611] PTP clock support registered
[    0.089616] clocksource: Switched to clocksource arch_sys_counter
[    0.090516] NET: Registered protocol family 2
[    0.091212] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.091244] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.091274] TCP: Hash tables configured (established 1024 bind 1024)
[    0.091381] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.091419] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.091620] NET: Registered protocol family 1
[    0.091662] PCI: CLS 0 bytes, default 64
[    0.092628] No memory allocated for crashlog
[    0.092777] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    0.096050] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.096065] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.101341] io scheduler noop registered
[    0.101359] io scheduler deadline registered (default)
[    0.103432] bam-dma-engine 8e04000.dma: num-channels unspecified in dt
[    0.103451] bam-dma-engine 8e04000.dma: num-ees unspecified in dt
[    0.104153] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000
[    0.104231] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7
[    0.104303] tcsr 1953000.ess_tcsr: setting ess interface select = 0
[    0.104392] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222
[    0.104626] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.106364] msm_serial 78af000.serial: msm_serial: detected port #0
[    0.106411] msm_serial 78af000.serial: uartclk = 1843200
[    0.106464] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM
[    0.106492] msm_serial: console setup on port #0
[    0.665628] console [ttyMSM0] enabled
[    0.670535] msm_serial: driver initialized
[    0.677982] loop: module loaded
[    0.679119] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    0.681780] m25p80 spi0.0: mx25l1606e (2048 Kbytes)
[    0.688212] 8 fixed-partitions partitions found on MTD device spi0.0
[    0.692802] Creating 8 MTD partitions on "spi0.0":
[    0.699380] 0x000000000000-0x000000040000 : "SBL1"
[    0.704714] 0x000000040000-0x000000060000 : "MIBIB"
[    0.709278] 0x000000060000-0x0000000c0000 : "QSEE"
[    0.714119] 0x0000000c0000-0x0000000d0000 : "CDT"
[    0.718927] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS"
[    0.723748] 0x0000000e0000-0x0000000f0000 : "APPSBLENV"
[    0.728721] 0x0000000f0000-0x000000170000 : "APPSBL"
[    0.733965] 0x000000170000-0x000000180000 : "ART"
[    0.740028] libphy: ipq40xx_mdio: probed
[    0.773937] ESS reset ok!
[    0.806914] ESS reset ok!
[    1.240052] libphy: Fixed MDIO Bus: probed
[    1.240948] EDMA using MAC@ - using
[    1.240965] 
[    1.247172] EDMA using MAC@ - using
[    1.247183] 
[    1.351174] i2c /dev entries driver
[    1.399824] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa
[    1.399858] nand: Winbond W25N01GV 1G 3.3V 8-bit
[    1.405247] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    1.409896] Scanning device for bad blocks
[    1.427806] random: fast init done
[    1.688786] random: crng init done
[    1.786054] 1 fixed-partitions partitions found on MTD device spi0.1
[    1.786083] Creating 1 MTD partitions on "spi0.1":
[    1.791505] 0x000000000000-0x000008000000 : "UBI_DEV"
[    1.798444] NET: Registered protocol family 10
[    1.802707] Segment Routing with IPv6
[    1.805605] NET: Registered protocol family 17
[    1.809307] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.813975] 8021q: 802.1Q VLAN Support v1.8
[    1.826969] Registering SWP/SWPB emulation handler
[    1.846767] UBI: auto-attach mtd8
[    1.846848] ubi0: attaching mtd8
[    8.411870] ubi0: scanning is finished
[    8.468123] ubi0: attached mtd8 (name "UBI_DEV", size 128 MiB)
[    8.468154] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    8.472884] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    8.479722] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    8.486564] ubi0: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0
[    8.493348] ubi0: user volume: 7, internal volumes: 1, max. volumes count: 128
[    8.499587] ubi0: max/mean erase counter: 23/1, WL threshold: 4096, image sequence number: 499293165
[    8.506709] ubi0: available PEBs: 0, total reserved PEBs: 1024, PEBs reserved for bad PEB handling: 20
[    8.516028] ubi0: background thread "ubi_bgt0d" started, PID 85
[    8.519144] block ubiblock0_5: created from ubi0:5(rootfs)
[    8.519151] ubiblock: device ubiblock0_5 (rootfs) set to be root filesystem
[    8.519163] hctosys: unable to open rtc device (rtc0)
[    8.558932] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    8.560574] Freeing unused kernel memory: 1024K
[    9.876244] init: Console is alive
[    9.876475] init: - watchdog -
[   12.482300] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[   13.750038] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[   13.750633] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[   13.756390] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x02010010
[   13.763296] xhci-hcd xhci-hcd.0.auto: irq 94, io mem 0x08a00000
[   13.772482] hub 1-0:1.0: USB hub found
[   13.776742] hub 1-0:1.0: 1 port detected
[   13.780956] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[   13.784614] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[   13.789923] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0  SuperSpeed
[   13.797569] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   13.804758] hub 2-0:1.0: USB hub found
[   13.812416] hub 2-0:1.0: 1 port detected
[   13.930079] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   13.930643] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[   13.936532] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x02010010
[   13.943170] xhci-hcd xhci-hcd.1.auto: irq 95, io mem 0x06000000
[   13.958351] hub 3-0:1.0: USB hub found
[   13.959119] hub 3-0:1.0: 1 port detected
[   13.961617] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   13.965187] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[   13.970500] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0  SuperSpeed
[   13.978119] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   13.985159] hub 4-0:1.0: USB hub found
[   13.993005] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19)
[   13.998431] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[   14.009977] init: - preinit -
[   16.653286] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.653376] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   19.865605] UBIFS (ubi0:6): background thread "ubifs_bgt0_6" started, PID 208
[   20.472043] UBIFS (ubi0:6): recovery needed
[   21.980089] UBIFS (ubi0:6): recovery completed
[   21.980226] UBIFS (ubi0:6): UBIFS: mounted UBI device 0, volume 6, name "rootfs_data"
[   21.983445] UBIFS (ubi0:6): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   21.991371] UBIFS (ubi0:6): FS size: 69709824 bytes (66 MiB, 549 LEBs), journal size 3428352 bytes (3 MiB, 27 LEBs)
[   22.001255] UBIFS (ubi0:6): reserved for root: 3292567 bytes (3215 KiB)
[   22.011496] UBIFS (ubi0:6): media format: w4/r0 (latest is w5/r0), UUID 268C73D7-BB87-41DB-9870-63EE8D8CE507, small LPT model
[   22.069872] mount_root: loading kmods from internal overlay
[   23.382813] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   23.446014] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   24.249548] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   24.274392] block: extroot: not configured
[   24.346284] mount_root: switching to ubifs overlay
[   24.394167] urandom-seed: Seeding with /etc/urandom.seed
[   24.652654] procd: - early -
[   24.652764] procd: - watchdog -
[   25.319856] procd: - watchdog -
[   25.320300] procd: - ubus -
[   25.557926] procd: - init -
[   26.477207] kmodloader: loading kernel modules from /etc/modules.d/*
[   26.520261] tun: Universal TUN/TAP device driver, 1.6
[   26.528369] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   27.007538] Netfilter messages via NETLINK v0.30.
[   27.029715] ip_set: protocol 6
[   27.439974] u32 classifier
[   27.440001]     input device check on
[   27.441570]     Actions configured
[   27.446589] Mirror/redirect action on
[   27.456318] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[   27.544498] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[   27.544570] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[   27.556993] ip_tables: (C) 2000-2006 Netfilter Core Team
[   27.962083] ctnetlink v0.93: registering with nfnetlink.
[   28.208113] xt_time: kernel timezone is -0000
[   28.414318] PPP generic driver version 2.4.2
[   28.415449] NET: Registered protocol family 24
[   28.631141] ath10k_ahb a000000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2
[   28.631194] ath10k_ahb a000000.wifi: Falling back to user helper
[   28.680323] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed
[   29.822854] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[   29.822901] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
[   29.842152] ath10k_ahb a000000.wifi: firmware ver 10.4-3.4-00104 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 6c332c67
[   29.909410] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 83549421
[   31.256883] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1
[   31.271800] ath: EEPROM regdomain: 0x0
[   31.271812] ath: EEPROM indicates default country code should be used
[   31.271817] ath: doing EEPROM country->regdmn map search
[   31.271827] ath: country maps to regdmn code: 0x3a
[   31.271834] ath: Country alpha2 being used: US
[   31.271838] ath: Regpair used: 0x3a
[   31.465189] ath10k_ahb a800000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2
[   31.465237] ath10k_ahb a800000.wifi: Falling back to user helper
[   31.718571] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed
[   31.718886] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[   31.726544] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
[   31.740964] ath10k_ahb a800000.wifi: firmware ver 10.4-3.4-00104 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 6c332c67
[   31.786815] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 83549421
[   33.135276] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1
[   33.150240] ath: EEPROM regdomain: 0x0
[   33.150250] ath: EEPROM indicates default country code should be used
[   33.150255] ath: doing EEPROM country->regdmn map search
[   33.150266] ath: country maps to regdmn code: 0x3a
[   33.150272] ath: Country alpha2 being used: US
[   33.150277] ath: Regpair used: 0x3a
[   33.157623] kmodloader: done loading kernel modules from /etc/modules.d/*
[   39.023183] br-lan: port 1(eth0) entered blocking state
[   39.023221] br-lan: port 1(eth0) entered disabled state
[   39.027537] device eth0 entered promiscuous mode
[   39.035188] br-lan: port 1(eth0) entered blocking state
[   39.037319] br-lan: port 1(eth0) entered listening state
[   39.042548] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   39.065228] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   39.066587] ess_edma c080000.edma: eth1: GMAC Link is up with phy_speed=1000
[   39.070372] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   39.927942] ath: EEPROM regdomain: 0x82c0
[   39.927981] ath: EEPROM indicates we should expect a country code
[   39.931000] ath: doing EEPROM country->regdmn map search
[   39.937032] ath: country maps to regdmn code: 0x3
[   39.942603] ath: Country alpha2 being used: VN
[   39.947006] ath: Regpair used: 0x3
[   39.951425] ath: regdomain 0x82c0 dynamically updated by user
[   39.954768] ath: EEPROM regdomain: 0x82c0
[   39.960611] ath: EEPROM indicates we should expect a country code
[   39.964547] ath: doing EEPROM country->regdmn map search
[   39.970659] ath: country maps to regdmn code: 0x3
[   39.976002] ath: Country alpha2 being used: VN
[   39.980661] ath: Regpair used: 0x3
[   39.984945] ath: regdomain 0x82c0 dynamically updated by user
[   41.049654] br-lan: port 1(eth0) entered learning state
[   43.129620] br-lan: port 1(eth0) entered forwarding state
[   43.129658] br-lan: topology change detected, propagating
[   43.444468] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[   45.040659] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   45.042641] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   45.051421] br-lan: port 2(wlan1) entered blocking state
[   45.052123] br-lan: port 2(wlan1) entered disabled state
[   45.057879] device wlan1 entered promiscuous mode
[   45.064228] pppoe-wan: renamed from ppp0
[   45.111168] br-lan: port 3(wlan0) entered blocking state
[   45.111208] br-lan: port 3(wlan0) entered disabled state
[   45.116005] device wlan0 entered promiscuous mode
[   46.385942] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[   46.386260] br-lan: port 2(wlan1) entered blocking state
[   46.391433] br-lan: port 2(wlan1) entered listening state
[   47.618398] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   47.618666] br-lan: port 3(wlan0) entered blocking state
[   47.623883] br-lan: port 3(wlan0) entered listening state
[   48.409627] br-lan: port 2(wlan1) entered learning state
[   49.689684] br-lan: port 3(wlan0) entered learning state
[   50.489666] br-lan: port 2(wlan1) entered forwarding state
[   50.489714] br-lan: topology change detected, propagating
[   51.769636] br-lan: port 3(wlan0) entered forwarding state
[   51.769673] br-lan: topology change detected, propagating
[  130.702877] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[  727.386851] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[  894.400760] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[  936.488440] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[  970.687472] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1037.146135] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1066.945762] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1105.753051] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1205.951904] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1286.693825] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1610.486425] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1626.355357] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1626.866642] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1960.998112] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 1977.383803] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2103.747214] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2167.028083] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2192.527245] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2555.021055] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2607.450434] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2730.535427] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2902.772942] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 2980.907323] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3202.803523] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3208.333676] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3370.946027] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3515.330225] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3638.415291] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3715.010070] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3723.814803] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3763.442926] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 3977.562481] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4006.540453] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4037.159303] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4039.208062] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4043.713483] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4051.494571] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4051.803745] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4128.805930] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4136.690746] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4168.948973] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4204.582090] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4266.533983] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4266.745597] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4328.896205] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4338.624662] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4381.938796] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4383.579348] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4383.781195] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4435.084298] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4440.002177] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4450.548597] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4531.649425] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4600.461919] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4605.172148] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4613.774727] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4637.126182] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4656.782661] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4678.900744] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4708.084512] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4723.137976] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4807.516412] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4809.562471] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4814.990548] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4921.177153] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 4926.400716] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5002.278004] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5041.908054] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5072.012326] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5113.280305] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5526.770783] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5534.352056] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5534.451805] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5546.637756] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5574.489772] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5633.473188] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5636.384726] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5648.524346] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5723.379583] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5874.521722] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 5923.263488] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6103.697330] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6104.411278] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6104.615998] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6111.578363] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6181.828194] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6188.770041] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6302.249414] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6311.565193] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6424.409338] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6521.468722] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6521.571836] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6522.101912] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6665.458707] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6680.308377] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6775.030524] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6798.476313] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6843.433292] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6851.113677] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6900.262282] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 6981.977085] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7113.357149] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7133.739029] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7185.653968] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7193.433114] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7220.569287] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7264.603241] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7316.416696] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7320.616018] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 7601.908202] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 8357.724243] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 8543.783868] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 8581.158062] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 8797.328409] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 8797.735436] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 9069.637589] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 9069.736928] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 9071.008236] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 9077.375700] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 9207.644671] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 9666.086357] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats
[ 9827.367223] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats