Ipq806x NSS build (Netgear R7800 / TP-Link C2600 / Linksys EA8500)

I don't need data monitoring at all, for me it's just an interesting data point. Originally I was pretty happy with vnstat, the only reason why I switched to nlbwmon, is because its procd integrations easily allows writing the stats to flash (with wear leveling).

For me personally, the primary aspect for these optional features is ease of use, if I don't have to maintain- or care about the package, great. If that isn't given, I have to make a decision, dropping the feature from my devices, maintaining it myself - the later may happen, but if I can, I keep it simple (currently nlbwmon meets my needs).

1 Like

Is this something that should be in the repo or something we need to have in our startup? I noted this error in the hopes it might get fixed in the repo. I have made no edits to startup or anything so that I can easily upgrade when new version is released.

It's something you can configure, if the defaults are too conservative for your needs.

If anyone is struggling to get the NFS server to work on OpenWrt 21.02, I figured that the nfs-kernel-server package 2.3.4-3 from the 19.07 package feed works just fine. Note that some kmod-*s including kmod-fs-nfsd are required:

# install kmod packages matching the kernel
wget https://github.com/ACwifidude/openwrt/raw/openwrt-21.02-nss-qsdk10.0/bin/targets/ipq806x/generic/packages/kmod-crypto-cts_5.4.158-1_arm_cortex-a15_neon-vfpv4.ipk
wget https://github.com/ACwifidude/openwrt/raw/openwrt-21.02-nss-qsdk10.0/bin/targets/ipq806x/generic/packages/kmod-fs-nfs-common-rpcsec_5.4.158-1_arm_cortex-a15_neon-vfpv4.ipk
wget https://github.com/ACwifidude/openwrt/raw/openwrt-21.02-nss-qsdk10.0/bin/targets/ipq806x/generic/packages/kmod-fs-nfsd_5.4.158-1_arm_cortex-a15_neon-vfpv4.ipk
opkg install ./kmod-crypto-cts_5.4.158-1_arm_cortex-a15_neon-vfpv4.ipk
opkg install ./kmod-fs-nfs-common-rpcsec_5.4.158-1_arm_cortex-a15_neon-vfpv4.ipk
opkg install ./kmod-fs-nfsd_5.4.158-1_arm_cortex-a15_neon-vfpv4.ipk

# install nfs-kernel-server package from 19.07
wget https://downloads.openwrt.org/releases/19.07.8/packages/arm_cortex-a15_neon-vfpv4/packages/nfs-kernel-server_2.3.4-3_arm_cortex-a15_neon-vfpv4.ipk
opkg update
opkg install ./nfs-kernel-server_2.3.4-3_arm_cortex-a15_neon-vfpv4.ipk

# clean up
rm kmod-*
rm nfs-kernel-server_*

# enable and start nfsd
service nfsd enable
service nfsd start

I opened an issue about the broken NFS server on 21.02 on GitHub.

hi,

I cloned the @ACwifidude repo with his 21.02 build, changed nothing except 3 applications for LuCi and I can't wifi working.

here my kernel and syslog

