Ubiquiti afi-aln-r 1
The Ubiquiti Amplifi Alien Router is router 802.11AX router with one wan port and four lan ports It is fitted with LCM (local control module) with ability to control and monitor the device and network. The LCM module has haptics with vibration feedback. Built in speaker for boot sounds and alarms. Customizable green led display band around the bottom. Direct mains entry (no power adaptor). Built in cooling fan.
- Dual-Band Wi-Fi 6.
- Five Ethernet ports 1× 1Gigabit wan and 4× Gigabit lan
- Based on the Qualcomm IPQ8074A SoC, AP-HK01-C1 reference design.
- Dual firmware with U-boot HTTP based recovery.
Manufacture info:
OpenWrt support
Not supported.
Supporting activities
- OpenWrt forum thread: (https://forum.openwrt.org/t/ipq8074a-add-support-for-ubiquiti-amplifi-alien-router/230912)
Experimental firmware
List experimental firmware download links here.
- External image store (https://github.com/professor-jonny/images/tree/main/alien)
Hardware highlights
| CPU | Ram (DDR3) | Flash (Nor/Nand) | Network | WLAN 2.5G | WLAN 5G | Serial |
|---|---|---|---|---|---|---|
| IPQ8074A @2.2ghz | 1024MB | 64/256MB | 5 | B/G/N/AX | A/N/AC/AX | Yes |
if info available: uncomment and fill in
Installation
Installing OpenWrt Part 1 of 2 (load intraramfs)
- Download and copy the initramfs image to your PC's TFTP server folder.
- connect up your serial port and set up a connection with a terminal program such as SmarTTY
- Plug the router into your computer using an ethernet cable
- set your pc's IP address to the below settings:
- static 192.168.1.2.
- power the router and quickly type the magic string “tpl” and press enter to break into u-boot
- in the shell set the environment variables to enable tftpbooting
- setenv ipaddr 192.168.1.1
- setenv serverip 192.168.1.2
- In the shell run the below command to initiate the image transfer:
- this will load your image to memory as location 044000000 in ram
- tftpboot 0x44000000 192.168.1.2:openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb
- your image will now upload to your ram ready to boot.
- run (bootm) and your image will now load.
Installing OpenWrt Part 2 of 2 (Flash image)
- Download a copy of the sysupgrade.bin image file to your pc.
- load up the routers http managment interface (192.168.1.0.
- select system> backup flash firmware> Flash new firmware image.
- select browse and load the previously downloaded sysupgrade image.
- select upgrade.
- wait for it to complete and reboot your router.
Buttons
The Ubiquiti afi-aln-r has the following buttons:
| BUTTON | Event | info |
|---|---|---|
| Reset | reset | GPIO61 |
Hardware
Sys Info
| Architecture | ARMv8-A (aarch64 Cortex A53, 4 cores) |
|---|---|
| Vendor | Qualcomm |
| Bootloader | U-Boot (2016) |
| System-On-Chip | Qualcomm IPQ8074A (Networking Pro 1210 platform) |
| CPU/Speed | 2.2GHZ |
| Flash-Chip 1 | MX25U6435F (64Mb SPI-NOR) |
| Flash-Chip 2 | W29N02GZSIBA (256Mb NAND) |
| RAM-chip | 2* MT41K256M16TW-107:P D9SHD (1024Mb DDR3L) |
| WLAN System-On-Chip (5g) | 2* Qualcomm QCN5054 |
| WLAN Front end modules | 8* Qorvo QPF4588 |
| WLAN (5G) | A/N/AC/AX |
| WLAN Antenna (int) | 8* (4 shared with QCN5024) |
| WLAN System-On-Chip (2.4G) | Qualcomm QCN5024 |
| WLAN Front end modules | 4* Qorvo QPF4288 |
| WLAN (2.4G) | B/G/N/AX |
| WLAN Antenna (int) | 4* |
| Ethernet-phy (1Gbit) | Qualcomm QCA8075 |
| Ethernet (1Gbit) | 4 +1 |
| Switch | Embedded in the SOC (mac mode PSGMII) |
| Serial | 3.3v 8n1 (pin header) |
| Bluetooth | Qualcomm CSR8811 |
| BTcoex | 3 wire Bluetooth coexistence |
| Bluetooth Antenna (int) | 1* |
| Digital Temp Sensor | LM63 via i2c with pwm fan control (fitted on led board) |
| Fan | Sunnon (EF60071S1-C010-S99 5000 rpm) |
PCIe Module Info
| WLAN System-On-Chip (2.4G/5g) | Qualcomm QCN9984 |
|---|---|
| WLAN Front end modules | 4* Skyworks SKY85340-11 |
| WLAN (2.4G) | B/G/N/AC |
| WLAN Antenna (int) | 4* |
Note: The PCIe module is only fitted to US variants of the router and is limited to wifi 5 802.1 AC.
LCM Info
| System-On-Chip | STM32f769 |
|---|---|
| CPU/Speed | 8mhz |
| Flash-Chip 1 | Micronix MX25l25635fz2i (32Mb SPI-NOR) |
| RAM-chip | Winbond W9825G2JB-61 (32Mb SDRAM) |
Note: in the stock device the lcm module uses a binary in usr\bin called uictld to communicate with the lcd There is an init script uictld in etc\init.d that runs the service at boot?.
In usr\bin there is two scripts alien_lcm_dfu.sh that is used to put the lcm module in DFU mode for uploading new firmware and alien_lcm_fw_mount.sh that mounts the lcm firmware volume in the ubi partition in Nand flash the companion binary dfu-util seems to do the actual flashing.
The lcm module attaches to the mainboard via uart and has 3 gpio attached to it to control the reset, hwreset and boot0 pin of the stm32 chip as referenced in the scripts. The LCM module also control's and drives the speaker and the haptics/ vibration motor.
LED module Info
| System-On-Chip | SN8F26E611LA with embedded ICE/ISP |
|---|---|
| manufacturer | SONiX Technology Company |
| Function | custom I2s led driver |
The Sonix microcontroller acts a custom serial led controller, upon boot the led module has it's own startup sequence before the kernel module takes over.
Note: in the stock device the led module uses a kernel module afi_leds.ko to communicate with the led, it seems to add an sysfs entry for the led.
Flash Layout
SPI_NOR Partition Table
This is the result of cat /proc/mtd
| dev: | size | erasesize | name |
|---|---|---|---|
| mtd0: | 00050000 | 00010000 | “SBL1” |
| mtd1: | 00010000 | 00010000 | “MIBIB” |
| mtd2: | 00020000 | 00010000 | “BOOTCONFIG” |
| mtd3: | 00020000 | 00010000 | “BOOTCONFIG1” |
| mtd4: | 00180000 | 00010000 | “QSEE” |
| mtd5: | 00180000 | 00010000 | “QSEE_1” |
| mtd6: | 00010000 | 00010000 | “DEVCFG” |
| mtd7: | 00010000 | 00010000 | “DEVCFG_1” |
| mtd8: | 00010000 | 00010000 | “APDP” |
| mtd9: | 00010000 | 00010000 | “APDP_1” |
| mtd10: | 00040000 | 00010000 | “RPM” |
| mtd11: | 00040000 | 00010000 | “RPM_1” |
| mtd12: | 00010000 | 00010000 | “CDT” |
| mtd13: | 00010000 | 00010000 | “CDT_1” |
| mtd14: | 00010000 | 00010000 | “u-boot-env” |
| mtd15: | 000a0000 | 00010000 | “u-boot” |
| mtd16: | 000a0000 | 00010000 | “u-boot2” |
| mtd17: | 00040000 | 00010000 | “ART” |
| mtd18: | 00010000 | 00010000 | “eeprom” |
| mtd19: | 00070000 | 00010000 | “reserved” |
| mtd20: | 00010000 | 00010000 | “prst” |
NAND Partition Table
| mtd21: | 10000000 | 00020000 | “UBI” |
*Notes: The NAND is formatted as a UBI.MTD device with several partitions. * The device has an SMEM partition table and it is incorrect.
Photos
PCB shots:
Opening the case
Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...
Serial
→ port.serial general information about the serial port, serial port cable, etc.
- pin 1 BROWN is Ground (closest to edge of PCB)
- pin 2 BLACK is RX
- pin 3 WHITE is TX
- pin 4 N/C is VCC. (inner most edge of PCB)
| Serial connection parameters for Ubiquiti afi-aln-r 1 | 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
Bootlogs
OEM bootlog
[ 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 (jenkins@hive) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 149-0-geeac86ad1d) ) #0 SMP Wed Dec 11 14:42:45 2024 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Ignoring memory range 0x40000000 - 0x41000000 [ 0.000000] Reserved memory: OVERLAP DETECTED! [ 0.000000] wifi_dump@51000000 (0x0000000051000000--0x0000000051600000) overlaps with wigig_dump@51200000 (0x0000000051200000--0x0000000051600000) [ 0.000000] On node 0 totalpages: 228864 [ 0.000000] DMA zone: 3576 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 228864 pages, LIFO batch:31 [ 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] PERCPU: Embedded 14 pages/cpu @ffffffc03ef54000 s18840 r8192 d30312 u57344 [ 0.000000] pcpu-alloc: s18840 r8192 d30312 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 225288 [ 0.000000] Kernel command line: console=ttyMSM0,115200 ubi.mtd=ubi rootfstype=squashfs rootwait swiotlb=1 clk_ignore_unused loglevel=3 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.000000] software IO TLB [mem 0x7fe0c000-0x7fe4c000] (0MB) mapped at [ffffffc03ee0c000-ffffffc03ee4bfff] [ 0.000000] Memory: 885784K/915456K available (5615K kernel code, 516K rwdata, 3904K rodata, 208K init, 310K bss, 29672K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB) [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum) [ 0.000000] 0xffffffbdc0040000 - 0xffffffbdc1000000 ( 15 MB actual) [ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB) [ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB) [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB) [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc03f000000 ( 1008 MB) [ 0.000000] .init : 0xffffffc0009cd000 - 0xffffffc000a01000 ( 208 KB) [ 0.000000] .text : 0xffffffc000080000 - 0xffffffc0009cc534 ( 9522 KB) [ 0.000000] .data : 0xffffffc000a0a000 - 0xffffffc000a8b100 ( 517 KB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000004] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000417] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000428] pid_max: default: 32768 minimum: 301 [ 0.000516] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000525] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.001019] Initializing cgroup subsys io [ 0.001035] Initializing cgroup subsys memory [ 0.001063] Initializing cgroup subsys pids [ 0.001300] ASID allocator initialised with 65536 entries [ 0.002414] MSM Memory Dump base table set up [ 0.002431] MSM Memory Dump apps data table set up [ 0.003008] Detected VIPT I-cache on CPU1 [ 0.003051] CPU1: Booted secondary processor [410fd034] [ 0.003451] Detected VIPT I-cache on CPU2 [ 0.003478] CPU2: Booted secondary processor [410fd034] [ 0.003852] Detected VIPT I-cache on CPU3 [ 0.003878] CPU3: Booted secondary processor [410fd034] [ 0.003922] Brought up 4 CPUs [ 0.003945] SMP: Total of 4 processors activated. [ 0.003955] CPU: All CPU(s) started at EL1 [ 0.020512] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.020538] futex hash table entries: 1024 (order: 5, 131072 bytes) [ 0.020728] pinctrl core: initialized pinctrl subsystem [ 0.021616] NET: Registered protocol family 16 [ 0.049841] cpuidle: using governor ladder [ 0.079857] cpuidle: using governor menu [ 0.080008] vdso: 2 pages (1 code @ ffffffc000a11000, 1 data @ ffffffc000a10000) [ 0.080106] DMA: preallocated 256 KiB pool for atomic allocations [ 0.080229] CPU: IPQ8074A, SoC Version: 2.0 [ 0.080268] <CORE> glink_init: IPC Logging Disabled [ 0.080597] IPC logging disabled [ 0.080603] IPC logging disabled [ 0.080607] IPC logging disabled [ 0.080611] IPC logging disabled [ 0.080615] IPC logging disabled [ 0.083317] Soc version is not 1, changing clock offsets [ 0.091761] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.093819] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.096854] sps:sps is ready. [ 0.102559] spmi spmi-0: PMIC Arb Version-2 (0x20010000) [ 0.108416] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 0.108665] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid fuse count: 2 [ 0.140590] ACPI: Interpreter disabled. [ 0.142993] Advanced Linux Sound Architecture Driver Initialized. [ 0.143996] cfg80211: World regulatory domain updated: [ 0.144004] cfg80211: DFS Master region: unset [ 0.144010] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 0.144020] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 0.144029] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 0.144038] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 0.144047] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 0.144057] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 0.144065] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 0.144074] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 0.144082] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 0.144103] clocksource: Switched to clocksource arch_sys_counter [ 0.144419] pnp: PnP ACPI: disabled [ 0.147150] NET: Registered protocol family 2 [ 0.147589] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.147675] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.147820] TCP: Hash tables configured (established 8192 bind 8192) [ 0.147870] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.147905] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.148068] NET: Registered protocol family 1 [ 0.148104] PCI: CLS 0 bytes, default 128 [ 0.149228] Crashlog allocated RAM at address 0x4a300000 [ 0.155362] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.155378] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.158529] io scheduler noop registered [ 0.158541] io scheduler deadline registered (default) [ 0.160749] 20000000.pci supply vdda not found, using dummy regulator [ 0.160797] 20000000.pci supply vdda_phy not found, using dummy regulator [ 0.160832] 20000000.pci supply vdda_refclk not found, using dummy regulator [ 0.161358] PCI host bridge /soc/pci@20000000 ranges: [ 0.161381] IO 0x20200000..0x2020ffff -> 0x20200000 [ 0.161395] MEM 0x20220000..0x2fffffff -> 0x20220000 [ 1.315613] qcom-pcie 20000000.pci: phy link never came up [ 1.317170] qcom-pcie 20000000.pci: hostinit failed [ 1.317180] qcom-pcie 20000000.pci: cannot initialize host [ 1.317321] qcom-pcie: probe of 20000000.pci failed with error -110 [ 1.317457] 10000000.pci supply vdda not found, using dummy regulator [ 1.317494] 10000000.pci supply vdda_phy not found, using dummy regulator [ 1.317547] 10000000.pci supply vdda_refclk not found, using dummy regulator [ 1.318008] PCI host bridge /soc/pci@10000000 ranges: [ 1.318028] IO 0x10200000..0x1020ffff -> 0x10200000 [ 1.318041] MEM 0x10220000..0x1fffffff -> 0x10220000 [ 2.465607] qcom-pcie 10000000.pci: phy link never came up [ 2.467161] qcom-pcie 10000000.pci: hostinit failed [ 2.467171] qcom-pcie 10000000.pci: cannot initialize host [ 2.467271] qcom-pcie: probe of 10000000.pci failed with error -110 [ 2.472663] NET: Registered protocol family 27 [ 2.472675] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled [ 2.472689] qmi_log_init: IPC Logging disabled [ 2.472694] qmi_log_init: IPC Logging disabled [ 2.472786] msm_rpm_log_probe: OK [ 2.473740] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set [ 2.475242] msm_serial 78af000.serial: msm_serial: detected port #2 [ 2.475285] msm_serial 78af000.serial: uartclk = 19200000 [ 2.475324] 78af000.serial: ttyMSM2 at MMIO 0x78af000 (irq = 77, base_baud = 1200000) is a MSM [ 2.475570] msm_serial 78b3000.serial: msm_serial: detected port #0 [ 2.475599] msm_serial 78b3000.serial: uartclk = 3686400 [ 2.475630] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 78, base_baud = 230400) is a MSM [ 2.475647] msm_serial: console setup on port #0 [ 2.476107] console [ttyMSM0] enabled [ 2.476383] msm_serial 78b1000.serial: msm_serial: detected port #1 [ 2.476413] msm_serial 78b1000.serial: uartclk = 19200000 [ 2.476444] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 79, base_baud = 1200000) is a MSM [ 2.476754] msm_serial: driver initialized [ 2.477051] msm_serial_hsl_init: driver initialized [ 2.478498] ubnt_base_util init. [ 2.485226] brd: module loaded [ 2.485662] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 2.487127] m25p80 spi32766.0: mx25u6435f (8192 Kbytes) [ 2.487205] 21 ofpart partitions found on MTD device spi32766.0 [ 2.487212] Creating 21 MTD partitions on "spi32766.0": [ 2.487222] 0x000000000000-0x000000050000 : "SBL1" [ 2.487851] 0x000000050000-0x000000060000 : "MIBIB" [ 2.488414] 0x000000060000-0x000000080000 : "BOOTCONFIG" [ 2.488974] 0x000000080000-0x0000000a0000 : "BOOTCONFIG1" [ 2.489560] 0x0000000a0000-0x000000220000 : "QSEE" [ 2.490125] 0x000000220000-0x0000003a0000 : "QSEE_1" [ 2.490677] 0x0000003a0000-0x0000003b0000 : "DEVCFG" [ 2.491227] 0x0000003b0000-0x0000003c0000 : "DEVCFG_1" [ 2.491773] 0x0000003c0000-0x0000003d0000 : "APDP" [ 2.492335] 0x0000003d0000-0x0000003e0000 : "APDP_1" [ 2.492897] 0x0000003e0000-0x000000420000 : "RPM" [ 2.493465] 0x000000420000-0x000000460000 : "RPM_1" [ 2.494069] 0x000000460000-0x000000470000 : "CDT" [ 2.494660] 0x000000470000-0x000000480000 : "CDT_1" [ 2.495253] 0x000000480000-0x000000490000 : "u-boot-env" [ 2.495827] 0x000000490000-0x000000530000 : "u-boot" [ 2.496376] 0x000000530000-0x0000005d0000 : "u-boot2" [ 2.496937] 0x0000005d0000-0x000000610000 : "ART" [ 2.497494] 0x000000610000-0x000000620000 : "eeprom" [ 2.498061] 0x000000620000-0x000000690000 : "reserved" [ 2.498627] 0x000000690000-0x0000006a0000 : "prst" [ 2.500382] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa [ 2.500390] nand: ONFI 10-Compliant Winbond W29N02GZ [ 2.500398] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.500427] 1 ofpart partitions found on MTD device qcom_nand.0 [ 2.500433] Creating 1 MTD partitions on "qcom_nand.0": [ 2.500442] 0x000000000000-0x000010000000 : "ubi" [ 2.686675] libphy: Fixed MDIO Bus: probed [ 3.127357] qca-mdio 90000.mdio: Could not find phy-reset-gpio [ 3.127457] libphy: qca_mdio: probed [ 3.128602] qca-mdio 90000.mdio: qca-mdio driver was registered [ 3.128800] Unable to create IPC log context! [ 3.129069] cnss: Platform driver probed successfully. [ 3.129299] Skip QCA8074V1 in V2 platform [ 3.129408] cnss_genl: genl_register_family fail: -17 [ 3.129414] cnss: CNSS genl init failed -17 [ 3.129418] cnss: Platform driver probed successfully. [ 3.129569] i2c /dev entries driver [ 3.136672] sdhci: Secure Digital Host Controller Interface driver [ 3.136681] sdhci: Copyright(c) Pierre Ossman [ 3.136691] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.137573] [ 3.137573] Version Rollback Feature Disabled [ 3.138259] DEV CI test message [ 3.138696] subsys-restart: ssr_parse_restart_orders(): q6v5_m3 device has been added to q6v5-m3's restart group [ 3.138710] subsys-restart: ssr_parse_restart_orders(): q6v5_wcss device has been added to q6v5-m3's restart group [ 3.138784] remoteproc remoteproc0: q6v5-m3 is available [ 3.139060] of_graph_get_next_endpoint(): no port node found in /soc/csr@6001000 [ 3.139130] coresight-csr 6001000.csr: CSR initialized [ 3.139287] of_graph_get_next_endpoint(): no port node found in /soc/cti@6010000 [ 3.139435] of_graph_get_next_endpoint(): no port node found in /soc/cti@6011000 [ 3.139580] of_graph_get_next_endpoint(): no port node found in /soc/cti@6012000 [ 3.139720] of_graph_get_next_endpoint(): no port node found in /soc/cti@6013000 [ 3.139863] of_graph_get_next_endpoint(): no port node found in /soc/cti@6014000 [ 3.140004] of_graph_get_next_endpoint(): no port node found in /soc/cti@6015000 [ 3.140150] of_graph_get_next_endpoint(): no port node found in /soc/cti@6016000 [ 3.140290] of_graph_get_next_endpoint(): no port node found in /soc/cti@6017000 [ 3.140427] of_graph_get_next_endpoint(): no port node found in /soc/cti@6018000 [ 3.140573] of_graph_get_next_endpoint(): no port node found in /soc/cti@6019000 [ 3.140720] of_graph_get_next_endpoint(): no port node found in /soc/cti@601a000 [ 3.140868] of_graph_get_next_endpoint(): no port node found in /soc/cti@601b000 [ 3.141011] of_graph_get_next_endpoint(): no port node found in /soc/cti@601c000 [ 3.141154] of_graph_get_next_endpoint(): no port node found in /soc/cti@601d000 [ 3.141297] of_graph_get_next_endpoint(): no port node found in /soc/cti@601e000 [ 3.141451] of_graph_get_next_endpoint(): no port node found in /soc/cti@601f000 [ 3.141596] of_graph_get_next_endpoint(): no port node found in /soc/cti@6198000 [ 3.141844] of_graph_get_next_endpoint(): no port node found in /soc/cti@6199000 [ 3.142097] of_graph_get_next_endpoint(): no port node found in /soc/cti@619a000 [ 3.142379] of_graph_get_next_endpoint(): no port node found in /soc/cti@619b000 [ 3.142699] of_graph_get_next_endpoint(): no port node found in /soc/cti@610c000 [ 3.143012] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000006044000 [ 3.143020] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000006044000 [ 3.143032] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000006044000 [ 3.143044] sps:BAM 0x0000000006044000 is registered.<6>[ 3.143270] coresight-tmc 6028000.tmc: TMC initialized [ 3.143608] coresight-tmc 6027000.tmc: TMC initialized [ 3.143864] coresight-funnel 6021000.funnel: FUNNEL initialized [ 3.144091] coresight-funnel 6100000.funnel: FUNNEL initialized [ 3.144275] coresight-funnel 6120000.funnel: FUNNEL initialized [ 3.144466] coresight-funnel 6130000.funnel: FUNNEL initialized [ 3.144661] coresight-funnel 61a1000.funnel: FUNNEL initialized [ 3.145366] coresight-etm4x 619c000.etm: ETM 4.0 initialized [ 3.145851] coresight-etm4x 619d000.etm: ETM 4.0 initialized [ 3.146372] coresight-etm4x 619e000.etm: ETM 4.0 initialized [ 3.146940] coresight-etm4x 619f000.etm: ETM 4.0 initialized [ 3.147151] coresight-replicator-qcom 6026000.replicator: REPLICATOR 1.0 initialized [ 3.147458] coresight-stm 6002000.stm: STM initialized [ 3.148602] of_graph_get_next_endpoint(): no port node found in /soc/hwevent@6101000 [ 3.148698] coresight-hwevent 6101000.hwevent: Hardware Event driver initialized [ 3.152000] NET: Registered protocol family 10 [ 3.152724] NET: Registered protocol family 17 [ 3.152771] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 3.152805] Bridge firewalling registered [ 3.152816] 8021q: 802.1Q VLAN Support v1.8 [ 3.154218] <CORE> glink_core_register_transport: IPC Logging disabled [ 3.154329] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 3.154465] pmd9655_s3: supplied by e-smps1-reg [ 3.154635] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0 [ 3.154643] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1 [ 3.154652] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0 [ 3.154684] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable [ 3.154764] cpr3_mem_acc_init: apc: not using memory accelerator regulator [ 3.154774] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 704000 uV [ 3.154781] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 816000 uV [ 3.154788] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 880000 uV [ 3.154795] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop= 960000 uV [ 3.154860] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 736, quot_offset[ 7]= 0 [ 3.154869] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 945, quot_offset[ 7]= 205 [ 3.154877] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1053, quot_offset[ 7]= 105 [ 3.154886] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1196, quot_offset[ 7]= 140 [ 3.155014] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop [ 3.155213] msm_glink_smem_native_xprt rx fifo not found [ 3.155506] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid fuse count: 2 [ 3.155597] pmd9655_s4: supplied by e-smps1-reg [ 3.155723] cpr3_mem_acc_init: npu: not using memory accelerator regulator [ 3.155732] npu_corner: fused NOM: open-loop= 784000 uV [ 3.155738] npu_corner: fused TURBO: open-loop= 856000 uV [ 3.155781] npu_corner: fused NOM: open-loop= 784000 uV [ 3.155787] npu_corner: fused TURBO: open-loop= 856000 uV [ 3.155814] npu_corner: Normal and Cold condition init done. Default to normal. [ 3.156796] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 800000 KHz [ 3.156943] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1017600 KHz [ 3.157189] DEV CI test message [ 3.157498] remoteproc remoteproc1: q6v5-wcss is available [ 3.157658] ubi0: attaching mtd21 [ 3.319015] random: nonblocking pool is initialized [ 4.134092] ubi0: scanning is finished [ 4.139766] ubi0: attached mtd21 (name "ubi", size 256 MiB) [ 4.139770] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 4.139772] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 4.139775] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 4.139778] ubi0: good PEBs: 2048, bad PEBs: 0, corrupted PEBs: 0 [ 4.139781] ubi0: user volume: 10, internal volumes: 1, max. volumes count: 128 [ 4.139784] ubi0: max/mean erase counter: 42/26, WL threshold: 4096, image sequence number: 553677150 [ 4.139787] ubi0: available PEBs: 418, total reserved PEBs: 1630, PEBs reserved for bad PEB handling: 40 [ 4.139795] ubi0: background thread "ubi_bgt0d" started, PID 119 [ 4.141317] mtd: device 27 (rootfs) set to be root filesystem [ 4.142805] block ubiblock0_5: created from ubi0:5(rootfs) [ 4.142821] hctosys: unable to open rtc device (rtc0) [ 4.147261] pmd9655_ldo11: disabling [ 4.147296] clk: Not disabling unused clocks [ 4.147301] ALSA device list: [ 4.147303] No soundcards found. [ 4.147817] squashfs_xz_comp_opts: FIXME: dictionary size is wrong? Ignoring... [ 4.150466] VFS: Mounted root (squashfs filesystem) readonly on device 31:27. [ 4.150576] Freeing unused kernel memory: 208K (ffffffc0009cd000 - ffffffc000a01000) [ 4.150586] Freeing alternatives memory: 24K (ffffffc000a01000 - ffffffc000a07000) [ 4.998556] init: Console is alive [ 4.998628] init: - watchdog - [ 5.004403] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 5.017505] usbcore: registered new interface driver usbfs [ 5.017531] usbcore: registered new interface driver hub [ 5.017582] usbcore: registered new device driver usb [ 5.023185] msm-usb-ssphy-qmp 78000.ssphy: Initializing QMP phy [ 5.029605] msm-usb-ssphy-qmp 78000.ssphy: QMP PHY initialization timeout [ 5.029609] msm-usb-ssphy-qmp 78000.ssphy: USB3_PHY_PCS_STATUS:68686868 [ 5.230660] msm-usb-ssphy-qmp 58000.ssphy: Initializing QMP phy [ 5.237082] msm-usb-ssphy-qmp 58000.ssphy: QMP PHY initialization timeout [ 5.237086] msm-usb-ssphy-qmp 58000.ssphy: USB3_PHY_PCS_STATUS:68686868 [ 5.439182] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.439201] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 5.439330] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010 [ 5.439360] xhci-hcd xhci-hcd.0.auto: irq 208, io mem 0x08a00000 [ 5.439666] hub 1-0:1.0: USB hub found [ 5.439681] hub 1-0:1.0: 1 port detected [ 5.439819] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.439826] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 5.439856] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.440047] hub 2-0:1.0: USB hub found [ 5.440059] hub 2-0:1.0: 1 port detected [ 5.440188] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.440196] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 5.440312] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010 [ 5.440333] xhci-hcd xhci-hcd.1.auto: irq 209, io mem 0x08c00000 [ 5.440529] hub 3-0:1.0: USB hub found [ 5.440542] hub 3-0:1.0: 1 port detected [ 5.440652] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.440658] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 5.440692] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.440877] hub 4-0:1.0: USB hub found [ 5.440891] hub 4-0:1.0: 1 port detected [ 5.441647] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 5.451448] init: - preinit - [ 5.753988] usb 3-1: new full-speed USB device number 2 using xhci-hcd [ 9.759143] mount_root: mounting /dev/root [ 9.764147] Configuration: extracting... [ 9.857763] Configuration: files ready [ 9.858688] urandom-seed: Seed file not found (/etc/urandom.seed) [ 9.897369] UBIFS (ubi0:6): background thread "ubifs_bgt0_6" started, PID 251 [ 9.923037] UBIFS (ubi0:6): recovery needed [ 10.063416] UBIFS (ubi0:6): recovery completed [ 10.063472] UBIFS (ubi0:6): UBIFS: mounted UBI device 0, volume 6, name "stats" [ 10.063476] UBIFS (ubi0:6): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 10.063480] UBIFS (ubi0:6): FS size: 120246272 bytes (114 MiB, 947 LEBs), journal size 5967872 bytes (5 MiB, 47 LEBs) [ 10.063482] UBIFS (ubi0:6): reserved for root: 4952683 bytes (4836 KiB) [ 10.063488] UBIFS (ubi0:6): media format: w4/r0 (latest is w4/r0), UUID 14883A78-54F7-4109-A0C9-DC8616FCC3C3, small LPT model [ 10.301181] procd: - early - [ 10.301209] procd: - watchdog - [ 10.874120] procd: - watchdog - [ 10.874202] procd: - ubus - [ 10.924023] procd: - init - [ 11.029748] urngd: v1.0.2 started. [ 11.274962] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.275465] ubnthal: module license 'Proprietary' taints kernel. [ 11.275473] Disabling lock debugging due to kernel taint [ 11.342694] ubnthal: Ubiquiti AmpliFi Alien Router Europe [ 11.343997] creating procfs for ubnthal [ 11.344009] creating proc entry for system.info [ 11.344013] creating proc entry for board [ 11.344110] Registering char device sflash (200) succeeds [ 11.344706] Loading AmpliFi LED module (board ID: DA13, board rev: 10) [ 11.473633] ssdk_switch_device_num_init[998]:INFO:ess-switch dts node number: 1 [ 11.473670] ssdk_dt_get_switch_node[836]:INFO:ess-switch DT exist! [ 11.473679] ssdk_dt_parse_access_mode[737]:INFO:switch_access_mode: local bus [ 11.473682] ssdk_dt_parse_access_mode[750]:INFO:switchreg_base_addr: 0x3a000000 [ 11.473685] ssdk_dt_parse_access_mode[751]:INFO:switchreg_size: 0x1000000 [ 11.473688] ssdk_dt_parse_mac_mode[242]:INFO:mac mode = 0x0 [ 11.473691] ssdk_dt_parse_mac_mode[251]:INFO:mac mode1 = 0xff [ 11.473694] ssdk_dt_parse_mac_mode[260]:INFO:mac mode2 = 0xf [ 11.473698] ssdk_dt_parse_phy_info[515]:INFO:qcom,port_phyinfo DT doesn't exist! [ 11.473704] ssdk_dt_parse_mdio[605]:INFO:mdio DT exist! [ 11.473719] ssdk_dt_parse_uniphy[279]:INFO:ess-uniphy DT exist! [ 11.474101] ssdk_dt_parse_intf_mac[683]:INFO:dp1 MAC 24:5a:4c:82:48:32 [ 11.474190] ssdk_dt_parse_intf_mac[683]:INFO:dp2 MAC 24:5a:4c:82:48:31 [ 11.474274] ssdk_dt_parse_intf_mac[683]:INFO:dp3 MAC 24:5a:4c:82:48:30 [ 11.474358] ssdk_dt_parse_intf_mac[683]:INFO:dp4 MAC 24:5a:4c:82:48:2f [ 11.474440] ssdk_dt_parse_intf_mac[683]:INFO:dp5 MAC 24:5a:4c:82:48:2e [ 11.474523] ssdk_dt_parse_intf_mac[683]:INFO:dp6 MAC 24:5a:4c:82:48:2e [ 11.474538] ssdk_plat_init start [ 11.555214] ssdk_ppe_clock_init[464]:INFO:ppe and uniphy clock init successfully! [ 11.555433] ssdk_probe[1987]:INFO:ess_rst doesn't exist! [ 11.555925] HPPE initializing... [ 11.556113] ssdk_phy_driver_init[300]:INFO:dev_id = 0, phy_adress = 28, phy_id = 0xffffffff phytype doesn't match [ 11.556120] malibu_phy_api_ops_init[2877]:INFO:qca probe malibu phy driver succeeded! [ 11.560329] regi_init[3514]:INFO:Initializing HPPE!! [ 11.773967] ssdk_ppe_reset_init[739]:INFO:ppe reset successfully! [ 11.776918] qca_hppe_tdm_hw_init[737]:INFO:tdm setup num=96 [ 11.777200] qca_hppe_portctrl_hw_init[165]:INFO:Hawkeye PPE port initializing [ 13.121018] ssdk_switch_register[1726]:INFO:Chip version 0x1500 [ 13.121053] qca_link_polling_select[1388]:INFO:link-polling-required node does not exist [ 13.121056] ssdk_switch_register[1751]:INFO:polling is selected [ 13.121061] regi_init[3518]:INFO:Initializing HPPE Done!! [ 13.121116] regi_init[3562]:INFO:qca-ssdk module init succeeded! [ 13.122662] tun: Universal TUN/TAP device driver, 1.6 [ 13.122669] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 13.124925] EDMA ver 1 hw init [ 13.125153] EDMA HW Reset completed succesfully [ 13.125188] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) [ 13.125191] RxDesc:1 (15-15) RxFill:1 (7-7) [ 13.129469] libphy: PHY 90000.mdio:1c not found [ 13.129500] nss-dp: probe of 3a001a00.dp6 failed with error -14 [ 13.129562] ********************************************************** [ 13.129564] * NSS Data Plane driver [ 13.129566] ********************************************************** [ 13.131863] l2tp_core: L2TP core driver, V2.0 [ 13.132385] l2tp_netlink: L2TP netlink interface [ 13.213644] nss_driver - fw of size 691884 bytes copied to load addr: 40000000, nss_id : 0 [ 13.215290] Supported Frequencies - [ 13.220789] 748.8 MHz 1.4976 GHz [ 13.226770] 1.6896 GHz <1>[ 13.227814] [ 13.230288] ffffffbffc473c80: meminfo init succeed [ 13.261603] node size 2 # items 4 [ 13.261628] memory: 40000000 1073741824 (avl 932855808) items 4 active_cores 2 [ 13.264039] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000 [ 13.271025] ffffffbffc473c80: nss core 0 booted successfully [ 13.287196] nss_driver - fw of size 288000 bytes copied to load addr: 40800000, nss_id : 1 [ 13.288035] Supported Frequencies - [ 13.295788] 748.8 MHz 1.4976 GHz [ 13.300464] 1.6896 GHz <1>[ 13.301480] [ 13.303911] ffffffbffc47af00: meminfo init succeed [ 13.306586] sit: IPv6 over IPv4 tunneling driver [ 13.307888] gre: GRE over IPv4 demultiplexor driver [ 13.308405] ip_gre: GRE over IPv4 tunneling driver [ 13.308956] node size 2 # items 4 [ 13.309801] memory: 40000000 1073741824 (avl 933007360) items 4 active_cores 2 [ 13.313294] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000 [ 13.320333] ffffffbffc47af00: nss core 1 booted successfully [ 13.329560] ip6_gre: GRE over IPv6 tunneling driver [ 13.331443] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 13.334428] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 13.337166] nf_conntrack version 0.5.0 (6922 buckets, 27688 max) [ 13.474666] Netfilter messages via NETLINK v0.30. [ 13.475348] ip_set: protocol 6 [ 13.482921] hidraw: raw HID events driver (C) Jiri Kosina [ 13.483310] Mirror/redirect action on [ 13.484603] u32 classifier [ 13.484610] input device check on [ 13.484612] Actions configured [ 13.491413] qdf_dbg_mask value is invalid [ 13.491421] Using the default module debug levels instead [ 13.491426] qdf_print_ctrl_register: Allocated print control object 0 [ 13.772672] wlan: [323:E:CONFIG] cfg_uint_item_handler: 171: gScanProbeRepeatTime=50 - Out of range [0, 30]; Using 50 [ 13.879686] wlan: [323:I:ANY] =======ol_if_register_wifi3_0========== [ 13.879686] [ 13.879701] wlan: [323:I:ANY] osif_nss_register_module: 90: NSS wifi ops registered for target_type:1 with soc_ops:ffffffbffcde40b0 [ 13.879726] remoteproc remoteproc0: powering up q6v5-m3 [ 13.884133] remoteproc remoteproc0: Booting fw image IPQ8074v2/m3_fw.mdt, size 284 [ 13.884144] Sanity check passed for M3 image [ 13.915292] remoteproc remoteproc0: remote processor q6v5-m3 is now up [ 13.915339] wlan: [323:I:ANY] ol_ath_ahb_ssr: 192: ol_ath_ahb_ssr: SSR event 2 [ 13.915460] <SSR>: glink SUBSYS_BEFOER_POWERUP reinit done [ 13.915482] remoteproc remoteproc1: powering up q6v5-wcss [ 13.915644] remoteproc remoteproc1: Booting fw image IPQ8074v2/q6_fw.mdt, size 668 [ 13.915810] Sanity check passed for the image [ 14.794966] glink_core_link_up glink is up [ 14.795118] glink_xprt_open_event [ 14.797972] Subsystem error monitoring/handling services are up [ 14.797997] remoteproc remoteproc1: remote processor q6v5-wcss is now up [ 14.798039] wlan: [323:I:ANY] ol_ath_ahb_ssr: 192: ol_ath_ahb_ssr: SSR event 3 [ 14.798072] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled [ 14.904335] cnss: QMI WLFW service connected, state: 0x1 [ 14.904483] cnss: device_id : 65534 mem mode : [0] [ 14.905054] cnss: No board_id entry in device tree [ 14.914108] cnss: BDF location : 0x000000004b0c0000 [ 14.914120] cnss: BDF IPQ8074v2/bdwlan.bin size 131072 [ 14.914420] cnss: BDF download response , result: 0, err: 0x0 [ 14.914676] cnss: per device BDF location : 0x000000004b0e0000 [ 14.914753] cnss: CALDATA IPQ8074v2/caldata.bin size 131072 offset 0x20000 [ 14.916834] cnss: BDF download response , result: 0, err: 0x0 [ 14.998473] wlan: [323:I:ANY] pld_ahb_wlan_enable: 689: cnss_mode: Mission mode [ 15.007439] wlan: [323:I:ANY] qca_napi_create: 369: qca_napi_create: napi instance 0 created on pipe 4 [ 15.007606] wlan: [323:I:ANY] __ol_ath_attach: 3552: Allocated soc ffffffc036c80880 [ 15.022612] wlan: [323:E:CONFIG] cfg_uint_item_handler: 171: dp_int_timer_threshold_tx=1000 - Out of range [8, 100]; Using 1000 [ 15.022828] wlan: [323:I:ANY] osif_nss_wifi_soc_setup: 177: nss-wifili:#1 register wifili function for soc [ 15.022836] wlan: [323:I:ANY] osif_nss_wifi_soc_setup: 189: nss register id -1 nss config 1 Target Type 18 [ 15.022857] wlan: [323:I:ANY] __ol_ath_attach: 3778: dev name soc0 [ 15.023018] wlan: [323:I:ANY] ol_ath_soc_attach: 7147: WMI attached. wmi_handle ffffffc036bfcc00 [ 15.023107] wlan: [323:I:ANY] htc_wmi_init: 6441: htc_wmi_init() HT Create . ffffffc036aeb000 [ 15.023114] wlan: [323:I:ANY] htc_wmi_init: 6448: htc_wmi_init() Skipping BMI Done. [ 15.023121] wlan: [323:I:ANY] htc_wmi_init: 6505: [htc_wmi_init:6505] host_enable 0 nss_nwifi_offload 0 [ 15.025967] wlan: [323:I:ANY] ol_target_init_complete: 6623: CDP soc attach success [ 15.025977] wlan: [323:I:ANY] ol_target_init_complete: 6630: Soc attach success NSS config 1 [ 15.025982] send_filled_buffers_to_user: Send Failed -3 drop_count = 1 [ 15.026027] wlan: [323:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle ffffffc036aeb000, ep 2, value 1 [ 15.026072] wlan: [323:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle ffffffc036aeb000, ep 3, value 1 [ 15.026469] wlan: [105:I:TIF] HE_CAP Info = 1a08010d [ 15.026475] wlan: [105:I:TIF] Num HW modes = 1 [ 15.026480] wlan: [105:I:TIF] Num PHY = 2 [ 15.026488] wlan: [105:I:TIF] Preferred HW Mode = 1 Num Radios = 2 [ 15.026497] wlan: [105:I:TIF] init_deinit_add_11ax_modes: 1440: Adding 11ax regulatory modes, [ 15.026504] wlan: [105:I:TIF] init_deinit_add_11ax_modes: 1444: phy_id = 0 wireless modes = 793f9001 [ 15.026509] wlan: [105:I:TIF] init_deinit_add_11ax_modes: 1440: Adding 11ax regulatory modes, [ 15.026515] wlan: [105:I:TIF] init_deinit_add_11ax_modes: 1444: phy_id = 1 wireless modes = 680680c [ 15.026522] wlan: [105:I:TIF] init_deinit_add_11ax_modes: 1467: hw_mode_id = 1 phy_id = 0 wireless modes = 793f9001 [ 15.026528] wlan: [105:I:TIF] init_deinit_add_11ax_modes: 1467: hw_mode_id = 1 phy_id = 1 wireless modes = 680680c [ 15.026741] wlan: [105:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 389: dfs_offload 1 [ 15.026748] wlan: [105:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1579: dfs->dfs_psoc_idx: 0 [ 15.026756] wlan: [105:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1585: dfs_soc_obj->num_dfs_privs: 1 [ 15.026933] wlan: [105:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 361: Do not allocate DFS object for 2G, pdev_id = 1 [ 15.034483] wlan: [105:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success [ 15.038817] wlan: [105:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success [ 15.139280] wlan: [105:I:ANY] copy_fw_abi_version_tlv: 6657: copy_fw_abi_version_tlv: INIT_CMD version: 1, 0, 0x5f414351, 0x4c4d, 0x0, 0x0 [ 15.350119] wlan: [105:I:ANY] dp_peer_map_attach_wifi3: 8666: dp_peer_map_attach_wifi3 max_peers 1111, max_ast_index: 4112 [ 15.350119] [ 15.350309] wlan: [105:I:ANY] ready_extract_init_status_tlv: 8481: ready_extract_init_status_tlv:0 [ 15.350333] wlan: [323:I:ANY] ol_ath_connect_htc: 1248: WMI is ready [ 15.406593] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 141 is unavailable [ 15.406712] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 137 is unavailable [ 15.406853] wlan: [323:I:ANY] ol_ath_soc_attach: 7234: connect HTC [ 15.406859] wlan: [323:I:ANY] ol_ath_soc_attach: 7235: bypasswmi : 0 [ 15.406866] wlan: [323:E:WMI] event handler already registered 0x27001 [ 15.406871] wlan: [323:E:WMI] event handler already registered 0x27002 [ 15.406876] wlan: [323:E:WMI] event handler already registered 0x27003 [ 15.406884] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 38 is unavailable [ 15.407007] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 138 is unavailable [ 15.407012] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 139 is unavailable [ 15.407025] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 55 is unavailable [ 15.407032] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 49 is unavailable [ 15.407151] wlan: [323:E:WMI] wmi_unified_register_event_handler: Event id 25 is unavailable [ 15.407157] wlan: [323:I:ANY] ol_ath_soc_attach: 7315: ol_ath_soc_attach() UMAC attach . [ 15.407445] wlan: [323:I:ANY] __ol_ath_attach: 3894: pdev_netdev name radio0 [ 15.407453] wlan: [323:I:ANY] __ol_ath_attach: 3940: Skip txrx_pdev_attach_target [ 15.407459] wlan: [323:I:ANY] __ol_ath_attach: 3965: BURSTING enabled by default [ 15.407770] wlan: [323:I:ANY] ol_ath_pdev_attach: 8618: interface_id 0 [ 15.407887] wlan: [323:I:TIF] ol_ath_pdev_regdmn_init: 7482: phy id = 0 Modes supported [ 15.407894] wlan: [323:I:TIF] ol_ath_pdev_regdmn_init: 7489: 11b = 0 11g = 0 11a = 1 11n = 1 11ac = 1 11ax = 1 [ 15.407902] wlan: [323:I:TIF] ol_ath_pdev_regdmn_init: 7498: Reg cap - phy_id = 0 supp_bnd = 2, modes = 793f9001, lo_2g = 0, hi_2g = 0 lo_g5 = 4910, hi_5g = 6100 [ 15.407908] wlan: [323:I:ANY] ol_ath_update_wireless_modes: 1363: wireless_modes = 793f9001 before update [ 15.407914] wlan: [323:I:ANY] ol_ath_update_wireless_modes: 1378: Wireless_modes = 793f9001 after update [ 15.408032] wlan: [323:I:ANY] ol_ath_update_ext_caps: 1928: 11ax 5G supported case [ 15.408509] wlan: [323:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed [ 15.408677] wlan: [323:I:ANY] ieee80211_cbs_init [ 15.408682] wlan: [323:I:ANY] CBS Inited [ 15.408682] [ 15.408823] wlan: [323:I:ANY] acfg_attach: 3473: acfg_attach: 3473: Netlink socket created:ffffffc036bfe800 [ 15.408981] wlan: [323:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX [ 15.408988] wlan: [323:I:ANY] ol_ath_stats_attach: 2139: periodic_chan_stats: 1 [ 15.409855] wlan: [323:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 25 [ 15.409996] wlan: [0:I:ANY] ol_ath_pdev_attach: 8985: Set global_ic[1], ptr:ffffffbffc9cd650 [ 15.410005] wlan: [0:I:ANY] dp_lag_soc_enable: 91: pdev(ffffffc0374fb808) Enabling DBDC Repeater 1 [ 15.410149] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(ffffffc0374fb808) is_primary 1 [ 15.410163] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed [ 15.410176] wlan: [323:I:ANY] ol_ath_pdev_attach: 9114: Pdev = 0 Number of peers = 529 [ 15.410461] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: 14159: twt enabled. [ 15.410461] [ 15.411750] wlan: [323:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: 2099: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 15.411750] [ 15.411798] wlan: [323:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 599: ( 1) chan 36 blocked from cfg [ 15.411805] wlan: [323:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 599: ( 2) chan 132 blocked from cfg [ 15.411818] wlan: [323:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3483: pdev_idx = 0 tx_desc_limit = 32768 [ 15.411836] wlan: [323:I:ANY] osif_wrap_attach: 239: osif wrap attached [ 15.411836] [ 15.411844] wlan: [323:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done [ 15.411844] [ 15.411852] wlan: [323:I:ANY] osif_wrap_attach: 247: Wrap Attached: Wrap_com =ffffffc036bfec00 ic->ic_wrap_com=ffffffc036bfec00 &wrap_com->wc_devt=ffffffc036bfec00 [ 15.411852] [ 15.411875] wlan: [323:I:ANY] __ol_ath_attach: 4146: needed_headroom reservation 60 [ 15.411882] wlan: [323:I:ANY] ol_ath_enable_fraglist: 3042: Enabled Fraglist bit for the radio radio0 features 41 [ 15.411916] wlan: [323:I:ANY] wlan_cfg80211_init: 12177: Number of 5G channels: 25 [ 15.412135] wlan: [323:I:ANY] ieee80211_cfg80211_radio_attach: 12271: ic: 0xffffffc035900880, wdev: 0xffffffc035910a70, wiphy: 0xffffffc036e44aa0, netdev: 0xffffffc035900000 [ 15.412661] wlan: [323:I:ANY] __ol_ath_attach: 3894: pdev_netdev name radio1 [ 15.412670] wlan: [323:I:ANY] __ol_ath_attach: 3940: Skip txrx_pdev_attach_target [ 15.412686] wlan: [323:I:ANY] __ol_ath_attach: 3965: BURSTING enabled by default [ 15.412740] wlan: [323:I:ANY] ol_ath_pdev_attach: 8618: interface_id 1 [ 15.412762] wlan: [323:I:TIF] ol_ath_pdev_regdmn_init: 7482: phy id = 1 Modes supported [ 15.412769] wlan: [323:I:TIF] ol_ath_pdev_regdmn_init: 7489: 11b = 1 11g = 1 11a = 0 11n = 1 11ac = 1 11ax = 1 [ 15.412785] wlan: [323:I:TIF] ol_ath_pdev_regdmn_init: 7498: Reg cap - phy_id = 1 supp_bnd = 1, modes = 680680c, lo_2g = 2312, hi_2g = 2732 lo_g5 = 0, hi_5g = 0 [ 15.412794] wlan: [323:I:ANY] ol_ath_update_wireless_modes: 1363: wireless_modes = 680680c before update [ 15.412800] wlan: [323:I:ANY] ol_ath_update_wireless_modes: 1378: Wireless_modes = 680680c after update [ 15.412807] wlan: [323:I:ANY] ol_ath_update_ext_caps: 1936: 11ax 2G supported case [ 15.412969] wlan: [323:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed [ 15.413028] wlan: [323:I:ANY] ieee80211_cbs_init [ 15.413033] wlan: [323:I:ANY] CBS Inited [ 15.413033] [ 15.413051] wlan: [323:I:ANY] acfg_attach: 3448: Offload using existing sock ffffffc036bfe800 [ 15.413091] wlan: [323:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX [ 15.413099] wlan: [323:I:ANY] ol_ath_stats_attach: 2139: periodic_chan_stats: 1 [ 15.413280] wlan: [323:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 11 [ 15.413306] wlan: [0:I:ANY] ol_ath_pdev_attach: 8985: Set global_ic[2], ptr:ffffffbffc9cd650 [ 15.413315] wlan: [0:I:ANY] dp_lag_soc_enable: 91: pdev(ffffffc0374fb408) Enabling DBDC Repeater 1 [ 15.413342] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(ffffffc0374fb408) is_primary 0 [ 15.413355] wlan: [323:I:ANY] ol_ath_pdev_attach: 9114: Pdev = 1 Number of peers = 529 [ 15.413392] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed [ 15.413615] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: 14159: twt enabled. [ 15.413615] [ 15.414364] wlan: [323:E:WMI] event handler already registered 0x6019 [ 15.415034] wlan: [323:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: 2099: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 1, REO dest ring = 5 [ 15.415034] [ 15.415079] wlan: [323:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 599: ( 1) chan 36 blocked from cfg [ 15.415086] wlan: [323:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 599: ( 2) chan 132 blocked from cfg [ 15.415095] wlan: [323:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3483: pdev_idx = 1 tx_desc_limit = 32768 [ 15.415112] wlan: [323:I:ANY] osif_wrap_attach: 239: osif wrap attached [ 15.415112] [ 15.415119] wlan: [323:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done [ 15.415119] [ 15.415127] wlan: [323:I:ANY] osif_wrap_attach: 247: Wrap Attached: Wrap_com =ffffffc03159cc00 ic->ic_wrap_com=ffffffc03159cc00 &wrap_com->wc_devt=ffffffc03159cc00 [ 15.415127] [ 15.415150] wlan: [323:I:ANY] __ol_ath_attach: 4146: needed_headroom reservation 60 [ 15.415165] wlan: [323:I:ANY] ol_ath_enable_fraglist: 3042: Enabled Fraglist bit for the radio radio1 features 41 [ 15.415194] wlan: [323:I:ANY] wlan_cfg80211_init: 12165: Number of 2G channels: 11 [ 15.415392] wlan: [323:I:ANY] ieee80211_cfg80211_radio_attach: 12271: ic: 0xffffffc035960880, wdev: 0xffffffc035970a70, wiphy: 0xffffffc0317e0aa0, netdev: 0xffffffc035960000 [ 15.415880] wlan: [323:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: 3452: Running with HW mode = 1 [ 15.416125] wlan: [323:E:QLD] qld_register: 108: Handle or address is NULL [ 15.416156] wlan: [323:I:ANY] wlan_pdev_operation: 749: num_radios=1, wifi_radios[0].sc = ffffffc035900880_radio_type = 2 [ 15.416167] wlan: [323:I:ANY] wlan_pdev_operation: 749: num_radios=2, wifi_radios[1].sc = ffffffc035960880_radio_type = 2 [ 15.416209] wlan: [323:I:ANY] init_ath_pci_3_0: 151: 6ath_ol_pci_wifi3.0: (Atheros/multi-bss) [ 15.434192] wlan: [323:I:ANY] osif_nss_register_module: 90: NSS wifi ops registered for target_type:0 with soc_ops:ffffffbffcebcf78 [ 15.434205] wlan: [323:I:ANY] osif_nss_register_module: 90: NSS wifi ops registered for target_type:0 with soc_ops:ffffffbffcebcf78 [ 15.434537] wlan: [323:I:ANY] init_ath_pci_2_0: 143: 6ath_ol_pci_2_0: (Atheros/multi-bss) [ 15.439331] Bluetooth: Core ver 2.21 [ 15.439372] NET: Registered protocol family 31 [ 15.439374] Bluetooth: HCI device and connection manager initialized [ 15.439385] Bluetooth: HCI socket layer initialized [ 15.439391] Bluetooth: L2CAP socket layer initialized [ 15.439402] Bluetooth: SCO socket layer initialized [ 15.440056] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 15.440060] Bluetooth: BNEP filters: protocol multicast [ 15.440067] Bluetooth: BNEP socket layer initialized [ 15.441707] usbcore: registered new interface driver btusb [ 15.443013] cdc_acm 3-1:1.0: ttyACM0: USB ACM device [ 15.443276] usbcore: registered new interface driver cdc_acm [ 15.443279] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 15.448843] Ebtables v2.0 registered [ 15.449523] Bluetooth: HCI UART driver ver 2.3 [ 15.449530] Bluetooth: HCI UART protocol H4 registered [ 15.449533] Bluetooth: HCI UART protocol BCSP registered [ 15.450202] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 15.450216] Bluetooth: HIDP socket layer initialized [ 15.451582] ip_tables: (C) 2000-2006 Netfilter Core Team [ 15.455683] ctnetlink v0.93: registering with nfnetlink. [ 15.668134] Bluetooth: RFCOMM TTY layer initialized [ 15.668162] Bluetooth: RFCOMM socket layer initialized [ 15.668176] Bluetooth: RFCOMM ver 1.11 [ 15.670683] wireguard: WireGuard 1.0.20200908 loaded. See www.wireguard.com for information. [ 15.670692] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 15.681241] xt_time: kernel timezone is -0000 [ 15.687534] PPP generic driver version 2.4.2 [ 15.688267] NET: Registered protocol family 24 [ 15.689065] PPTP driver version 0.8.5 [ 15.690538] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 15.694739] kmodloader: done loading kernel modules from /etc/modules.d/* [ 17.388273] squashfs_xz_comp_opts: FIXME: dictionary size is wrong? Ignoring... [ 18.830172] device eth0 entered promiscuous mode [ 18.830814] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 18.834322] device eth1 entered promiscuous mode [ 18.834407] br-lan: port 2(eth1) entered forwarding state [ 18.834431] br-lan: port 2(eth1) entered forwarding state [ 18.834556] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 18.836865] device eth2 entered promiscuous mode [ 18.836945] br-lan: port 3(eth2) entered forwarding state [ 18.836961] br-lan: port 3(eth2) entered forwarding state [ 18.839252] device eth3 entered promiscuous mode [ 18.839333] br-lan: port 4(eth3) entered forwarding state [ 18.839346] br-lan: port 4(eth3) entered forwarding state [ 18.860178] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready [ 18.982947] cfg80211: Regulatory domain changed to country: DE [ 18.982958] cfg80211: DFS Master region: ETSI [ 18.982961] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 18.982966] cfg80211: (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 18.982970] cfg80211: (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2300 mBm), (N/A) [ 18.982973] cfg80211: (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 18.982977] cfg80211: (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s) [ 18.982980] cfg80211: (5725000 KHz - 5875000 KHz @ 80000 KHz), (N/A, 1400 mBm), (N/A) [ 18.982983] cfg80211: (5945000 KHz - 6425000 KHz @ 160000 KHz, 480000 KHz AUTO), (N/A, 2300 mBm), (N/A) [ 18.982986] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A) [ 19.011081] nodogsplash uses obsolete (PF_INET,SOCK_PACKET) [ 19.080332] Service tinc is disabled [ 19.135189] Service qos is disabled [ 19.827313] br-lan: port 2(eth1) entered disabled state [ 19.827505] br-lan: port 3(eth2) entered disabled state [ 19.827701] br-lan: port 4(eth3) entered disabled state [ 20.236163] configuring additional NSS pbufs [ 20.284997] additional pbufs of size 13000704 got added to NSS [ 20.331663] wlan: [0:E:ANY] Cannot malloc 0 bytes @ create_reg_rules_from_wmi:10351 [ 20.331678] wlan: [0:E:ANY] Cannot malloc 0 bytes @ create_reg_rules_from_wmi:10351 [ 20.331693] wlan: [0:E:TIF] tgt_reg_chan_list_update_handler: 175: Failed to process master channel list handler [ 20.331727] wlan: [2257:I:ANY] ol_ath_ucfg_set_country: 747: ol_ath_ucfg_set_country: Unable to set country code [ 20.332293] wlan: [2257:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 11 [ 20.332355] wlan: [2257:I:ANY] number of channels: 2G = 11 5G = 0 [ 20.332363] wlan: [2257:I:ANY] wlan_cfg80211_set_country: 7144: wlan_cfg80211_set_country: Country: XZ ret: 0 [ 20.373584] wlan: [0:E:ANY] Cannot malloc 0 bytes @ create_reg_rules_from_wmi:10351 [ 20.373598] wlan: [0:E:ANY] Cannot malloc 0 bytes @ create_reg_rules_from_wmi:10351 [ 20.373612] wlan: [0:E:TIF] tgt_reg_chan_list_update_handler: 175: Failed to process master channel list handler [ 20.373627] wlan: [2287:I:ANY] ol_ath_ucfg_set_country: 747: ol_ath_ucfg_set_country: Unable to set country code [ 20.376613] wlan: [2287:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 25 [ 20.377147] wlan: [2287:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 25 [ 20.377252] wlan: [2287:I:ANY] number of channels: 2G = 0 5G = 25 [ 20.377261] wlan: [2287:I:ANY] wlan_cfg80211_set_country: 7144: wlan_cfg80211_set_country: Country: XZ ret: 0 [ 20.382447] wlan: [2297:I:ANY] osifp_create_wlan_vap: 10579: VDEV Create 24:5a:4c:82:48:34 [ 20.382479] wlan: [2297:E:CMN_MLME] mlme_vdev_ext_obj_create: 1389: VDEV MLME obj is creation [ 20.382488] wlan: [2297:I:ANY] wlan_vap_create: 1616: enter. devhandle=0xffffffc035960880, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 20.382488] [ 20.382769] wlan: [2297:I:ANY] ol_ath_vap_set_param: 1121: Setting SGI value: 1 [ 20.382798] wlan: [2297:I:ANY] ol_ath_vap_set_param: 2149: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1 [ 20.382805] wlan: [2297:I:ANY] ol_ath_vap_set_param: 2159: he_bf_cap=0x7b [ 20.382822] wlan: [2297:I:ANY] ol_ath_vap_set_param: 2174: VDEV params:AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged [ 20.382871] wlan: [2297:I:ANY] MBO Initialized [ 20.382877] wlan: [2297:I:ANY] OCE Initialized [ 20.382897] wlan: [2297:I:ANY] osif_nss_ol_vap_create: 1271: NSS wifi offload VAP create IF 31 nss_id -1 [ 20.382907] wlan: [2297:I:ANY] NSS radio_if 29 [ 20.382994] wlan: [0:I:ANY] osif_nss_vdev_cfg_callback: 1023: VDEV configuration success: 0 [ 20.383023] wlan: [2297:I:ANY] osif_nss_ol_vap_create: 1379: vap create ffffffc02f2c4880 : if_num 31 [ 20.383048] wlan: [2297:I:ANY] wlan_vap_create: 1649: exit [ 20.383054] wlan: [2297:E:ANY] Smart Antenna is not supported [ 20.383180] wlan: [2297:E:ANY] Smart Antenna is not supported [ 20.383196] wlan: [2297:I:ANY] osif_create_vap_complete: 10779: TX Checksum:1|SG:1|TSO:1|LRO:0 [ 20.383203] wlan: [2297:I:ANY] WLAN-NSS: VAP NSS ops initialized [ 20.383869] wlan: [2297:I:ANY] VAP device wlan1 created osifp: (ffffffc02f2c4880) os_if: (ffffffc02d9d8000) [ 20.383928] wlan: [2297:I:ANY] wlan_cfg80211_add_virtual_intf: 388: wlan_cfg80211_add_virtual_intf: ap_pridge=0 [0] [ 20.383928] [ 20.430851] wlan: [2358:I:ANY] osifp_create_wlan_vap: 10579: VDEV Create 24:5a:4c:82:48:33 [ 20.430884] wlan: [2358:E:CMN_MLME] mlme_vdev_ext_obj_create: 1389: VDEV MLME obj is creation [ 20.430893] wlan: [2358:I:ANY] wlan_vap_create: 1616: enter. devhandle=0xffffffc035900880, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 20.430893] [ 20.431173] wlan: [2358:I:ANY] ol_ath_vap_set_param: 1121: Setting SGI value: 1 [ 20.431199] wlan: [2358:I:ANY] ol_ath_vap_set_param: 2149: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1 [ 20.431205] wlan: [2358:I:ANY] ol_ath_vap_set_param: 2159: he_bf_cap=0x7b [ 20.431217] wlan: [2358:I:ANY] ol_ath_vap_set_param: 2174: VDEV params:AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged [ 20.431262] wlan: [2358:I:ANY] MBO Initialized [ 20.431268] wlan: [2358:I:ANY] OCE Initialized [ 20.431287] wlan: [2358:I:ANY] osif_nss_ol_vap_create: 1271: NSS wifi offload VAP create IF 32 nss_id -1 [ 20.431300] wlan: [2358:I:ANY] NSS radio_if 28 [ 20.431382] wlan: [0:I:ANY] osif_nss_vdev_cfg_callback: 1023: VDEV configuration success: 0 [ 20.431399] wlan: [2358:I:ANY] osif_nss_ol_vap_create: 1379: vap create ffffffc02f2c2880 : if_num 32 [ 20.431422] wlan: [2358:I:ANY] wlan_vap_create: 1649: exit [ 20.431429] wlan: [2358:E:ANY] Smart Antenna is not supported [ 20.431557] wlan: [2358:E:ANY] Smart Antenna is not supported [ 20.431575] wlan: [2358:I:ANY] osif_create_vap_complete: 10779: TX Checksum:1|SG:1|TSO:1|LRO:0 [ 20.431581] wlan: [2358:I:ANY] WLAN-NSS: VAP NSS ops initialized [ 20.432318] wlan: [2358:I:ANY] VAP device wlan0 created osifp: (ffffffc02f2c2880) os_if: (ffffffc02dab8000) [ 20.432380] wlan: [2358:I:ANY] wlan_cfg80211_add_virtual_intf: 388: wlan_cfg80211_add_virtual_intf: ap_pridge=0 [0] [ 20.432380] [ 20.636144] wlan: [2457:I:ANY] ol_ath_vap_set_param: 1121: Setting SGI value: 1 [ 20.675284] wlan: [2473:I:ANY] ol_ath_vap_set_param: 1121: Setting SGI value: 1 [ 20.743189] wlan: [2483:I:ANY] ol_ath_set_config_param: 1577: set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 20.788828] wlan: [2491:I:ANY] ol_ath_set_config_param: 1577: set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 20.831354] wlan: [2505:I:ANY] wlan_cfg80211_he_bss_color: 5993: wlan_cfg80211_he_bss_color: value: 0 override: 0 ret: 0 [ 20.883590] wlan: [2530:I:ANY] wlan_cfg80211_he_bss_color: 5993: wlan_cfg80211_he_bss_color: value: 0 override: 0 ret: 0 [ 20.923551] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 20.923773] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 20.924852] device wlan1 entered promiscuous mode [ 20.925244] device wlan0 entered promiscuous mode [ 20.926271] wlan: [2511:I:ANY] DES SSID SET=Alien Setup [ 20.926288] wlan: [2511:I:ANY] wlan_cfg80211_set_phymode: 1349: desired hw mode: 23 [ 20.926636] wlan: [2538:I:ANY] DES SSID SET=Alien Setup [ 20.926647] wlan: [2538:I:ANY] wlan_cfg80211_set_phymode: 1349: desired hw mode: 30 [ 20.926857] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 20.926971] br-lan: port 5(wlan1) entered forwarding state [ 20.927002] br-lan: port 5(wlan1) entered forwarding state [ 20.927147] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 20.927198] br-lan: port 6(wlan0) entered forwarding state [ 20.927214] br-lan: port 6(wlan0) entered forwarding state [ 21.027995] wlan: [0:I:CMN_MLME] vdev[0] ieee chan:1 [ 21.028260] wlan: [0:E:ANY] Smart Antenna is not supported [ 21.028294] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps) [ 21.028331] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps) [ 21.344583] wlan: [2599:E:mlme] IF_RESTART V:1 err:5 [ 21.361994] wlan: [0:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_set_current_channel: 808: dfs_curchan already updated [ 21.413571] wlan: [0:I:CMN_MLME] vdev[1] ieee chan:36 [ 21.413827] wlan: [0:E:ANY] Smart Antenna is not supported [ 21.413858] wlan: [0:I:ANY] vdev[1]: Mgt Rate:6000(kbps) [ 21.413895] wlan: [0:I:ANY] vdev[1]: Mgt Rate:6000(kbps) [ 21.428219] wlan: [0:I:CMN_MLME] vdev[0] ieee chan:1 [ 21.428421] wlan: [0:E:ANY] Smart Antenna is not supported [ 21.428451] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps) [ 21.428503] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps) [ 21.428526] wlan: [0:E:CMN_MLME] mlme_vdev_restart_is_allowed: 363: No multivdev restart [ 21.450716] wlan: [0:I:CMN_MLME] vdev[0] ieee chan:1 [ 21.450926] wlan: [0:E:ANY] Smart Antenna is not supported [ 21.450956] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps) [ 21.450990] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps) [ 22.144394] eth0: PHY Link up speed: 1000 [ 22.144445] br-lan: port 1(eth0) entered forwarding state [ 22.144498] br-lan: port 1(eth0) entered forwarding state [ 22.145100] eth0: hotplug event (PORT=1, ACTION=up) [ 22.239944] Bluetooth: Out-of-order packet arrived, got 1 expected 0 [ 25.221398] Service hap-wifirouter is disabled [ 30.943989] br-lan: port 5(wlan1) entered forwarding state [ 30.944075] br-lan: port 6(wlan0) entered forwarding state [ 32.163974] br-lan: port 1(eth0) entered forwarding state [ 121.871255] wlan: [28:I:ANY] ol_ath_radio_reset: 2881: ffffffc035900880: performing WAL_RST_MODE_PHY_WARM_RESET radio0 [ 184.869914] wlan: [28:I:ANY] ol_ath_radio_reset: 2881: ffffffc035900880: performing WAL_RST_MODE_PHY_WARM_RESET radio0 [ 396.846865] wlan: [28:I:ANY] ol_ath_radio_reset: 2881: ffffffc035900880: performing WAL_RST_MODE_PHY_WARM_RESET radio0
OpenWrt bootlog
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.6.89 (professor_jonny@MRSPARKLE) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.2.0 r29478-09b7cc291a) 14.2.0, GNU ld (GNU Binutils) 2.42) #0 SMP Fri May 9 13:48:55 2025 [ 0.000000] Machine model: Ubiquiti Amplifi Alien Router [ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable nss@40000000 [ 0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a5fffff (2048 KiB) nomap non-reusable tzapp@4a400000 [ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable bootloader@4a600000 [ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable sbl@4aa00000 [ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004abfffff (1024 KiB) nomap non-reusable smem@4ab00000 [ 0.000000] OF: reserved mem: 0x000000004ac00000..0x000000004affffff (4096 KiB) nomap non-reusable memory@4ac00000 [ 0.000000] OF: reserved mem: 0x000000004b000000..0x0000000050efffff (97280 KiB) nomap non-reusable wcnss@4b000000 [ 0.000000] OF: reserved mem: 0x0000000050f00000..0x0000000050ffffff (1024 KiB) nomap non-reusable q6_etr_dump@50f00000 [ 0.000000] OF: reserved mem: 0x0000000051000000..0x00000000510fffff (1024 KiB) nomap non-reusable m3_dump@51000000 [ 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-0x000000004a3fffff] [ 0.000000] node 0: [mem 0x000000004a400000-0x00000000510fffff] [ 0.000000] node 0: [mem 0x0000000051100000-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] psci: OSI mode supported. [ 0.000000] psci: [Firmware Bug]: failed to set PC mode: -1 [ 0.000000] percpu: Embedded 18 pages/cpu s35624 r8192 d29912 u73728 [ 0.000000] pcpu-alloc: s35624 r8192 d29912 u73728 alloc=18*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyMSM0,115200 ubi.mtd=ubi rootfstype=squashfs rootwait ubi.mtd=rootfs rootfstype=squashfs root=/dev/ubiblock0_5 [ 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: 258048 [ 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] Memory: 870068K/1048576K available (8448K kernel code, 916K rwdata, 2536K rodata, 16768K init, 279K bss, 178508K reserved, 0K cma-reserved) [ 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 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 19.20MHz (virt/virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000107] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000121] pid_max: default: 32768 minimum: 301 [ 0.005132] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.005146] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.009364] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.009588] rcu: Hierarchical SRCU implementation. [ 0.009593] rcu: Max phase no-delay instances is 1000. [ 0.010546] smp: Bringing up secondary CPUs ... [ 0.011204] Detected VIPT I-cache on CPU1 [ 0.011311] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.011981] Detected VIPT I-cache on CPU2 [ 0.012055] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.012708] Detected VIPT I-cache on CPU3 [ 0.012776] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.012845] smp: Brought up 1 node, 4 CPUs [ 0.012853] SMP: Total of 4 processors activated. [ 0.012858] CPU features: detected: 32-bit EL0 Support [ 0.012863] CPU features: detected: CRC32 instructions [ 0.012924] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.012930] CPU: All CPU(s) started at EL1 [ 0.012932] alternatives: applying system-wide alternatives [ 0.024284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.024312] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.026042] pinctrl core: initialized pinctrl subsystem [ 0.028139] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.028724] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.028763] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.028800] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.029200] thermal_sys: Registered thermal governor 'step_wise' [ 0.029258] cpuidle: using governor menu [ 0.029494] ASID allocator initialised with 65536 entries [ 0.036996] /soc@0/phy@84000/phy@84200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.037026] /soc@0/phy@8e000/phy@8e200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.037113] /soc@0/gcc@1800000: Fixed dependency cycle(s) with /soc@0/phy@8e000/phy@8e200 [ 0.037128] /soc@0/gcc@1800000: Fixed dependency cycle(s) with /soc@0/phy@84000/phy@84200 [ 0.038106] /soc@0/phy@84000: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.038123] /soc@0/phy@84000/phy@84200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.038275] /soc@0/phy@8e000: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.038293] /soc@0/phy@8e000/phy@8e200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040423] /soc@0/phy@8e000/phy@8e200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040504] /soc@0/phy@8e000: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040522] /soc@0/phy@84000/phy@84200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040601] /soc@0/phy@84000: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040919] /soc@0/gcc@1800000: Fixed dependency cycle(s) with /soc@0/phy@8e000/phy@8e200 [ 0.040937] /soc@0/gcc@1800000: Fixed dependency cycle(s) with /soc@0/phy@84000/phy@84200 [ 0.088241] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 0.090475] Modules: 25488 pages in range for non-PLT usage [ 0.090483] Modules: 517008 pages in range for PLT usage [ 0.095568] SCSI subsystem initialized [ 0.095763] usbcore: registered new interface driver usbfs [ 0.095796] usbcore: registered new interface driver hub [ 0.095860] usbcore: registered new device driver usb [ 0.096290] qcom_scm: convention: smc arm 64 [ 0.098047] clocksource: Switched to clocksource arch_sys_counter [ 0.102042] NET: Registered PF_INET protocol family [ 0.102244] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.104866] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.104889] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.104904] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.104990] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.105268] TCP: Hash tables configured (established 8192 bind 8192) [ 0.105769] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear) [ 0.105948] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.105985] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.106416] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.106456] PCI: CLS 0 bytes, default 64 [ 0.108075] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [ 0.108709] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.108719] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.120065] qcom-qmp-usb-phy 58000.phy: supply vdda-phy not found, using dummy regulator [ 0.120247] qcom-qmp-usb-phy 58000.phy: supply vdda-pll not found, using dummy regulator [ 0.121815] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found, using dummy regulator [ 0.121998] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator [ 0.123810] qcom-qusb2-phy 59000.phy: supply vdd not found, using dummy regulator [ 0.123967] qcom-qusb2-phy 59000.phy: supply vdda-pll not found, using dummy regulator [ 0.124026] qcom-qusb2-phy 59000.phy: supply vdda-phy-dpdm not found, using dummy regulator [ 0.124198] qcom-qusb2-phy 59000.phy: Registered Qcom-QUSB2 phy [ 0.124492] qcom-qusb2-phy 79000.phy: supply vdd not found, using dummy regulator [ 0.124642] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator [ 0.124682] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator [ 0.124868] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy [ 0.127424] gpio-export lcm_boot0: 3 gpio(s) exported [ 0.128928] qcom-pcie 10000000.pci: host bridge /soc@0/pci@10000000 ranges: [ 0.128990] qcom-pcie 10000000.pci: IO 0x0010200000..0x001020ffff -> 0x0000000000 [ 0.129016] qcom-pcie 10000000.pci: MEM 0x0010220000..0x001fffffff -> 0x0010220000 [ 0.136302] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.188662] qcom-pcie 10000000.pci: Read DBI address failed [ 0.188702] msm_serial 78af000.serial: msm_serial: detected port #2 [ 0.188738] msm_serial 78af000.serial: uartclk = 19200000 [ 0.189094] 78af000.serial: ttyMSM2 at MMIO 0x78af000 (irq = 20, base_baud = 1200000) is a MSM [ 0.189612] msm_serial 78b1000.serial: msm_serial: detected port #1 [ 0.189645] msm_serial 78b1000.serial: uartclk = 19200000 [ 0.189977] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 23, base_baud = 1200000) is a MSM [ 0.190413] msm_serial 78b3000.serial: msm_serial: detected port #0 [ 0.190444] msm_serial 78b3000.serial: uartclk = 3686400 [ 0.190764] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 24, base_baud = 230400) is a MSM [ 0.190791] msm_serial: console setup on port #0 [ 0.190831] printk: console [ttyMSM0] enabled [ 0.319699] qcom-pcie 10000000.pci: iATU: unroll F, 32 ob, 8 ib, align 4K, limit 4G [ 0.321359] msm_serial: driver initialized [ 0.323863] qcom-pcie 10000000.pci: Invalid eDMA IRQs found [ 1.230489] loop: module loaded [ 1.232196] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa [ 1.232447] nand: Winbond W29N02GZ [ 1.239070] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.381081] 1 fixed-partitions partitions found on MTD device qcom_nand.0 [ 1.381162] OF: Bad cell count for /soc@0/nand-controller@79b0000/nand@0/partitions [ 1.386875] OF: Bad cell count for /soc@0/nand-controller@79b0000/nand@0/partitions [ 1.394695] Creating 1 MTD partitions on "qcom_nand.0": [ 1.402194] 0x000000000000-0x000010000000 : "ubi" [ 1.605080] ubi0: attaching mtd0 [ 2.218056] random: crng init done [ 2.218121] qcom-pcie 10000000.pci: Phy link never came up [ 2.220790] qcom-pcie 10000000.pci: PCI host bridge to bus 0001:00 [ 2.225838] pci_bus 0001:00: root bus resource [bus 00-ff] [ 2.232036] pci_bus 0001:00: root bus resource [io 0x0000-0xffff] [ 2.237466] pci_bus 0001:00: root bus resource [mem 0x10220000-0x1fffffff] [ 2.243675] pci 0001:00:00.0: [17cb:0302] type 01 class 0x060400 [ 2.250508] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff] [ 2.256716] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold [ 2.266445] pci 0001:00:00.0: BAR 0: assigned [mem 0x10220000-0x10220fff] [ 2.268920] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 2.278294] pcieport 0001:00:00.0: PME: Signaling with IRQ 26 [ 2.281010] pcieport 0001:00:00.0: AER: enabled with IRQ 26 [ 2.794136] ubi0: scanning is finished [ 2.803085] ubi0: attached mtd0 (name "ubi", size 256 MiB) [ 2.803129] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.807476] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.814361] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.821199] ubi0: good PEBs: 2048, bad PEBs: 0, corrupted PEBs: 0 [ 2.827959] ubi0: user volume: 10, internal volumes: 1, max. volumes count: 128 [ 2.834220] ubi0: max/mean erase counter: 42/26, WL threshold: 4096, image sequence number: 553677150 [ 2.841341] ubi0: available PEBs: 418, total reserved PEBs: 1630, PEBs reserved for bad PEB handling: 40 [ 2.850729] ubi0: background thread "ubi_bgt0d" started, PID 287 [ 2.851640] block ubiblock0_5: created from ubi0:5(rootfs) [ 2.866243] ubiblock: device ubiblock0_5 (rootfs) set to be root filesystem [ 2.872092] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 2.879188] spi-nor spi0.0: mx25u6435f (8192 Kbytes) [ 2.903946] 21 fixed-partitions partitions found on MTD device spi0.0 [ 2.904003] Creating 21 MTD partitions on "spi0.0": [ 2.909399] 0x000000000000-0x000000050000 : "0:SBL1" [ 2.914610] 0x000000050000-0x000000060000 : "0:MIBIB" [ 2.919717] 0x000000060000-0x000000080000 : "0:BOOTCONFIG" [ 2.924615] 0x000000080000-0x0000000a0000 : "0:BOOTCONFIG1" [ 2.930029] 0x0000000a0000-0x000000220000 : "0:QSEE" [ 2.935470] 0x000000220000-0x0000003a0000 : "0:QSEE_1" [ 2.940695] 0x0000003a0000-0x0000003b0000 : "0:DEVCFG" [ 2.945623] 0x0000003b0000-0x0000003c0000 : "0:DEVCFG_1" [ 2.950792] 0x0000003c0000-0x0000003d0000 : "0:APDP" [ 2.956221] 0x0000003d0000-0x0000003e0000 : "0:APDP_1" [ 2.961236] 0x0000003e0000-0x000000420000 : "0:RPM" [ 2.966129] 0x000000420000-0x000000460000 : "0:RPM_1" [ 2.970925] 0x000000460000-0x000000470000 : "0:CDT" [ 2.976099] 0x000000470000-0x000000480000 : "0:CDT_1" [ 2.980819] 0x000000480000-0x000000490000 : "0:u-boot-env" [ 2.985992] 0x000000490000-0x000000530000 : "0:u-boot" [ 2.991428] 0x000000530000-0x0000005d0000 : "0:u-boot2" [ 2.996505] 0x0000005d0000-0x000000610000 : "0:ART" [ 3.001657] 0x000000610000-0x000000620000 : "0:eeprom" [ 3.006507] 0x000000620000-0x000000690000 : "0:reserved" [ 3.011729] 0x000000690000-0x0000006a0000 : "0:prst" [ 3.024953] spmi spmi-0: PMIC arbiter version v2 (0x20010000) [ 3.140581] i2c_dev: i2c /dev entries driver [ 3.147985] sdhci: Secure Digital Host Controller Interface driver [ 3.148055] sdhci: Copyright(c) Pierre Ossman [ 3.153065] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.159466] remoteproc remoteproc0: releasing cd00000.q6v5_wcss [ 3.165802] NET: Registered PF_INET6 protocol family [ 3.170238] Segment Routing with IPv6 [ 3.174096] In-situ OAM (IOAM) with IPv6 [ 3.177692] NET: Registered PF_PACKET protocol family [ 3.181761] 8021q: 802.1Q VLAN Support v1.8 [ 3.214303] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 3.214617] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0 [ 3.220449] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1 [ 3.227029] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0 [ 3.234699] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable [ 3.242205] cpr3_mem_acc_init: apc: not using memory accelerator regulator [ 3.251343] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 704000 uV [ 3.258289] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 816000 uV [ 3.268278] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 880000 uV [ 3.278081] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop= 960000 uV [ 3.287935] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 736, quot_offset[ 7]= 0 [ 3.297710] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 945, quot_offset[ 7]= 205 [ 3.308550] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1053, quot_offset[ 7]= 105 [ 3.319489] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1196, quot_offset[ 7]= 140 [ 3.330663] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop [ 3.333737] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz [ 3.349961] remoteproc remoteproc0: cd00000.q6v5_wcss is available [ 3.359056] ubi: mtd0 is already attached to ubi0 [ 3.364869] UBI error: cannot attach mtd0 [ 3.369678] UBI error: cannot open mtd rootfs, error -2 [ 3.373734] clk: Disabling unused clocks [ 3.384664] Freeing unused kernel memory: 16768K [ 3.384778] Run /init as init process [ 3.388387] with arguments: [ 3.388389] /init [ 3.388391] with environment: [ 3.388393] HOME=/ [ 3.388394] TERM=linux [ 3.646837] init: Console is alive [ 3.646960] init: - watchdog - [ 3.658434] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.674331] qca_ssdk: loading out-of-tree module taints kernel. [ 3.678996] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not exist [ 4.104231] regi_init[2525]:INFO:Initializing HPPE Done!! [ 4.104348] regi_init[2574]:INFO:qca-ssdk module init succeeded! [ 4.110818] EDMA ver 1 hw init [ 4.114912] EDMA HW Reset completed succesfully [ 4.117586] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) [ 4.122007] RxDesc:1 (15-15) RxFill:1 (7-7) [ 4.318829] Qualcomm QCA8075 90000.mdio-1:00: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:00, irq=POLL) [ 4.319961] GMAC2(ffffff800329f900) Invalid MAC@ - using ae:e9:c0:9f:e7:09 [ 4.398407] Qualcomm QCA8075 90000.mdio-1:01: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:01, irq=POLL) [ 4.399480] GMAC3(ffffff8007fab900) Invalid MAC@ - using e2:6e:cd:08:be:f9 [ 4.468391] Qualcomm QCA8075 90000.mdio-1:02: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:02, irq=POLL) [ 4.469606] GMAC4(ffffff8003bc9900) Invalid MAC@ - using f2:76:63:22:18:a3 [ 4.548383] Qualcomm QCA8075 90000.mdio-1:03: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:03, irq=POLL) [ 4.628380] Qualcomm QCA8075 90000.mdio-1:04: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:04, irq=POLL) [ 4.629181] ********************************************************** [ 4.637281] * NSS Data Plane driver [ 4.643809] ********************************************************** [ 4.664539] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.664590] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 4.669078] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000008002000010 [ 4.676517] xhci-hcd xhci-hcd.1.auto: irq 46, io mem 0x08a00000 [ 4.685951] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.691769] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 4.697315] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 4.705322] hub 1-0:1.0: USB hub found [ 4.711569] hub 1-0:1.0: 1 port detected [ 4.715472] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.719578] hub 2-0:1.0: USB hub found [ 4.727358] hub 2-0:1.0: 1 port detected [ 4.731265] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 4.734989] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3 [ 4.740459] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000008002000010 [ 4.747871] xhci-hcd xhci-hcd.2.auto: irq 47, io mem 0x08c00000 [ 4.757298] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 4.763125] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4 [ 4.768683] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 4.776580] hub 3-0:1.0: USB hub found [ 4.782877] hub 3-0:1.0: 1 port detected [ 4.786783] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.790916] hub 4-0:1.0: USB hub found [ 4.798769] hub 4-0:1.0: 1 port detected [ 4.804983] input: gpio_keys as /devices/platform/gpio_keys/input/input0 [ 4.806747] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.818910] init: - preinit - [ 5.068060] usb 3-1: new full-speed USB device number 2 using xhci-hcd [ 7.048249] nss-dp 3a001000.dp1 lan1: PHY Link up speed: 1000 [ 9.027677] nss-dp 3a001000.dp1 lan1: PHY Link is down [ 9.031065] procd: - early - [ 9.031761] procd: - watchdog - [ 9.560081] procd: - watchdog - [ 9.560325] procd: - ubus - [ 9.614172] procd: - init - [ 9.760049] kmodloader: loading kernel modules from /etc/modules.d/* [ 9.870018] hid: raw HID events driver (C) Jiri Kosina [ 9.870769] GACT probability on [ 9.874593] Mirror/redirect action on [ 9.880428] u32 classifier [ 9.880904] input device check on [ 9.883508] Actions configured [ 9.897861] Bluetooth: Core ver 2.22 [ 9.897992] NET: Registered PF_BLUETOOTH protocol family [ 9.900521] Bluetooth: HCI device and connection manager initialized [ 9.905816] Bluetooth: HCI socket layer initialized [ 9.911485] urngd: v1.0.2 started. [ 9.912150] Bluetooth: L2CAP socket layer initialized [ 9.920299] Bluetooth: SCO socket layer initialized [ 9.926278] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 9.930033] Bluetooth: BNEP filters: protocol multicast [ 9.935586] Bluetooth: BNEP socket layer initialized [ 9.941085] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a [ 9.945737] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2 [ 9.954343] Bluetooth: HCI UART driver ver 2.3 [ 9.959895] Bluetooth: HCI UART protocol H4 registered [ 9.964397] Bluetooth: HCI UART protocol BCSP registered [ 9.970372] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 9.974999] Bluetooth: HIDP socket layer initialized [ 9.999163] NET: Registered PF_QIPCRTR protocol family [ 10.000885] Bluetooth: RFCOMM TTY layer initialized [ 10.003207] Bluetooth: RFCOMM socket layer initialized [ 10.007983] Bluetooth: RFCOMM ver 1.11 [ 10.021391] xt_time: kernel timezone is -0000 [ 10.052509] PPP generic driver version 2.4.2 [ 10.053351] NET: Registered PF_PPPOX protocol family [ 10.057526] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 10.060816] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 10.088437] ath11k c000000.wifi: ipq8074 hw2.0 [ 10.088470] ath11k c000000.wifi: FW memory mode: 0 [ 10.109753] remoteproc remoteproc0: powering up cd00000.q6v5_wcss [ 10.109859] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668 [ 10.460792] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up [ 10.504809] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req [ 10.512251] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 10.512289] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1 [ 15.804465] remoteproc remoteproc0: stopped remote processor cd00000.q6v5_wcss [ 15.804508] remoteproc remoteproc0: powering up cd00000.q6v5_wcss [ 15.810654] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668 [ 16.160639] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up [ 16.163991] kmodloader: done loading kernel modules from /etc/modules.d/* [ 16.204537] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req [ 16.211946] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 16.211984] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1 [ 16.511537] ath11k c000000.wifi: htt event 48 not handled [ 20.141870] br-lan: port 1(lan1) entered blocking state [ 20.141918] br-lan: port 1(lan1) entered disabled state [ 20.145947] nss-dp 3a001000.dp1 lan1: entered allmulticast mode [ 20.151535] nss-dp 3a001000.dp1 lan1: entered promiscuous mode [ 20.167088] br-lan: port 2(lan2) entered blocking state [ 20.167134] br-lan: port 2(lan2) entered disabled state [ 20.171277] nss-dp 3a001200.dp2 lan2: entered allmulticast mode [ 20.176574] nss-dp 3a001200.dp2 lan2: entered promiscuous mode [ 20.187741] br-lan: port 3(lan3) entered blocking state [ 20.188180] br-lan: port 3(lan3) entered disabled state [ 20.193308] nss-dp 3a001400.dp3 lan3: entered allmulticast mode [ 20.198691] nss-dp 3a001400.dp3 lan3: entered promiscuous mode [ 20.208750] br-lan: port 4(lan4) entered blocking state [ 20.210285] br-lan: port 4(lan4) entered disabled state [ 20.215438] nss-dp 3a001600.dp4 lan4: entered allmulticast mode [ 20.221303] nss-dp 3a001600.dp4 lan4: entered promiscuous mode [ 23.288426] nss-dp 3a001000.dp1 lan1: PHY Link up speed: 1000 [ 23.288483] br-lan: port 1(lan1) entered blocking state [ 23.293165] br-lan: port 1(lan1) entered forwarding state [ 33.768090] l11: disabling [ 109.178234] mtdblock: MTD device 'ubi' is NAND, please consider using UBI block devices instead.
