Cambium Networks XE3-4
The XE3-4 is a tri-radio Wi-Fi 6E indoor wireless access point designed to deliver future-proof performance and value for building next-generation networks.
Supported Versions
Experimental Versions
None at this time.
Hardware Highlights
Installation
Flash Layout
The Cambium Networks XE3-4 comes both with a 16 MB boot SPI NOR as well as a 256 MB application NAND flash.
| Cambium Networks XE3-4 application NAND flash layout | ||||||||
|---|---|---|---|---|---|---|---|---|
| Layer0 | raw nand Macronix MX30UF2G18AC memory chip (128 Kib + 64) 256 MiB | |||||||
| Layer1 | mtd0 rootfs 96 MiB | mtd1 rootfs_1 96 MiB | mtd2 NVRAM 48 MiB | mtd3 crashLog 16 MiB | ||||
| Layer2 (UBI) | ubi0_0 kernel | ubi0_1 rootfs | ubi0_2 rootfs_data | ubi0_0 kernel | ubi0_1 rootfs | ubi0_2 rootfs_data | ||
| mountpoint | /rom | /overlay | /rom | /overlay | ||||
| filesystem | SquashFS | UBIFS | SquashFS | UBIFS | ||||
| Cambium Networks XE3-4 boot SPI NOR flash layout | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Layer0 | raw spi-nor w25q128fw memory chip 16 Mbytes | |||||||||||||||
| Layer1 | mtd4 0:SBL1 768 KiB | mtd5 0:MIBIB 64 KiB | mtd6 BOOTCONFIG 128 KiB | mtd7 0:BOOTCONFIG1 128 KiB | mtd8: 0:QSEE 1664 KiB | mtd9 0:QSEE_1 1664 KiB | mtd10 0:DEVCFG 64 KiB | mtd11 mfginfo 64 KiB | mtd12 0:RPM 256 KiB | mtd13 0:RPM_1 256 KiB | mtd14 0:CDT 64 KiB | mtd15 0:CDT_1 64 KiB | mtd16 0:APPSBLENV 64 KiB | mtd17 0:APPSBL 640 KiB | mtd18 0:APPSBL_1 640 KiB | mtd19 0:ART 512 KiB |
OEM easy installation
The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!
This section deals with
- How you install OpenWrt from a device freshly opened
- The steps required such as reset to factory defaults if the device has already been configured
Note: Reset router to factory defaults if it has been previously configured.
- Browse to
http://192.168.1.1/Upgrade.asp - Upload .bin file to router
- Wait for it to reboot
- Telnet to 192.168.1.1 and set a root password, or browse to
http://192.168.1.1if LuCI is installed.
OEM installation using the TFTP method
Inside - For Initial Installation
Installation instructions as per git commit.
One may only enter the U-Boot console by glitching, aka shorting the CS pin of the SPI flash (U3 pin 7 /CS to pin 10 GND, second last pins on each side in the above picture with attached clips). Doing this too early, it won't boot at all and if too late, game over and it just boots into OEM.
So basically as follows:
1. connect power aka Eth1/2.5G/PoE 2. wait for it to boot (e.g. boot ROM spew) 3. once U-Boot starts, short the CS pin of the SPI flash to GND 4. interrupt U-Boot's autoboot (Hit any key to stop autoboot)
A successful attempt looks as follows (unsuccessful have a look at OEM boot log further down):
U-Boot Jaguar 2016.01 v2.6.0c (Jan 05 2024 - 12:36:44 +0000), Build: jenkins-Enterprise_Wi-Fi-Official-6.x-154 DRAM: smem ram ptable found: ver: 2 len: 4 1 GiB NAND: ONFI device found ID = 1590aac2 Vendor = c2 Device = aa SPI_ADDR_LEN=3 SF: Detected W25Q128FW with page size 256 Bytes, erase size 4 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x1000000 272 MiB MMC: sdhci: Node Not found, skipping initialization *** Warning - bad CRC, using default environment PCI Link Intialized In: serial@78B1000 Out: serial@78B1000 Err: serial@78B1000 machid: 8030002 Jaguar Hardware ID: 0x3 mec_events: returning 4 events Erasing SPI flash...Writing to SPI flash...done eth0 MAC Address from ART is not valid eth1 MAC Address from ART is not valid eth2 MAC Address from ART is not valid eth3 MAC Address from ART is not valid eth4 MAC Address from ART is not valid eth5 MAC Address from ART is not valid Erasing SPI flash...Writing to SPI flash...done Hit any key to stop autoboot: 2 0 Net: MAC0 addr:0:3:7f:ba:db:ad PHY ID1: 0x4d PHY ID2: 0xd0b2 PHY ID1: 0x4d PHY ID2: 0xd101 EDMA ver 1 hw init Num rings - TxDesc:1 (0-0) TxCmpl:1 (0-0) RxDesc:1 (15-15) RxFill:1 (7-7) ipq6018_edma_alloc_rings: successfull ipq6018_edma_setup_ring_resources: successfull ipq6018_edma_configure_rings: successfull ipq6018_edma_hw_init: successfull eth0 (IPQ6018) # <INTERRUPT> (IPQ6018) # <INTERRUPT> (IPQ6018) # <INTERRUPT> (IPQ6018) # help
Specific values needed for tftp
Enter values for “FILL-IN” below
| Bootloader tftp server IPv4 address | FILL-IN |
|---|---|
| Bootloader MAC address (special) | FILL-IN |
| Firmware tftp image | Latest OpenWrt release (NOTE: Name must contain “tftp”) |
| TFTP transfer window | FILL-IN seconds |
| TFTP window start | approximately FILL-IN seconds after power on |
| TFTP client required IP address | FILL-IN |
Upgrading OpenWrt
These are generic instructions. Update with your router's specifics.
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrademtd
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
sysupgrade
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
mtd
If sysupgrade does not support this router, use mtd.
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
Debricking
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Please fill in real values for this device, then remove the EXAMPLEs
Network interfaces
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | EXAMPLE LAN & WiFi | EXAMPLE 192.168.1.1/24 |
| vlan0 (eth0.0) | EXAMPLE LAN ports (1 to 4) | EXAMPLE None |
| vlan1 (eth0.1) | EXAMPLE WAN port | EXAMPLE DHCP |
| wl0 | EXAMPLE WiFi | EXAMPLE Disabled |
Switch Ports (for VLANs)
Please fill in real values for this device, then remove the EXAMPLEs
Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
| Port | Switch port |
|---|---|
| Internet (WAN) | EXAMPLE 4 |
| LAN 1 | EXAMPLE 3 |
| LAN 2 | EXAMPLE 2 |
| LAN 3 | EXAMPLE 1 |
| LAN 4 | EXAMPLE 0 |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The Cambium Networks XE3-4 has the following buttons:
| BUTTON | Event |
|---|---|
| Reset | reset to factory defaults |
Hardware
Info
Photos
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
Opening the case
→ Warranty
Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...
- To remove the cover and open the device, do a/b/c
Main PCB:
Insert photo of PCB
Serial
→ port.serial general information about the serial port, serial port cable, etc.
Outside - Behind Plastic Cover
From Left to Right: Ground, RX, TX, 3.3 Volt (Do NOT connect!)
Inside - For Initial Installation
Serial: Header CONN3, the white triangle marks pin 1.
| PIN | Description |
|---|---|
| 1 | 3.3 Volt (Do NOT connect!) |
| 2 | TX |
| 3 | RX |
| 4 | Ground |
WARNING: The serial port needs a TTL/RS-232 3.3 volt level converter!
| Serial connection parameters for Cambium Networks XE3-4 @@Version@@ | EXAMPLE 115200, 8N1, 3.3V |
|---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.XF.0.3-00098-IPQ60xxLZB-1 S - IMAGE_VARIANT_STRING=IPQ6018LA S - OEM_IMAGE_VERSION_STRING=crm-ubuntu121 S - Boot Interface: SPI S - Secure Boot: Off S - Boot Config @ 0x000a602c = 0x000002e1 S - JTAG ID @ 0x000a607c = 0x0013a0e1 S - OEM ID @ 0x000a6080 = 0x00000000 S - Serial Number @ 0x000a4128 = 0xcbbc9574 S - OEM Config Row 0 @ 0x000a4188 = 0x0000000000000000 S - OEM Config Row 1 @ 0x000a4190 = 0x0000000000000000 S - Feature Config Row 0 @ 0x000a4130 = 0x0000000008000001 S - Feature Config Row 1 @ 0x000a4138 = 0x02c3e83383000009 S - PBL Patch Ver: 1 S - I-cache: On S - D-cache: On B - 3413 - PBL, Start B - 592 - bootable_media_detect_entry, Start B - 4339 - bootable_media_detect_success, Start B - 4435 - elf_loader_entry, Start B - 4607 - auth_hash_seg_entry, Start B - 10852 - auth_hash_seg_exit, Start B - 11349 - elf_segs_hash_verify_entry, Start B - 357982 - elf_segs_hash_verify_exit, Start B - 362173 - auth_xbl_sec_hash_seg_entry, Start B - 362318 - auth_xbl_sec_hash_seg_exit, Start B - 368869 - xbl_sec_segs_hash_verify_entry, Start B - 368870 - xbl_sec_segs_hash_verify_exit, Start B - 369799 - PBL, End B - 295972 - SBL1, Start B - 435814 - GCC [RstStat:0x0, RstDbg:0x600000] WDog Stat : 0x4 B - 438224 - clock_init, Start D - 3538 - clock_init, Delta B - 447618 - boot_flash_init, Start D - 8052 - boot_flash_init, Delta B - 458110 - sbl1_ddr_set_default_params, Start D - 244 - sbl1_ddr_set_default_params, Delta B - 464728 - boot_config_data_table_init, Start D - 1891 - boot_config_data_table_init, Delta - (575 Bytes) B - 473878 - CDT Version:2,Platform ID:8,Major ID:3,Minor ID:0,Subtype:2 B - 479399 - Image Load, Start D - 6618 - OEM_MISC Image Loaded, Delta - (0 Bytes) B - 488762 - Image Load, Start D - 5093 - PMIC Image Loaded, Delta - (0 Bytes) B - 496631 - sbl1_ddr_set_params, Start B - 501633 - CPR configuration: 0x555 B - 504805 - Pre_DDR_clock_init, Start D - 213 - Pre_DDR_clock_init, Delta D - 0 - sbl1_ddr_set_params, Delta B - 539911 - Image Load, Start D - 518 - APDP Image Loaded, Delta - (0 Bytes) B - 558760 - Image Load, Start D - 518 - QTI_MISC Image Loaded, Delta - (0 Bytes) B - 561261 - Image Load, Start D - 915 - Auth Metadata D - 702 - Segments hash check D - 29310 - QSEE Dev Config Image Loaded, Delta - (36490 Bytes) B - 592523 - Image Load, Start D - 6588 - Auth Metadata D - 10522 - Segments hash check D - 815906 - QSEE Image Loaded, Delta - (1436620 Bytes) B - 1408978 - Image Load, Start D - 793 - Auth Metadata D - 976 - Segments hash check D - 64141 - RPM Image Loaded, Delta - (102800 Bytes) B - 1474766 - Image Load, Start D - 762 - Auth Metadata D - 3020 - Segments hash check D - 296643 - APPSBL Image Loaded, Delta - (530485 Bytes) B - 1788916 - SBL1, End D - 1493341 - SBL1, Delta S - Flash Throughput, 1000 KB/s (2107642 Bytes, 1121265 us) S - Core 0 Frequency, 800 MHz S - DDR Frequency, 466 MHz U-Boot Jaguar 2016.01 v2.6.0c (Jan 05 2024 - 12:36:44 +0000), Build: jenkins-Enterprise_Wi-Fi-Official-6.x-154 DRAM: smem ram ptable found: ver: 2 len: 4 1 GiB NAND: ONFI device found ID = 1590aac2 Vendor = c2 Device = aa SPI_ADDR_LEN=3 SF: Detected W25Q128FW with page size 256 Bytes, erase size 4 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x1000000 272 MiB MMC: sdhci: Node Not found, skipping initialization PCI Link Intialized In: serial@78B1000 Out: serial@78B1000 Err: serial@78B1000 machid: 8030002 Jaguar Hardware ID: 0x3 mec_events: returning 2 events Erasing SPI flash...Writing to SPI flash...done Setting MAC Address from mfginfo to b4:a2:5c:1b:a8:8b Erasing SPI flash...Writing to SPI flash...done ubi0: attaching mtd2 ubi0: scanning is finished ubi0: attached mtd2 (name "mtd=0", size 96 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 768, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 654895790 ubi0: available PEBs: 446, total reserved PEBs: 322, PEBs reserved for bad PEB handling: 40 Read 0 bytes from volume kernel to 44000000 No size specified -> Using max size (4698112) ## Loading kernel from FIT Image at 44000000 ... Using 'config@cp01-c3-xv3-4' configuration Trying 'kernel@1' kernel subimage Description: Jaguar Linux -1 Type: Kernel Image Compression: gzip compressed Data Start: 0x440000d4 Data Size: 4292169 Bytes = 4.1 MiB Architecture: ARM OS: Linux Load Address: 0x41208000 Entry Point: 0x41208000 Hash algo: crc32 Hash value: bb2ad632 Verifying Hash Integrity ... crc32+ OK ## Loading fdt from FIT Image at 44000000 ... Using 'config@cp01-c3-xv3-4' configuration Trying 'fdt@cp01-c3-xv3-4' fdt subimage Description: Jaguar XE3-4 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x4444efc8 Data Size: 75761 Bytes = 74 KiB Architecture: ARM Hash algo: crc32 Hash value: 1ad58626 Verifying Hash Integrity ... crc32+ OK Booting using the fdt blob at 0x4444efc8 Uncompressing Kernel Image ... OK Loading Device Tree to 484ea000, end 484ff7f0 ... OK Using machid 0x8030002 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.60 (ubuntu@ip-10-200-22-99) (gcc version 5.4.0 (crosstool-NG crosstool-ng-1.23.0 - 3) ) #1 SMP PREEMPT Thu Apr 18 06:53:32 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [51af8014] revision 4 (ARMv7), cr=10c0383d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Qualcomm Technologies, Inc. IPQ6018/AP-CP01-C3 [ 0.000000] Ignoring memory range 0x40000000 - 0x41000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x52f00000, size 24 MiB [ 0.000000] Reserved memory: initialized node dma_pool0@52f00000, compatible id shared-dma-pool [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 211748 [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 cnss2.bdf_pci0=0xab ubi.mtd=rootfs_1 root=mtd:ubi_rootfs rootfstype=squashfs rootwait swiotlb=1 coherent_pool=2M [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 836032K/856064K available (6316K kernel code, 457K rwdata, 2032K rodata, 1024K init, 457K bss, 20032K 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 : 0xbf800000 - 0xff800000 (1024 MB) [ 0.000000] lowmem : 0x80000000 - 0xbf000000 (1008 MB) [ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) [ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB) [ 0.000000] .text : 0x80208000 - 0x80b27338 (9341 kB) [ 0.000000] .init : 0x80c00000 - 0x80d00000 (1024 kB) [ 0.000000] .data : 0x80d00000 - 0x80d726d8 ( 458 kB) [ 0.000000] .bss : 0x80d75000 - 0x80de76f0 ( 458 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000016] Switching to timer-based delay loop, resolution 41ns [ 0.000724] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000736] pid_max: default: 32768 minimum: 301 [ 0.000830] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000840] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001355] Initializing cgroup subsys io [ 0.001369] Initializing cgroup subsys memory [ 0.001391] Initializing cgroup subsys devices [ 0.001401] Initializing cgroup subsys freezer [ 0.001411] Initializing cgroup subsys net_cls [ 0.001420] Initializing cgroup subsys pids [ 0.001442] CPU: Testing write buffer coherency: ok [ 0.001816] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001859] Setting up static identity map for 0x41300000 - 0x41300058 [ 0.054120] MSM Memory Dump base table set up [ 0.054145] MSM Memory Dump apps data table set up [ 0.090254] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.120236] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.150271] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.150325] Brought up 4 CPUs [ 0.150345] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.150351] CPU: All CPU(s) started in SVC mode. [ 0.150739] devtmpfs: initialized [ 0.170655] VFP support v0.3: implementor 51 architecture 3 part 40 variant 3 rev 4 [ 0.170970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.170994] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.171345] pinctrl core: initialized pinctrl subsystem [ 0.172392] NET: Registered protocol family 16 [ 0.173481] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.200086] cpuidle: using governor ladder [ 0.230105] cpuidle: using governor menu [ 0.230341] NET: Registered protocol family 42 [ 0.247143] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.250416] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.259875] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.259883] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.261591] Read of property:soc_version_minor from node failed [ 0.261601] CPU: IPQ6010, SoC Version: 1.0 [ 0.262429] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 0.263720] IPC logging disabled [ 0.263727] IPC logging disabled [ 0.263731] IPC logging disabled [ 0.263736] IPC logging disabled [ 0.263740] IPC logging disabled [ 0.264024] sps:sps is ready. [ 0.290961] socinfo_select_format: Unsupported format v0.13. Falling back to v0.12. [ 0.290985] socinfo_print: v0.12, id=422, ver=1.0, raw_id=314, raw_ver=0, hw_plat=8, hw_plat_ver=196608 [ 0.290985] accessory_chip=0, hw_plat_subtype=2, pmic_model=0, pmic_die_revision=0 foundry_id=2 serial_number=3418133876 num_pmics=0 chip_family=0x66 raw_device_family=0x2 raw_device_number=0x17 [ 0.291877] pps_core: LinuxPPS API ver. 1 registered [ 0.291885] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.291910] PTP clock support registered [ 0.293511] qcom_glink_rpm soc:qcom,rpmsg-rpm@60000: RPM TOC has invalid magic [ 0.293533] qcom_glink_rpm: probe of soc:qcom,rpmsg-rpm@60000 failed with error -22 [ 0.294437] Bluetooth: Core ver 2.21 [ 0.294467] NET: Registered protocol family 31 [ 0.294474] Bluetooth: HCI device and connection manager initialized [ 0.294485] Bluetooth: HCI socket layer initialized [ 0.294495] Bluetooth: L2CAP socket layer initialized [ 0.294519] Bluetooth: SCO socket layer initialized [ 0.294767] clocksource: Switched to clocksource arch_sys_counter [ 0.297868] NET: Registered protocol family 2 [ 0.298496] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.298582] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.298723] TCP: Hash tables configured (established 8192 bind 8192) [ 0.298773] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.298809] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.298981] NET: Registered protocol family 1 [ 0.307137] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.310705] Key type asymmetric registered [ 0.310721] Asymmetric key parser 'x509' registered [ 0.310759] io scheduler noop registered [ 0.310773] io scheduler deadline registered (default) [ 0.312886] 20000000.pci supply vdda not found, using dummy regulator [ 0.312928] 20000000.pci supply vdda_phy not found, using dummy regulator [ 0.312977] 20000000.pci supply vdda_refclk not found, using dummy regulator [ 0.313456] PCI host bridge /soc/pci@20000000 ranges: [ 0.313483] IO 0x20200000..0x202fffff -> 0x20200000 [ 0.313497] MEM 0x20300000..0x302fffff -> 0x20300000 [ 0.566316] qcom-pcie 20000000.pci: link up [ 0.566494] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00 [ 0.566508] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.566522] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x20200000-0x202fffff]) [ 0.566532] pci_bus 0000:00: root bus resource [mem 0x20300000-0x302fffff] [ 0.566903] PCI: bus0: Fast back to back transfers disabled [ 0.566916] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.567915] PCI: bus1: Fast back to back transfers disabled [ 0.567981] pci 0000:00:00.0: BAR 8: assigned [mem 0x20400000-0x205fffff] [ 0.567995] pci 0000:00:00.0: BAR 9: assigned [mem 0x20600000-0x207fffff 64bit pref] [ 0.568008] pci 0000:00:00.0: BAR 0: assigned [mem 0x20300000-0x20300fff 64bit] [ 0.568024] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.568038] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit] [ 0.568088] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.568099] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 0.568111] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff] [ 0.568123] pci 0000:00:00.0: bridge window [mem 0x20600000-0x207fffff 64bit pref] [ 0.568173] PCIe: RC0 enabled during bootup [ 0.568648] MDSS QPIC HW Base phy_Address=0x7980000 virt=bfa40000 [ 0.569024] mdss_qpic_panel_probe: Panel Name = qpic lcd panel [ 0.570914] mdss_fb_register: FrameBuffer[0] 800x480 registered successfully! [ 0.576456] msm_rpm_log_probe: OK [ 0.576786] msm-dcc b3000.dcc: DCC XPU is not specified [ 0.577086] msm-dcc b3000.dcc: jiffies_64: 0xffff8b09, cntvct_64: 0x91f58fd [ 0.577098] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xbfa72004) [ 0.577109] msm-dcc b3000.dcc: gcnt_lo: 0x091f5b4d(0xbfa72000) [ 0.577919] TZ SMMU State: SMMU Stage2 Enabled [ 0.577972] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set [ 0.579009] msm_serial 78b0000.serial: msm_serial: detected port #1 [ 0.579042] msm_serial 78b0000.serial: uartclk = 24000000 [ 0.579074] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 20, base_baud = 1500000) is a MSM [ 0.579440] msm_serial 78b1000.serial: msm_serial: detected port #0 [ 0.579470] msm_serial 78b1000.serial: uartclk = 1843199 [ 0.579496] 78b1000.serial: ttyMSM0 at MMIO 0x78b1000 (irq = 21, base_baud = 115199) is a MSM [ 0.579513] msm_serial: console setup on port #0 [ 1.495066] console [ttyMSM0] enabled [ 1.500160] msm_serial: driver initialized [ 1.503631] msm_serial_hsl_init: driver initialized [ 1.517607] brd: module loaded [ 1.523351] loop: module loaded [ 1.523841] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.527037] m25p80 spi32766.0: found w25q128fw, expected n25q128a11 [ 1.532591] m25p80 spi32766.0: w25q128fw (16384 Kbytes) [ 1.538694] 16 ofpart partitions found on MTD device spi32766.0 [ 1.543784] Creating 16 MTD partitions on "spi32766.0": [ 1.549726] 0x000000000000-0x0000000c0000 : "0:SBL1" [ 1.555896] 0x0000000c0000-0x0000000d0000 : "0:MIBIB" [ 1.561046] 0x0000000d0000-0x0000000f0000 : "0:BOOTCONFIG" [ 1.566000] 0x0000000f0000-0x000000110000 : "0:BOOTCONFIG1" [ 1.571271] 0x000000110000-0x0000002b0000 : "0:QSEE" [ 1.576818] 0x0000002b0000-0x000000450000 : "0:QSEE_1" [ 1.581995] 0x000000450000-0x000000460000 : "0:DEVCFG" [ 1.586969] 0x000000460000-0x000000470000 : "mfginfo" [ 1.592073] 0x000000470000-0x0000004b0000 : "0:RPM" [ 1.597237] 0x0000004b0000-0x0000004f0000 : "0:RPM_1" [ 1.601917] 0x0000004f0000-0x000000500000 : "0:CDT" [ 1.607158] 0x000000500000-0x000000510000 : "0:CDT_1" [ 1.611769] 0x000000510000-0x000000520000 : "0:APPSBLENV" [ 1.616974] 0x000000520000-0x0000005c0000 : "0:APPSBL" [ 1.622339] 0x0000005c0000-0x000000660000 : "0:APPSBL_1" [ 1.627398] 0x000000660000-0x0000006e0000 : "0:ART" [ 1.633762] QPIC controller hw version Major:1, Minor:5 [ 1.636898] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xaa [ 1.641787] nand: ONFI 10-Compliant Macronix MX30UF2G18AC [ 1.648401] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.653714] 4 ofpart partitions found on MTD device qcom_nand.0 [ 1.661157] Creating 4 MTD partitions on "qcom_nand.0": [ 1.666974] 0x000000000000-0x000006000000 : "rootfs" [ 1.744633] mtd: device 16 (rootfs) set to be root filesystem [ 1.744892] mtdsplit: no squashfs found in "rootfs" [ 1.749357] 0x000006000000-0x00000c000000 : "rootfs_1" [ 1.826500] 0x00000c000000-0x00000f000000 : "NVRAM" [ 1.863431] 0x00000f000000-0x000010000000 : "crashLog" [ 1.876975] libphy: Fixed MDIO Bus: probed [ 2.317855] qca-mdio 90000.mdio: Could not find phy-reset-gpio [ 2.317995] libphy: qca_mdio: probed [ 2.323805] qca-mdio 90000.mdio: qca-mdio driver was registered [ 2.326495] PPP generic driver version 2.4.2 [ 2.332115] PPP BSD Compression module registered [ 2.336497] PPP Deflate Compression module registered [ 2.341075] PPP MPPE Compression module registered [ 2.346148] NET: Registered protocol family 24 [ 2.350807] PPTP driver version 0.8.5 [ 2.355400] cnss: INFO: IPC Logging is disabled! [ 2.359244] cnss[27]: INFO: Platform driver probed successfully. plat bdb00010 tgt 0x1104 [ 2.364163] cnss[2]: INFO: Platform driver probed successfully. plat bdb18010 tgt 0xfffd [ 2.372017] cnss[27]: INFO: PCI device bd873c00 probed successfully [ 2.379941] i2c /dev entries driver [ 2.415424] sdhci: Secure Digital Host Controller Interface driver [ 2.415451] sdhci: Copyright(c) Pierre Ossman [ 2.420495] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.425284] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 2.430708] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 2.538068] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 2.538097] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 2.553938] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 2.553964] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 2.560409] [ 2.560409] Version Rollback Feature Disabled [ 2.565172] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x08b04000 [ 2.570379] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x08b04000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x08b04000 [ 2.586290] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x08b04000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x08b04000 [ 2.600787] sps:BAM 0x08b04000 is registered.[ 2.609868] qcom-q6v5-wcss-pil cd00000.qcom_q6v5_wcss: ssr registeration success qcom_q6v5_wcss [ 2.611524] remoteproc remoteproc0: cd00000.qcom_q6v5_wcss is available [ 2.621227] of_graph_get_next_endpoint(): no port node found in /soc/csr@6001000 [ 2.626829] coresight-csr 6001000.csr: CSR initialized [ 2.634511] of_graph_get_next_endpoint(): no port node found in /soc/cti@6010000 [ 2.639506] of_graph_get_next_endpoint(): no port node found in /soc/cti@6011000 [ 2.647047] of_graph_get_next_endpoint(): no port node found in /soc/cti@6012000 [ 2.654406] of_graph_get_next_endpoint(): no port node found in /soc/cti@6013000 [ 2.661836] of_graph_get_next_endpoint(): no port node found in /soc/cti@6014000 [ 2.669182] of_graph_get_next_endpoint(): no port node found in /soc/cti@6015000 [ 2.676580] of_graph_get_next_endpoint(): no port node found in /soc/cti@6016000 [ 2.683923] of_graph_get_next_endpoint(): no port node found in /soc/cti@6017000 [ 2.691326] of_graph_get_next_endpoint(): no port node found in /soc/cti@6018000 [ 2.698704] of_graph_get_next_endpoint(): no port node found in /soc/cti@6019000 [ 2.706087] of_graph_get_next_endpoint(): no port node found in /soc/cti@601a000 [ 2.713442] of_graph_get_next_endpoint(): no port node found in /soc/cti@601b000 [ 2.720844] of_graph_get_next_endpoint(): no port node found in /soc/cti@601c000 [ 2.728221] of_graph_get_next_endpoint(): no port node found in /soc/cti@601d000 [ 2.735596] of_graph_get_next_endpoint(): no port node found in /soc/cti@601e000 [ 2.742967] of_graph_get_next_endpoint(): no port node found in /soc/cti@601f000 [ 2.750356] of_graph_get_next_endpoint(): no port node found in /soc/cti@6198000 [ 2.757863] of_graph_get_next_endpoint(): no port node found in /soc/cti@6199000 [ 2.765234] of_graph_get_next_endpoint(): no port node found in /soc/cti@619a000 [ 2.772645] of_graph_get_next_endpoint(): no port node found in /soc/cti@619b000 [ 2.780053] of_graph_get_next_endpoint(): no port node found in /soc/cti@610c000 [ 2.787375] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x06064000 [ 2.794425] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x06064000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x06064000 [ 2.810145] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x06064000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x06064000 [ 2.824630] sps:BAM 0x06064000 is registered.[ 2.831706] coresight-tmc 6048000.tmc: TMC initialized [ 2.835777] coresight-tmc 6047000.tmc: TMC initialized [ 2.840853] coresight-funnel 6041000.funnel: FUNNEL initialized [ 2.845898] coresight-funnel 6100000.funnel: FUNNEL initialized [ 2.851692] coresight-funnel 6130000.funnel: FUNNEL initialized [ 2.857610] coresight-funnel 6120000.funnel: FUNNEL initialized [ 2.863511] coresight-funnel 61a1000.funnel: FUNNEL initialized [ 2.870097] coresight-etm4x 619c000.etm: ETM 4.0 initialized [ 2.875745] coresight-etm4x 619d000.etm: ETM 4.0 initialized [ 2.881671] coresight-etm4x 619e000.etm: ETM 4.0 initialized [ 2.887376] coresight-etm4x 619f000.etm: ETM 4.0 initialized [ 2.892529] coresight-replicator-qcom 6046000.replicator: REPLICATOR 1.0 initialized [ 2.898366] coresight-stm 6002000.stm: STM initialized [ 2.907018] of_graph_get_next_endpoint(): no port node found in /soc/hwevent@6101000 [ 2.910689] coresight-hwevent 6101000.hwevent: Hardware Event driver initialized [ 2.918726] Netfilter messages via NETLINK v0.30. [ 2.925876] nfnl_acct: registering with nfnetlink. [ 2.930473] nf_conntrack version 0.5.0 (13063 buckets, 52252 max) [ 2.935734] ctnetlink v0.93: registering with nfnetlink. [ 2.941492] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net> [ 2.946750] nf_tables_compat: (c) 2012 Pablo Neira Ayuso <pablo@netfilter.org> [ 2.953413] xt_time: kernel timezone is -0000 [ 2.960265] ip_set: protocol 6 [ 2.964988] gre: GRE over IPv4 demultiplexor driver [ 2.967835] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.972520] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully [ 2.977989] arp_tables: (C) 2002 David S. Miller [ 2.985095] NET: Registered protocol family 10 [ 2.989596] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 2.994113] ip6_gre: GRE over IPv6 tunneling driver [ 2.999227] NET: Registered protocol family 17 [ 3.003308] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 3.007860] Bridge firewalling registered [ 3.020604] Ebtables v2.0 registered [ 3.024689] Bluetooth: RFCOMM TTY layer initialized [ 3.028135] Bluetooth: RFCOMM socket layer initialized [ 3.032713] Bluetooth: RFCOMM ver 1.11 [ 3.037930] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 3.041639] Bluetooth: BNEP filters: protocol multicast [ 3.047146] Bluetooth: BNEP socket layer initialized [ 3.052092] l2tp_core: L2TP core driver, V2.0 [ 3.057303] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 3.061521] l2tp_ip: L2TP IP encapsulation support (L2TPv3) [ 3.066256] l2tp_netlink: L2TP netlink interface [ 3.071701] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3) [ 3.076586] 8021q: 802.1Q VLAN Support v1.8 [ 3.083124] Registering SWP/SWPB emulation handler [ 3.087212] SKU: 32 [ 3.091768] BT GPIO: 79 [ 3.093725] USB GPIO: 67 [ 3.097792] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 3.099779] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 3.106069] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 3.213628] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 3.213656] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 3.229475] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 3.229501] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 3.234574] ubi0: attaching mtd17 [ 3.421310] random: nonblocking pool is initialized [ 3.654308] ubi0: scanning is finished [ 3.661284] ubi0: attached mtd17 (name "rootfs_1", size 96 MiB) [ 3.661309] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 3.666021] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 3.672948] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.679817] ubi0: good PEBs: 768, bad PEBs: 0, corrupted PEBs: 0 [ 3.686586] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 3.692828] ubi0: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 654895790 [ 3.699874] ubi0: available PEBs: 446, total reserved PEBs: 322, PEBs reserved for bad PEB handling: 40 [ 3.708829] ubi0: background thread "ubi_bgt0d" started, PID 127 [ 3.721507] input: soc:gpio_keys as /devices/platform/soc/soc:gpio_keys/input/input0 [ 3.724498] hctosys: unable to open rtc device (rtc0) [ 3.724541] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 3.725339] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 3.725386] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 3.825422] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 3.825455] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 3.841271] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 3.841298] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 3.847834] VFS: Mounted root (squashfs filesystem) readonly on device 31:21. [ 3.854838] devtmpfs: mounted [ 3.861865] Freeing unused kernel memory: 1024K (80c00000 - 80d00000) +++++++++ /etc/init.d/S00InitializeClock Tue Sep 1 00:00:00 UTC 2015 +++++++++ /etc/init.d/S00Udev [ 4.933117] udevd[146]: starting version 3.2.9 [ 5.020450] udevd[148]: starting eudev-3.2.9 +++++++++ /etc/init.d/S00appsblenv +++++++++ /etc/init.d/S00checksku +++++++++ /etc/init.d/S00early +++++++++ /etc/init.d/S00fixttyS0 +++++++++ /etc/init.d/S00fwenv_cleanup +++++++++ /etc/init.d/S00mountmore [ 5.968294] ubi1: attaching mtd18 [ 6.181407] ubi1: scanning is finished [ 6.188745] ubi1: attached mtd18 (name "NVRAM", size 48 MiB) [ 6.188774] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 6.193469] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 6.200171] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 6.207024] ubi1: good PEBs: 384, bad PEBs: 0, corrupted PEBs: 0 [ 6.213779] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 6.220043] ubi1: max/mean erase counter: 8/5, WL threshold: 4096, image sequence number: 1749695681 [ 6.227083] ubi1: available PEBs: 0, total reserved PEBs: 384, PEBs reserved for bad PEB handling: 40 [ 6.236386] ubi1: background thread "ubi_bgt1d" started, PID 223 [ 6.261288] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 228 [ 6.289689] UBIFS (ubi1:0): recovery needed [ 6.371778] UBIFS (ubi1:0): recovery completed [ 6.371872] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "nvram" [ 6.375132] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 6.382325] UBIFS (ubi1:0): FS size: 41902080 bytes (39 MiB, 330 LEBs), journal size 2158592 bytes (2 MiB, 17 LEBs) [ 6.392405] UBIFS (ubi1:0): reserved for root: 1979138 bytes (1932 KiB) [ 6.402642] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID BEE4D3A4-E032-4C0A-91C3-8F3390FC02C2, small LPT model [ 6.553233] ubi2: attaching mtd16 [ 6.967155] ubi2: scanning is finished [ 6.975769] ubi2: attached mtd16 (name "rootfs", size 96 MiB) [ 6.975799] ubi2: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 6.980492] ubi2: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 6.987286] ubi2: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 6.994120] ubi2: good PEBs: 768, bad PEBs: 0, corrupted PEBs: 0 [ 7.000909] ubi2: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 7.007160] ubi2: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1688557109 [ 7.014178] ubi2: available PEBs: 446, total reserved PEBs: 322, PEBs reserved for bad PEB handling: 40 [ 7.023527] ubi2: background thread "ubi_bgt2d" started, PID 263 [ 7.061995] block ubiblock2_1: created from ubi2:1(ubi_rootfs) [ 7.284931] block ubiblock2_1: released [ 7.285011] ubi2: detaching mtd16 [ 7.288794] ubi2: mtd16 is detached +++++++++ /etc/init.d/S00mountmorejaguar +++++++++ /etc/init.d/S00sysfixtime Wed Mar 5 23:57:02 UTC 2025 +++++++++ /etc/init.d/S01UpdateCDT +++++++++ /etc/init.d/S01cleanup +++++++++ /etc/init.d/S01mountdebug +++++++++ /etc/init.d/S01nvramrecover +++++++++ /etc/init.d/S01syslogd Starting syslogd: OK +++++++++ /etc/init.d/S01wifi_cleanup +++++++++ /etc/init.d/S02CreateNSSEnv +++++++++ /etc/init.d/S02klogd Starting klogd: OK +++++++++ /etc/init.d/S02rngd Starting rngd: OK +++++++++ /etc/init.d/S02sysctl Running sysctl: OK +++++++++ /etc/init.d/S03firstboot +++++++++ /etc/init.d/S04kernel_check +++++++++ /etc/init.d/S05savecrashdump +++++++++ /etc/init.d/S05setup_core_pattern +++++++++ /etc/init.d/S05setup_power [ 10.182561] changing PoE status to 802.3at4 +++++++++ /etc/init.d/S06PasspointIconsExtract +++++++++ /etc/init.d/S06note_events +++++++++ /etc/init.d/S07updateLastReboot +++++++++ /etc/init.d/S08qrtr +++++++++ /etc/init.d/S09logrotate +++++++++ /etc/init.d/S15fwcommon +++++++++ /etc/init.d/S19GetCalData +++++++++ /etc/init.d/S19InitRadioConfig +++++++++ /etc/init.d/S20CopyBDF +++++++++ /etc/init.d/S20cnss2setup qmi_cci_xprt_qrtr_supported(101) qmi_cci_xprt_qrtr_supported: QRTR SUPPORTED [ 17.968471] cnss[2]: INFO: Setting daemon_support=1 for instance_id 0x2 [ 17.998353] cnss[2]: INFO: Setting cold_boot_support=1 for instance_id 0x2 [ 18.028310] cnss[27]: INFO: Setting daemon_support=1 for instance_id 0x27 [ 18.058323] cnss[27]: INFO: Setting cold_boot_support=1 for instance_id 0x27 Performing Cold Boot Calibration [ 18.414831] asf: module license 'Proprietary' taints kernel. [ 18.414862] Disabling lock debugging due to kernel taint [ 23.604836] ssdk_switch_device_num_init[1159]:INFO:ess-switch dts node number: 1 [ 23.604942] ssdk_dt_get_switch_node[970]:INFO:ess-switch DT exist! [ 23.611298] ssdk_dt_parse_access_mode[856]:INFO:switch_access_mode: local bus [ 23.634773] ssdk_dt_parse_access_mode[869]:INFO:switchreg_base_addr: 0x3a000000 [ 23.634800] ssdk_dt_parse_access_mode[870]:INFO:switchreg_size: 0x1000000 [ 23.640882] ssdk_dt_parse_mac_mode[295]:INFO:mac mode = 0x0 [ 23.664785] ssdk_dt_parse_mac_mode[304]:INFO:mac mode1 = 0xf [ 23.664811] ssdk_dt_parse_mac_mode[313]:INFO:mac mode2 = 0xff [ 23.669526] ssdk_dt_parse_phy_info[659]:INFO:[PORT 5] port_mac_sel = QGMAC_PORT [ 23.684819] ssdk_dt_parse_uniphy[332]:INFO:ess-uniphy DT exist! [ 23.685005] ssdk_dt_parse_intf_mac[801]:INFO:dp1 MAC b4:a2:5c:1b:a8:8b [ 23.689579] ssdk_dt_parse_intf_mac[801]:INFO:dp2 MAC b4:a2:5c:1b:a8:8c [ 23.704978] ssdk_plat_init start [ 23.786683] ssdk_gcc_clock_init[1033]:INFO:SSDK gcc clock init successfully! [ 23.787058] ssdk_probe[2024]:INFO:ess_rst doesn't exist! [ 23.792894] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 23.798904] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 23.814847] HPPE initializing... [ 23.815041] malibu_phy_api_ops_init[2848]:INFO:qca probe malibu phy driver succeeded! [ 23.819998] qca808x_phy_api_ops_init[2208]:INFO:qca probe qca808x phy driver succeeded! [ 23.825020] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 23.854838] qca808x_ptp_register[1407]:INFO:qca808x ptp clock registered [ 23.854917] regi_init[3567]:INFO:Initializing HPPE!! [ 24.031792] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 24.031823] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 24.074788] ssdk_ppe_reset_init[1265]:INFO:ppe reset successfully! [ 24.077883] qca_hppe_tdm_hw_init[684]:INFO:tdm setup num=96 [ 24.080124] qca_hppe_portctrl_hw_init[107]:INFO:Cypress PPE port initializing [ 24.085458] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 24.092613] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 24.115032] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 24.115838] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 24.121193] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 24.215257] __adpt_hppe_uniphy_psgmii_mode_set[614]:INFO:cypress uniphy 0 is qca8072 psgmii mode [ 24.354783] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 24.354812] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 24.385417] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 24.385444] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 25.672925] ssdk_switch_register[1718]:INFO:Chip version 0x1501 [ 25.672965] qca_link_polling_select[1315]:INFO:link-polling-required node does not exist [ 25.694770] ssdk_switch_register[1744]:INFO:polling is selected [ 25.694796] regi_init[3571]:INFO:Initializing HPPE Done!! [ 25.699567] regi_init[3631]:INFO:qca-ssdk module init succeeded! [ 25.746145] EDMA ver 1 hw init [ 25.746393] EDMA HW Reset completed succesfully [ 25.748120] Num rings - TxDesc:1 (23-23) TxCmpl:1 (23-23) [ 25.752515] RxDesc:1 (15-15) RxFill:1 (7-7) [ 26.166886] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 26.167862] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 26.168268] ********************************************************** [ 26.168270] * NSS Data Plane driver [ 26.168272] ********************************************************** [ 26.207195] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 26.406803] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 26.406839] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 26.435455] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 26.435487] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 26.440443] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 26.446964] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 26.453343] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 26.684803] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 26.684839] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 26.705446] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 26.705474] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 27.008044] nss_driver - fw of size 857100 bytes copied to load addr: 40000000, nss_id : 0 [ 27.009376] Supported Frequencies - [ 27.024774] 187.2 MHz 748.8 MHz [ 27.026176] 1.4976 GHz [ 27.027133] [ 27.029513] 7f4e0640: set sdma bced7f00 [ 27.031097] node size 2 # items 4 [ 27.034518] memory: 40000000 1073741824 (avl 877166592) items 4 active_cores 1 [ 27.054776] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000 [ 27.054803] 7f4e0640: NSS core 0 DDR from 40000000 to 41000000 [ 27.060673] 7f4e0640: meminfo init succeed [ 27.085303] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 27.086377] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 27.091508] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 27.109267] node size 2 # items 4 [ 27.109291] memory: 40000000 1073741824 (avl 877449216) items 4 active_cores 1 [ 27.111560] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000 [ 27.118695] 7f4e0640: nss core 0 booted successfully [ 27.318816] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 27.318853] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 27.345462] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 27.345494] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 30.954850] wlan: [766:I:RPTR] qca_multi_link_init_module: [ 30.954850] ******QCA Repeater Initialization Done*********** [ 30.954850] [ 32.494789] wlan: [793:I:ANY] =======ol_if_register_wifi3_0========== [ 32.494789] [ 32.494833] wlan: [793:I:ANY] osif_nss_register_module: NSS wifi ops registered for target_type:1 with soc_ops:7fcdee10 [ 32.501626] wlan: [793:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 2 bus_type 1 [ 32.524790] remoteproc remoteproc0: powering up cd00000.qcom_q6v5_wcss [ 32.554839] remoteproc remoteproc0: Booting fw image IPQ6018/q6_fw.mdt, size 7340 [ 34.784598] Subsystem error monitoring/handling services are up [ 34.785031] remoteproc remoteproc0: remote processor cd00000.qcom_q6v5_wcss is now up [ 34.785304] rpmsg_dev_probe: No pm domain [ 34.785642] rpmsg_dev_probe: No pm domain [ 34.785992] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 34.786881] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 34.786933] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 34.805121] cnss[2]: INFO: QMI WLFW service connected, state: 0x1 [ 34.835034] cnss[2]: INFO: device_id : 65533 mem mode : [0] [ 34.835065] cnss[2]: INFO: platform name: Qualcomm Technologies, Inc. IPQ6018/AP-CP01-C3 [ 34.864853] wlan: [793:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 3 bus_type 1 [ 34.864905] cnss[2]: INFO: Waiting for FW ready. Device: 0xfffd, FW ready timeout: 15 seconds [ 34.976810] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 34.976847] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 35.002432] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 35.002464] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 35.007480] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 35.013917] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 35.034884] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 35.220655] cnss[2]: INFO: Target capability: chip_id: 0x0, chip_family: 0x4, board_id: 0xff, soc_id: 0xffffffff, fw_version: 0x25097fff, fw_build_timestamp: 2023-12-18 03:30, otp_version: 0x0 eeprom_caldata_read_timeout 0s [ 35.220730] cnss[2]: INFO: Boardid from dts:13,FW:ff [ 35.234799] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 35.234807] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 35.261350] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 35.261378] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 35.286553] cnss[2]: INFO: BDF location : 0x4abc0000 [ 35.286579] cnss[2]: INFO: BDF IPQ6018/bdwlan.b13 size 65536 [ 35.291061] cnss[2]: INFO: per device BDF location : 0x4abe0000 [ 35.296384] cnss[2]: INFO: CALDATA IPQ6018/caldata.bin size 65536 offset 0x20000 [ 35.414772] cnss[2]: INFO: FW ready received for device 0xfffd [ 35.417050] wlan: [793:I:ANY] pld_ahb_wlan_enable: cnss_mode: Cold boot calibration [ 35.419496] cnss[2]: INFO: Sending mode message, mode: COLDBOOT CALIBRATION(7), state: 0xf [ 35.694112] wlan: [793:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 2 bus_type 0 [ 35.694190] cnss_pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit] [ 35.701025] cnss_pci 0000:01:00.0: enabling device (0140 -> 0142) [ 35.725238] cnss[27]: INFO: MHI IPC Logging is disabled! [ 36.232372] cnss[2]: INFO: Coldboot Calibration completed successfully for device 0xfffd [ 37.843291] wlan: [793:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 3 bus_type 0 [ 37.843338] cnss[27]: INFO: Waiting for FW ready. Device: 0x1104, FW ready timeout: 15 seconds [ 37.844355] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 37.845324] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 37.845379] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 37.866098] cnss[27]: INFO: QMI WLFW service connected, state: 0x11 [ 37.866701] cnss[27]: INFO: device_id : 4356 mem mode : [0] [ 37.988410] cnss[27]: INFO: platform name: Qualcomm Technologies, Inc. IPQ6018/AP-CP01-C3 [ 37.988411] cnss[27]: INFO: Target capability: chip_id: 0x0, chip_family: 0x0, board_id: 0xff, soc_id: 0xffffffff, fw_version: 0x25097fff, fw_build_timestamp: 2023-12-18 02:21, otp_version: 0x0 eeprom_caldata_read_timeout 0s [ 37.996150] cnss[27]: INFO: Downloading BDF: qcn9000/bdwlan.bab, size: 131072 [ 38.042797] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 38.042827] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 38.065019] cnss[27]: INFO: Downloading BDF: qcn9000/caldata_1.bin, size: 131072 [ 38.071976] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 38.072004] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 38.077423] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 38.086234] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 38.095720] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 38.254777] cnss[27]: INFO: FW ready received for device 0x1104 [ 38.254816] wlan: [793:I:ANY] pld_pcie_wlan_enable: pld_pcie_wlan_enable: Invalid wlan_cfg config [ 38.259507] cnss[27]: INFO: Sending mode message, mode: COLDBOOT CALIBRATION(7), state: 0x1f [ 38.293795] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 38.293823] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 38.335440] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 38.335467] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 38.377222] wlan: [793:I:ANY] init_ath_pci_3_0: 6ath_ol_pci_wifi3.0 : (Atheros/multi-bss) [ 39.417332] wlan: [807:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 0 bus_type 1 [ 39.417382] cnss[2]: INFO: Sending mode message, mode: OFF(4), state: 0x7 [ 39.425763] cnss[2]: INFO: QMI WLFW service disconnected, state: 0x6 [ 39.484860] remoteproc remoteproc0: stopped remote processor cd00000.qcom_q6v5_wcss [ 39.484930] wlan: [807:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 1 bus_type 1 [ 39.524798] wlan: [807:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 0 bus_type 0 [ 39.524837] cnss[27]: INFO: Coldboot Calbration wait started for Device: 0x1104, timeout: 60 seconds [ 82.880968] cnss[27]: INFO: Coldboot Calibration completed successfully for device 0x1104 [ 82.974795] cnss[27]: INFO: Coldboot Calibration wait ended for device 0x1104 [ 82.974834] cnss[27]: INFO: Sending mode message, mode: OFF(4), state: 0x127 [ 82.983112] cnss[27]: INFO: QMI WLFW service disconnected, state: 0x126 [ 82.988087] cnss[27]: INFO: Shutting down QCN9000 [ 83.024919] Removing device for chan:LOOPBACK [ 83.024948] mhi_reset_data_chan rp (null) wp (null) [ 83.028257] mhi_test_rp_wp chan_name = DIAG rp (null) wp (null) [ 83.033285] mhi_test_rp_wp chan_name = DIAG rp (null) wp (null) [ 83.039573] mhi_reset_data_chan rp (null) wp (null) [ 83.045796] mhi_test_rp_wp chan_name = DIAG rp (null) wp (null) [ 83.050994] mhi_test_rp_wp chan_name = DIAG rp (null) wp (null) [ 83.057551] Removing device for chan:IPCR [ 83.063499] mhi_reset_data_chan rp c84780b0 wp c84780a0 [ 83.067985] mhi_reset_data_chan rp c70fe020 wp c70fe020 [ 83.204896] wlan: [807:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 1 bus_type 0 Wed Mar 5 23:58:17 UTC 2025 S20cnss2setup: Cold Boot Calibration Complete +++++++++ /etc/init.d/S20createAdminHome +++++++++ /etc/init.d/S20urandom Initializing random number generator: OK Saving random seed: OK +++++++++ /etc/init.d/S21modules Wed Mar 5 23:58:17 UTC 2025 S21modules: loading qca_ssdk Wed Mar 5 23:58:17 UTC 2025 S21modules: loading qca_nss_dp Wed Mar 5 23:58:17 UTC 2025 S21modules: loading qca_nss_drv Wed Mar 5 23:58:17 UTC 2025 S21modules: loading ip_gre [ 83.671073] ip_gre: GRE over IPv4 tunneling driver Wed Mar 5 23:58:17 UTC 2025 S21modules: loading sit [ 83.709315] sit: IPv6 over IPv4 tunneling driver Wed Mar 5 23:58:17 UTC 2025 S21modules: loading coplane +++++++++ /etc/init.d/S21rename_eth +++++++++ /etc/init.d/S21wifimodules Wed Mar 5 23:58:17 UTC 2025 S21wifimodules: loading cfg80211 Wed Mar 5 23:58:17 UTC 2025 S21wifimodules: loading mem_manager Wed Mar 5 23:58:17 UTC 2025 S21wifimodules: loading qdf Wed Mar 5 23:58:17 UTC 2025 S21wifimodules: loading asf Wed Mar 5 23:58:18 UTC 2025 S21wifimodules: loading umac Wed Mar 5 23:58:18 UTC 2025 S21wifimodules: loading qca_spectral Wed Mar 5 23:58:18 UTC 2025 S21wifimodules: loading qca_ol Wed Mar 5 23:58:18 UTC 2025 S21wifimodules: loading wifi_3_0 [ 84.399911] wlan: [926:I:ANY] =======ol_if_register_wifi3_0========== [ 84.399911] [ 84.399955] wlan: [926:I:ANY] osif_nss_register_module: NSS wifi ops registered for target_type:1 with soc_ops:7fc85e10 [ 84.406789] wlan: [926:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 2 bus_type 1 [ 84.417446] remoteproc remoteproc0: powering up cd00000.qcom_q6v5_wcss [ 84.425519] remoteproc remoteproc0: Booting fw image IPQ6018/q6_fw.mdt, size 7340 [ 84.730487] Subsystem error monitoring/handling services are up [ 84.730869] remoteproc remoteproc0: remote processor cd00000.qcom_q6v5_wcss is now up [ 84.735330] wlan: [926:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 3 bus_type 1 [ 84.735465] rpmsg_dev_probe: No pm domain [ 84.743466] rpmsg_dev_probe: No pm domain [ 84.743583] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 84.744461] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 84.744512] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 84.759202] cnss[2]: INFO: QMI WLFW service connected, state: 0x1 [ 84.766393] cnss[2]: INFO: device_id : 65533 mem mode : [0] [ 84.785665] cnss[2]: INFO: platform name: Qualcomm Technologies, Inc. IPQ6018/AP-CP01-C3 [ 84.785665] cnss[2]: INFO: Target capability: chip_id: 0x0, chip_family: 0x4, board_id: 0xff, soc_id: 0xffffffff, fw_version: 0x25097fff, fw_build_timestamp: 2023-12-18 03:30, otp_version: 0x0 eeprom_caldata_read_timeout 0s [ 84.785681] cnss[2]: INFO: Boardid from dts:13,FW:ff [ 84.785908] cnss[2]: INFO: BDF location : 0x4abc0000 [ 84.785912] cnss[2]: INFO: BDF IPQ6018/bdwlan.b13 size 65536 [ 84.791171] cnss[2]: INFO: per device BDF location : 0x4abe0000 [ 84.791212] cnss[2]: INFO: CALDATA IPQ6018/caldata.bin size 65536 offset 0x20000 [ 84.840319] cnss[2]: INFO: Waiting for FW ready. Device: 0xfffd, FW ready timeout: 15 seconds [ 84.847923] cnss[2]: INFO: FW ready received for device 0xfffd [ 84.856606] wlan: [926:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode [ 84.857327] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 84.857335] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 84.868131] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 84.868138] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 84.868384] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 84.869149] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 84.869197] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 84.908398] cnss[2]: INFO: Sending mode message, mode: MISSION(0), state: 0x7 [ 84.920698] wlan: [926:I:ANY] qca_napi_create: qca_napi_create: napi instance 0 created on pipe 4 [ 84.921098] wlan: [926:I:ANY] __ol_ath_attach: Allocated soc b6fc0500 [ 84.929890] wlan: [926:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully [ 84.936335] wlan: [926:E:CONFIG] cfg_ini_parse_to_store: Failed to parse *.ini file @ QCA6018.ini; status:4 [ 84.947472] wlan: [926:I:ANY] osif_nss_wifi_soc_setup: nss-wifili:#1 register wifili function for soc [ 84.956338] wlan: [926:I:ANY] osif_nss_wifi_soc_setup: nss register id -1 nss config 7 Target Type 19 [ 84.965730] wlan: [926:I:ANY] __ol_ath_attach: dev name soc0 [ 84.969235] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 84.969242] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 84.980051] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 84.980058] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 84.999446] wlan: [926:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle bcf50c60 [ 85.009278] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.012487] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.022617] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.032551] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.042540] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.052521] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.062500] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 85.072479] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 85.082470] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 85.092447] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 85.102434] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.112409] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.122399] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 85.132374] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 85.142364] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 85.152427] wlan: [926:I:ANY] htc_wmi_init: HT Create . bc329060 [ 85.162323] wlan: [926:I:ANY] htc_wmi_init: Skipping BMI Done [ 85.168479] wlan: [926:I:ANY] htc_wmi_init: host_enable 0 [ 85.188818] wlan: [926:I:ANY] ol_target_init_complete: CDP soc attach success [ 85.188856] wlan: [926:I:ANY] ol_target_init_complete: Soc attach success NSS config 0 [ 85.195050] wlan: [926:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle bc329060, ep 2, value 1 [ 85.202816] wlan: [926:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle bc329060, ep 3, value 1 [ 85.213130] wlan: [614:I:TIF] HE_CAP Info = 9a08010d [ 85.221247] wlan: [614:I:TIF] Num HW modes = 2 [ 85.226197] wlan: [614:I:TIF] Num PHY = 2 [ 85.230429] wlan: [614:I:TIF] FW Build Version (Ext.) = 0 [ 85.234512] wlan: [614:I:TIF] HDL Version: MajorVersion.MinorVersion = 0.0 [ 85.239915] wlan: [614:I:TIF] Preferred HW Mode = 1 Num Radios = 2 [ 85.246727] wlan: [614:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes [ 85.252847] wlan: [614:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 1 phy_id = 0 wireless modes = 0 [ 85.266313] wlan: [614:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes [ 85.275601] wlan: [614:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 1 phy_id = 1 wireless modes = 0 [ 85.289049] wlan: [614:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes [ 85.298344] wlan: [614:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 5 phy_id = 0 wireless modes = 0 [ 85.311793] wlan: [614:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes [ 85.321088] wlan: [614:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 5 phy_id = 1 wireless modes = 0 [ 85.336179] wlan: [614:I:TIF] init_deinit_alloc_pdevs: CDP PDEV ATTACH success [ 85.345365] wlan: [614:I:TIF] init_deinit_alloc_pdevs: CDP PDEV ATTACH success [ 85.351014] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 2 [ 85.358240] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 85.365435] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 34 [ 85.373413] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 2 [ 85.381149] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 85.388176] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 34 [ 85.396169] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 2 [ 85.403875] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 85.410921] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 34 [ 85.418906] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 85.426630] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 85.433651] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 85.441655] wlan: [614:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:bcf50c60 [ 85.454923] wlan: [614:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 529 vdevs = 17 [ 85.457788] wlan: [614:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 85.467740] wlan: [614:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:1 wmi_handle:bd0acc60 [ 85.480908] wlan: [614:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 1 Number of peers = 529 vdevs = 17 [ 85.483656] wlan: [614:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 85.593713] wlan: [614:I:ANY] copy_fw_abi_version_tlv: copy_fw_abi_version_tlv: INIT_CMD version: 1, 0, 0x5f414351, 0x4c4d, 0x0, 0x0 [ 85.783609] wlan: [614:I:ANY] ready_extract_init_status_tlv: ready_extract_init_status_tlv:0 [ 85.783648] wlan: [614:I:ANY] dp_peer_map_attach_wifi3: dp_peer_map_attach_wifi3 max_peers 1109, max_ast_index: 4112 [ 85.783648] [ 85.791618] wlan: [926:I:ANY] ol_ath_connect_htc: WMI is ready [ 85.816103] wlan: [926:I:ANY] ath_get_radio_index: Error: Could not match the device name : wifi%d [ 85.816142] wlan: [926:E:NSS] [nss-wifili]: pdev:b52c0500 radio_ifnum:28 scheme_id:0 radio_priority:1 [ 85.828492] wlan: [926:E:TIF] target_if_lro_hash_config: pdev with id 0 is NULL [ 85.833353] wlan: [926:I:ANY] ath_get_radio_index: Error: Could not match the device name : wifi%d [ 85.840479] wlan: [926:E:NSS] [nss-wifili]: pdev:b5360500 radio_ifnum:29 scheme_id:1 radio_priority:0 [ 85.853951] wlan: [926:E:TIF] target_if_lro_hash_config: pdev with id 1 is NULL [ 85.859123] wlan: [926:I:ANY] ol_ath_soc_attach: connect HTC [ 85.865977] wlan: [926:I:ANY] ol_ath_soc_attach: bypasswmi : 0 [ 85.871903] wlan: [926:I:MSCS] qca_mscs_module_init: [ 85.871903] ****QCA MSCS Initialization Done**** SoC b6fc0500 [ 85.877533] wlan: [926:I:ANY] ol_ath_soc_attach: UMAC attach [ 85.888255] wlan: [926:I:ANY] __ol_ath_attach: pdev_netdev name wifi0 [ 85.894100] wlan: [926:I:ANY] __ol_ath_attach: Skip txrx_pdev_attach_target [ 85.901615] wlan: [926:I:ANY] __ol_ath_attach: BURSTING enabled by default [ 85.907328] wlan: [926:I:ANY] ol_ath_pdev_attach: interface_id 0 [ 85.914150] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: phy id = 0 Modes supported [ 85.920329] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: 11b = 0 11g = 0 11a = 1 11n = 1 11ac = 1 11ax = 1 [ 85.927705] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: Reg cap - phy_id = 0 supp_bnd = 2, modes = 391f9001, lo_2g = 0, hi_2g = 0 lo_g5 = 4900, hi_5g = 5920 [ 85.937349] wlan: [926:I:ANY] ol_ath_update_wireless_modes: wireless_modes = 391f9001 before update [ 85.951395] wlan: [926:I:ANY] ol_ath_update_wireless_modes: Wireless_modes = 391f9001 after update [ 85.960169] wlan: [926:I:ANY] ol_ath_update_ext_caps: 11ax 5G supported case [ 85.969264] wlan: [926:I:MBSSIE] ol_ath_assign_mbssid_ref_bssid: MBSSID reference bssid is b4:a2:5c:1b:b6:50 soc: soc0 pdev: wifi0 [ 85.976551] wlan: [926:I:MBSSIE] ieee80211_mbss_attach: :> [ 85.987935] wlan: [926:I:MBSSIE] ieee80211_mbss_attach: :< [ 85.993395] wlan: [926:I:ANY] ol_resmgr_create: OL Resmgr Init-ed [ 85.999112] wlan: [926:I:ANY] acfg_attach: acfg_attach: 3323: Netlink socket created:bcf51800 [ 86.005059] wlan: [926:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1 [ 86.015807] wlan: [926:I:ANY] wlan_scan_update_channel_list: num_chan: 28 [ 86.020396] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[1], ptr:7f8cec50 [ 86.027095] wlan: [0:I:ANY] dp_lag_soc_enable: pdev(bd0ae068) Enabling DBDC Repeater 0 soc_lag b57665a0 [ 86.034234] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(bd0ae068) is_primary 0 [ 86.034282] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed [ 86.051835] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: twt enabled [ 86.057431] wlan: [926:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 86.057431] [ 86.057511] wlan: [926:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty [ 86.057530] wlan: [926:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 8192 [ 86.057594] wlan: [926:I:ANY] __ol_ath_attach: needed_headroom reservation 60 [ 86.057603] wlan: [926:I:ANY] ol_ath_enable_fraglist: Enabled Fraglist bit for the radio wifi0 features 41 [ 86.057903] wlan: [926:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xb52c0500, wdev: 0xb52d7c6c, wiphy: 0xbcf9f160, netdev: 0xb52c0000 [ 86.058833] wlan: [926:I:ANY] __ol_ath_attach: pdev_netdev name wifi1 [ 86.058854] wlan: [926:I:ANY] __ol_ath_attach: Skip txrx_pdev_attach_target [ 86.060425] wlan: [926:I:ANY] __ol_ath_attach: BURSTING enabled by default [ 86.060555] wlan: [926:I:ANY] ol_ath_pdev_attach: interface_id 1 [ 86.060574] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: phy id = 1 Modes supported [ 86.060583] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: 11b = 1 11g = 1 11a = 0 11n = 1 11ac = 1 11ax = 1 [ 86.060595] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: Reg cap - phy_id = 1 supp_bnd = 1, modes = 680680c, lo_2g = 2312, hi_2g = 2732 lo_g5 = 0, hi_5g = 0 [ 86.060602] wlan: [926:I:ANY] ol_ath_update_wireless_modes: wireless_modes = 680680c before update [ 86.060609] wlan: [926:I:ANY] ol_ath_update_wireless_modes: Wireless_modes = 680680c after update [ 86.060617] wlan: [926:I:ANY] ol_ath_update_ext_caps: 11ax 2G supported case [ 86.060676] wlan: [926:I:ANY] ol_ath_pdev_regdmn_init: LDPC not supported in 5G HE CAP [ 86.060705] wlan: [926:I:MBSSIE] ol_ath_assign_mbssid_ref_bssid: MBSSID reference bssid is b4:a2:5c:1b:db:d0 soc: soc0 pdev: wifi1 [ 86.060830] wlan: [926:I:MBSSIE] ieee80211_mbss_attach: :> [ 86.060836] wlan: [926:I:MBSSIE] ieee80211_mbss_attach: :< [ 86.060845] wlan: [926:I:ANY] ol_resmgr_create: OL Resmgr Init-ed [ 86.061069] wlan: [926:I:ANY] acfg_attach: Offload using existing sock bcf51800 [ 86.061082] wlan: [926:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1 [ 86.061599] wlan: [926:I:ANY] wlan_scan_update_channel_list: num_chan: 11 [ 86.061667] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[2], ptr:7f8cec50 [ 86.061679] wlan: [0:I:ANY] dp_lag_soc_enable: pdev(b4c6c868) Enabling DBDC Repeater 0 soc_lag b57665a0 [ 86.061714] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(b4c6c868) is_primary 0 [ 86.067591] wlan: [926:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 1, REO dest ring = 5 [ 86.067591] [ 86.067670] wlan: [926:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty [ 86.067686] wlan: [926:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 1 tx_desc_limit = 8192 [ 86.067752] wlan: [926:I:ANY] __ol_ath_attach: needed_headroom reservation 60 [ 86.067760] wlan: [926:I:ANY] ol_ath_enable_fraglist: Enabled Fraglist bit for the radio wifi1 features 41 [ 86.067788] wlan: [926:I:ANY] wlan_cfg80211_init: Number of 2G channels: 11 [ 86.068046] wlan: [926:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xb5360500, wdev: 0xb5377c6c, wiphy: 0xb2c60160, netdev: 0xb5360000 [ 86.068943] wlan: [926:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 1 [ 86.069506] wlan: [926:E:QLD] qld_register: Handle or address is NULL [ 86.069549] wlan: [926:I:ANY] wlan_pdev_operation: num_radios=1, wifi_radios[0].sc = b52c0500_radio_type = 2 [ 86.069559] wlan: [926:I:ANY] wlan_pdev_operation: num_radios=2, wifi_radios[1].sc = b5360500_radio_type = 2 [ 86.070319] wlan: [926:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 2 bus_type 0 [ 86.070368] cnss_pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit] [ 86.071410] cnss[27]: INFO: MHI IPC Logging is disabled! [ 86.418180] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed [ 86.423018] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: twt enabled [ 86.749262] wlan: [926:I:ANY] ol_ath_wifi_ssr: ol_ath_wifi_ssr: SSR event 3 bus_type 0 [ 86.749306] cnss[27]: INFO: Waiting for FW ready. Device: 0x1104, FW ready timeout: 15 seconds [ 86.749770] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 86.750650] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 86.750701] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 86.759111] cnss[27]: INFO: QMI WLFW service connected, state: 0x11 [ 86.759697] cnss[27]: INFO: device_id : 4356 mem mode : [0] [ 86.806907] cnss[27]: INFO: platform name: Qualcomm Technologies, Inc. IPQ6018/AP-CP01-C3 [ 86.806908] cnss[27]: INFO: Target capability: chip_id: 0x0, chip_family: 0x0, board_id: 0xff, soc_id: 0xffffffff, fw_version: 0x25097fff, fw_build_timestamp: 2023-12-18 02:21, otp_version: 0x0 eeprom_caldata_read_timeout 0s [ 86.814399] cnss[27]: INFO: Downloading BDF: qcn9000/bdwlan.bab, size: 131072 [ 86.850742] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 86.850774] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 86.852749] cnss[27]: INFO: Downloading BDF: qcn9000/caldata_1.bin, size: 131072 [ 86.873165] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 86.873194] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 86.878218] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 86.884662] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 86.891079] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 86.894786] cnss[27]: INFO: FW ready received for device 0x1104 [ 86.895722] cnss[27]: INFO: Sending mode message, mode: MISSION(0), state: 0x17 [ 86.916068] wlan: [926:I:ANY] qca_napi_create: qca_napi_create: napi instance 0 created on pipe 4 [ 86.917498] wlan: [926:I:ANY] __ol_ath_attach: Allocated soc b1840500 [ 86.926595] wlan: [926:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully [ 86.933480] wlan: [926:E:QDF] CONFIG creation failed [ 86.943528] wlan: [926:I:ANY] osif_nss_wifi_soc_setup: nss-wifili:#1 register wifili function for soc [ 86.948404] wlan: [926:I:ANY] osif_nss_wifi_soc_setup: nss register id -1 nss config 7 Target Type 1a [ 86.957529] wlan: [926:I:ANY] __ol_ath_attach: dev name soc1 [ 86.967400] wlan: [926:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle be109c60 [ 86.976396] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 86.979979] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 86.990225] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 87.000048] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 87.010037] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 87.010049] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 87.010057] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 87.020901] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 87.020908] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 87.048385] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 87.054284] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 87.064284] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 87.074260] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 87.084250] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 87.094225] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 87.104214] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 87.114189] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 87.124180] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 87.134157] wlan: [926:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 87.144227] wlan: [926:I:ANY] htc_wmi_init: HT Create . b9e88060 [ 87.154117] wlan: [926:I:ANY] htc_wmi_init: Skipping BMI Done [ 87.160278] wlan: [926:I:ANY] htc_wmi_init: host_enable 0 [ 87.171731] wlan: [926:F:ANY] dp_config_full_mon_mode: Configure full monitor mode val: 1 [ 87.178200] wlan: [926:I:ANY] ol_target_init_complete: CDP soc attach success [ 87.179453] wlan: [926:I:ANY] ol_target_init_complete: Soc attach success NSS config 0 [ 87.186779] wlan: [926:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle b9e88060, ep 2, value 1 [ 87.195885] wlan: [614:I:TIF] HE_CAP Info = 9a18010d [ 87.203837] wlan: [614:I:TIF] Num HW modes = 1 [ 87.208808] wlan: [614:I:TIF] Num PHY = 1 [ 87.213202] wlan: [614:I:TIF] FW Build Version (Ext.) = 200 [ 87.217142] wlan: [614:I:TIF] HDL Version: MajorVersion.MinorVersion = 8.3 [ 87.222617] wlan: [614:I:TIF] Preferred HW Mode = 0 Num Radios = 1 [ 87.229575] wlan: [614:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes [ 87.235647] wlan: [614:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 0 phy_id = 0 wireless modes = 0 [ 87.250761] wlan: [614:I:TIF] init_deinit_alloc_pdevs: CDP PDEV ATTACH success [ 87.258383] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 87.265585] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 87.272961] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 87.280782] wlan: [614:I:ANY] init_deinit_set_per_pdev_mbssid_config: Wideband radio detected - forcing EMA [ 87.288610] wlan: [614:I:TIF] init_deinit_set_per_pdev_mbssid_config: pdev supporting 6ghz [ 87.297965] wlan: [614:I:TIF] init_deinit_set_per_pdev_mbssid_config: MBSSID feature enabled for 6ghz pdev - pdev_idx: 0 [ 87.306306] wlan: [614:I:TIF] init_deinit_set_per_pdev_mbssid_config: EMA AP feature enabled for 6Ghz pdev - pdev_idx: 0 [ 87.317326] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 87.328250] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 16 [ 87.335287] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 87.343255] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 87.351080] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 16 [ 87.358113] wlan: [614:I:TIF] init_deinit_get_ema_max_pp: ema_ap_max_pp: 6 [ 87.366095] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 87.372855] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 16 [ 87.380077] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 87.388056] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 87.395874] wlan: [614:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 16 [ 87.402890] wlan: [614:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 87.410893] wlan: [614:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:be109c60 [ 87.425050] wlan: [614:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 529 vdevs = 17 [ 87.427115] wlan: [614:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 87.536931] wlan: [614:I:ANY] copy_fw_abi_version_tlv: copy_fw_abi_version_tlv: INIT_CMD version: 1, 0, 0x5f414351, 0x4c4d, 0x0, 0x0 [ 88.084485] wlan: [614:I:ANY] ready_extract_init_status_tlv: ready_extract_init_status_tlv:0 [ 88.084523] wlan: [614:I:ANY] dp_peer_map_attach_wifi3: dp_peer_map_attach_wifi3 max_peers 563, max_ast_index: 1040 [ 88.084523] [ 88.092297] wlan: [926:I:ANY] ol_ath_connect_htc: WMI is ready [ 88.110562] wlan: [926:I:ANY] ath_get_radio_index: Error: Could not match the device name : wifi%d [ 88.110601] wlan: [926:E:NSS] [nss-wifili]: pdev:b1aa0500 radio_ifnum:30 scheme_id:2 radio_priority:1 [ 88.119711] wlan: [926:E:TIF] target_if_lro_hash_config: pdev with id 0 is NULL [ 88.128036] wlan: [926:I:ANY] ol_ath_soc_attach: connect HTC [ 88.134978] wlan: [926:I:ANY] ol_ath_soc_attach: bypasswmi : 0 [ 88.141053] wlan: [926:I:MSCS] qca_mscs_module_init: [ 88.141053] ****QCA MSCS Initialization Done**** SoC b1840500 [ 88.146535] wlan: [926:I:ANY] ol_ath_soc_attach: UMAC attach [ 88.157370] wlan: [926:I:ANY] __ol_ath_attach: pdev_netdev name wifi2 [ 88.163091] wlan: [926:I:ANY] __ol_ath_attach: Skip txrx_pdev_attach_target [ 88.170749] wlan: [926:I:ANY] __ol_ath_attach: BURSTING enabled by default [ 88.176356] wlan: [926:I:ANY] ol_ath_pdev_attach: interface_id 2 [ 88.183141] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: phy id = 0 Modes supported [ 88.189323] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: 11b = 0 11g = 0 11a = 1 11n = 1 11ac = 1 11ax = 1 [ 88.196712] wlan: [926:I:TIF] ol_ath_pdev_regdmn_init: Reg cap - phy_id = 0 supp_bnd = 2, modes = f97f9001, lo_2g = 0, hi_2g = 0 lo_g5 = 4900, hi_5g = 7125 [ 88.206344] wlan: [926:I:ANY] ol_ath_update_wireless_modes: wireless_modes = f97f9001 before update [ 88.220393] wlan: [926:I:ANY] ol_ath_update_wireless_modes: Wireless_modes = f97f9001 after update [ 88.229162] wlan: [926:I:ANY] ol_ath_update_ext_caps: 11ax 5G supported case [ 88.238260] wlan: [926:I:MBSSIE] ol_ath_assign_mbssid_ref_bssid: MBSSID reference bssid is b4:a2:5c:1b:c9:10 soc: soc1 pdev: wifi2 [ 88.245586] wlan: [926:I:MBSSIE] ieee80211_mbss_attach: :> [ 88.256938] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: config_low: 0x77111111 [ 88.262389] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: config_high: 0x7711177 [ 88.272046] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 1 is 0 [ 88.281768] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 2 is 0 [ 88.294620] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 3 is 0 [ 88.307203] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 4 is 1 [ 88.319793] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 5 is 1 [ 88.332373] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 6 is 1 [ 88.344967] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 7 is 2 [ 88.357548] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 8 is 2 [ 88.370139] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 9 is 3 [ 88.382722] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 10 is 3 [ 88.395315] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 11 is 4 [ 88.407896] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 12 is 4 [ 88.420574] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 13 is 4 [ 88.433243] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 14 is 5 [ 88.445922] wlan: [926:I:MBSSIE] ieee80211_allocate_beacon_pos_for_mbss_cache_nodes: beacon position for mbss cache node with bssidx: 15 is 5 [ 88.458595] wlan: [926:I:MBSSIE] ieee80211_determine_max_non_transmit_vaps: :< 16 [ 88.471256] wlan: [926:I:MBSSIE] ieee80211_mbss_attach: :< [ 88.478714] wlan: [926:I:ANY] ol_resmgr_create: OL Resmgr Init-ed [ 88.484302] wlan: [926:I:ANY] acfg_attach: acfg_attach: Offload using existing sock bcf51800 [ 88.490271] wlan: [926:I:ANY] acfg_attach: Offload using existing sock bcf51800 [ 88.490271] [ 88.498780] wlan: [926:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1 [ 88.512091] wlan: [926:I:ANY] wlan_scan_update_channel_list: num_chan: 87 [ 88.514417] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[3], ptr:7f8cec50 [ 88.521003] wlan: [0:I:ANY] dp_lag_soc_enable: pdev(b4c6dc68) Enabling DBDC Repeater 0 soc_lag b23ec120 [ 88.528141] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(b4c6dc68) is_primary 0 [ 88.528205] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed [ 88.546057] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: twt enabled [ 88.551606] wlan: [926:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 88.551606] [ 88.551806] wlan: [926:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty [ 88.551820] wlan: [926:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 8192 [ 88.551887] wlan: [926:I:ANY] __ol_ath_attach: needed_headroom reservation 60 [ 88.551896] wlan: [926:I:ANY] ol_ath_enable_fraglist: Enabled Fraglist bit for the radio wifi2 features 41 [ 88.552287] wlan: [926:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xb1aa0500, wdev: 0xb1ab7c6c, wiphy: 0xb14f9960, netdev: 0xb1aa0000 [ 88.554566] wlan: [926:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 0 [ 88.555695] wlan: [926:E:QLD] qld_register: Handle or address is NULL [ 88.556128] wlan: [926:I:ANY] wlan_pdev_operation: num_radios=3, wifi_radios[2].sc = b1aa0500_radio_type = 2 [ 88.556152] Event 0x3 is registered for RC 0 [ 88.556171] wlan: [926:I:ANY] init_ath_pci_3_0: 6ath_ol_pci_wifi3.0 : (Atheros/multi-bss) Wed Mar 5 23:58:22 UTC 2025 S21wifimodules: loading wifi_2_0 [ 88.854405] wlan: [941:I:ANY] osif_nss_register_module: NSS wifi ops registered for target_type:0 with soc_ops:7fd2a0c4 [ 88.854857] wlan: [941:I:ANY] init_ath_pci_2_0: 6ath_ol_pci_2_0: (Atheros/multi-bss) Wed Mar 5 23:58:22 UTC 2025 S21wifimodules: loading bonding [ 88.940574] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Wed Mar 5 23:58:23 UTC 2025 S21wifimodules: loading qca-nss-vlan Wed Mar 5 23:58:23 UTC 2025 S21wifimodules: loading qca-nss-bridge-mgr Wed Mar 5 23:58:23 UTC 2025 S21wifimodules: loading qca-nss-profile-drv modprobe: module qca-nss-profile-drv not found in modules.dep Wed Mar 5 23:58:23 UTC 2025 S21wifimodules: loading ecm front_end_selection=0 [ 89.402514] ECM init [ 89.402572] ECM database jhash random seed: 0x6027154c [ 89.405359] ECM Module: Num of eth ports identified :2 [ 89.408861] cnPilot platform ECM sysfs init complete [ 89.413919] ECM init complete Wed Mar 5 23:58:23 UTC 2025 S21wifimodules: loading qca_nss_qdisc Wed Mar 5 23:58:23 UTC 2025 S21wifimodules: loading ath_pktlog Wed Mar 5 23:58:23 UTC 2025 S21wifimodules: loading smart_antenna +++++++++ /etc/init.d/S23platformconfig SSDK Init OK! operation done. +++++++++ /etc/init.d/S24bluetooth Wed Mar 5 23:58:23 UTC 2025 S24bluetooth: starting bluetooth [ 91.795854] Bluetooth: HCI UART driver ver 2.3 [ 91.795881] Bluetooth: HCI UART protocol H4 registered [ 91.799184] Bluetooth: HCI UART protocol BCSP registered [ 97.702569] Bluetooth: hci0 hardware error 0x35 +++++++++ /etc/init.d/S24usb Wed Mar 5 23:58:32 UTC 2025 S24usb: starting usb stack [ 98.311516] usbcore: registered new interface driver usbfs [ 98.312410] usbcore: registered new interface driver hub [ 98.316315] usbcore: registered new device driver usb [ 98.351880] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 98.359363] ehci-platform: EHCI generic platform driver [ 98.435383] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 98.436321] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 98.441946] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 98.548606] msm-usb-ssphy-qmp 78000.ssphy: Initializing QMP phy [ 98.550472] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 98.553332] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 98.560907] msm-usb-ssphy-qmp 78000.ssphy: QMP PHY initialization timeout [ 98.566128] msm-usb-ssphy-qmp 78000.ssphy: USB3_PHY_PCS_STATUS:68686868 [ 98.570812] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 98.570818] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 98.571089] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 98.571901] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 98.571949] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 98.671982] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 98.672011] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 98.687931] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 98.687957] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 98.806596] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 98.806642] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 98.812021] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010 [ 98.818596] xhci-hcd xhci-hcd.0.auto: irq 209, io mem 0x08a00000 [ 98.828382] hub 1-0:1.0: USB hub found [ 98.833586] hub 1-0:1.0: 1 port detected [ 98.837378] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 98.837458] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 98.837474] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 98.837541] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 98.838556] hub 2-0:1.0: USB hub found [ 98.838586] hub 2-0:1.0: 1 port detected [ 98.873975] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 98.877641] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 98.984604] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 98.984632] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 99.000563] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 99.000589] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 99.005626] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 99.041864] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 99.041910] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 99.046580] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010 [ 99.053844] xhci-hcd xhci-hcd.1.auto: irq 210, io mem 0x07000000 [ 99.063602] hub 3-0:1.0: USB hub found [ 99.068871] hub 3-0:1.0: 1 port detected [ 99.072704] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 99.073182] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 99.073233] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 99.089235] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 99.094746] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 99.103450] hub 4-0:1.0: USB hub found [ 99.110699] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 99.173283] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 99.173318] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 99.189396] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 99.189436] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 99.305005] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 99.305905] sdhci_msm 7804000.sdhci_sd: sdhci_msm_probe: ICE device is not enabled [ 99.305990] usbcore: registered new interface driver cdc_ncm [ 99.319059] sdhci_msm 7804000.sdhci_sd: Got SD LDO GPIO #66 [ 99.339888] usbcore: registered new interface driver cdc_acm [ 99.339917] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 99.353576] usbcore: registered new interface driver cdc_wdm [ 99.361196] usbcore: registered new interface driver cdc_ether [ 99.424760] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd [ 99.425960] sdhci_msm 7804000.sdhci_sd: No vreg data found for vdd-io [ 99.445422] sdhci_msm 7804000.sdhci_sd: No vmmc regulator found [ 99.445589] sdhci_msm 7804000.sdhci_sd: Add host failed (-517) [ 99.488892] vmap allocation for size 40960 failed: use vmalloc=<size> to increase size. [ 99.491375] usbcore: registered new interface driver usbserial [ 99.612087] vmap allocation for size 49152 failed: use vmalloc=<size> to increase size. [ 99.612783] usbcore: registered new interface driver option [ 99.619028] usbserial: USB Serial support registered for GSM modem (1-port) [ 99.646264] usbcore: registered new interface driver huawei_cdc_ncm Wed Mar 5 23:58:33 UTC 2025 S24usb: USB support ENABLED. Checking for modem presence... Wed Mar 5 23:58:33 UTC 2025 S24usb: no Huawei device found +++++++++ /etc/init.d/S30dbus Starting system message bus: done +++++++++ /etc/init.d/S40network +++++++++ /etc/init.d/S40sysctl net.netfilter.nf_conntrack_acct = 1 net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-filter-vlan-tagged = 1 net.netfilter.nf_conntrack_tcp_timeout_established = 3600 net.netfilter.nf_conntrack_expect_max = 4096 kernel.sysrq = 0 [ 100.051434] configuring additional NSS pbufs dev.nss.general.redirect = 1 [ 100.089606] additional pbufs of size 9003008 got added to NSS dev.nss.n2hcfg.extra_pbuf_core0 = 9000000 dev.nss.n2hcfg.n2h_high_water_core0 = 67392 dev.nss.n2hcfg.n2h_wifi_pool_buf = 40960 +++++++++ /etc/init.d/S41nss_ppe_disable +++++++++ /etc/init.d/S41nss_rps_enable +++++++++ /etc/init.d/S42mctouc [ 100.345850] vmap allocation for size 61440 failed: use vmalloc=<size> to increase size. [ 100.347482] QCA multicast snooping installed successfully +++++++++ /etc/init.d/S59snmpd Starting SNMP daemon: OK +++++++++ /etc/init.d/S80dhcp-relay +++++++++ /etc/init.d/S80dhcp-server +++++++++ /etc/init.d/S80dnsmasq +++++++++ /etc/init.d/S99boot_messages +++++++++ /etc/init.d/S99shutnetcmds Cambium Networks Wireless LAN buildroot login: [ 103.560710] device eth1 entered promiscuous mode [ 103.560789] device eth0 entered promiscuous mode [ 103.670831] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready [ 103.916338] bonding: port-channel1 is being created... [ 103.978079] port-channel1: Setting MII monitoring interval to 100 [ 104.051011] device port-channel1 entered promiscuous mode [ 104.096209] IPv6: ADDRCONF(NETDEV_UP): port-channel1: link is not ready [ 104.096262] br0: port 3(port-channel1) entered forwarding state [ 104.101680] br0: port 3(port-channel1) entered forwarding state [ 104.107822] 8021q: adding VLAN 0 to HW filter on device port-channel1 [ 104.114802] br0: port 3(port-channel1) entered forwarding state [ 104.194829] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready [ 104.624934] br0: port 3(port-channel1) entered disabled state [ 105.856436] wlan: [1283:I:ANY] ieee80211_cbs_set_param: IEEE80211_CBS: state: 0 [ 105.912465] wlan: [1283:I:ANY] ieee80211_cbs_set_param: IEEE80211_CBS: state: 0 [ 105.968589] wlan: [1283:I:ANY] ieee80211_cbs_set_param: IEEE80211_CBS: state: 0 [ 105.988799] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 105.988855] br0: port 1(eth0) entered forwarding state [ 105.993589] br0: port 1(eth0) entered forwarding state [ 105.998910] coplane_device_notifier: adding eth0 [ 106.004785] br0: port 1(eth0) entered forwarding state [ 106.145972] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 106.146028] br0: port 2(eth1) entered forwarding state [ 106.150748] br0: port 2(eth1) entered forwarding state [ 106.164796] br0: port 2(eth1) entered forwarding state [ 106.167792] coplane_device_notifier: adding eth1 [ 106.206605] device eth1 left promiscuous mode [ 106.206736] br0: port 2(eth1) entered disabled state [ 106.318445] device eth1 entered promiscuous mode [ 106.318642] br0: port 2(eth1) entered forwarding state [ 106.322160] br0: port 2(eth1) entered forwarding state [ 106.334807] br0: port 2(eth1) entered forwarding state [ 106.554933] br0: port 1(eth0) entered disabled state [ 106.555291] br0: port 2(eth1) entered disabled state [ 107.152657] ECM-caos Skip STA to STA NSS Offload [0] [ 107.534854] br0: port 1(eth0) entered disabled state [ 107.535825] coplane_device_notifier: deleting eth0 [ 107.758274] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 107.758458] coplane_device_notifier: adding eth0 [ 108.229546] IPv6: ADDRCONF(NETDEV_UP): br0.1: link is not ready udhcpc: started, v1.33.1 udhcpc: sending discover [ 111.184911] nss-dp 3a001800.dp1 eth0: PHY Link up speed: 1000 [ 111.184999] br0: port 1(eth0) entered forwarding state [ 111.189688] br0: port 1(eth0) entered forwarding state [ 111.195253] IPv6: ADDRCONF(NETDEV_CHANGE): br0.1: link becomes ready [ 111.204802] br0: port 1(eth0) entered forwarding state Wed Mar 5 23:58:45 UTC 2025 renew-wan-ip.sh: sending SIGUSR1 to 1802 udhcpc: performing DHCP renew udhcpc: sending discover udhcpc: sending discover 23.58.50.416874 MCSD plugin info : Initializing plugin manager [ 116.434466] mc_attach: enabled snooping on br0. [ 116.434749] mc_attach: enabled snooping on br1. [ 116.437968] mc_attach: enabled snooping on br2. udhcpc: sending discover
OpenWrt bootlog
Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.XF.0.3-00098-IPQ60xxLZB-1 S - IMAGE_VARIANT_STRING=IPQ6018LA S - OEM_IMAGE_VERSION_STRING=crm-ubuntu121 S - Boot Interface: SPI S - Secure Boot: Off S - Boot Config @ 0x000a602c = 0x000002e1 S - JTAG ID @ 0x000a607c = 0x0013a0e1 S - OEM ID @ 0x000a6080 = 0x00000000 S - Serial Number @ 0x000a4128 = 0xcbbc9574 S - OEM Config Row 0 @ 0x000a4188 = 0x0000000000000000 S - OEM Config Row 1 @ 0x000a4190 = 0x0000000000000000 S - Feature Config Row 0 @ 0x000a4130 = 0x0000000008000001 S - Feature Config Row 1 @ 0x000a4138 = 0x02c3e83383000009 S - PBL Patch Ver: 1 S - I-cache: On S - D-cache: On B - 3413 - PBL, Start B - 592 - bootable_media_detect_entry, Start B - 4339 - bootable_media_detect_success, Start B - 4435 - elf_loader_entry, Start B - 4607 - auth_hash_seg_entry, Start B - 10853 - auth_hash_seg_exit, Start B - 11347 - elf_segs_hash_verify_entry, Start B - 357980 - elf_segs_hash_verify_exit, Start B - 362170 - auth_xbl_sec_hash_seg_entry, Start B - 362315 - auth_xbl_sec_hash_seg_exit, Start B - 368863 - xbl_sec_segs_hash_verify_entry, Start B - 368864 - xbl_sec_segs_hash_verify_exit, Start B - 369794 - PBL, End B - 295972 - SBL1, Start B - 435814 - GCC [RstStat:0x10, RstDbg:0x700100] WDog Stat : 0x4 B - 438254 - clock_init, Start D - 3568 - clock_init, Delta B - 447984 - boot_flash_init, Start D - 8113 - boot_flash_init, Delta B - 458323 - sbl1_ddr_set_default_params, Start D - 274 - sbl1_ddr_set_default_params, Delta B - 464942 - boot_config_data_table_init, Start D - 1891 - boot_config_data_table_init, Delta - (575 Bytes) B - 474061 - CDT Version:2,Platform ID:8,Major ID:3,Minor ID:0,Subtype:2 B - 479612 - Image Load, Start D - 6619 - OEM_MISC Image Loaded, Delta - (0 Bytes) B - 488945 - Image Load, Start D - 5063 - PMIC Image Loaded, Delta - (0 Bytes) B - 496814 - sbl1_ddr_set_params, Start B - 501816 - CPR configuration: 0x555 B - 505019 - Pre_DDR_clock_init, Start D - 183 - Pre_DDR_clock_init, Delta D - 0 - sbl1_ddr_set_params, Delta B - 540094 - Image Load, Start D - 518 - APDP Image Loaded, Delta - (0 Bytes) B - 558943 - Image Load, Start D - 518 - QTI_MISC Image Loaded, Delta - (0 Bytes) B - 561444 - Image Load, Start D - 824 - Auth Metadata D - 610 - Segments hash check D - 29280 - QSEE Dev Config Image Loaded, Delta - (36490 Bytes) B - 592676 - Image Load, Start D - 6558 - Auth Metadata D - 10461 - Segments hash check D - 815875 - QSEE Image Loaded, Delta - (1436620 Bytes) B - 1409069 - Image Load, Start D - 671 - Auth Metadata D - 946 - Segments hash check D - 64050 - RPM Image Loaded, Delta - (102800 Bytes) B - 1474766 - Image Load, Start D - 610 - Auth Metadata D - 3019 - Segments hash check D - 296491 - APPSBL Image Loaded, Delta - (530485 Bytes) B - 1788764 - SBL1, End D - 1493188 - SBL1, Delta S - Flash Throughput, 1000 KB/s (2107642 Bytes, 1121446 us) S - Core 0 Frequency, 800 MHz S - DDR Frequency, 466 MHz U-Boot Jaguar 2016.01 v2.6.0c (Jan 05 2024 - 12:36:44 +0000), Build: jenkins-Enterprise_Wi-Fi-Official-6.x-154 DRAM: smem ram ptable found: ver: 2 len: 4 1 GiB NAND: ONFI device found ID = 1590aac2 Vendor = c2 Device = aa SPI_ADDR_LEN=3 SF: Detected W25Q128FW with page size 256 Bytes, erase size 4 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x1000000 272 MiB MMC: sdhci: Node Not found, skipping initialization PCI Link Intialized In: serial@78B1000 Out: serial@78B1000 Err: serial@78B1000 machid: 8030002 Jaguar Hardware ID: 0x3 mec_events: returning 2 events Erasing SPI flash...Writing to SPI flash...done Setting MAC Address from mfginfo to b4:a2:5c:1b:a8:8b Erasing SPI flash...Writing to SPI flash...done ubi0: attaching mtd2 ubi0: scanning is finished ubi0: attached mtd2 (name "mtd=0", size 96 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 768, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1777933845 ubi0: available PEBs: 1, total reserved PEBs: 767, PEBs reserved for bad PEB handling: 39 Read 0 bytes from volume kernel to 44000000 No size specified -> Using max size (5332992) ## Loading kernel from FIT Image at 44000000 ... Using 'config@cp01-c3-xv3-4' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-6.12.87 Type: Kernel Image Compression: gzip compressed Data Start: 0x440000e8 Data Size: 5247602 Bytes = 5 MiB Architecture: AArch64 OS: Linux Load Address: 0x41000000 Entry Point: 0x41000000 Hash algo: crc32 Hash value: e75a7d00 Hash algo: sha1 Hash value: e23b0e72be10c26b51ff40fd463685ffd0a8fe05 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 44000000 ... Using 'config@cp01-c3-xv3-4' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt cambiumnetworks_xe3-4 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x445014a4 Data Size: 34674 Bytes = 33.9 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 8e154404 Hash algo: sha1 Hash value: 2475d5e3d11c4c7016c9c968b05a7b512c651358 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x445014a4 Uncompressing Kernel Image ... OK Loading Device Tree to 484f4000, end 484ff771 ... OK fdt-fixup: unable to find compatible node Using machid 0x8030002 from environment Starting kernel ... Jumping to AARCH64 kernel via monitor [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014] [ 0.000000] Linux version 6.12.87 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r32933-4ccb782af7) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Wed May 13 22:42:09 2026 [ 0.000000] Machine model: Cambium Networks XE3-4 [ 0.000000] OF: reserved mem: 0x0000000000060000..0x0000000000065fff (24 KiB) nomap non-reusable memory@60000 [ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable memory@40000000 [ 0.000000] OF: reserved mem: 0x000000004a100000..0x000000004a4fffff (4096 KiB) nomap non-reusable bootloader@4a100000 [ 0.000000] OF: reserved mem: 0x000000004a500000..0x000000004a5fffff (1024 KiB) nomap non-reusable sbl@4a500000 [ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable memory@4a600000 [ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable memory@4aa00000 [ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004fffffff (87040 KiB) nomap non-reusable memory@4ab00000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000040ffffff] [ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a0fffff] [ 0.000000] node 0: [mem 0x000000004a100000-0x000000004fffffff] [ 0.000000] node 0: [mem 0x0000000050000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 20 pages/cpu s43288 r8192 d30440 u81920 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 cnss2.bdf_pci0=0xab ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait root=/dev/ubiblock0_1 [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 262144 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 1MB [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x000000007eb00000-0x000000007ec00000] (1MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: 0xffffffc080010000 [ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479] [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000095] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000107] pid_max: default: 32768 minimum: 301 [ 0.005182] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.005197] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.010116] rcu: Hierarchical SRCU implementation. [ 0.010124] rcu: Max phase no-delay instances is 1000. [ 0.010415] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.010812] smp: Bringing up secondary CPUs ... [ 0.011479] Detected VIPT I-cache on CPU1 [ 0.011583] CPU1: Booted secondary processor 0x0000000001 [0x51af8014] [ 0.012342] Detected VIPT I-cache on CPU2 [ 0.012415] CPU2: Booted secondary processor 0x0000000002 [0x51af8014] [ 0.013109] Detected VIPT I-cache on CPU3 [ 0.013180] CPU3: Booted secondary processor 0x0000000003 [0x51af8014] [ 0.013264] smp: Brought up 1 node, 4 CPUs [ 0.013272] SMP: Total of 4 processors activated. [ 0.013276] CPU: All CPU(s) started at EL1 [ 0.013280] CPU features: detected: 32-bit EL0 Support [ 0.013285] CPU features: detected: CRC32 instructions [ 0.013332] alternatives: applying system-wide alternatives [ 0.013522] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.013774] Memory: 896844K/1048576K available (8896K kernel code, 900K rwdata, 1908K rodata, 960K init, 304K bss, 148248K reserved, 0K cma-reserved) [ 0.021180] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.021205] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.021323] 29472 pages in range for non-PLT usage [ 0.021327] 520992 pages in range for PLT usage [ 0.023457] pinctrl core: initialized pinctrl subsystem [ 0.027799] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.028402] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.028454] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.028489] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.028881] thermal_sys: Registered thermal governor 'step_wise' [ 0.028942] cpuidle: using governor menu [ 0.029169] ASID allocator initialised with 65536 entries [ 0.035798] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000 [ 0.098865] SCSI subsystem initialized [ 0.099063] usbcore: registered new interface driver usbfs [ 0.099102] usbcore: registered new interface driver hub [ 0.099152] usbcore: registered new device driver usb [ 0.099452] qcom_scm: convention: smc arm 64 [ 0.101316] clocksource: Switched to clocksource arch_sys_counter [ 0.105214] NET: Registered PF_INET protocol family [ 0.105373] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.108256] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.108281] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.108296] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.108380] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.108649] TCP: Hash tables configured (established 8192 bind 8192) [ 0.108960] MPTCP token hash table entries: 1024 (order: 3, 24576 bytes, linear) [ 0.109129] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.109167] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.109474] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.109509] PCI: CLS 0 bytes, default 64 [ 0.111051] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [ 0.111810] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.111818] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.114589] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.118671] qcom-qusb2-phy 59000.qusb: supply vdd not found, using dummy regulator [ 0.118802] qcom-qusb2-phy 59000.qusb: supply vdda-pll not found, using dummy regulator [ 0.118842] qcom-qusb2-phy 59000.qusb: supply vdda-phy-dpdm not found, using dummy regulator [ 0.120721] qcom-pcie 20000000.pcie: host bridge /soc@0/pcie@20000000 ranges: [ 0.120779] qcom-pcie 20000000.pcie: IO 0x0020200000..0x002020ffff -> 0x0000000000 [ 0.120806] qcom-pcie 20000000.pcie: MEM 0x0020220000..0x002fffffff -> 0x0020220000 [ 0.126302] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.129935] msm_serial 78b1000.serial: msm_serial: detected port #0 [ 0.130056] msm_serial 78b1000.serial: uartclk = 1843199 [ 0.130423] 78b1000.serial: ttyMSM0 at MMIO 0x78b1000 (irq = 21, base_baud = 115199) is a MSM [ 0.130505] msm_serial: console setup on port #0 [ 0.130551] printk: legacy console [ttyMSM0] enabled [ 0.243037] qcom-pcie 20000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G [ 0.244631] msm_serial: driver initialized [ 0.471318] qcom-pcie 20000000.pcie: PCIe Gen.3 x1 link up [ 0.925453] qcom-pcie 20000000.pcie: PCI host bridge to bus 0000:00 [ 0.930597] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.936764] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.942320] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff] [ 0.948540] pci 0000:00:00.0: [17cb:1003] type 01 class 0x060400 PCIe Root Port [ 0.955352] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x00000fff] [ 0.962550] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.968440] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 0.973656] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 0.979902] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 0.986732] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.997251] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000 PCIe Endpoint [ 1.000553] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x001fffff 64bit] [ 1.008149] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.014251] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link) [ 1.020634] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff]: assigned [ 1.034947] pci 0000:00:00.0: BAR 0 [mem 0x20220000-0x20220fff]: assigned [ 1.042589] pci 0000:01:00.0: BAR 0 [mem 0x20400000-0x205fffff 64bit]: assigned [ 1.049384] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.056468] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff] [ 1.061682] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 1.068611] pci_bus 0000:00: resource 5 [mem 0x20220000-0x2fffffff] [ 1.074002] pci_bus 0000:01: resource 1 [mem 0x20400000-0x205fffff] [ 1.082708] pcieport 0000:00:00.0: PME: Signaling with IRQ 24 [ 1.086783] pcieport 0000:00:00.0: AER: enabled with IRQ 24 [ 1.091004] loop: module loaded [ 1.099047] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xaa [ 1.100904] nand: Macronix MX30UF2G18AC [ 1.107532] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.111079] qcom-nandc 79b0000.nand-controller: Opcode not supported: 238 [ 1.118748] Block protection check failed [ 1.125838] 4 fixed-partitions partitions found on MTD device qcom_nand.0 [ 1.129554] Creating 4 MTD partitions on "qcom_nand.0": [ 1.136380] 0x000000000000-0x000006000000 : "rootfs" [ 1.211424] mtd: setting mtd0 (rootfs) as root device [ 1.211721] mtdsplit: no squashfs found in "rootfs" [ 1.215468] 0x000006000000-0x00000c000000 : "rootfs_1" [ 1.290030] 0x00000c000000-0x00000f000000 : "NVRAM" [ 1.325260] 0x00000f000000-0x000010000000 : "crashLog" [ 1.340701] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.341661] spi-nor spi0.0: found w25q128fw, expected n25q128a11 [ 1.348036] 16 fixed-partitions partitions found on MTD device spi0.0 [ 1.352842] Creating 16 MTD partitions on "spi0.0": [ 1.359154] 0x000000000000-0x0000000c0000 : "0:SBL1" [ 1.364387] 0x0000000c0000-0x0000000d0000 : "0:MIBIB" [ 1.369467] 0x0000000d0000-0x0000000f0000 : "0:BOOTCONFIG" [ 1.374431] 0x0000000f0000-0x000000110000 : "0:BOOTCONFIG1" [ 1.379776] 0x000000110000-0x0000002b0000 : "0:QSEE" [ 1.385270] 0x0000002b0000-0x000000450000 : "0:QSEE_1" [ 1.390481] 0x000000450000-0x000000460000 : "0:DEVCFG" [ 1.395418] 0x000000460000-0x000000470000 : "mfginfo" [ 1.400535] 0x000000470000-0x0000004b0000 : "0:RPM" [ 1.405715] 0x0000004b0000-0x0000004f0000 : "0:RPM_1" [ 1.410392] 0x0000004f0000-0x000000500000 : "0:CDT" [ 1.415623] 0x000000500000-0x000000510000 : "0:CDT_1" [ 1.420230] 0x000000510000-0x000000520000 : "0:APPSBLENV" [ 1.425606] 0x000000520000-0x0000005c0000 : "0:APPSBL" [ 1.430837] 0x0000005c0000-0x000000660000 : "0:APPSBL_1" [ 1.435906] 0x000000660000-0x0000006e0000 : "0:ART" [ 1.613877] i2c_dev: i2c /dev entries driver [ 1.620162] sdhci: Secure Digital Host Controller Interface driver [ 1.620203] sdhci: Copyright(c) Pierre Ossman [ 1.625264] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.630125] sdhci_msm 7804000.mmc: Got CD GPIO [ 1.633776] remoteproc remoteproc0: releasing cd00000.remoteproc [ 1.657441] NET: Registered PF_INET6 protocol family [ 1.658934] Segment Routing with IPv6 [ 1.661552] In-situ OAM (IOAM) with IPv6 [ 1.665100] NET: Registered PF_PACKET protocol family [ 1.669051] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.671470] mmc0: SDHCI controller on 7804000.mmc [7804000.mmc] using ADMA 64-bit [ 1.674152] 8021q: 802.1Q VLAN Support v1.8 [ 1.728485] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 864000 KHz [ 1.730653] remoteproc remoteproc0: cd00000.remoteproc is available [ 1.738434] ubi0: attaching mtd0 [ 2.165299] ubi0: scanning is finished [ 2.201809] ubi0: attached mtd0 (name "rootfs", size 96 MiB) [ 2.201846] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.206539] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.213248] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.220081] ubi0: good PEBs: 768, bad PEBs: 0, corrupted PEBs: 0 [ 2.226866] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 2.233117] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1777933845 [ 2.240138] ubi0: available PEBs: 0, total reserved PEBs: 768, PEBs reserved for bad PEB handling: 40 [ 2.249446] ubi0: background thread "ubi_bgt0d" started, PID 664 [ 2.250109] block ubiblock0_1: created from ubi0:1(ro\FF[ 2.272646] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.272945] Freeing unused kernel memory: 960K [ 2.278911] Run /sbin/init as init process [ 2.427784] init: Console is alive [ 2.427909] init: - watchdog - [ 2.771342] random: crng init done [ 2.850174] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.927469] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 2.994496] ssdk_dt_parse_port_bmp[1064]:INFO:port_bmp doesn't exist! [ 2.994544] ssdk_dt_parse_interrupt[942]:INFO:intr-gpio does not exist [ 3.361725] __adpt_hppe_uniphy_psgmii_mode_set[1194]:INFO:uniphy 0 psgmii channel selection [ 3.476443] regi_init[2525]:INFO:Initializing CPPE Done!! [ 3.476536] regi_init[2574]:INFO:qca-ssdk module init succeeded! [ 3.483194] EDMA ver 1 hw init [ 3.487112] EDMA HW Reset completed succesfully [ 3.489782] Num rings - TxDesc:1 (23-23) TxCmpl:1 (23-23) [ 3.494203] RxDesc:1 (15-15) RxFill:1 (7-7) [ 3.673368] Qualcomm QCA8072 90000.mdio-1:03: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:03, irq=POLL) [ 3.757447] Qualcomm QCA8081 90000.mdio-1:18: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:18, irq=POLL) [ 3.758492] ********************************************************** [ 3.766378] * NSS Data Plane driver [ 3.772871] ********************************************************** [ 3.787056] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 3.787107] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 3.791604] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports [ 3.798993] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000808000000010 [ 3.805304] xhci-hcd xhci-hcd.1.auto: irq 42, io mem 0x07000000 [ 3.814903] hub 1-0:1.0: USB hub found [ 3.820275] hub 1-0:1.0: 1 port detected [ 3.826090] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.830601] init: - preinit - Cannot parse config file '/etc/fw_env.config': No such file or directory Failed to find NVMEM device Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 7.602568] nss-dp 3a001800.dp5 lan1: PHY Link up speed: 1000 [ 8.642790] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 8.642928] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 867 [ 8.670783] UBIFS (ubi0:2): recovery needed [ 8.729110] UBIFS (ubi0:2): recovery completed [ 8.729205] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 8.732472] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 8.740357] UBIFS (ubi0:2): FS size: 75931648 bytes (72 MiB, 598 LEBs), max 608 LEBs, journal size 3809280 bytes (3 MiB, 30 LEBs) [ 8.750273] UBIFS (ubi0:2): reserved for root: 3586439 bytes (3502 KiB) [ 8.761886] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 927EF2A3-CE8E-40B3-94D7-EBB0A6F53EC1, small LPT model [ 8.772178] mount_root: switching to ubifs overlay [ 8.786518] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 8.791644] urandom-seed: Seeding with /etc/urandom.seed [ 8.850708] nss-dp 3a001800.dp5 lan1: PHY Link is down [ 8.856941] procd: - early - [ 8.857058] procd: - watchdog - [ 9.421205] procd: - watchdog - [ 9.422599] procd: - ubus - [ 9.576063] procd: - init - Please press Enter to activate this console. [ 9.929177] kmodloader: loading kernel modules from /etc/modules.d/* [ 10.072228] Loading modules backported from Linux version v6.18.26-0-g1fe060681 [ 10.072267] Backport generated by backports.git 6ecbb44 [ 10.085285] NET: Registered PF_QIPCRTR protocol family [ 10.121244] urngd: v1.0.2 started. [ 10.184906] PPP generic driver version 2.4.2 [ 10.185808] NET: Registered PF_PPPOX protocol family [ 10.217904] ath11k c000000.wifi: ipq6018 hw1.0 [ 10.217936] ath11k c000000.wifi: FW memory mode: 0 [ 10.263148] remoteproc remoteproc0: powering up cd00000.remoteproc [ 10.276473] remoteproc remoteproc0: Booting fw image IPQ6018/q6_fw.mdt, size 7340 [ 11.106649] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up [ 11.107883] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req [ 11.113676] ath11k_pci 0000:01:00.0: BAR 0 [mem 0x20400000-0x205fffff 64bit]: assigned [ 11.113710] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff [ 11.121356] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002) [ 11.129204] ath11k c000000.wifi: fw_version 0x25008f8e fw_build_timestamp 2024-03-01 03:54 fw_build_id WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3 [ 11.138501] ath11k_pci 0000:01:00.0: MSI vectors: 16 [ 11.156999] ath11k_pci 0000:01:00.0: qcn9074 hw1.0 [ 11.162002] ath11k_pci 0000:01:00.0: FW memory mode: 0 [ 11.358831] mhi mhi0: Requested to power ON [ 11.358886] mhi mhi0: Power on setup success [ 11.971349] mhi mhi0: Wait for device to enter SBL or Mission mode [ 12.262117] kmodloader: done loading kernel modules from /etc/modules.d/* [ 12.285659] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 12.285711] ath11k_pci 0000:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id [ 12.981153] ath11k_pci 0000:01:00.0: htt event 48 not handled [ 14.917051] br-lan: port 1(lan1) entered blocking state [ 14.917096] br-lan: port 1(lan1) entered disabled state [ 14.921162] nss-dp 3a001800.dp5 lan1: entered allmulticast mode [ 14.926662] nss-dp 3a001800.dp5 lan1: entered promiscuous mode [ 14.936632] br-lan: port 2(lan2) entered blocking state [ 14.938112] br-lan: port 2(lan2) entered disabled state [ 14.943376] nss-dp 3a001600.dp4 lan2: entered allmulticast mode [ 14.948698] nss-dp 3a001600.dp4 lan2: entered promiscuous mode [ 15.234892] br-lan: port 3(phy0-ap0) entered blocking state [ 15.234936] br-lan: port 3(phy0-ap0) entered disabled state [ 15.239319] ath11k c000000.wifi phy0-ap0: entered allmulticast mode [ 15.245180] ath11k c000000.wifi phy0-ap0: entered promiscuous mode [ 15.251316] br-lan: port 3(phy0-ap0) entered blocking state [ 15.257363] br-lan: port 3(phy0-ap0) entered forwarding state [ 15.281498] br-lan: port 3(phy0-ap0) entered disabled state [ 15.578585] br-lan: port 4(phy1-ap0) entered blocking state [ 15.578628] br-lan: port 4(phy1-ap0) entered disabled state [ 15.583086] ath11k c000000.wifi phy1-ap0: entered allmulticast mode [ 15.588818] ath11k c000000.wifi phy1-ap0: entered promiscuous mode [ 15.594956] br-lan: port 4(phy1-ap0) entered blocking state [ 15.601033] br-lan: port 4(phy1-ap0) entered forwarding state [ 15.717776] br-lan: port 4(phy1-ap0) entered disabled state [ 15.988249] br-lan: port 5(phy2-ap0) entered blocking state [ 15.988290] br-lan: port 5(phy2-ap0) entered disabled state [ 15.992720] ath11k_pci 0000:01:00.0 phy2-ap0: entered allmulticast mode [ 15.998375] ath11k_pci 0000:01:00.0 phy2-ap0: entered promiscuous mode [ 16.005024] br-lan: port 5(phy2-ap0) entered blocking state [ 16.011401] br-lan: port 5(phy2-ap0) entered forwarding state [ 16.018409] br-lan: port 5(phy2-ap0) entered disabled state [ 18.072851] nss-dp 3a001800.dp5 lan1: PHY Link up speed: 1000 [ 18.073029] br-lan: port 1(lan1) entered blocking state [ 18.077593] br-lan: port 1(lan1) entered forwarding state [ 18.161235] br-lan: port 4(phy1-ap0) entered blocking state [ 18.161283] br-lan: port 4(phy1-ap0) entered forwarding state [ 18.393140] br-lan: port 6(phy1-ap1) entered blocking state [ 18.393183] br-lan: port 6(phy1-ap1) entered disabled state [ 18.397563] ath11k c000000.wifi phy1-ap1: entered allmulticast mode [ 18.403347] ath11k c000000.wifi phy1-ap1: entered promiscuous mode [ 18.411276] br-lan: port 6(phy1-ap1) entered blocking state [ 18.415582] br-lan: port 6(phy1-ap1) entered forwarding state [ 18.422055] ath11k c000000.wifi phy1-ap1: left allmulticast mode [ 18.426982] ath11k c000000.wifi phy1-ap1: left promiscuous mode [ 18.433190] br-lan: port 6(phy1-ap1) entered disabled state [ 18.440780] br-lan: port 6(phy1-ap1) entered blocking state [ 18.444279] br-lan: port 6(phy1-ap1) entered disabled state [ 18.449812] ath11k c000000.wifi phy1-ap1: entered allmulticast mode [ 18.455530] ath11k c000000.wifi phy1-ap1: entered promiscuous mode [ 18.463727] br-lan: port 6(phy1-ap1) entered blocking state [ 18.467844] br-lan: port 6(phy1-ap1) entered forwarding state [ 18.523540] br-lan: port 7(phy1-ap2) entered blocking state [ 18.523579] br-lan: port 7(phy1-ap2) entered disabled state [ 18.527988] ath11k c000000.wifi phy1-ap2: entered allmulticast mode [ 18.533720] ath11k c000000.wifi phy1-ap2: entered promiscuous mode [ 18.541072] br-lan: port 7(phy1-ap2) entered blocking state [ 18.546000] br-lan: port 7(phy1-ap2) entered forwarding state [ 18.552854] ath11k c000000.wifi phy1-ap2: left allmulticast mode [ 18.557374] ath11k c000000.wifi phy1-ap2: left promiscuous mode [ 18.563573] br-lan: port 7(phy1-ap2) entered disabled state [ 18.570803] br-lan: port 7(phy1-ap2) entered blocking state [ 18.574640] br-lan: port 7(phy1-ap2) entered disabled state [ 18.580210] ath11k c000000.wifi phy1-ap2: entered allmulticast mode [ 18.585900] ath11k c000000.wifi phy1-ap2: entered promiscuous mode [ 18.592132] br-lan: port 7(phy1-ap2) entered blocking state [ 18.598237] br-lan: port 7(phy1-ap2) entered forwarding state [ 79.917325] br-lan: port 5(phy2-ap0) entered blocking state [ 79.917377] br-lan: port 5(phy2-ap0) entered forwarding state [ 80.542860] br-lan: port 8(phy2-ap1) entered blocking state [ 80.542904] br-lan: port 8(phy2-ap1) entered disabled state [ 80.547283] ath11k_pci 0000:01:00.0 phy2-ap1: entered allmulticast mode [ 80.553044] ath11k_pci 0000:01:00.0 phy2-ap1: entered promiscuous mode [ 80.567619] br-lan: port 8(phy2-ap1) entered blocking state [ 80.567656] br-lan: port 8(phy2-ap1) entered forwarding state [ 80.572244] br-lan: port 8(phy2-ap1) entered disabled state [ 80.579616] ath11k_pci 0000:01:00.0 phy2-ap1: left allmulticast mode [ 80.583345] ath11k_pci 0000:01:00.0 phy2-ap1: left promiscuous mode [ 80.589995] br-lan: port 8(phy2-ap1) entered disabled state [ 80.597627] br-lan: port 8(phy2-ap1) entered blocking state [ 80.601449] br-lan: port 8(phy2-ap1) entered disabled state [ 80.607018] ath11k_pci 0000:01:00.0 phy2-ap1: entered allmulticast mode [ 80.612765] ath11k_pci 0000:01:00.0 phy2-ap1: entered promiscuous mode [ 80.625555] br-lan: port 8(phy2-ap1) entered blocking state [ 80.625735] br-lan: port 8(phy2-ap1) entered forwarding state [ 627.782488] br-lan: port 3(phy0-ap0) entered blocking state [ 627.782545] br-lan: port 3(phy0-ap0) entered forwarding state [ 627.892265] br-lan: port 9(phy0-ap1) entered blocking state [ 627.892314] br-lan: port 9(phy0-ap1) entered disabled state [ 627.896790] ath11k c000000.wifi phy0-ap1: entered allmulticast mode [ 627.902606] ath11k c000000.wifi phy0-ap1: entered promiscuous mode [ 627.909889] br-lan: port 9(phy0-ap1) entered blocking state [ 627.914713] br-lan: port 9(phy0-ap1) entered forwarding state [ 627.920578] br-lan: port 9(phy0-ap1) entered disabled state [ 627.927657] ath11k c000000.wifi phy0-ap1: left allmulticast mode [ 627.931542] ath11k c000000.wifi phy0-ap1: left promiscuous mode [ 627.937811] br-lan: port 9(phy0-ap1) entered disabled state [ 627.945197] br-lan: port 9(phy0-ap1) entered blocking state [ 627.948945] br-lan: port 9(phy0-ap1) entered disabled state [ 627.954500] ath11k c000000.wifi phy0-ap1: entered allmulticast mode [ 627.960236] ath11k c000000.wifi phy0-ap1: entered promiscuous mode [ 627.966394] br-lan: port 9(phy0-ap1) entered blocking state [ 627.972532] br-lan: port 9(phy0-ap1) entered forwarding state BusyBox v1.37.0 (2026-05-13 22:42:09 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 25.12.4, r32933-4ccb782af7 Dave's Guitar ----------------------------------------------------- OpenWrt recently switched to the "apk" package manager! OPKG Command APK Equivalent Description ------------------------------------------------------------------ opkg install <pkg> apk add <pkg> Install a package opkg remove <pkg> apk del <pkg> Remove a package opkg upgrade apk upgrade Upgrade all packages opkg files <pkg> apk info -L <pkg> List package contents opkg list-installed apk info List installed packages opkg update apk update Update package lists opkg search <pkg> apk search <pkg> Search for packages ------------------------------------------------------------------ For more information visit: https://openwrt.org/docs/guide-user/additional-software/opkg-to-apk-cheatsheet root@OpenWrt2:~# poweroff root@OpenWrt2:~# [ 2680.715903] br-lan: port 9(phy0-ap1) entered disabled state [ 2680.754118] ath11k c000000.wifi phy0-ap1 (unregistering): left allmulticast mode [ 2680.754169] ath11k c000000.wifi phy0-ap1 (unregistering): left promiscuous mode [ 2680.760609] br-lan: port 9(phy0-ap1) entered disabled state [ 2680.955717] br-lan: port 8(phy2-ap1) entered disabled state [ 2680.955802] br-lan: port 7(phy1-ap2) entered disabled state [ 2680.960135] br-lan: port 6(phy1-ap1) entered disabled state [ 2680.965707] br-lan: port 5(phy2-ap0) entered disabled state [ 2680.971238] br-lan: port 4(phy1-ap0) entered disabled state [ 2680.976795] br-lan: port 3(phy0-ap0) entered disabled state [ 2680.982358] br-lan: port 1(lan1) entered disabled state [ 2680.989860] nss-dp 3a001800.dp5 lan1: left allmulticast mode [ 2680.993096] nss-dp 3a001800.dp5 lan1: left promiscuous mode [ 2680.999092] br-lan: port 1(lan1) entered disabled state [ 2681.005221] nss-dp 3a001800.dp5 lan1: PHY Link is down [ 2681.012024] nss-dp 3a001600.dp4 lan2: left allmulticast mode [ 2681.014743] nss-dp 3a001600.dp4 lan2: left promiscuous mode [ 2681.020593] br-lan: port 2(lan2) entered disabled state [ 2681.041528] ath11k c000000.wifi phy0-ap0: left allmulticast mode [ 2681.041579] ath11k c000000.wifi phy0-ap0: left promiscuous mode [ 2681.046735] br-lan: port 3(phy0-ap0) entered disabled state [ 2681.052751] ath11k c000000.wifi phy1-ap0: left allmulticast mode [ 2681.057825] ath11k c000000.wifi phy1-ap0: left promiscuous mode [ 2681.064103] br-lan: port 4(phy1-ap0) entered disabled state [ 2681.070085] ath11k c000000.wifi phy1-ap1: left allmulticast mode [ 2681.075269] ath11k c000000.wifi phy1-ap1: left promiscuous mode [ 2681.081531] br-lan: port 6(phy1-ap1) entered disabled state [ 2681.087607] ath11k c000000.wifi phy1-ap2: left allmulticast mode [ 2681.092704] ath11k c000000.wifi phy1-ap2: left promiscuous mode [ 2681.099023] br-lan: port 7(phy1-ap2) entered disabled state [ 2681.104995] ath11k_pci 0000:01:00.0 phy2-ap0: left allmulticast mode [ 2681.110152] ath11k_pci 0000:01:00.0 phy2-ap0: left promiscuous mode [ 2681.116788] br-lan: port 5(phy2-ap0) entered disabled state [ 2681.123154] ath11k_pci 0000:01:00.0 phy2-ap1: left allmulticast mode [ 2681.128324] ath11k_pci 0000:01:00.0 phy2-ap1: left promiscuous mode [ 2681.134941] br-lan: port 8(phy2-ap1) entered disabled state [ 2685.583308] remoteproc remoteproc0: stopped remote processor cd00000.remoteproc
Notes
Space for additional notes, links to forum threads or other resources.
- ...