KERNEL LOG

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.158 (james@latitude) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16416-ecab623a38)) #0 SMP Fri Dec 3 02:02:44 2021
[    0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: TP-Link Archer C2600
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 122880
[    0.000000]   Normal zone: 1080 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 122880 pages, LIFO batch:31
[    0.000000] percpu: Embedded 15 pages/cpu s30220 r8192 d23028 u61440
[    0.000000] pcpu-alloc: s30220 r8192 d23028 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 121800
[    0.000000] Kernel command line: 
[    0.000000] Bootloader command line (ignored): console=ttyHSL1,115200n8 root=mtd:rootfs rootfstype=squashfs
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 476864K/491520K available (6292K kernel code, 198K rwdata, 1572K rodata, 1024K init, 238K bss, 14656K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x340/0x4ec with crng_init=0
[    0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns
[    0.000008] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns
[    0.000023] Switching to timer-based delay loop, resolution 160ns
[    0.000284] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500)
[    0.000305] pid_max: default: 32768 minimum: 301
[    0.000509] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.000528] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001591] CPU: Testing write buffer coherency: ok
[    0.002751] Setting up static identity map for 0x42300000 - 0x42300060
[    0.002939] rcu: Hierarchical SRCU implementation.
[    0.003426] smp: Bringing up secondary CPUs ...
[    0.005343] smp: Brought up 1 node, 2 CPUs
[    0.005357] SMP: Total of 2 processors activated (25.00 BogoMIPS).
[    0.005369] CPU: All CPU(s) started in SVC mode.
[    0.016826] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
[    0.016990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.017019] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.017158] pinctrl core: initialized pinctrl subsystem
[    0.018304] NET: Registered protocol family 16
[    0.018600] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.019984] cpuidle: using governor ladder
[    0.020052] cpuidle: using governor menu
[    0.055350] usbcore: registered new interface driver usbfs
[    0.055432] usbcore: registered new interface driver hub
[    0.055500] usbcore: registered new device driver usb
[    0.055575] pps_core: LinuxPPS API ver. 1 registered
[    0.055587] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.055628] PTP clock support registered
[    0.056459] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[    0.057571] clocksource: Switched to clocksource dg_timer
[    0.058449] thermal_sys: Registered thermal governor 'step_wise'
[    0.060903] NET: Registered protocol family 2
[    0.061066] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.061948] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.061992] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.062035] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.062250] TCP: Hash tables configured (established 4096 bind 4096)
[    0.062359] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.062389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.062641] NET: Registered protocol family 1
[    0.062694] PCI: CLS 0 bytes, default 64
[    0.064043] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.071136] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.071153] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.109045] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.110873] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda not found, using dummy regulator
[    0.111021] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_phy not found, using dummy regulator
[    0.111127] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_refclk not found, using dummy regulator
[    0.111398] qcom-pcie 1b500000.pci: host bridge /soc/pci@1b500000 ranges:
[    0.111422] qcom-pcie 1b500000.pci: Parsing ranges property...
[    0.111471] qcom-pcie 1b500000.pci:    IO 0x0fe00000..0x0fefffff -> 0x0fe00000
[    0.111509] qcom-pcie 1b500000.pci:   MEM 0x08000000..0x0fdfffff -> 0x08000000
[    0.333218] qcom-pcie 1b500000.pci: Link up
[    0.333395] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00
[    0.333420] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.333440] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfe00000-0xfefffff])
[    0.333456] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff]
[    0.333473] pci_bus 0000:00: scanning bus
[    0.333524] pci 0000:00:00.0: [17cb:0101] type 01 class 0xff0000
[    0.333692] pci 0000:00:00.0: supports D1
[    0.333709] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.333731] pci 0000:00:00.0: PME# disabled
[    0.338038] pci_bus 0000:00: fixups for bus
[    0.338065] PCI: bus0: Fast back to back transfers disabled
[    0.338085] pci 0000:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
[    0.338222] pci_bus 0000:01: scanning bus
[    0.338401] pci 0000:01:00.0: [168c:0040] type 00 class 0x028000
[    0.338757] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[    0.339908] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.339954] pci 0000:01:00.0: PME# disabled
[    0.344252] pci_bus 0000:01: fixups for bus
[    0.344324] PCI: bus1: Fast back to back transfers disabled
[    0.344340] pci_bus 0000:01: bus scan returning with max=01
[    0.344360] pci 0000:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
[    0.344376] pci_bus 0000:00: bus scan returning with max=ff
[    0.344410] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
[    0.344434] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit]
[    0.344564] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.344589] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x081fffff]
[    0.344790] pcieport 0000:00:00.0: assign IRQ: got 36
[    0.345337] pcieport 0000:00:00.0: AER: enabled with IRQ 37
[    0.345902] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda not found, using dummy regulator
[    0.346027] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_phy not found, using dummy regulator
[    0.346153] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_refclk not found, using dummy regulator
[    0.346420] qcom-pcie 1b700000.pci: host bridge /soc/pci@1b700000 ranges:
[    0.346444] qcom-pcie 1b700000.pci: Parsing ranges property...
[    0.346487] qcom-pcie 1b700000.pci:    IO 0x31e00000..0x31efffff -> 0x31e00000
[    0.346521] qcom-pcie 1b700000.pci:   MEM 0x2e000000..0x31dfffff -> 0x2e000000
[    0.574953] qcom-pcie 1b700000.pci: Link up
[    0.575121] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00
[    0.575143] pci_bus 0001:00: root bus resource [bus 00-ff]
[    0.575159] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff]
[    0.575175] pci_bus 0001:00: scanning bus
[    0.575218] pci 0001:00:00.0: [17cb:0101] type 01 class 0xff0000
[    0.575370] pci 0001:00:00.0: supports D1
[    0.575387] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[    0.575404] pci 0001:00:00.0: PME# disabled
[    0.579641] pci_bus 0001:00: fixups for bus
[    0.579661] PCI: bus0: Fast back to back transfers disabled
[    0.579680] pci 0001:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
[    0.579800] pci_bus 0001:01: scanning bus
[    0.579991] pci 0001:01:00.0: [168c:0040] type 00 class 0x028000
[    0.580368] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[    0.581607] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[    0.581656] pci 0001:01:00.0: PME# disabled
[    0.581912] pci 0001:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0001:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[    0.586007] pci_bus 0001:01: fixups for bus
[    0.586085] PCI: bus1: Fast back to back transfers disabled
[    0.586100] pci_bus 0001:01: bus scan returning with max=01
[    0.586118] pci 0001:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
[    0.586136] pci_bus 0001:00: bus scan returning with max=ff
[    0.586162] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
[    0.586185] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
[    0.586317] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    0.586338] pci 0001:00:00.0:   bridge window [mem 0x2e000000-0x2e1fffff]
[    0.586525] pcieport 0001:00:00.0: assign IRQ: got 38
[    0.587170] pcieport 0001:00:00.0: AER: enabled with IRQ 39
[    0.590024] L2 @ QSB rate. Forcing new rate.
[    0.590252] L2 @ 384000 KHz
[    0.590436] CPU0 @ 800000 KHz
[    0.590448] CPU1 @ QSB rate. Forcing new rate.
[    0.590575] CPU1 @ 384000 KHz
[    0.594316] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0
[    0.595721] gsbi 1a200000.gsbi: GSBI port protocol: 3 crci: 0
[    0.597462] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.600061] msm_serial 16340000.serial: msm_serial: detected port #0
[    0.600117] msm_serial 16340000.serial: uartclk = 7372800
[    0.600196] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 40, base_baud = 460800) is a MSM
[    0.600233] msm_serial: console setup on port #0
[    1.398860] printk: console [ttyMSM0] enabled
[    1.403862] msm_serial: driver initialized
[    1.413170] loop: module loaded
[    1.414439] spi_qup 1a280000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    1.416632] spi-nor spi0.0: mx25u25635f (32768 Kbytes)
[    1.422781] 25 fixed-partitions partitions found on MTD device spi0.0
[    1.427448] Creating 25 MTD partitions on "spi0.0":
[    1.434055] 0x000000000000-0x000000020000 : "SBL1"
[    1.439782] 0x000000020000-0x000000040000 : "MIBIB"
[    1.444445] 0x000000040000-0x000000060000 : "SBL2"
[    1.449320] 0x000000060000-0x000000090000 : "SBL3"
[    1.454073] 0x000000090000-0x0000000a0000 : "DDRCONFIG"
[    1.458927] 0x0000000a0000-0x0000000b0000 : "SSD"
[    1.463931] 0x0000000b0000-0x0000000e0000 : "TZ"
[    1.468956] 0x0000000e0000-0x000000100000 : "RPM"
[    1.473499] 0x000000100000-0x000000170000 : "fs-uboot"
[    1.478207] 0x000000170000-0x0000001b0000 : "uboot-env"
[    1.483131] 0x0000001b0000-0x0000001f0000 : "radio"
[    1.488405] 0x0000001f0000-0x0000005f0000 : "os-image"
[    1.493132] 0x0000005f0000-0x000001ef0000 : "rootfs"
[    1.498424] mtd: device 12 (rootfs) set to be root filesystem
[    1.503050] 1 squashfs-split partitions found on MTD device rootfs
[    1.508319] 0x000001270000-0x000001ef0000 : "rootfs_data"
[    1.515852] 0x000001ef0000-0x000001ef0200 : "default-mac"
[    1.521319] 0x000001ef0200-0x000001ef0400 : "pin"
[    1.526533] 0x000001ef0400-0x000001f00000 : "product-info"
red
[   36.206271] cryptodev: driver 1.11 loaded.
[   36.210067] PPP generic driver version 2.4.2
[   36.210800] NET: Registered protocol family 24
[   36.218051] GACT probability on
[   36.218679] Mirror/redirect action on
[   36.225335] u32 classifier
[   36.225351]     input device check on
[   36.227405]     Actions configured
[   36.237926] fuse: init (API version 7.31)
[   36.242167] Loading modules backported from Linux version v5.10.68-0-g4d8524048a35
[   36.242192] Backport generated by backports.git v5.10.68-1-0-ga4f9ba32
[   36.309730] xt_time: kernel timezone is -0000
[   36.376476] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[   36.376501] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[   36.399743] ath10k_pci 0000:01:00.0: assign IRQ: got 36
[   36.400244] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
[   36.400327] ath10k_pci 0000:01:00.0: enabling bus mastering
[   36.400886] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   45.220825] ath10k_pci 0000:01:00.0: Unknown FW IE: 30
[   45.220872] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
[   45.224869] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   45.237507] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
[   45.309777] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
[   46.560537] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[   46.650367] ath: EEPROM regdomain sanitized
[   46.650374] ath: EEPROM regdomain: 0x64
[   46.650378] ath: EEPROM indicates we should expect a direct regpair map
[   46.650388] ath: Country alpha2 being used: 00
[   46.650393] ath: Regpair used: 0x64
[   46.654050] ath10k_pci 0001:01:00.0: assign IRQ: got 38
[   46.655626] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142)
[   46.655745] ath10k_pci 0001:01:00.0: enabling bus mastering
[   46.656387] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   47.026913] ath10k_pci 0001:01:00.0: Unknown FW IE: 30
[   47.026954] ath10k_pci 0001:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
[   47.031083] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   47.042978] ath10k_pci 0001:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
[   47.107839] ath10k_pci 0001:01:00.0: board_file api 2 bmi_id 1:2 crc32 08fa09f2
[   48.364373] ath10k_pci 0001:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[   48.458881] ath: EEPROM regdomain sanitized
[   48.458889] ath: EEPROM regdomain: 0x64
[   48.458895] ath: EEPROM indicates we should expect a direct regpair map
[   48.458906] ath: Country alpha2 being used: 00
[   48.458911] ath: Regpair used: 0x64
[   48.462914] kmodloader: done loading kernel modules from /etc/modules.d/*
[   52.136697] ECM init
[   52.137210] ECM database jhash random seed: 0xb051afc2
[   52.153869] ECM init complete
[   55.397288] ipq8064-mdio 37000000.mdio eth1: 1000 Mbps Full Duplex
[   56.500656] br-lan: port 1(eth1.1) entered blocking state
[   56.500704] br-lan: port 1(eth1.1) entered disabled state
[   56.505558] device eth1.1 entered promiscuous mode
[   56.510523] device eth1 entered promiscuous mode
[   56.515787] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   56.520419] br-lan: port 1(eth1.1) entered blocking state
[   56.525873] br-lan: port 1(eth1.1) entered forwarding state
[   56.539997] ipq8064-mdio 37000000.mdio eth0: 1000 Mbps Full Duplex
[   57.616659] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   57.616862] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   58.664934] ath: EEPROM regdomain: 0x807c
[   58.664956] ath: EEPROM indicates we should expect a country code
[   58.668017] ath: doing EEPROM country->regdmn map search
[   58.673994] ath: country maps to regdmn code: 0x3a
[   58.679436] ath: Country alpha2 being used: CA
[   58.683978] ath: Regpair used: 0x3a
[   58.688467] ath: regdomain 0x807c dynamically updated by user
[   58.691816] ath: EEPROM regdomain: 0x807c
[   58.697689] ath: EEPROM indicates we should expect a country code
[   58.701770] ath: doing EEPROM country->regdmn map search
[   58.707762] ath: country maps to regdmn code: 0x3a
[   58.713155] ath: Country alpha2 being used: CA
[   58.717746] ath: Regpair used: 0x3a
[   58.722235] ath: regdomain 0x807c dynamically updated by user
[   62.424164] wlan0: Created a NSS virtual interface
[   62.426405] br-lan: port 2(wlan0) entered blocking state
[   62.427933] br-lan: port 2(wlan0) entered disabled state
[   62.433603] device wlan0 entered promiscuous mode
[   62.438769] br-lan: port 2(wlan0) entered blocking state
[   62.443208] br-lan: port 2(wlan0) entered forwarding state
[   62.452034] br-lan: port 2(wlan0) entered disabled state
[   63.501268] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   63.501425] br-lan: port 2(wlan0) entered blocking state
[   63.506700] br-lan: port 2(wlan0) entered forwarding state
[ 3298.388252] ath10k_pci 0000:01:00.0: firmware crashed! (guid a9978b59-cd20-47cb-a91b-c710e38ef695)
[ 3298.388307] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
[ 3298.396261] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 3298.408741] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
[ 3298.413924] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
[ 3298.425275] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 3298.432389] ath10k_pci 0000:01:00.0: firmware register dump:
[ 3298.442391] ath10k_pci 0000:01:00.0: [00]: 0x00000009 0x00000000 0x0098C64F 0x00000000
[ 3298.448198] ath10k_pci 0000:01:00.0: [04]: 0x00000000 0x00060124 0x00000000 0x00000000
[ 3298.456008] ath10k_pci 0000:01:00.0: [08]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.463912] ath10k_pci 0000:01:00.0: [12]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.471785] ath10k_pci 0000:01:00.0: [16]: 0x009BFE03 0x009406B6 0x009406B6 0x0098C64F
[ 3298.479640] ath10k_pci 0000:01:00.0: [20]: 0x00000000 0x00401C20 0x00000000 0x00000000
[ 3298.487592] ath10k_pci 0000:01:00.0: [24]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.495497] ath10k_pci 0000:01:00.0: [28]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.503399] ath10k_pci 0000:01:00.0: [32]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.511218] ath10k_pci 0000:01:00.0: [36]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.519207] ath10k_pci 0000:01:00.0: [40]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.527080] ath10k_pci 0000:01:00.0: [44]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.534983] ath10k_pci 0000:01:00.0: [48]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.542887] ath10k_pci 0000:01:00.0: [52]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.550714] ath10k_pci 0000:01:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3298.558693] ath10k_pci 0000:01:00.0: Copy Engine register dump:
[ 3298.566604] ath10k_pci 0000:01:00.0: [00]: 0x0004a000  15  15   3   3
[ 3298.572413] ath10k_pci 0000:01:00.0: [01]: 0x0004a400  20  20  90  91
[ 3298.578929] ath10k_pci 0000:01:00.0: [02]: 0x0004a800   3   3  66  67
[ 3298.585440] ath10k_pci 0000:01:00.0: [03]: 0x0004ac00  20  20  21  20
[ 3298.591844] ath10k_pci 0000:01:00.0: [04]: 0x0004b000 749 749   5 222
[ 3298.598200] ath10k_pci 0000:01:00.0: [05]: 0x0004b400  15  15 110 111
[ 3298.604715] ath10k_pci 0000:01:00.0: [06]: 0x0004b800  18  18  18  18
[ 3298.611046] ath10k_pci 0000:01:00.0: [07]: 0x0004bc00   1   1   1   1
[ 3298.617555] ath10k_pci 0000:01:00.0: [08]: 0x0004c000   0   0 127   0
[ 3298.623958] ath10k_pci 0000:01:00.0: [09]: 0x0004c400   0   0   0   0
[ 3298.630317] ath10k_pci 0000:01:00.0: [10]: 0x0004c800   0   0   0   0
[ 3298.636829] ath10k_pci 0000:01:00.0: [11]: 0x0004cc00   0   0   0   0
[ 3298.769991] ieee80211 phy0: Hardware restart was requested
[ 3300.587232] ath10k_pci 0000:01:00.0: device successfully recovered
[ 3300.592279] ath10k_pci 0000:01:00.0: firmware crashed! (guid 5d4f8515-4c52-40bc-a9e2-b18fbec4315d)
[ 3300.592330] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
[ 3300.601262] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 3300.613986] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
[ 3300.618984] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
[ 3300.630419] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 3300.637529] ath10k_pci 0000:01:00.0: firmware register dump:
[ 3300.647532] ath10k_pci 0000:01:00.0: [00]: 0x00000009 0x00000000 0x0098C64F 0x00000000
[ 3300.653435] ath10k_pci 0000:01:00.0: [04]: 0x00000000 0x00060124 0x00000000 0x00000000
[ 3300.661065] ath10k_pci 0000:01:00.0: [08]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.669053] ath10k_pci 0000:01:00.0: [12]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.676969] ath10k_pci 0000:01:00.0: [16]: 0x009BFE03 0x009BF0DC 0x009406B6 0x0098C64F
[ 3300.684829] ath10k_pci 0000:01:00.0: [20]: 0x00000000 0x00401C20 0x00000000 0x00000000
[ 3300.692734] ath10k_pci 0000:01:00.0: [24]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.700562] ath10k_pci 0000:01:00.0: [28]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.708540] ath10k_pci 0000:01:00.0: [32]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.716445] ath10k_pci 0000:01:00.0: [36]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.724349] ath10k_pci 0000:01:00.0: [40]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.732251] ath10k_pci 0000:01:00.0: [44]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.740060] ath10k_pci 0000:01:00.0: [48]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.748027] ath10k_pci 0000:01:00.0: [52]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.755931] ath10k_pci 0000:01:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3300.763834] ath10k_pci 0000:01:00.0: Copy Engine register dump:
[ 3300.771661] ath10k_pci 0000:01:00.0: [00]: 0x0004a000  15  15   3   3
[ 3300.777478] ath10k_pci 0000:01:00.0: [01]: 0x0004a400  16  16  54  55
[ 3300.784143] ath10k_pci 0000:01:00.0: [02]: 0x0004a800  11  11  10  11
[ 3300.790495] ath10k_pci 0000:01:00.0: [03]: 0x0004ac00  25  25  25  25
[ 3300.796982] ath10k_pci 0000:01:00.0: [04]: 0x0004b000   6   6  45   5
[ 3300.803417] ath10k_pci 0000:01:00.0: [05]: 0x0004b400  13  13  12  13
[ 3300.809765] ath10k_pci 0000:01:00.0: [06]: 0x0004b800   8   8   8   8
[ 3300.816258] ath10k_pci 0000:01:00.0: [07]: 0x0004bc00   1   1   1   1
[ 3300.822693] ath10k_pci 0000:01:00.0: [08]: 0x0004c000   0   0 127   0
[ 3300.829038] ath10k_pci 0000:01:00.0: [09]: 0x0004c400   1   1   1   1
[ 3300.835532] ath10k_pci 0000:01:00.0: [10]: 0x0004c800   0   0   0   0
[ 3300.841968] ath10k_pci 0000:01:00.0: [11]: 0x0004cc00   0   0   0   0
[ 3300.848681] ath10k_pci 0000:01:00.0: failed to set dtim period for vdev 0: -108
[ 3300.855041] ath10k_pci 0000:01:00.0: failed to recalculate rts/cts prot for vdev 0: -108
[ 3300.861994] ath10k_pci 0000:01:00.0: failed to set cts protection for vdev 0: -108
[ 3300.870202] ath10k_pci 0000:01:00.0: failed to set preamble for vdev 0: -108
[ 3300.877657] ath10k_pci 0000:01:00.0: failed to set mgmt tx rate -108
[ 3300.966535] ieee80211 phy0: Hardware restart was requested
[ 3302.802650] ath10k_pci 0000:01:00.0: device successfully recovered
[ 3303.313773] ath10k_pci 0000:01:00.0: firmware crashed! (guid 1ed2e53b-7189-478e-885f-ca05a64dd4b1)
[ 3303.313826] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
[ 3303.321638] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 3303.334358] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
[ 3303.339444] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
[ 3303.350792] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 3303.357905] ath10k_pci 0000:01:00.0: firmware register dump:
[ 3303.367927] ath10k_pci 0000:01:00.0: [00]: 0x00000009 0x00000000 0x0098C64F 0x00000000
[ 3303.373814] ath10k_pci 0000:01:00.0: [04]: 0x00000000 0x00060124 0x00000000 0x00000000
[ 3303.381442] ath10k_pci 0000:01:00.0: [08]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.389432] ath10k_pci 0000:01:00.0: [12]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.397304] ath10k_pci 0000:01:00.0: [16]: 0x009BFE03 0x009406B6 0x009406B6 0x0098C64F
[ 3303.405221] ath10k_pci 0000:01:00.0: [20]: 0x00000000 0x00401C20 0x00000000 0x00000000
[ 3303.413111] ath10k_pci 0000:01:00.0: [24]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.420937] ath10k_pci 0000:01:00.0: [28]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.428918] ath10k_pci 0000:01:00.0: [32]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.436822] ath10k_pci 0000:01:00.0: [36]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.444727] ath10k_pci 0000:01:00.0: [40]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.452598] ath10k_pci 0000:01:00.0: [44]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.460434] ath10k_pci 0000:01:00.0: [48]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.468405] ath10k_pci 0000:01:00.0: [52]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.476309] ath10k_pci 0000:01:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3303.484214] ath10k_pci 0000:01:00.0: Copy Engine register dump:
[ 3303.492125] ath10k_pci 0000:01:00.0: [00]: 0x0004a000  15  15   3   3
[ 3303.497852] ath10k_pci 0000:01:00.0: [01]: 0x0004a400  30  30  68  69
[ 3303.504525] ath10k_pci 0000:01:00.0: [02]: 0x0004a800  33  33  32  33
[ 3303.510872] ath10k_pci 0000:01:00.0: [03]: 0x0004ac00   5   5   7   5
[ 3303.517363] ath10k_pci 0000:01:00.0: [04]: 0x0004b000  20  20  54  14
[ 3303.523800] ath10k_pci 0000:01:00.0: [05]: 0x0004b400   5   5  68  69
[ 3303.530142] ath10k_pci 0000:01:00.0: [06]: 0x0004b800  31  31  31  31
[ 3303.536669] ath10k_pci 0000:01:00.0: [07]: 0x0004bc00   1   1   1   1
[ 3303.543075] ath10k_pci 0000:01:00.0: [08]: 0x0004c000   0   0 127   0
[ 3303.549414] ath10k_pci 0000:01:00.0: [09]: 0x0004c400   1   1   1   1
[ 3303.555915] ath10k_pci 0000:01:00.0: [10]: 0x0004c800   0   0   0   0
[ 3303.562348] ath10k_pci 0000:01:00.0: [11]: 0x0004cc00   0   0   0   0
[ 3303.707572] ieee80211 phy0: Hardware restart was requested
[ 3305.499604] ath10k_pci 0000:01:00.0: device successfully recovered
[ 3308.324196] ath10k_pci 0000:01:00.0: firmware crashed! (guid daca8308-bd26-490a-b4ca-7436f2f1da3e)
[ 3308.324250] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
[ 3308.332192] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 3308.344183] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
[ 3308.349712] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
[ 3308.361216] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 3308.368319] ath10k_pci 0000:01:00.0: firmware register dump:
[ 3308.378295] ath10k_pci 0000:01:00.0: [00]: 0x00000009 0x00000000 0x0098C64F 0x00000000
[ 3308.384198] ath10k_pci 0000:01:00.0: [04]: 0x00000000 0x00060124 0x00000000 0x00000000
[ 3308.391858] ath10k_pci 0000:01:00.0: [08]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3308.399818] ath10k_pci 0000:01:00.0: [12]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3308.407723] ath10k_pci 0000:01:00.0: [16]: 0x009BFE03 0x009406B6 0x009406A7 0x0098C64F
[ 3308.415626] ath10k_pci 0000:01:00.0: [20]: 0x00000000 0x00401C20 0x00000000 0x00000000
[ 3308.423528] ath10k_pci 0000:01:00.0: [24]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3308.431355] ath10k_pci 0000:01:00.0: [28]: 0x00000000 0x00000000 0x00000000 0x00000000
[ 3308.439304] ath10k_pci 0000:01:00.0: [32]: 0x00000000 0x00000000 0x00000000 0x00000000
 9  13
[ 3310.736175] ath10k_pci 0000:01:00.0: [06]: 0x0004b800   8   8   8   8
[ 3310.742579] ath10k_pci 0000:01:00.0: [07]: 0x0004bc00   1   1   1   1
[ 3310.748945] ath10k_pci 0000:01:00.0: [08]: 0x0004c000   0   0 127   0
[ 3310.755452] ath10k_pci 0000:01:00.0: [09]: 0x0004c400   1   1   1   1
[ 3310.761793] ath10k_pci 0000:01:00.0: [10]: 0x0004c800   0   0   0   0
[ 3310.768290] ath10k_pci 0000:01:00.0: [11]: 0x0004cc00   0   0   0   0
[ 3310.887808] ieee80211 phy0: Hardware restart was requested
[ 3312.687530] ath10k_pci 0000:01:00.0: device successfully recovered


and here my config.buildinfo about firmware.

CONFIG_PACKAGE_ath10k-board-qca988x=m
CONFIG_PACKAGE_ath10k-board-qca9984=y
CONFIG_PACKAGE_ath10k-board-qca99x0=y
CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m


CONFIG_PACKAGE_kmod-ath10k=y
CONFIG_PACKAGE_kmod-ath10k-ct=m

if you see something, let me know

thanks

and here syslog;

Sat Dec  4 18:48:32 2021 daemon.notice netifd: wan (1802): udhcpc: started, v1.33.1
Sat Dec  4 18:48:32 2021 daemon.err odhcp6c[1815]: Failed to send RS (Address not available)
Sat Dec  4 18:48:32 2021 daemon.notice netifd: wan (1802): udhcpc: sending discover
Sat Dec  4 18:48:32 2021 daemon.notice netifd: wan (1802): udhcpc: sending select for 10.0.0.196
Sat Dec  4 18:48:32 2021 daemon.notice netifd: wan (1802): udhcpc: lease of 10.0.0.196 obtained, lease time 172800
Sat Dec  4 18:48:32 2021 user.info adblock-4.1.3[1817]: backup directory '/tmp/adblock-Backup' created
Sat Dec  4 18:48:33 2021 user.info adblock-4.1.3[1817]: adblock instance started ::: action: start, priority: 0, pid: 1817
Sat Dec  4 18:48:33 2021 daemon.notice netifd: Interface 'wan' is now up
Sat Dec  4 18:48:33 2021 daemon.err odhcp6c[1815]: Failed to send SOLICIT message to ff02::1:2 (Address not available)
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.664934] ath: EEPROM regdomain: 0x807c
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.664956] ath: EEPROM indicates we should expect a country code
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.668017] ath: doing EEPROM country->regdmn map search
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.673994] ath: country maps to regdmn code: 0x3a
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.679436] ath: Country alpha2 being used: CA
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.683978] ath: Regpair used: 0x3a
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.688467] ath: regdomain 0x807c dynamically updated by user
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.691816] ath: EEPROM regdomain: 0x807c
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.697689] ath: EEPROM indicates we should expect a country code
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.701770] ath: doing EEPROM country->regdmn map search
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.707762] ath: country maps to regdmn code: 0x3a
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.713155] ath: Country alpha2 being used: CA
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.717746] ath: Regpair used: 0x3a
Sat Dec  4 18:48:33 2021 kern.debug kernel: [   58.722235] ath: regdomain 0x807c dynamically updated by user
Sat Dec  4 18:48:33 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:33] [NOTICE] Network connectivity detected
Sat Dec  4 18:48:33 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:33] [NOTICE] Now listening to 127.0.0.53:53 [UDP]
Sat Dec  4 18:48:33 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:33] [NOTICE] Now listening to 127.0.0.53:53 [TCP]
Sat Dec  4 18:48:33 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:33] [NOTICE] Source [public-resolvers] loaded
Sat Dec  4 18:48:33 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:33] [NOTICE] Source [relays] loaded
Sat Dec  4 18:48:33 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:33] [NOTICE] Firefox workaround initialized
Sat Dec  4 18:48:33 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:33] [NOTICE] Loading the set of blocking rules from [blocked-names.txt]
Sat Dec  4 18:48:34 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:34] [NOTICE] [saldns02-conoha-ipv4] OK (DNSCrypt) - rtt: 207ms
Sat Dec  4 18:48:34 2021 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Sat Dec  4 18:48:34 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:34] [NOTICE] [njalla-doh] OK (DoH) - rtt: 129ms
Sat Dec  4 18:48:35 2021 user.notice nlbwmon: Reloading nlbwmon due to ifup of lan (br-lan)
Sat Dec  4 18:48:35 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:35] [NOTICE] [doh.appliedprivacy.net] OK (DoH) - rtt: 122ms
Sat Dec  4 18:48:35 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:35] [NOTICE] [adguard-dns-doh] OK (DoH) - rtt: 30ms
Sat Dec  4 18:48:37 2021 kern.info kernel: [   62.424164] wlan0: Created a NSS virtual interface
Sat Dec  4 18:48:37 2021 kern.info kernel: [   62.426405] br-lan: port 2(wlan0) entered blocking state
Sat Dec  4 18:48:37 2021 kern.info kernel: [   62.427933] br-lan: port 2(wlan0) entered disabled state
Sat Dec  4 18:48:37 2021 kern.info kernel: [   62.433603] device wlan0 entered promiscuous mode
Sat Dec  4 18:48:37 2021 kern.info kernel: [   62.438769] br-lan: port 2(wlan0) entered blocking state
Sat Dec  4 18:48:37 2021 kern.info kernel: [   62.443208] br-lan: port 2(wlan0) entered forwarding state
Sat Dec  4 18:48:37 2021 kern.info kernel: [   62.452034] br-lan: port 2(wlan0) entered disabled state
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[1232]: exiting on receipt of SIGTERM
Sat Dec  4 18:48:38 2021 kern.info kernel: [   63.501268] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sat Dec  4 18:48:38 2021 kern.info kernel: [   63.501425] br-lan: port 2(wlan0) entered blocking state
Sat Dec  4 18:48:38 2021 kern.info kernel: [   63.506700] br-lan: port 2(wlan0) entered forwarding state
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: Connected to system UBus
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: started, version 2.85 cachesize 150
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: DNS service limited to local subnets
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: UBus support enabled: connected to system bus
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq-dhcp[2789]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using only locally-known addresses for domain test
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using only locally-known addresses for domain onion
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using only locally-known addresses for domain localhost
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using only locally-known addresses for domain local
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using only locally-known addresses for domain invalid
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using only locally-known addresses for domain bind
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using nameserver 127.0.0.53#53
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: using only locally-known addresses for domain lan
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: read /etc/hosts - 4 addresses
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq[2789]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Sat Dec  4 18:48:38 2021 daemon.info dnsmasq-dhcp[2789]: read /etc/ethers - 0 addresses
Sat Dec  4 18:48:38 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:38] [NOTICE] [quad9-doh-ip4-port5053-filter-ecs-pri] OK (DoH) - rtt: 96ms
Sat Dec  4 18:48:38 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:38] [NOTICE] [pwoss.org-dnscrypt] OK (DNSCrypt) - rtt: 113ms
Sat Dec  4 18:48:39 2021 daemon.notice netifd: Wireless device 'radio0' is now up
Sat Dec  4 18:48:39 2021 daemon.notice netifd: Network device 'wlan0' link is up
Sat Dec  4 18:48:39 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:39] [NOTICE] [dnswarden-asia-adultfilter-dcv4] OK (DNSCrypt) - rtt: 258ms
Sat Dec  4 18:48:39 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:39] [NOTICE] [dnswarden-asia-adultfilter-dcv4] OK (DNSCrypt) - rtt: 258ms - additional certificate
Sat Dec  4 18:48:39 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:39] [NOTICE] [pryv8boi] OK (DNSCrypt) - rtt: 124ms
Sat Dec  4 18:48:39 2021 user.notice nlbwmon: Reloading nlbwmon due to ifup of loopback (lo)
Sat Dec  4 18:48:39 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:39] [NOTICE] [dns.sb] OK (DoH) - rtt: 98ms
Sat Dec  4 18:48:40 2021 user.notice firewall: Reloading firewall due to ifup of wan (eth0.2)
Sat Dec  4 18:48:40 2021 daemon.err collectd[3396]: plugin_load: plugin "iwinfo" successfully loaded.
Sat Dec  4 18:48:40 2021 daemon.err collectd[3396]: plugin_load: plugin "memory" successfully loaded.
Sat Dec  4 18:48:40 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:40] [NOTICE] [ahadns-doh-in] OK (DoH) - rtt: 272ms
Sat Dec  4 18:48:40 2021 daemon.err collectd[3396]: plugin_load: plugin "cpu" successfully loaded.
Sat Dec  4 18:48:40 2021 daemon.err collectd[3396]: plugin_load: plugin "load" successfully loaded.
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Sat Dec  4 18:48:41 2021 daemon.err collectd[3396]: plugin_load: plugin "rrdtool" successfully loaded.
Sat Dec  4 18:48:41 2021 daemon.err collectd[3396]: rrdtool plugin: RRASingle = true: creating only AVERAGE RRAs
Sat Dec  4 18:48:41 2021 daemon.err collectd[3396]: plugin_load: plugin "interface" successfully loaded.
Sat Dec  4 18:48:41 2021 daemon.err collectd[3396]: Initialization complete, entering read-loop.
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/sqm
Sat Dec  4 18:48:41 2021 user.notice nlbwmon: Reloading nlbwmon due to ifup of wan (eth0.2)
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Sat Dec  4 18:48:41 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:41] [NOTICE] [switch] OK (DoH) - rtt: 123ms
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Sat Dec  4 18:48:41 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Sat Dec  4 18:48:42 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:42] [NOTICE] [cloudflare-security] OK (DoH) - rtt: 24ms
Sat Dec  4 18:48:42 2021 user.notice ddns-scripts[3775]: myddns_ipv4: PID '3775' started at 2021-12-04 18:48
Sat Dec  4 18:48:42 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:42] [NOTICE] [east.comss.one] OK (DNSCrypt) - rtt: 199ms
Sat Dec  4 18:48:42 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:42] [NOTICE] [quad9-dnscrypt-ip4-filter-ecs-pri] OK (DNSCrypt) - rtt: 25ms
Sat Dec  4 18:48:42 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:42] [NOTICE] [quad9-dnscrypt-ip4-filter-ecs-pri] OK (DNSCrypt) - rtt: 25ms - additional certificate
Sat Dec  4 18:48:42 2021 user.warn ddns-scripts[3775]: myddns_ipv4: Service section disabled! - TERMINATE
Sat Dec  4 18:48:42 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:42] [NOTICE] [doh-cleanbrowsing-adult] OK (DoH) - rtt: 41ms
Sat Dec  4 18:48:42 2021 user.warn ddns-scripts[3775]: myddns_ipv4: PID '3775' exit WITH ERROR '1' at 2021-12-04 18:48
Sat Dec  4 18:48:42 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:42] [NOTICE] [sth-dnscrypt-se] OK (DNSCrypt) - rtt: 129ms
Sat Dec  4 18:48:43 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:43] [NOTICE] [sfw.scaleway-fr] OK (DNSCrypt) - rtt: 111ms
Sat Dec  4 18:48:43 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led USB 1
Sat Dec  4 18:48:43 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led USB 2
Sat Dec  4 18:48:43 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led wan
Sat Dec  4 18:48:43 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led lan
Sat Dec  4 18:48:43 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:43] [NOTICE] [dns.digitale-gesellschaft.ch] OK (DoH) - rtt: 110ms
Sat Dec  4 18:48:43 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:43] [NOTICE] [dns.watch] OK (DNSCrypt) - rtt: 110ms
Sat Dec  4 18:48:44 2021 daemon.notice procd: /etc/rc.d/S99bootcount: vm.min_free_kbytes = 65536
Sat Dec  4 18:48:44 2021 daemon.notice procd: /etc/rc.d/S99bootcount: net.netfilter.nf_conntrack_max = 32768
Sat Dec  4 18:48:44 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:48:44] [NOTICE] [bortzmeyer] OK (DoH) - rtt: 110ms
Sat Dec  4 18:48:44 2021 daemon.info procd: - init complete -
Sat Dec  4 18:52:05 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:05] [NOTICE] [cz.nic] OK (DoH) - rtt: 120ms
Sat Dec  4 18:52:06 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:06] [NOTICE] [adfree.usableprivacy.net] OK (DoH) - rtt: 146ms
Sat Dec  4 18:52:07 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:07] [NOTICE] [plan9-ns2-doh] OK (DoH) - rtt: 66ms
Sat Dec  4 18:52:09 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:09] [NOTICE] [ibksturm] OK (DNSCrypt) - rtt: 2310ms
Sat Dec  4 18:52:10 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:10] [NOTICE] [dnswarden-asia-adblock-dcv4] OK (DNSCrypt) - rtt: 272ms
Sat Dec  4 18:52:10 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:10] [NOTICE] [dnswarden-asia-adblock-dcv4] OK (DNSCrypt) - rtt: 272ms - additional certificate
Sat Dec  4 18:52:10 2021 daemon.info dnsmasq[2789]: exiting on receipt of SIGTERM
Sat Dec  4 18:52:10 2021 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Sat Dec  4 18:52:10 2021 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Sat Dec  4 18:52:10 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:10] [NOTICE] [dnswarden-eu-adultfilter-dcv4] OK (DNSCrypt) - rtt: 108ms
Sat Dec  4 18:52:10 2021 daemon.err dnscrypt-proxy[1093]: [2021-12-04 23:52:10] [NOTICE] [acsacsar-ams-ipv4] OK (DNSCrypt) - rtt: 107ms
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: Connected to system UBus
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: started, version 2.85 cachesize 150
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: DNS service limited to local subnets
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: UBus support enabled: connected to system bus
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq-dhcp[4649]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using only locally-known addresses for domain test
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using only locally-known addresses for domain onion
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using only locally-known addresses for domain localhost
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using only locally-known addresses for domain local
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using only locally-known addresses for domain invalid
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using only locally-known addresses for domain bind
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using nameserver 127.0.0.53#53
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: using only locally-known addresses for domain lan
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: read /etc/hosts - 4 addresses
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq[4649]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Sat Dec  4 18:52:14 2021 daemon.info dnsmasq-dhcp[4649]: read /etc/ethers - 0 addresses
Sat Dec  4 18:52:15 2021 user.info adblock-4.1.3[1817]: blocklist with overall 46384 blocked domains loaded successfully (TP-Link Archer C2600, OpenWrt_NSS_By_Ninjanoir 21.02 r16416-ecab623a38)

Sat Dec  4 19:45:51 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 IEEE 802.11: authenticated
Sat Dec  4 19:45:51 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 IEEE 802.11: associated (aid 1)
Sat Dec  4 19:45:51 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 RADIUS: starting accounting session A923768A8A394CA8
Sat Dec  4 19:45:51 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 WPA: pairwise key handshake completed (RSN)
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.388252] ath10k_pci 0000:01:00.0: firmware crashed! (guid a9978b59-cd20-47cb-a91b-c710e38ef695)
Sat Dec  4 19:45:53 2021 kern.info kernel: [ 3298.388307] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
Sat Dec  4 19:45:53 2021 kern.info kernel: [ 3298.396261] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
Sat Dec  4 19:45:53 2021 kern.info kernel: [ 3298.408741] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
Sat Dec  4 19:45:53 2021 kern.info kernel: [ 3298.413924] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
Sat Dec  4 19:45:53 2021 kern.info kernel: [ 3298.425275] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.432389] ath10k_pci 0000:01:00.0: firmware register dump:
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.442391] ath10k_pci 0000:01:00.0: [00]: 0x00000009 0x00000000 0x0098C64F 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.448198] ath10k_pci 0000:01:00.0: [04]: 0x00000000 0x00060124 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.456008] ath10k_pci 0000:01:00.0: [08]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.463912] ath10k_pci 0000:01:00.0: [12]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.471785] ath10k_pci 0000:01:00.0: [16]: 0x009BFE03 0x009406B6 0x009406B6 0x0098C64F
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.479640] ath10k_pci 0000:01:00.0: [20]: 0x00000000 0x00401C20 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.487592] ath10k_pci 0000:01:00.0: [24]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.495497] ath10k_pci 0000:01:00.0: [28]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.503399] ath10k_pci 0000:01:00.0: [32]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.511218] ath10k_pci 0000:01:00.0: [36]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.519207] ath10k_pci 0000:01:00.0: [40]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.527080] ath10k_pci 0000:01:00.0: [44]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.534983] ath10k_pci 0000:01:00.0: [48]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.542887] ath10k_pci 0000:01:00.0: [52]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.550714] ath10k_pci 0000:01:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.558693] ath10k_pci 0000:01:00.0: Copy Engine register dump:
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.566604] ath10k_pci 0000:01:00.0: [00]: 0x0004a000  15  15   3   3
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.572413] ath10k_pci 0000:01:00.0: [01]: 0x0004a400  20  20  90  91
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.578929] ath10k_pci 0000:01:00.0: [02]: 0x0004a800   3   3  66  67
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.585440] ath10k_pci 0000:01:00.0: [03]: 0x0004ac00  20  20  21  20
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.591844] ath10k_pci 0000:01:00.0: [04]: 0x0004b000 749 749   5 222
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.598200] ath10k_pci 0000:01:00.0: [05]: 0x0004b400  15  15 110 111
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.604715] ath10k_pci 0000:01:00.0: [06]: 0x0004b800  18  18  18  18
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.611046] ath10k_pci 0000:01:00.0: [07]: 0x0004bc00   1   1   1   1
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.617555] ath10k_pci 0000:01:00.0: [08]: 0x0004c000   0   0 127   0
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.623958] ath10k_pci 0000:01:00.0: [09]: 0x0004c400   0   0   0   0
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.630317] ath10k_pci 0000:01:00.0: [10]: 0x0004c800   0   0   0   0
Sat Dec  4 19:45:53 2021 kern.err kernel: [ 3298.636829] ath10k_pci 0000:01:00.0: [11]: 0x0004cc00   0   0   0   0
Sat Dec  4 19:45:53 2021 kern.info kernel: [ 3298.769991] ieee80211 phy0: Hardware restart was requested
Sat Dec  4 19:45:54 2021 daemon.info dnsmasq-dhcp[4649]: DHCPDISCOVER(br-lan) d8:fc:93:54:15:00
Sat Dec  4 19:45:54 2021 daemon.info dnsmasq-dhcp[4649]: DHCPOFFER(br-lan) 192.168.1.174 d8:fc:93:54:15:00
Sat Dec  4 19:45:55 2021 kern.info kernel: [ 3300.587232] ath10k_pci 0000:01:00.0: device successfully recovered
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.592279] ath10k_pci 0000:01:00.0: firmware crashed! (guid 5d4f8515-4c52-40bc-a9e2-b18fbec4315d)
Sat Dec  4 19:45:55 2021 kern.info kernel: [ 3300.592330] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
Sat Dec  4 19:45:55 2021 kern.info kernel: [ 3300.601262] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
Sat Dec  4 19:45:55 2021 kern.info kernel: [ 3300.613986] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
Sat Dec  4 19:45:55 2021 kern.info kernel: [ 3300.618984] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
Sat Dec  4 19:45:55 2021 kern.info kernel: [ 3300.630419] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.637529] ath10k_pci 0000:01:00.0: firmware register dump:
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.647532] ath10k_pci 0000:01:00.0: [00]: 0x00000009 0x00000000 0x0098C64F 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.653435] ath10k_pci 0000:01:00.0: [04]: 0x00000000 0x00060124 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.661065] ath10k_pci 0000:01:00.0: [08]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.669053] ath10k_pci 0000:01:00.0: [12]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.676969] ath10k_pci 0000:01:00.0: [16]: 0x009BFE03 0x009BF0DC 0x009406B6 0x0098C64F
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.684829] ath10k_pci 0000:01:00.0: [20]: 0x00000000 0x00401C20 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.692734] ath10k_pci 0000:01:00.0: [24]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.700562] ath10k_pci 0000:01:00.0: [28]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.708540] ath10k_pci 0000:01:00.0: [32]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.716445] ath10k_pci 0000:01:00.0: [36]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.724349] ath10k_pci 0000:01:00.0: [40]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.732251] ath10k_pci 0000:01:00.0: [44]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.740060] ath10k_pci 0000:01:00.0: [48]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.748027] ath10k_pci 0000:01:00.0: [52]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.755931] ath10k_pci 0000:01:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.763834] ath10k_pci 0000:01:00.0: Copy Engine register dump:
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.771661] ath10k_pci 0000:01:00.0: [00]: 0x0004a000  15  15   3   3
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.777478] ath10k_pci 0000:01:00.0: [01]: 0x0004a400  16  16  54  55
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.784143] ath10k_pci 0000:01:00.0: [02]: 0x0004a800  11  11  10  11
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.790495] ath10k_pci 0000:01:00.0: [03]: 0x0004ac00  25  25  25  25
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.796982] ath10k_pci 0000:01:00.0: [04]: 0x0004b000   6   6  45   5
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.803417] ath10k_pci 0000:01:00.0: [05]: 0x0004b400  13  13  12  13
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.809765] ath10k_pci 0000:01:00.0: [06]: 0x0004b800   8   8   8   8
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.816258] ath10k_pci 0000:01:00.0: [07]: 0x0004bc00   1   1   1   1
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.822693] ath10k_pci 0000:01:00.0: [08]: 0x0004c000   0   0 127   0
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.829038] ath10k_pci 0000:01:00.0: [09]: 0x0004c400   1   1   1   1
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.835532] ath10k_pci 0000:01:00.0: [10]: 0x0004c800   0   0   0   0
Sat Dec  4 19:45:55 2021 kern.err kernel: [ 3300.841968] ath10k_pci 0000:01:00.0: [11]: 0x0004cc00   0   0   0   0
Sat Dec  4 19:45:55 2021 kern.warn kernel: [ 3300.848681] ath10k_pci 0000:01:00.0: failed to set dtim period for vdev 0: -108
Sat Dec  4 19:45:55 2021 kern.warn kernel: [ 3300.855041] ath10k_pci 0000:01:00.0: failed to recalculate rts/cts prot for vdev 0: -108
Sat Dec  4 19:45:55 2021 kern.warn kernel: [ 3300.861994] ath10k_pci 0000:01:00.0: failed to set cts protection for vdev 0: -108
Sat Dec  4 19:45:55 2021 kern.warn kernel: [ 3300.870202] ath10k_pci 0000:01:00.0: failed to set preamble for vdev 0: -108
Sat Dec  4 19:45:55 2021 kern.warn kernel: [ 3300.877657] ath10k_pci 0000:01:00.0: failed to set mgmt tx rate -108
Sat Dec  4 19:45:56 2021 kern.info kernel: [ 3300.966535] ieee80211 phy0: Hardware restart was requested
Sat Dec  4 19:45:57 2021 kern.info kernel: [ 3302.802650] ath10k_pci 0000:01:00.0: device successfully recovered
Sat Dec  4 19:45:57 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 IEEE 802.11: authenticated
Sat Dec  4 19:45:57 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 IEEE 802.11: associated (aid 1)
Sat Dec  4 19:45:57 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 RADIUS: starting accounting session A923768A8A394CA8
Sat Dec  4 19:45:57 2021 daemon.info hostapd: wlan0: STA d8:fc:93:54:15:00 WPA: pairwise key handshake completed (RSN)
Sat Dec  4 19:45:58 2021 daemon.info dnsmasq-dhcp[4649]: DHCPDISCOVER(br-lan) d8:fc:93:54:15:00
Sat Dec  4 19:45:58 2021 daemon.info dnsmasq-dhcp[4649]: DHCPOFFER(br-lan) 192.168.1.174 d8:fc:93:54:15:00
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.313773] ath10k_pci 0000:01:00.0: firmware crashed! (guid 1ed2e53b-7189-478e-885f-ca05a64dd4b1)
Sat Dec  4 19:45:58 2021 kern.info kernel: [ 3303.313826] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003b01ff sub 168c:0002
Sat Dec  4 19:45:58 2021 kern.info kernel: [ 3303.321638] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
Sat Dec  4 19:45:58 2021 kern.info kernel: [ 3303.334358] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl crc32 b36a12bf
Sat Dec  4 19:45:58 2021 kern.info kernel: [ 3303.339444] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 1:1 crc32 08fa09f2
Sat Dec  4 19:45:58 2021 kern.info kernel: [ 3303.350792] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.357905] ath10k_pci 0000:01:00.0: firmware register dump:
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.367927] ath10k_pci 0000:01:00.0: [00]: 0x00000009 0x00000000 0x0098C64F 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.373814] ath10k_pci 0000:01:00.0: [04]: 0x00000000 0x00060124 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.381442] ath10k_pci 0000:01:00.0: [08]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.389432] ath10k_pci 0000:01:00.0: [12]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.397304] ath10k_pci 0000:01:00.0: [16]: 0x009BFE03 0x009406B6 0x009406B6 0x0098C64F
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.405221] ath10k_pci 0000:01:00.0: [20]: 0x00000000 0x00401C20 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.413111] ath10k_pci 0000:01:00.0: [24]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.420937] ath10k_pci 0000:01:00.0: [28]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.428918] ath10k_pci 0000:01:00.0: [32]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.436822] ath10k_pci 0000:01:00.0: [36]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.444727] ath10k_pci 0000:01:00.0: [40]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.452598] ath10k_pci 0000:01:00.0: [44]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.460434] ath10k_pci 0000:01:00.0: [48]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.468405] ath10k_pci 0000:01:00.0: [52]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.476309] ath10k_pci 0000:01:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
Sat Dec  4 19:45:58 2021 kern.err kernel: [ 3303.484214] ath10k_pci 0000:01:00.0: Copy Engine register dump:

The default is to build with ath10k-ct so if you are desiring ath10k driver/firmware instead make sure you manually “de-select” ath10k-ct somewhere in your diffconfig.

One technique is how I automate it. Take a look at the top of my ath10k diffconfig file for an example (the minus sign tells it not to build with this package).


CONFIG_TARGET_DEVICE_ipq806x_generic_DEVICE_netgear_r7800=y
CONFIG_TARGET_DEVICE_PACKAGES_ipq806x_generic_DEVICE_netgear_r7800="-kmod-ath10k-ct -ath10k-firmware-qca9984-ct kmod-ath10k ath10k-firmware-qca9984"

1 Like

Working through ecm issues today today.

There are tons of ipq807x changes for ecm I see in the 11.4 branch. Seems like they will pretty much directly translate to ipq806x.

example error:

/home/HTPC/OpenWRT/NSSMaster/openwrt/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-ecm-standard/qca-nss-ecm-9228212b/frontends/ecm_front_end_ipv4.c:359:13: error: invalid use of void expression
  359 |         if (!debugfs_create_u32("front_end_ipv4_stop", S_IRUGO | S_IWUSR, dentry,
      |             ^
make[5]: *** [scripts/Makefile.build:280: /home/HTPC/OpenWRT/NSSMaster/openwrt/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-ecm-standard/qca-nss-ecm-9228212b/frontends/ecm_front_end_ipv4.o] Error 1
make[4]: *** [Makefile:1822: /home/HTPC/OpenWRT/NSSMaster/openwrt/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-ecm-standard/qca-nss-ecm-9228212b] Error 2
make[4]: Leaving directory '/home/HTPC/OpenWRT/NSSMaster/openwrt/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-5.10.80'
make[3]: *** [Makefile:270: /home/HTPC/OpenWRT/NSSMaster/openwrt/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-ecm-standard/qca-nss-ecm-9228212b/.built] Error 2
make[3]: Leaving directory '/home/HTPC/OpenWRT/NSSMaster/openwrt/package/qca/qca-nss-ecm'
time: package/qca/qca-nss-ecm/standard/compile#25.19#3.78#37.93
    ERROR: package/qca/qca-nss-ecm failed to build (build variant: standard).
make[2]: *** [package/Makefile:116: package/qca/qca-nss-ecm/compile] Error 1

Going to take a look through your patches here and test. If you have any other places to look at some of the ecm work (so that I'm not replicating whats already been figured out) let me know. :grinning:

Yesterday I jumped to this build (specifically "R7800-20211202-Stable2012NSS-sysupgrade.bin") from an older hnyman build for my R7800 and am already seeing better throughput. However I noticed a constant error in dmesg that doesn't seem to be referenced in this thread:

net_ratelimit: 117 callbacks suppressed
wlan0: NSS TX failed with error[7]: NSS_TX_FAILURE_BAD_PARAM
wlan0: NSS TX failed with error[7]: NSS_TX_FAILURE_BAD_PARAM
...

Is this something I should be concerned about? In case it matters, I admit I did a dirty upgrade so it may be fallout from an old config, etc.

EDIT: Going into Network -> Interfaces in LuCI and forcing it to regenerate the config resolved the error so this question may be disregarded (although I'm leaving it here in case others encounter the issue).

i tried the latest build OpenWrt 21.02-SNAPSHOT r16416-ecab623a38 today.

for ip link command, im getting the below unknown state response for nssifb interface. shouldnt the status be UP? pls help

14: nssifb: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc nsstbl state UNKNOWN qlen 32
    link/ether 2a:d3:f6:d8:16:dc brd ff:ff:ff:ff:ff:ff
15: eth1.3@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
    link/ether b0:7f:b9:3e:2c:cd brd ff:ff:ff:ff:ff:ff
16: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
    link/ether b0:7f:b9:3e:2c:ce brd ff:ff:ff:ff:ff:ff
17: pppoe-wan: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc fq_codel state UNKNOWN qlen 3
    link/ppp 

ACwifidude, friend, something has happened to me to see if it gives clues. I've been three days with your version "R7800-20211202-Stable2012NSS-sysupgrade", everything perfect, I've been away from home. I have just arrived, I turn on my main PC via LAN, I have opened a web page (google.es), and the router has rebooted spontaneously. Does it give you a clue? Thank you.

I have the same:

85: pppoe-wan: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 3
    link/ppp 
86: wlan0-1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-guest state UP mode DEFAULT group default qlen 1000
    link/ether de:ef:09:f2:76:02 brd ff:ff:ff:ff:ff:ff
87: nssifb: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc nsstbl state UNKNOWN mode DEFAULT group default qlen 32
    link/ether 32:a8:5e:68:45:4e brd ff:ff:ff:ff:ff:ff
89: ifb4eth0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 32
    link/ether 46:47:7c:09:9c:94 brd ff:ff:ff:ff:ff:ff

But it does seem to be active (and working):

qdisc fq_codel 0: dev pppoe-wan root refcnt 2 limit 10240p flows 1024 quantum 1518 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64 
 Sent 58982062 bytes 628738 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
  maxpacket 1492 drop_overlimit 0 new_flow_count 6176 ecn_mark 0
  new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev wlan0-1 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc nsstbl 1: dev nssifb root refcnt 2 buffer/maxburst 56250b rate 450Mbit mtu 1514b accel_mode 0 
 Sent 112615335206 bytes 85714821 pkt (dropped 102015, overlimits 421051 requeues 0) 
 backlog 0b 0p requeues 0
qdisc nssfq_codel 10: dev nssifb parent 1: target 5ms limit 1001p interval 100ms flows 1024 quantum 1514 set_default accel_mode 0 
 Sent 112616239054 bytes 85715570 pkt (dropped 102015, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
 maxpacket 1518 drop_overlimit 79710 new_flow_count 30719967 ecn_mark 0
 new_flows_len 0 old_flows_len 0

Running this build BTW:

root@OpenWrt:/etc# cat os-release 
NAME="OpenWrt"
VERSION="21.02-SNAPSHOT"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt 21.02-SNAPSHOT"
VERSION_ID="21.02-snapshot"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r16396+19-efc76b1361"
OPENWRT_BOARD="ipq806x/generic"
OPENWRT_ARCH="arm_cortex-a15_neon-vfpv4"
OPENWRT_TAINTS="busybox"
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="OpenWrt 21.02-SNAPSHOT r16396+19-efc76b1361"
1 Like

yes, yours seem to be working even when the state is unknown. i have the build with dec 3rd changes, may be i ll try the commit that you have used. thanks

not sure wat i m missing here. nss modules were loaded as well. anyone else with latest changes facing this issue on r7800?

qdisc nsstbl 1: dev nssifb root refcnt 2 buffer/maxburst 1Mb rate 200Mbit mtu 1514b accel_mode 0 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc nssfq_codel 10: dev nssifb parent 1: target 5ms limit 10240p interval 100ms flows 1024 quantum 1514 set_default accel_mode 0 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
 maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
 new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev eth1.3 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev eth0.2 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc fq_codel 0: dev pppoe-wan root refcnt 2 limit 10240p flows 1024 quantum 1518 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64 
 Sent 5365882 bytes 72664 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
  maxpacket 1278 drop_overlimit 0 new_flow_count 535 ecn_mark 0
  new_flows_len 0 old_flows_len 0

except for the below, there is nothing odd in logs as well.

Tue Dec  7 20:38:05 2021 daemon.notice procd: /etc/rc.d/S19qca-nss-ecm: Failed to find shortcut-fe. Maybe it is a built in module ?
Tue Dec  7 20:38:05 2021 daemon.notice procd: /etc/rc.d/S19qca-nss-ecm: Failed to find shortcut-fe-ipv6. Maybe it is a built in module ?
Tue Dec  7 20:38:05 2021 daemon.notice procd: /etc/rc.d/S19qca-nss-ecm: Failed to find shortcut-fe-drv. Maybe it is a built in module ?

EDIT - its working fine now. config issue, sorry for the confusion

If you happen to have a crash log we could troubleshoot it. Otherwise don’t know. I haven’t had that issue but there must be a reason why.

records are never generated, the error occurs and that's it. the re-starts are from the older versions, I'm already used to it, but it caught my attention when it occurred

For 5.10 I have lots of changes locally now, that I have not pushed yet. This is a major task, lots of files have to be touched even dts, some things have been remove like crypto,nss1 or have different naming and in general there were lots of kernel network stack changes. I have everything built now except ecm as basics should work without ecm. I flashed my first build today, bootlog looks quite ok, nss loads, crypto loads, qdisc loads. But there are no packages going in and out the ethernet interfaces, although swconfig shows mac adresses from other connected devices. But I can connect via wifi.

eth0 Link encap:Ethernet HWaddr
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:37

P.S. Someone thought it might be a good idea to cleanup the dts and remove nss1. Look twice. NSS0 is for all the network processing and NSS1 is for crypto,ipsec etc. This is also why for the nss qos eth0 is hardcoded in the driver as processing unit.

4 Likes

That clears up a lot, but i do wonder how many nss cores are currently available to us? Is it a dual core, single core? How many threads does it come with?

There are two nss cores (nss0,nss1) and in the dts you define what feature it is supposed to handle, e.g. if you look at the entry in 8064.dtsi, then you see

nss0: nss@40000000 {
			compatible = "qcom,nss";
....
qcom,shaping-enabled;
...

Thus nss0 which is eth0 handles shaping

1 Like

@ACwifidude @Ansuel I just found the last issue where nss-gmac was not correctly initialized. Everything compiles and loads now. I have to add iproute patch for nsstbl, then I will test offloading and probably commit the changes for 5.10 on the weekend.

8 Likes

you are using the qsdk 11 firmware correct?