Linksys MR9000
The Linksys MR9000 is a MU-MIMO Tri-Band WiFi router, which has one 2.4GHz and two 5GHz WiFi interfaces, making it an interesting choice for wireless backhaul or repeater applications. The Linksys MR9000 is very similar to the MR8300, so basic infos should apply to each other. The main difference is that both the MR8300's 5GHz WiFi interfaces support up to 2 streams (867 Mbps) while the MR9000's first 5GHz WiFi interface supports up to 4 streams (1733 Mbps) making the latter even more suitable for wireless backhaul applications.
Note: The first 5 GHz radio (QCA9984) is limited to ch. 100 and above. The second 5 GHz radio (IPQ4019) is limited to ch. 64 and below. This is consistent with OEM firmware and is a result of the ART data and the data in the OEM firmware's cal data. This is perhaps due to RF design optimization and/or interoperation with 2.4 GHz such as the two shared antennas.
It has four 1G LAN ports, one 1G WAN port, an USB 3.0 interface and four external antennas. The device is equipped with a Bluetooth chip. It is powered by an external 12V, 2A power adapter.
OpenWrt support
Supporting activities
Describe if there are any ongoing activities that might lead to OpenWrt support.
- OpenWrt forum thread: https://forum.openwrt.org/t/support-for-the-linksys-mr9000/54377/
- GitHub PR submission:
- (Merged) ipq40xx: Add Linksys MR9000 BDF - https://github.com/openwrt/firmware_qca-wireless/pull/114
- (Merged) ipq40xx: Add support for Linksys MR9000 - https://github.com/openwrt/openwrt/pull/22744
- [25.12] ipq40xx: add support for Linksys MR9000 - https://github.com/openwrt/openwrt/pull/23661
- GitHub developer branch tree:
@RolandoMagico- https://github.com/RolandoMagico/openwrt/tree/MR9000 (latest version)
- Unofficial installation guide & discussions:
Experimental firmware
List experimental firmware download links here.
- External image:
- Openwrt Build for Linksys MR9000 by
@RolandoMagico- Latest version 25.12.x: https://github.com/RolandoMagico/openwrt-build/releases
- Openwrt for Linksys MR9000 by
@sshel- List of all versions: https://sshel.inf.ua/mr9000/
- Latest version 25.12.2: https://sshel.inf.ua/mr9000/?dir=mr9000/25.12.2
- Trunk image:
- OpenWrt Official image - Main Snapshot nightly build
Hardware highlights
| CPU | Ram | Flash | Network | WLAN | USB | Serial | JTag |
|---|---|---|---|---|---|---|---|
| IPQ4019 @ 717 MHz | 512 MiB | 256 MiB | 4x 10/100/1000 | a/b/g/n/ac | 1x 3.0 | Yes | No |
Hardware
Info
| Architecture | ARMv7 |
|---|---|
| Vendor | Qualcomm Atheros |
| Bootloader | U-Boot |
| System-On-Chip | Qualcomm IPQ4019 |
| CPU/Speed | 717 MHz |
| Flash-Chip | Macronix MX30LF2G18AC |
| Flash size | 256 MiB |
| RAM | 512 MiB |
| Wireless 1 | Qualcomm Atheros QCA9984 5.0GHz 802.11a/n/ac |
| Wireless 2 | Qualcomm Atheros QCA4019 2.4GHz 802.11b/g/n |
| Wireless 3 | Qualcomm Atheros QCA4019 5.0GHz 802.11a/n/ac |
| Ethernet | 10/100/1000 Mbit/s w/ VLAN support |
| Switch | Qualcomm Atheros QCA8075 |
| USB | 1x 3.0 |
| Serial | Yes |
| JTAG | No |
Installation
Linksys OEM stock firmware can be found at this URL: https://support.linksys.com/kb/article/583-en/
The MR9000 is a dual partition device. Each time you install/upgrade the system (from OEM or OpenWrt), it overwrites the other partition, not the active one. As OpenWRT build is still under heavy development and testing, you may want to keep the OEM firmware in one partition, as a secure fallback.
Before installation of 24.10-snapshot or Main the kernel partition size setting in the bootloader must be increased. Only afterwards 24.10-snapshot or Main may safely be installed. Don't try to install or upgrade to 24.10-snapshot or Main directly, it will soft-brick your device! Procedure requires serial access and is described below.
Installation via Intermediate firmware (Technical Discussion)
- See this GitHub page for discussion on installing Intermediate Third-party OpenWrt / DD-WRT Firmware:
- If you can successfully flash the Intermediate Firmware (either OpenWrt or DD-WRT), you can perform the change
kernel partition sizetask in below section without connecting to serial console.
Installation of 24.10 or snapshot
WARNING FOR INSTALLATION
Installation of 24.10 or snapshot requires two steps.
- serial console access to the device to change a bootloader variable. This is only needed once in the lifetime of the device.
- flashing 24.10 or snapshot.
Don't try to flash 24.10 directly , it will not work.
Preliminary. Despite its fair amount of flash memory (256MB), the MR9000 has a tiny kernel partition limited to 3MB. This is sufficient to boot Linksys OEM and OpenWrt 22.03 (based on kernel 5.10). Meanwhile this is not enough to boot kernels 5.15 (23.05) or 6.6 (24.10). There is a workaround for this situation, and it involves changing a bootloader variable. This is only needed once in the lifetime of the device, and can be done easily via serial console. Once the bootloader has been tweaked, the device can boot everything: Linksys OEM, OpenWrt 24.10 and snapshot.
Since 22.03.3, OpenWrt can flash any OpenWrt stable/snapshot factory/sysupgrade image, and also Linksys OEM. Flashing Linksys OEM allows to restore the device to its original state.
First step: change kernel size via serial console
You need to have serial access to the device.
- Interrupt boot process by pressing any key.
- Check your previous bootloader variables. Enter:
printenv
Look for output similar to
kernsize=300000. This is the default 3 MB size of kernel. - Enter:
setenv kernsize 500000
This will tell the bootloader to read 5 MB (needed for kernel 5.15 and higher) instead of 3 MB.
WARNING : DO NOT type = in this command, it will not work.
- Enter:
printenv
to confirm the change after running. Now you should read
kernsize=500000. - Enter:
saveenv
to store the changes permanently in flash memory.
- Reboot the device.
reset
It should boot the OEM or any other already installed firmware just as previously.
Second Step: Installation OpenWrt from OEM GUI
Start the router with Linksys OEM firmware and browse to http://192.168.1.1/fwupdate.html. The default user and password is admin.
- Flash the
_factory.binOpenWrt image. - Wait for the router to reboot.
You will now have the Linksys OEM on the first partition as a fallback and OpenWrt on the second partition as active. Setup OpenWrt as you like and backup the settings. If you want to get rid of Linksys OEM, than just flash again the same OpenWrt factory image from the fresh installed OpenWrt (keeping the settings). Since OpenWrt 22.03.3, you can easily restore back Linksys OEM by just flashing the firmware image.
Photos
Opening the case
Remove the glued-on rubber feet to get to the 4 Torx T10 screws. Remove the screws and gently pry the sides of the lower case outwards until the top cover can be lifted off.
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
| Serial connection parameters for Linksys MR9000 | 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
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.BF.3.1.1-00126 S - IMAGE_VARIANT_STRING=DAACANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000025 S - Reset status Config, 0x00000010 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1339 - bootable_media_detect_entry, Start B - 2606 - bootable_media_detect_success, Start B - 2621 - elf_loader_entry, Start B - 4026 - auth_hash_seg_entry, Start B - 6178 - auth_hash_seg_exit, Start B - 74155 - elf_segs_hash_verify_entry, Start B - 198119 - PBL, End B - 198143 - SBL1, Start B - 291587 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 293087 - boot_flash_init, Start D - 87127 - boot_flash_init, Delta B - 384519 - boot_config_data_table_init, Start D - 13958 - boot_config_data_table_init, Delta - (419 Bytes) B - 401234 - clock_init, Start D - 7583 - clock_init, Delta B - 412254 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:6 B - 415667 - sbl1_ddr_set_params, Start B - 420764 - cpr_init, Start D - 2 - cpr_init, Delta B - 425145 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13172 - sbl1_ddr_set_params, Delta B - 438457 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 509494 - sbl1_wait_for_ddr_training, Start D - 29 - sbl1_wait_for_ddr_training, Delta B - 525652 - Image Load, Start D - 156045 - QSEE Image Loaded, Delta - (299560 Bytes) B - 682127 - Image Load, Start D - 2130 - SEC Image Loaded, Delta - (2048 Bytes) B - 692310 - Image Load, Start D - 188720 - APPSBL Image Loaded, Delta - (447075 Bytes) B - 881427 - QSEE Execution, Start D - 56 - QSEE Execution, Delta B - 887655 - SBL1, End D - 691514 - SBL1, Delta S - Flash Throughput, 2100 KB/s (749102 Bytes, 356574 us) S - DDR Frequency, 672 MHz
U-Boot 2012.07 [Chaos Calmer 15.05.1,f53cef1+r49254] (Mar 29 2019 - 10:10:15)
CBT U-Boot ver: 1.4.0
smem ram ptable found: ver: 1 len: 3 DRAM: 512 MiB machid : 0x8010006 NAND: ID = 9590dac2 Vendor = c2 Device = da ONFI device found SF NAND unsupported id:ff:ff:ff:ffSF: Unsupported manufacturer ff ipq_spi: SPI Flash not found (bus/cs/speed/mode) = (0/0/48000000/0) 256 MiB MMC: qca_mmc: 0 PCI0 Link Intialized In: serial Out: serial Err: serial machid: 8010006 flash_type: 2
Updating boot_count ... done
Hit any key to stop autoboot: 2 1 0
Memory test start, banksize=0x2000000, data size=0x8000, test count per bank=64 Memory test end, lapsed time = 3 seconds
The test result is success
NAND read: device 0 offset 0x5f80000, size 0x300000 3145728 bytes read: OK ## Booting kernel from FIT Image at 84000000 ...
Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: ARM Linksys Linux-3.14.77 Type: Kernel Image Compression: uncompressed Data Start: 0x840000e4 Data Size: 2546584 Bytes = 2.4 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 7b38c7c3 Hash algo: sha1 Hash value: 839af0f0c824bae57720e35f94c37f3da1f6f70b Verifying Hash Integrity ... crc32+ sha1+ OK
## Flattened Device Tree from FIT Image at 84000000
Using 'config@1' configuration Trying 'fdt@1' FDT blob subimage Description: ARM Linksys Dallas device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x8426ddac Data Size: 38988 Bytes = 38.1 KiB Architecture: ARM Hash algo: crc32 Hash value: 0767fa1f Hash algo: sha1 Hash value: 764999d3fab71e24ed2170157cdf8aa4fe8ee5c4 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x8426ddac Loading Kernel Image ... OK
OK
Loading Device Tree to 87062000, end 8706e84b ... OK
Device nand2 not found! eth0 MAC Address from ART is not valid eth1 MAC Address from ART is not valid Using machid 0x8010006 from environment
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.14.77 (root@build-vm) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r35193) ) #1 SMP PREEMPT Thu Mar 19 03:22:06 PDT 2020 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Qualcomm Technologies, Inc. IPQ40xx/AP-DK07.1-C1 [ 0.000000] Reserved memory: failed to reserve memory for node 'rsvd1@87000000': base 0x87000000, size 5 MiB [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 8 pages/cpu @dfbc6000 s8384 r8192 d16192 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 127232 [ 0.000000] Kernel command line: init=/sbin/init rootfstype=ubifs ubi.mtd=13,2048 root=ubi0:ubifs rootwait rw clk_ignore_unused [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 500752K/513024K available (4958K kernel code, 415K rwdata, 1648K rodata, 208K init, 251K bss, 12272K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc087bda8 (6608 kB) [ 0.000000] .init : 0xc087c000 - 0xc08b00c0 ( 209 kB) [ 0.000000] .data : 0xc08b2000 - 0xc0919d74 ( 416 kB) [ 0.000000] .bss : 0xc0919d74 - 0xc0958d18 ( 252 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 48.00MHz (virt). [ 0.000008] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 2863311552512ns [ 0.000017] Switching to timer-based delay loop [ 0.000350] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000370] pid_max: default: 32768 minimum: 301 [ 0.000641] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000654] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.012738] CPU: Testing write buffer coherency: ok [ 0.013122] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.013197] Setting up static identity map for 0x80213af0 - 0x80213b48 [ 0.090643] CPU1: Booted secondary processor [ 0.090689] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.110661] CPU2: Booted secondary processor [ 0.110699] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.130685] CPU3: Booted secondary processor [ 0.130722] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.130867] Brought up 4 CPUs [ 0.130908] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.130917] CPU: All CPU(s) started in SVC mode. [ 0.141351] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.141742] pinctrl core: initialized pinctrl subsystem [ 0.142182] regulator-dummy: no parameters [ 0.142842] NET: Registered protocol family 16 [ 0.144435] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.144955] cpuidle: using governor ladder [ 0.144967] cpuidle: using governor menu [ 0.155780] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 1 [ 0.155788] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 3 [ 0.155796] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 2 [ 0.155800] hw-breakpoint: CPU 3 failed to disable vector catch [ 0.155831] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.159094] i2c-msm-v2 78b7000.i2c: probing driver i2c-msm-v2 [ 0.159879] sps:sps is ready. [ 0.166332] bio: create slab <bio-0> at 0 [ 0.168092] SD0 VccQ: 1800 ←→ 3000 mV [ 0.168587] SCSI subsystem initialized [ 0.169309] msm_bus_fabric_init_driver [ 0.169485] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.169502] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.169520] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 [ 0.169565] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.169579] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.169595] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 [ 0.195741] Bluetooth: Core ver 2.18 [ 0.195813] NET: Registered protocol family 31 [ 0.195824] Bluetooth: HCI device and connection manager initialized [ 0.195841] Bluetooth: HCI socket layer initialized [ 0.195859] Bluetooth: L2CAP socket layer initialized [ 0.195929] Bluetooth: SCO socket layer initialized [ 0.196136] 80000.qcom,pcie supply vreg-3.3 not found, using dummy regulator [ 0.196202] 80000.qcom,pcie supply vreg-1.8 not found, using dummy regulator [ 0.196264] 80000.qcom,pcie supply vreg-0.9 not found, using dummy regulator [ 0.196315] 80000.qcom,pcie supply gdsc-vdd not found, using dummy regulator [ 0.290482] msm_pcie_enable: msm_pcie_enable: PCIe: trigger the reset of endpoint of RC0. [ 0.300475] msm_pcie_enable: msm_pcie_enable: PCIe RC0 PHY is ready! [ 0.320475] msm_pcie_enable: msm_pcie_enable: PCIe: Release the reset of endpoint of RC0. [ 0.460612] msm_pcie_enable: msm_pcie_enable: PCIe RC0 link initialized [ 0.460886] msm_pcie 80000.qcom,pcie: PCI host bridge to bus 0000:00 [ 0.460905] pci_bus 0000:00: root bus resource [io 0x40200000-0x402fffff] [ 0.460920] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] [ 0.460934] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.461018] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0014[4] is all FFs [ 0.461453] PCI: bus0: Fast back to back transfers disabled [ 0.461472] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.461735] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 1:0x00 + 0x0014[4] is all FFs [ 0.462217] PCI: bus1: Fast back to back transfers disabled [ 0.462297] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0028[4] is all FFs [ 0.462332] pci 0000:00:00.0: BAR 8: assigned [mem 0x40400000-0x405fffff] [ 0.462348] pci 0000:00:00.0: BAR 0: assigned [mem 0x40300000-0x40300fff 64bit] [ 0.462377] pci 0000:01:00.0: BAR 0: assigned [mem 0x40400000-0x405fffff 64bit] [ 0.462408] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.462427] pci 0000:00:00.0: bridge window [mem 0x40400000-0x405fffff] [ 0.462451] msm_pcie_probe: msm_pcie_probe: RC0 is enabled in bootup [ 0.462755] Switched to clocksource arch_sys_counter [ 0.464542] NET: Registered protocol family 2 [ 0.465851] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.465924] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.466014] TCP: Hash tables configured (established 4096 bind 4096) [ 0.466068] TCP: reno registered [ 0.466084] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.466116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.466459] NET: Registered protocol family 1 [ 0.467272] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available [ 0.468724] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.478095] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.478113] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.479075] msgmni has been set to 978 [ 0.480922] Key type asymmetric registered [ 0.480940] Asymmetric key parser 'x509' registered [ 0.480978] io scheduler noop registered [ 0.480988] io scheduler deadline registered (default) [ 0.481969] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.482037] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.482123] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.482182] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.482890] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.483909] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.483949] msm_serial_hsl_probe: Bus scaling is disabled [ 0.484107] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM [ 0.484197] msm_hsl_console_setup: console setup on port #0 [ 1.284072] console [ttyMSM0] enabled [ 1.288165] msm_serial_hsl_init: driver initialized [ 1.293164] uart_tx_gpio is not available [ 1.296562] uart_rx_gpio is not available [ 1.300555] uart_cts_gpio is not available [ 1.304673] uart_rfr_gpio is not available [ 1.308717] Wakeup irq not specified. [ 1.312365] BLSP UART: Bus scaling is disabled. [ 1.317110] sps: BAM device 0x07884000 is not registered yet. [ 1.322609] sps:BAM 0x07884000 is registered. [ 1.326836] qca_serial_hs 78b0000.uart: qca_hs_probe: error creating tx logging context [ 1.334946] qca_serial_hs 78b0000.uart: qca_hs_probe: error creating rx logging context [ 1.342925] qca_serial_hs 78b0000.uart: qca_hs_probe: error creating usr logging context [ 1.351296] 78b0000.uart: ttyQHS0 at MMIO 0x78b0000 (irq = 140, base_baud = 460800) is a MSM HS UART [ 1.360448] qca_serial_hs module loaded [ 1.366105] sps: BAM device 0x07984000 is not registered yet. [ 1.370828] sps:BAM 0x07984000 is registered. [ 1.375033] msm_nand_bam_init: msm_nand_bam_init: BAM device registered: bam_handle 0xdecd7000 [ 1.383904] sps:BAM 0x07984000 (va:0xe0a60000) enabled: ver:0x19, number of pipes:7 [ 1.391609] msm_nand_version_check: nand_major:1, nand_minor:4, qpic_major:1, qpic_minor:4 [ 1.399941] msm_nand_flash_onfi_probe: Found an ONFI compliant device MX30LF2G18AC � [ 1.407997] msm_nand_scan: NAND Id: 0x9590dac2 Buswidth: 8Bits Density: 256 MByte [ 1.415456] msm_nand_scan: pagesize: 2048 Erasesize: 131072 oobsize: 64 (in Bytes) [ 1.423003] msm_nand_scan: BCH ECC: 4 Bit [ 1.426993] msm_nand_scan: CFG0: 0x2a0408c0, CFG1: 0x0804745c [ 1.426993] RAWCFG0: 0x280420c0, RAWCFG1: 0x0005045d [ 1.426993] ECCBUFCFG: 0x00000203, ECCBCHCFG: 0x42040700 [ 1.426993] BAD BLOCK BYTE: 0x000001d1 [ 1.449744] 16 ofpart partitions found on MTD device 7980000.qcom,nand [ 1.456167] Creating 16 MTD partitions on “7980000.qcom,nand”: [ 1.461980] 0x000000000000-0x000000100000 : “0:SBL1” [ 1.468828] 0x000000100000-0x000000200000 : “0:MIBIB” [ 1.474708] 0x000000200000-0x000000300000 : “0:QSEE” [ 1.480404] 0x000000300000-0x000000380000 : “0:CDT” [ 1.485767] 0x000000380000-0x000000400000 : “0:APPSBLENV” [ 1.491625] 0x000000400000-0x000000480000 : “0:ART” [ 1.496985] 0x000000480000-0x000000680000 : “0:APPSBL” [ 1.503545] 0x000000680000-0x000000700000 : “u_env” [ 1.508783] 0x000000700000-0x000000740000 : “s_env” [ 1.513880] 0x000000740000-0x000000780000 : “devinfo” [ 1.519153] 0x000000780000-0x000005f80000 : “kernel” [ 1.584928] 0x000000a80000-0x000005f80000 : “rootfs” [ 1.648624] mtd: device 11 (rootfs) set to be root filesystem [ 1.653373] 0x000005f80000-0x00000b780000 : “alt_kernel” [ 1.720480] 0x000006280000-0x00000b780000 : “alt_rootfs” [ 1.784577] 0x00000b780000-0x00000b880000 : “sysdiag” [ 1.790424] 0x00000b880000-0x00000ff00000 : “syscfg” [ 1.844080] msm_nand_probe: NANDc phys addr 0x7980000, BAM phys addr 0x7984000, BAM IRQ 133 [ 1.851400] msm_nand_probe: Allocated DMA buffer at virt_addr 0xe0a7b000, phys_addr 0x9ec94000 [ 1.861832] sps:BAM 0x07884000 (va:0xe0b40000) enabled: ver:0x19, number of pipes:12 [ 1.869034] m25p80 spi0.0: Failed to find sector-size [ 1.885636] libphy: ipq40xx_mdio: probed [ 1.892139] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 1.897818] tun: Universal TUN/TAP device driver, 1.6 [ 1.902771] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 1.909037] PPP generic driver version 2.4.2 [ 1.913354] PPP BSD Compression module registered [ 1.917868] PPP Deflate Compression module registered [ 1.922918] NET: Registered protocol family 24 [ 1.927322] i2c /dev entries driver [ 1.932417] Bluetooth: HCI UART driver ver 2.2 [ 1.935860] Bluetooth: HCI H4 protocol initialized [ 1.940600] Bluetooth: HCI BCSP protocol initialized [ 1.947568] hidraw: raw HID events driver (C) Jiri Kosina [ 1.953067] u32 classifier [ 1.954740] input device check on [ 1.958393] Netfilter messages via NETLINK v0.30. [ 1.963118] nfnl_acct: registering with nfnetlink. [ 1.967918] nf_conntrack version 0.5.0 (7824 buckets, 31296 max) [ 1.974481] ctnetlink v0.93: registering with nfnetlink. [ 1.979149] nf_conntrack_rtsp v0.7 loading [ 1.983333] ip_set: protocol 6 [ 1.986426] gre: GRE over IPv4 demultiplexor driver [ 1.991113] ip_gre: GRE over IPv4 tunneling driver [ 1.997511] nf_nat_rtsp v0.7 loading [ 2.000089] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.005627] TCP: cubic registered [ 2.009407] NET: Registered protocol family 10 [ 2.014826] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 2.019535] sit: IPv6 over IPv4 tunneling driver [ 2.025784] NET: Registered protocol family 17 [ 2.029329] Bridge firewalling registered [ 2.033237] Ebtables v2.0 registered [ 2.037003] Bluetooth: RFCOMM TTY layer initialized [ 2.041629] Bluetooth: RFCOMM socket layer initialized [ 2.046830] Bluetooth: RFCOMM ver 1.11 [ 2.050470] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.055792] Bluetooth: BNEP filters: protocol multicast [ 2.060978] Bluetooth: BNEP socket layer initialized [ 2.065934] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.071825] Bluetooth: HIDP socket layer initialized [ 2.076838] l2tp_core: L2TP core driver, V2.0 [ 2.081118] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 2.085897] l2tp_netlink: L2TP netlink interface [ 2.090508] 8021q: 802.1Q VLAN Support v1.8 [ 2.094835] Registering SWP/SWPB emulation handler [ 2.100722] SD0 VccQ: disabling [ 2.102894] regulator-dummy: disabling [ 2.107001] UBI: attaching mtd13 to ubi0 [ 2.466403] UBI: scanning is finished [ 2.476079] UBI: attached mtd13 (name “alt_rootfs”, size 85 MiB) to ubi0 [ 2.481751] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.488551] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.495219] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.502061] UBI: good PEBs: 680, bad PEBs: 0, corrupted PEBs: 0 [ 2.507979] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 2.515097] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1812444357 [ 2.524125] UBI: available PEBs: 0, total reserved PEBs: 680, PEBs reserved for bad PEB handling: 40 [ 2.533260] UBI: background thread “ubi_bgt0d” started, PID 73 [ 2.534083] input: gpio_keys.9 as /devices/soc.1/gpio_keys.9/input/input0 [ 2.534346] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 2.537820] clk: Not disabling unused clocks [ 2.557784] UBIFS: background thread “ubifs_bgt0_0” started, PID 75 [ 2.604814] UBIFS: mounted UBI device 0, volume 0, name “ubifs” [ 2.609707] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 2.618864] UBIFS: FS size: 79360000 bytes (75 MiB, 625 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs) [ 2.628472] UBIFS: reserved for root: 0 bytes (0 KiB) [ 2.633510] UBIFS: media format: w4/r0 (latest is w4/r0), UUID F8E138B7-6C1A-4CB4-9001-49BB38494F07, small LPT model [ 2.645453] VFS: Mounted root (ubifs filesystem) on device 0:11. [ 2.650737] Freeing unused kernel memory: 208K (c087c000 - c08b0000) *
_ _ __ _ __ _____ __ __ _____
| | | || \ | | / // ____]\ \ / // ____]TM
| | | || \ | | / /| (___ \ V /| (____
| | | || |\ \| |\ \ \____ \ \ / \____ \
| |_____ | || | \ | \ \ ____) | | | ____) |
|_______||_||_| \__| \_\[____ / |_| [_____/
© 2013 Belkin International, Inc. and/or its affiliates. All rights reserved. Booting lion (firmware version 1.1.2.200408) * [utopia][init] System Initialization [utopia][init] Creating /proc [utopia][init] Creating /sys [utopia][init] Creating /dev [utopia][init] Creating /tmp [utopia][init] Allocating 60M for /tmp [utopia][init] Prepairing /dev/pts [utopia][init] Setting /tmp and /var permissions [utopia][init] Starting udev.. [ 3.081134] UBIFS: background thread “ubifs_bgt0_0” stops Attempting mount of ubifs syscfg partition UBI device number 1, total 562 LEBs (71360512 bytes, 68.1 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) [utopia][init] Using persistent syscfg data from /var/config/syscfg [utopia][init] Starting system logging [utopia][init] Starting sysevent subsystem [utopia][init] Starting blue ... [utopia][init] Enabling DesignWare USB3 DRD Core drivers [utopia][init] Loading QCA Ethernet, NSS and GMAC drivers net.netfilter.nf_conntrack_acct = 1 [utopia][init] Late loading usb drivers [utopia][init] Setting any unset system values to default [utopia][init] no persistence config file (/var/config/pstcfg) found setting up MAC addresses for all interface based on C4:41:1E:C9:24:E8 Updating NTP Servers if necessary [utopia][init] syscfg loaded removing tmp file checking for interactive script start up... no user scheduled tasks found... senq running /etc/init.d/service_senq.sh Starting in mode 0 1970-01-01 00:00:13: node-mode running Updating BootCount Page[25]:C800 ... Done
attempting to sync sysinfo.cgi auth credentials [utopia][init] Loading Buttons drivers [utopia][init] Load WiFi cal data from MTD(mtd5) to FS. [utopia][init] Setup link to WiFi firmware and board data (US) [utopia][init] Multi-region is not supported or not enabled [utopia][init] Cert region: US [utopia][init] No REGION definded, use FCC NSS Auto scaling disabled [utopia][init] Loading QCA Enhanced Connection manager [utopia][init] Initializing BTLE interface [utopia][init] Bluetooth Mac Address: C4 41 1E C9 24 E8 [utopia][init] Cert Region: US [utopia][init] BT PSR: /etc/csr8x11-a12-bt4.2.psr BCSP initialization timed out [utopia][init] BTLE interface failed inserting fpbypass.ko for QCA attempting to sync sysinfo.cgi auth credentials adding group for lldpd user Fri Jan 14 14:08:00 UTC 2022
lion login: wan, sysevent received: wan-start Starting devicedb ...
DeviceDB database version 3 Options:
Daemonize : yes Server UDS Path : /tmp/devicedb/server_link Database File : /tmp/devicedb/devicedb.db DB Transient File : /tmp/devicedb/transient.db
lldpd event lan_ipaddr 192.168.1.1 received. DeviceDB Daily Backup Cron job created No TopoDB persistence data to import TopoDB data not imported killall: lldpd: no process killed lldpd event lldpd-start received. ARP agent not started: not in master mode. setting root_accessible to 0 by default setting root_accessible to 0 by default Starting ddd_ethernet_agent ... mkdir: can't create directory '/tmp/nb': File exists lldp updating callback scripts lldp updating callback scripts mosquitto aborting: not Master subscriber running /etc/init.d/service_subscriber.sh lan-status starting MODE: 0 service_guardian.sh is called with lan-status /etc/init.d/service_subscriber.sh lan-status starting: Not Master; ignoring status change (mode: 0) Entry tsmb lan-status, 1 2022-01-14T14:08:04 [1;33m[WARN/main][0m another instance is running, please stop it 2022-01-14T14:08:04 [1;37;41m[CRIT/main][0m giving up
LLDPD - ERROR STARTING DAEMON
RTNETLINK answers: Device or resource busy
backhaul_switching status event backhaul::media 0 received on backhaul_switching_mgr Backhaul media 0 received, but wifi status is not started. Will do backhaul check later lldpd event lldp::root_accessible 0 received. lldpd event ETH::port_1_status down received. lldpd event ETH::port_2_status down received. lldpd event ETH::port_3_status down received. lldpd event ETH::port_4_status down received. lldpd event ETH::port_5_status down received. [utopia] Not setting ppp_clamp_mtu Lighttpd Model Base: MR9000 Generating Rainier lighttpd config Build temporary www configuration directory: TSLIIHauhEfGE nss_build_bypass is called with lan-started Power cycle Ethernet ports. conntrack_parse running creating conntrack cron job ARP agent not started: not in master mode. Registering Service myrouter._http._tcp.local port 80 wifi, sysevent received: lan-started (Fri Jan 14 06:08:14 PST 2022) Got a reply for myrouter._http._tcp.local.: Name now registered and active wifi, service_start() [utopia][init] Loading GMAC and WLAN drivers mosquitto aborting: not Master /etc/init.d/service_subscriber.sh lan-status started MODE: 0 /etc/init.d/service_subscriber.sh lan-status started: Not Master; ignoring status change (mode: 0) Entry tsmb lan-status, 1 service_guardian.sh is called with lan-status Not ready for JNAP. Sleeping for 15 seconds... [utopia][init] Creating wifi devices ath0 ath1 ath10 Multi-region is not supported or not enabled backhaul_switching status event system_state-normal received [utopia] Not setting ppp_clamp_mtu on dslite protocol wan, sysevent received: phylink_wan_state smart connect client, generating client device data nss_build_bypass is called with ipv4_wan_ipaddr lldpd event ipv4_wan_ipaddr 0.0.0.0 received. wifi, wifi_physical_start(ath0) Auto channel fastpath, sysevent received: qos_enabled wifi, wifi_virtual_start(ath0) net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-iptables = 0 Entry tsmb tsmb-stop, 1 wifi, wifi_user_start(ath0) killall: mdns_lookup: no process killed smart_connect, sysevent received: wifi-status starting LookUpMaster call OK. mDNS lookup is on going... wifi_user, ath0 TxBF enabled wifi, primary AP: ath0 is up (Fri Jan 14 06:08:38 PST 2022) Restarting nfqrecv service... wifi, wifi_guest_start(ath0) wifi, guest ath2 is disabled, do not start wifi guest wifi, smart::mode is unconfigured do not start smart connect setup and config wifi ==⇒ RESET LION usb power wifi, wifi_physical_start(ath1) nss_build_bypass is called with guardian-configured Auto channel wifi, wifi_virtual_start(ath1) wifi, wifi_user_start(ath1) Got a TERM signal, will terminate. Warning! nfqrecv encountered errors when doing recv(): Interrupted system call killall: nfqrecv: no process killed wifi_user, ath1 TxBF enabled wifi_user, ath1 MU-MIMO enabled wifi, primary AP: ath1 is up (Fri Jan 14 06:08:43 PST 2022) wifi, wifi_guest_start(ath1) wifi, guest ath3 is disabled, do not start wifi guest wifi, wifi_physical_start(ath10) Auto channel wifi, wifi_virtual_start(ath10) wifi, wifi_user_start(ath10) wifi_user, ath10 TxBF enabled wifi_user, ath10 MU-MIMO enabled wifi, primary AP: ath10 is up (Fri Jan 14 06:08:46 PST 2022) wifi, wifi_guest_start(ath10) ping: bad address 'www.linksys.com' wifi, guest ath6 is disabled, do not start wifi guest wifi, start_hostapd() wifi, start hostapd (Fri Jan 14 06:08:47 PST 2022) Configuration file: /tmp/hostapd-ath0.conf Configuration file: /tmp/hostapd-ath1.conf Configuration file: /tmp/hostapd-ath10.conf ath0: Could not connect to kernel driver Using interface ath0 with hwaddr c4:41:1e:c9:24:e9 and ssid “_LinksysSetup4E8” random: Cannot read from /dev/random: Resource temporarily unavailable random: Only 0/20 bytes of strong random data available from /dev/random random: Not enough entropy pool available for secure operations WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects ath0: interface state UNINITIALIZED→ENABLED ath0: AP-ENABLED ath1: Could not connect to kernel driver Using interface ath1 with hwaddr c4:41:1e:c9:24:ea and ssid “_LinksysSetup4E8” random: Cannot read from /dev/random: Resource temporarily unavailable random: Only 0/20 bytes of strong random data available from /dev/random random: Not enough entropy pool available for secure operations WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects ath1: interface state UNINITIALIZED→ENABLED ath1: AP-ENABLED ath10: Could not connect to kernel driver Using interface ath10 with hwaddr c4:41:1e:c9:24:eb and ssid “_LinksysSetup4E8” random: Cannot read from /dev/random: Resource temporarily unavailable random: Only 0/20 bytes of strong random data available from /dev/random random: Not enough entropy pool available for secure operations WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects ath10: interface state UNINITIALIZED→ENABLED ath10: AP-ENABLED btsetup service btsetup: smart_connect::setup_status state_machine entering READY btsetup: Unconfigured mode and Peripheral role bluetoothd.init: /var/run/dbus created bluetoothd.init: dbus-daemon started pub_devinfo_status: Error: could not determine HOST_ADDR smart_connect, sysevent received: wifi-status started hcisetup: Failed to open and initialize HCI device pub_wlan_status: Error: could not determine HOST_ADDR [fw.sh] fwup_checked_after_boot: 0 self_setup: received event fwup_state (1) self_setup: received event fwup_state (0) [fwupd] status details:“ERROR: Connecting server” [fw.sh] fwup_forced_update: 0
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.BF.3.1.1-00126 S - IMAGE_VARIANT_STRING=DAACANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000025 S - Reset status Config, 0x00000000 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1339 - bootable_media_detect_entry, Start B - 2608 - bootable_media_detect_success, Start B - 2622 - elf_loader_entry, Start B - 4029 - auth_hash_seg_entry, Start B - 6179 - auth_hash_seg_exit, Start B - 74234 - elf_segs_hash_verify_entry, Start B - 197585 - PBL, End B - 197609 - SBL1, Start B - 291038 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 292539 - boot_flash_init, Start D - 87173 - boot_flash_init, Delta B - 384014 - boot_config_data_table_init, Start D - 13966 - boot_config_data_table_init, Delta - (419 Bytes) B - 400731 - clock_init, Start D - 7581 - clock_init, Delta B - 411751 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:6 B - 415164 - sbl1_ddr_set_params, Start B - 420260 - cpr_init, Start D - 2 - cpr_init, Delta B - 424642 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13173 - sbl1_ddr_set_params, Delta B - 437953 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 508914 - sbl1_wait_for_ddr_training, Start D - 29 - sbl1_wait_for_ddr_training, Delta B - 525072 - Image Load, Start D - 155987 - QSEE Image Loaded, Delta - (299560 Bytes) B - 681489 - Image Load, Start D - 2128 - SEC Image Loaded, Delta - (2048 Bytes) B - 691667 - Image Load, Start D - 188657 - APPSBL Image Loaded, Delta - (447075 Bytes) B - 880720 - QSEE Execution, Start D - 56 - QSEE Execution, Delta B - 886953 - SBL1, End D - 691346 - SBL1, Delta S - Flash Throughput, 2101 KB/s (749102 Bytes, 356464 us) S - DDR Frequency, 672 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,f53cef1+r49254] (Mar 29 2019 - 10:10:15) CBT U-Boot ver: 1.4.0 smem ram ptable found: ver: 1 len: 3 DRAM: 512 MiB machid : 0x8010006 NAND: ID = 9590dac2 Vendor = c2 Device = da ONFI device found SF NAND unsupported id:ff:ff:ff:ffSF: Unsupported manufacturer ff ipq_spi: SPI Flash not found (bus/cs/speed/mode) = (0/0/48000000/0) 256 MiB MMC: qca_mmc: 0 PCI0 Link Intialized In: serial Out: serial Err: serial machid: 8010006 flash_type: 2 Updating boot_count ... done Hit any key to stop autoboot: 0 Memory test start, banksize=0x2000000, data size=0x8000, test count per bank=64 Memory test end, lapsed time = 3 seconds The test result is success NAND read: device 0 offset 0x780000, size 0x500000 5242880 bytes read: OK ## Booting kernel from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'kernel-1' kernel subimage Description: ARM OpenWrt Linux-6.12.85 Type: Kernel Image Compression: uncompressed Data Start: 0x840000e4 Data Size: 3416984 Bytes = 3.3 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: dcb7f5e6 Hash algo: sha1 Hash value: 80ac2836562b2eb1f1c41911973c2d388699fd9b Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@1' configuration Trying 'fdt-1' FDT blob subimage Description: ARM OpenWrt linksys_mr9000 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x843425b4 Data Size: 19473 Bytes = 19 KiB Architecture: ARM Hash algo: crc32 Hash value: 9c9b1bb4 Hash algo: sha1 Hash value: 6b25abd02e02442f949102ecaf73935db10b6d3f Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x843425b4 Loading Kernel Image ... OK OK Loading Device Tree to 87067000, end 8706ec10 ... OK Device nand2 not found! eth0 MAC Address from ART is not valid eth1 MAC Address from ART is not valid Using machid 0x8010006 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.85 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 14.3.0 r32912-6639b15f62) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Mon May 4 22:30:45 2026 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Linksys MR9000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x0000000087dfffff] [ 0.000000] node 0: [mem 0x0000000087e00000-0x0000000087ffffff] [ 0.000000] node 0: [mem 0x0000000088000000-0x000000009fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff] [ 0.000000] OF: reserved mem: 0x87e00000..0x87e7ffff (512 KiB) nomap non-reusable smem@87e00000 [ 0.000000] OF: reserved mem: 0x87e80000..0x87ffffff (1536 KiB) nomap non-reusable tz@87e80000 [ 0.000000] percpu: Embedded 14 pages/cpu s25100 r8192 d24052 u57344 [ 0.000000] Kernel command line: init=/sbin/init rootfstype=ubifs ubi.mtd=11,2048 root=ubi0:ubifs rootwait rw root=/dev/ubiblock0_0 rootfstype=squashfs ro [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 131072 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 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: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000002] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000020] Switching to timer-based delay loop, resolution 20ns [ 0.000336] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000360] CPU: Testing write buffer coherency: ok [ 0.000417] pid_max: default: 32768 minimum: 301 [ 0.013249] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.013274] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.018813] qcom_scm: convention: smc legacy [ 0.020794] Setting up static identity map for 0x80300000 - 0x8030003c [ 0.021028] rcu: Hierarchical SRCU implementation. [ 0.021039] rcu: Max phase no-delay instances is 1000. [ 0.021507] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.022153] smp: Bringing up secondary CPUs ... [ 0.026286] smp: Brought up 1 node, 4 CPUs [ 0.026313] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.026327] CPU: All CPU(s) started in SVC mode. [ 0.027517] Memory: 503448K/524288K available (7987K kernel code, 635K rwdata, 1224K rodata, 1024K init, 255K bss, 19552K reserved, 0K cma-reserved, 0K highmem) [ 0.035832] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.036057] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.036090] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.042654] pinctrl core: initialized pinctrl subsystem [ 0.046146] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.046622] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.048067] thermal_sys: Registered thermal governor 'step_wise' [ 0.048184] cpuidle: using governor ladder [ 0.048221] cpuidle: using governor menu [ 0.074128] cryptd: max_cpu_qlen set to 1000 [ 0.079025] usbcore: registered new interface driver usbfs [ 0.079127] usbcore: registered new interface driver hub [ 0.079185] usbcore: registered new device driver usb [ 0.079271] pps_core: LinuxPPS API ver. 1 registered [ 0.079279] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.079309] PTP clock support registered [ 0.082583] clocksource: Switched to clocksource arch_sys_counter [ 0.093447] NET: Registered PF_INET protocol family [ 0.093718] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.096098] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.096143] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.096164] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.096232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.096388] TCP: Hash tables configured (established 4096 bind 4096) [ 0.097042] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.097442] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.097483] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.098221] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.098308] PCI: CLS 0 bytes, default 64 [ 0.099963] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.102011] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.102025] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.427098] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.434084] qcom-pcie 40000000.pcie: host bridge /soc/pcie@40000000 ranges: [ 0.434160] qcom-pcie 40000000.pcie: IO 0x0040200000..0x00402fffff -> 0x0000000000 [ 0.434197] qcom-pcie 40000000.pcie: MEM 0x0040300000..0x0040ffffff -> 0x0040300000 [ 0.435131] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.435245] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.435345] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.435443] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.435947] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.439791] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.439907] msm_serial 78af000.serial: uartclk = 1843200 [ 0.440318] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 32, base_baud = 115200) is a MSM [ 0.440375] msm_serial: console setup on port #0 [ 0.440427] printk: legacy console [ttyMSM0] enabled [ 0.574429] qcom-pcie 40000000.pcie: iATU: unroll F, 32 ob, 8 ib, align 4K, limit 4G [ 0.581981] msm_serial: driver initialized [ 0.589139] qcom-pcie 40000000.pcie: Invalid eDMA IRQs found [ 0.603079] loop: module loaded [ 0.712571] qcom-pcie 40000000.pcie: PCIe Gen.2 x1 link up [ 0.714956] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda [ 0.717582] qcom-pcie 40000000.pcie: PCI host bridge to bus 0000:00 [ 0.723695] nand: Macronix MX30LF2G18AC [ 0.728421] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.733561] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.741869] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.746175] qcom-nandc 79b0000.nand-controller: Opcode not supported: 238 [ 0.750290] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] [ 0.756473] Block protection check failed [ 0.761404] pci 0000:00:00.0: [17cb:1001] type 01 class 0x060400 PCIe Root Port [ 0.775910] 16 fixed-partitions partitions found on MTD device qcom_nand.0 [ 0.783052] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x00000fff] [ 0.793127] Creating 16 MTD partitions on "qcom_nand.0": [ 0.799777] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.804910] 0x000000000000-0x000000100000 : "sbl1" [ 0.810798] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 0.819461] 0x000000100000-0x000000200000 : "mibib" [ 0.823918] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 0.823942] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 0.829400] 0x000000200000-0x000000300000 : "qsee" [ 0.831933] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.838009] 0x000000300000-0x000000380000 : "cdt" [ 0.843306] PCI: bus0: Fast back to back transfers disabled [ 0.848130] 0x000000380000-0x000000400000 : "appsblenv" [ 0.852160] pci 0000:01:00.0: [168c:0046] type 00 class 0x028000 PCIe Endpoint [ 0.858096] 0x000000400000-0x000000480000 : "ART" [ 0.866140] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x001fffff 64bit] [ 0.871434] 0x000000480000-0x000000680000 : "appsbl" [ 0.876574] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 0.883171] 0x000000680000-0x000000700000 : "u_env" [ 0.888685] PCI: bus1: Fast back to back transfers disabled [ 0.897302] 0x000000700000-0x000000740000 : "s_env" [ 0.904178] pci 0000:00:00.0: bridge window [mem 0x40400000-0x405fffff]: assigned [ 0.912777] 0x000000740000-0x000000780000 : "devinfo" [ 0.918892] pci 0000:00:00.0: BAR 0 [mem 0x40300000-0x40300fff]: assigned [ 0.926354] 0x000000780000-0x000005f80000 : "kernel" [ 0.932337] pci 0000:01:00.0: BAR 0 [mem 0x40400000-0x405fffff 64bit]: assigned [ 1.017540] 0x000000c80000-0x000005f80000 : "rootfs" [ 1.020144] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.100636] mtd: setting mtd11 (rootfs) as root device [ 1.101425] pci 0000:00:00.0: bridge window [mem 0x40400000-0x405fffff] [ 1.107737] mtdsplit: no squashfs found in "rootfs" [ 1.111233] pci_bus 0000:00: resource 4 [io 0x0000-0xfffff] [ 1.116853] 0x000005f80000-0x00000b780000 : "alt_kernel" [ 1.124351] pci_bus 0000:00: resource 5 [mem 0x40300000-0x40ffffff] [ 1.210427] 0x000006480000-0x00000b780000 : "alt_rootfs" [ 1.213773] pci_bus 0000:01: resource 1 [mem 0x40400000-0x405fffff] [ 1.295174] 0x00000b780000-0x00000b880000 : "sysdiag" [ 1.302851] pcieport 0000:00:00.0: AER: enabled with IRQ 35 [ 1.305353] 0x00000b880000-0x00000ff00000 : "syscfg" [ 1.482784] i2c_dev: i2c /dev entries driver [ 1.485118] sdhci: Secure Digital Host Controller Interface driver [ 1.486140] sdhci: Copyright(c) Pierre Ossman [ 1.492129] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.535786] NET: Registered PF_INET6 protocol family [ 1.538348] Segment Routing with IPv6 [ 1.539923] In-situ OAM (IOAM) with IPv6 [ 1.543585] NET: Registered PF_PACKET protocol family [ 1.547437] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.552880] 8021q: 802.1Q VLAN Support v1.8 [ 1.565823] Registering SWP/SWPB emulation handler [ 1.625959] qca8k-ipq4019 c000000.switch: configuring for fixed/internal link mode [ 1.626324] qca8k-ipq4019 c000000.switch: Link is Up - 1Gbps/Full - flow control rx/tx [ 1.814589] qca8k-ipq4019 c000000.switch lan1 (uninitialized): PHY [90000.mdio-1:00] driver [Qualcomm QCA8075] (irq=POLL) [ 1.883392] qca8k-ipq4019 c000000.switch lan2 (uninitialized): PHY [90000.mdio-1:01] driver [Qualcomm QCA8075] (irq=POLL) [ 1.953426] qca8k-ipq4019 c000000.switch lan3 (uninitialized): PHY [90000.mdio-1:02] driver [Qualcomm QCA8075] (irq=POLL) [ 2.023387] qca8k-ipq4019 c000000.switch lan4 (uninitialized): PHY [90000.mdio-1:03] driver [Qualcomm QCA8075] (irq=POLL) [ 2.093422] qca8k-ipq4019 c000000.switch wan (uninitialized): PHY [90000.mdio-1:04] driver [Qualcomm QCA8075] (irq=POLL) [ 2.094678] ipqess-edma c080000.ethernet eth0: entered promiscuous mode [ 2.103539] DSA: tree 0 setup [ 2.110260] ubi0: attaching mtd11 [ 2.559138] ubi0: scanning is finished [ 2.603440] ubi0: attached mtd11 (name "rootfs", size 83 MiB) [ 2.603502] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.608198] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.615013] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.621826] ubi0: good PEBs: 664, bad PEBs: 0, corrupted PEBs: 0 [ 2.628632] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 2.634880] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1738624177 [ 2.641881] ubi0: available PEBs: 0, total reserved PEBs: 664, PEBs reserved for bad PEB handling: 40 [ 2.651212] ubi0: background thread "ubi_bgt0d" started, PID 87 [ 2.652361] block ubiblock0_0: created from ubi0:0(rootfs)[ 2.677682] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.679723] Freeing unused kernel image (initmem) memory: 1024K [ 2.684150] Run /sbin/init as init process [ 3.032635] random: crng init done [ 3.107888] init: Console is alive [ 3.108226] init: - watchdog - [ 3.861100] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.905004] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 4.062860] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.062952] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 4.067503] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000808002000010 [ 4.074986] xhci-hcd xhci-hcd.0.auto: irq 62, io mem 0x08a00000 [ 4.084515] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.090116] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 4.095724] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 4.104094] hub 1-0:1.0: USB hub found [ 4.109892] hub 1-0:1.0: 1 port detected [ 4.114179] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.118284] hub 2-0:1.0: USB hub found [ 4.125869] hub 2-0:1.0: 1 port detected [ 4.129866] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.133381] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 4.138894] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports [ 4.146227] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000808002000010 [ 4.152494] xhci-hcd xhci-hcd.1.auto: irq 63, io mem 0x06000000 [ 4.162712] hub 3-0:1.0: USB hub found [ 4.167510] hub 3-0:1.0: 1 port detected [ 4.180161] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.184802] init: - preinit - Cannot parse config file '/etc/fw_env.config': No such file or directory Failed to find NVMEM device [ 5.865122] ipqess-edma c080000.ethernet eth0: configuring for fixed/internal link mode [ 5.865911] qca8k-ipq4019 c000000.switch lan1: configuring for phy/psgmii link mode [ 5.871974] qca8k-ipq4019 c000000.switch: PSGMII calibration! [ 5.879789] ipqess-edma c080000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 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 [ 11.403753] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 11.404084] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 228 [ 11.440558] UBIFS (ubi0:1): recovery needed [ 11.530142] UBIFS (ubi0:1): recovery completed [ 11.530305] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 11.533547] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 11.541420] UBIFS (ubi0:1): FS size: 72376320 bytes (69 MiB, 570 LEBs), max 580 LEBs, journal size 3682304 bytes (3 MiB, 29 LEBs) [ 11.551340] UBIFS (ubi0:1): reserved for root: 3418512 bytes (3338 KiB) [ 11.562961] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID E4ACE4A1-7276-44AD-8522-5FD7A4EB9587, small LPT model [ 11.571731] mount_root: switching to ubifs overlay [ 11.591416] urandom-seed: Seeding with /etc/urandom.seed [ 11.739916] procd: - early - [ 11.740152] procd: - watchdog - [ 12.343547] procd: - watchdog - [ 12.344616] procd: - ubus - [ 12.445891] procd: - init - Please press Enter to activate this console. [ 13.043864] kmodloader: loading kernel modules from /etc/modules.d/* [ 13.220060] Loading modules backported from Linux version v6.18.7-0-g5dfbc5357 [ 13.220123] Backport generated by backports.git c8a37ce [ 13.461197] PPP generic driver version 2.4.2 [ 13.462474] NET: Registered PF_PPPOX protocol family [ 13.490705] ath10k 6.15 driver, optimized for CT firmware, probing pci device: 0x46. [ 13.491918] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142) [ 13.498259] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 13.867628] urngd: v1.0.2 started. [ 14.631265] ath10k_pci 0000:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe [ 14.631346] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 14.644483] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9984-fW-14-fcb240f048 api 5 features mfp,peer-flow-ctrl,peer-fixed-rate,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 ba7d918c [ 14.705793] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 0:16 crc32 250af27b [ 15.946969] ath10k_pci 0000:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 15.947049] ath10k_pci 0000:01:00.0: msdu-desc: 2500 skid: 32 [ 16.030307] ath10k_pci 0000:01:00.0: wmi print 'ChipType 1100 ChipTypeID 0 BoardID 2 P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 16.031125] ath10k_pci 0000:01:00.0: wmi print 'free: 85096 iram: 19604 sram: 12824' [ 16.261881] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 17.662277] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 17.662359] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 17.674347] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-14-fcb240f0 api 5 features mfp,peer-flow-ctrl,peer-fixed-rate,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 0cc1593e [ 17.720757] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:20 crc32 66063316 [ 18.979552] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 18.979629] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 19.029050] ath10k_ahb a000000.wifi: wmi print 'ChipType 1100 ChipTypeID 30 BoardID 14 P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 19.030027] ath10k_ahb a000000.wifi: wmi print 'free: 53428 iram: 20552 sram: 37256' [ 19.176885] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 20.162406] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 20.162484] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 20.174605] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-14-fcb240f0 api 5 features mfp,peer-flow-ctrl,peer-fixed-rate,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 0cc1593e [ 20.220056] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:21 crc32 66063316 [ 21.479085] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 21.479165] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 21.528250] ath10k_ahb a800000.wifi: wmi print 'ChipType 1100 ChipTypeID 30 BoardID 15 P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 21.529197] ath10k_ahb a800000.wifi: wmi print 'free: 53428 iram: 20552 sram: 37256' [ 21.670755] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 21.794179] kmodloader: done loading kernel modules from /etc/modules.d/* [ 27.984293] ipqess-edma c080000.ethernet eth0: Link is Down [ 27.994190] ipqess-edma c080000.ethernet eth0: configuring for fixed/internal link mode [ 27.994621] ipqess-edma c080000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 28.005863] qca8k-ipq4019 c000000.switch lan1: configuring for phy/psgmii link mode [ 28.011429] br-lan: port 1(lan1) entered blocking state [ 28.017159] br-lan: port 1(lan1) entered disabled state [ 28.022295] qca8k-ipq4019 c000000.switch lan1: entered allmulticast mode [ 28.027549] ipqess-edma c080000.ethernet eth0: entered allmulticast mode [ 28.035021] qca8k-ipq4019 c000000.switch lan1: entered promiscuous mode [ 28.075733] qca8k-ipq4019 c000000.switch lan2: configuring for phy/psgmii link mode [ 28.077487] br-lan: port 2(lan2) entered blocking state [ 28.082273] br-lan: port 2(lan2) entered disabled state [ 28.087728] qca8k-ipq4019 c000000.switch lan2: entered allmulticast mode [ 28.093289] qca8k-ipq4019 c000000.switch lan2: entered promiscuous mode [ 28.109175] qca8k-ipq4019 c000000.switch lan3: configuring for phy/psgmii link mode [ 28.110945] br-lan: port 3(lan3) entered blocking state [ 28.115889] br-lan: port 3(lan3) entered disabled state [ 28.120990] qca8k-ipq4019 c000000.switch lan3: entered allmulticast mode [ 28.126738] qca8k-ipq4019 c000000.switch lan3: entered promiscuous mode [ 28.142416] qca8k-ipq4019 c000000.switch lan4: configuring for phy/psgmii link mode [ 28.143895] br-lan: port 4(lan4) entered blocking state [ 28.148932] br-lan: port 4(lan4) entered disabled state [ 28.154387] qca8k-ipq4019 c000000.switch lan4: entered allmulticast mode [ 28.160160] qca8k-ipq4019 c000000.switch lan4: entered promiscuous mode [ 28.181911] qca8k-ipq4019 c000000.switch wan: configuring for phy/psgmii link mode [ 31.273751] qca8k-ipq4019 c000000.switch lan4: Link is Up - 1Gbps/Full - flow control rx/tx [ 31.273870] br-lan: port 4(lan4) entered blocking state [ 31.280947] br-lan: port 4(lan4) entered forwarding state
Notes
Further information on MR9000
Linksys official information
- MR9000 Support page: https://support.linksys.com/kb/article/583-en/
- GPL Code Center (search MR9000): https://support.linksys.com/kb/article/316-en/


