Linksys MX8500

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

This router's wan (Internet 5Gbps) port is not visible, and will not function unless ALL first-time installation steps are taken. Follow the installation steps carefully.

6 GHz radio operation requires specific OpenWrt configuration. See Enable Wi-Fi 6E (6 GHz) band.

The Linksys MX8500, branded as the Atlas Max WiFi 6E System, is a tri-band 802.11ax router based on the Qualcomm IPQ807x SoC. The MX8500 features three 4×4 Wi-Fi radios (6 GHz, 5 GHz, and 2.4 GHz), 1x 5GbE Multi-gig WAN port (Marvell AQR), and 4x 1GbE LAN ports. The router has 1GB RAM, 512MB flash, and a USB 3.0 port.

The MX8500 was designated end-of-life (no longer manufactured) by Linksys on 5 December 2022 for Europe, UK, Middle East and Africa; and on 11 December 2024 for the United States.

Linksys MX8500 front Linksys MX8500 back

None at this time.

See TechinfoDepot: Linksys MX8500 for an extensive breakdown of the hardware specifications of this router.

FCC ID: K7S-03685

  • Keep this guide open on your computer. You will temporarily lose internet access when you flashing OpenWrt on your new router.
  • Download the OpenWrt firmware release for Linksys MX8500 via Firmware Selector prior to installation. Newcomers should choose the latest non-SNAPSHOT OpenWrt release.
    • You need the “factory” image for initial flashing from a factory Linksys image to OpenWrt (ex: openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin)
    • In Firmware Selector, customize the image to include kmod-mtd-rw package by expanding Customize installed packages..., adding kmod-mtd-rw in the Installed Packages text box, then select Request Build button.
    • See Verifying OpenWrt firmware binary to verify integrity of downloaded firmware files.
  • SSH client and SCP client. (SSH access for newcomers).
    • WinSCP & scp now default to the SFTP protocol, make sure to tell your application to use the scp protocol.
  • The steps below are adapted from OpenWrt forum and git commit refer to 24.10 release. Remember to use the latest image filenames at the time of your install.

It is recommended to copy and paste commands provided below to avoid typos which could result in needing a serial recovery.

This section explains how to install OpenWrt on a device that currently runs Linksys OEM firmware. Installation of OpenWrt is performed by flashing a factory OpenWrt image.

  1. Connect the router device to the internet using an ethernet network cable connected to the WAN port, then connect the AC adapter and turn on the device power switch. Wait until the OEM firmware finishes booting.
  2. Connect to your router's WiFi network. If the device is freshly opened or reset to factory settings, then connect to the router's default _VelopSetupXXX WiFi network using the password on the label on the bottom of the device.
  3. Launch a web browser, browse to the router OEM web interface https://x.x.x.x/ where the x.x.x.x represents the IP address of your device (Default IP is 192.168.1.1).
  4. Browser should display the OEM router login page. Under Access Velop section, enter your router password (Default is admin) and sign in. If the device is freshly opened or reset to factory settings, then you can get to the login page by clicking on the picture of the smartphones left of the QR codes to bypass the mobile app download page.
  5. Browse to the router OEM firmware update web page https://x.x.x.x/fwupdate.html where the x.x.x.x represents the IP address of your router. Enter the username and password (Default username is admin and default password is admin)
  6. Select “Choose File” button and select the factory OpenWrt image you downloaded. Select Update button. This will flash OpenWrt and reboot the router. DO NOT POWER OFF YOUR ROUTER DURING THE UPDATE.
  7. The MX8500 will boot OpenWrt for the first time, with a default IP of 192.168.1.1.
  8. The MX8500 has two flash partitions. We now need to flash the OpenWrt factory image we just installed onto the other partition.
    • Connect an ethernet cable into your computer and the other end into your router in one of the four LAN ports (white color), NOT the WAN port (bottom port, black color).
    • Copy the OpenWrt factory image to the router using SCP and store it in router's root directory:
      scp -O openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin root@192.168.1.1:/root/
    • SSH into router:
      ssh root@192.168.1.1
    • Check the current partition used:
      fw_printenv -n boot_part
      • If currently 2, then flash the OpenWrt factory image onto the other partition:
        mtd -r -e kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin kernel
      • If currently 1, then flash the OpenWrt factory image onto the other partition:
        mtd -r -e alt_kernel -n write openwrt-qualcommax-ipq807x-linksys_mx8500-squashfs-factory.bin alt_kernel
    • The router will reboot after the command above completes.
  9. The 5gbps WAN port will not function and will not be visible in the router without additional steps. To enable it, we need to modify the router's U-Boot bootloader to load the Marvell AQR firmware before booting OpenWrt.
    • SSH into the router.
    • Modify the bootloader command:
      fw_setenv bootcmd 'aq_load_fw; if test $auto_recovery = no; then bootipq; elif test $boot_part = 1; then run bootpart1; else run bootpart2; fi'
    • Reboot the router.
      reboot
    • If your WAN port still doesn't work after the reboot, try updating the AQR firmware in your router to the newest available, by following the instructions in Part 3 to install newer AQR firmware in the /dev/mtd26 partition.


OpenWrt firmware can now be updated in the future with LuCI web interface using sysupgrade images.

First time installation of OpenWrt is finished, but it is recommended that you now enable USB recovery, and upgrade the Marvell WAN firmware to its newest supported version (steps below).

OPTIONAL (can be skipped and done later).

Set the boot command to use the USB as a fail-safe in case something goes wrong. This is done by setting two U-boot variables: defining the USB boot routine and setting the bootcmd to try to use those two routines consecutively.

  1. SSH into router:
    ssh root@192.168.1.1
  2. Run the 2 commands below:
    fw_setenv bootusb 'usb start && usbboot $loadaddr 0 && bootm $loadaddr'
    fw_setenv bootcmd 'aq_load_fw; run bootusb; if test $auto_recovery = no; then bootipq; elif test $boot_part = 1; then run bootpart1; else run bootpart2; fi'

OPTIONAL (can be skipped and done later).

Marvell AQR firmware is needed to enable the 5GbE WAN port, and this firmware is installed and updated separately from OpenWrt. If you're still having issues with WAN port even after modifying the U-Boot bootloader to load the Marvell AQR firmware, then updating the AQR firmware in /dev/mtd26 may fix the WAN port issue.

Prerequisites: Router is already flashed with OpenWrt and has kmod-mtd-rw installed. There are 2 methods for installing kmod-mtd-rw package:

  1. Use Firmware Selector and customize the image's Installed Packages to include kmod-mtd-rw.
    • In Firmware Selector, customize the image to include kmod-mtd-rw package by expanding Customize installed packages..., adding kmod-mtd-rw in the Installed Packages text box, then select Request Build button.
  2. Change OpenWrt settings to use a LAN port for WAN, then run opkg update && opkg install kmod-mtd-rw to install the package.
    • Go to Network→Interfaces in Luci. Go to wan interface and click the edit button. Under “general settings” there is a dropdown menu called “Device” that is normally set to the wan device. Set it to br-lan. Now move the Internet ethernet cable from the WAN port to any LAN port.

To check which version of AQR firmware is currently installed, SSH into the router, then run sha256sum /dev/mtd26 command, and compare your checksum with known firmware version checksums below.

sha256sum /dev/mtd26
3677ba4ca7b3e09d7605d762c91d353f98df590650f55f9fae0d4bff178e4049 *v5.4.B
4e11bbbc1bf25460ef696d0fc43bce7a5a5fd34bd84ff899890409df0bce1d0d *v5.5.B
0e0374d3824c925ebcdc7e8be39d2348083acbd16f69c6f9a029513d6c45c8d5 *v5.5.F
737119ef56264c94fb9ca2a7da5530faae2525664f03252c02ecfc2f5806caaa *v5.6.5

To update AQR firmware, follow these steps:

  1. SSH into router:
    ssh root@192.168.1.1
  2. Download aqr_fw.mbn (v5.6.5) file (simple) or extract aqr_fw.mbn from Linksys OEM firmware update (complex):
    • Download aqr_fw.mbn (v5.6.5) file
      wget https://github.com/OpenWRT-fanboy/mx8500/raw/refs/heads/main/aqr_fw.mbn
    • To extract aqr_fw.mbn from Linksys OEM firmware update, see separate instructions below
  3. Verify aqr_fw.mbn (v5.6.5) file checksum:
    sha256sum aqr_fw.mbn
    7da49e3913e2a679eb258114b9b3c60fbfb374e8d4482f950807e353d4762247   aqr_fw.mbn
  4. Install the new firmware:
    insmod mtd-rw.ko i_want_a_brick=1
    mtd -e /dev/mtd26 -n write aqr_fw.mbn /dev/mtd26

To extract AQR firmware from Linksys OEM firmware update The latest AQR firmware (v5.6.5) can be extracted from the latest OEM firmware update file using the below steps. Run the below commands on a computer running your preferred Linux distro. This is a more complicated process than downloading AQR firmware from an unofficial source.

  1. Download the latest Linksys OEM firmware update file (Ver 1.0.11.208937 FW_MX8500_1.0.11.208937_prod.img)
  2. Run the commands below to extract the AQR firmware (file AQR-G4_v5.6.5-AQR_WNC_SAQA-L2_GT_ID45287_VER24005.cld) and add the MBN header to generate aqr_fw.mbn that can be installed to the 0:ethphyfw partition:
    sudo docker run --rm -v .:/data/output -v .:/data/input ghcr.io/onekey-sec/unblob FW_MX8500_1.0.11.208937_prod.img
    git clone https://github.com/testuser7/aqr_mbn_tool
    cp FW_MX8500_1.0.11.208937_prod.img_extract/6291456-64225280.ubi_extract/img-1404302797_vol-ubifs.ubifs_extract/etc/AQR-G4_v5.6.5-AQR_WNC_SAQA-L2_GT_ID45287_VER24005.cld aqr_mbn_tool/
    cd aqr_mbn_tool/
    python aqr_mbn_tool.py AQR-G4_v5.6.5-AQR_WNC_SAQA-L2_GT_ID45287_VER24005.cld
    sha256sum aqr_fw.mbn
    • If successful, the sha256 checksum of the aqr_fw.mbn file you created will match the known checksum 7da49e3913e2a679eb258114b9b3c60fbfb374e8d4482f950807e353d4762247.
  3. Copy the aqr_fw.mbn file to the router using SCP and store it in router's root directory:
    scp -O aqr_fw.mbn root@192.168.1.1:/root/

The above steps are adapted from OpenWrt forum.

Please edit
root@OpenWrt:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00100000 00020000 "0:sbl1"
mtd1: 00100000 00020000 "0:mibib"
mtd2: 00080000 00020000 "0:bootconfig"
mtd3: 00080000 00020000 "0:bootconfig1"
mtd4: 00300000 00020000 "0:qsee"
mtd5: 00300000 00020000 "0:qsee_1"
mtd6: 00080000 00020000 "0:devcfg"
mtd7: 00080000 00020000 "0:devcfg_1"
mtd8: 00080000 00020000 "0:apdp"
mtd9: 00080000 00020000 "0:apdp_1"
mtd10: 00080000 00020000 "0:rpm"
mtd11: 00080000 00020000 "0:rpm_1"
mtd12: 00080000 00020000 "0:cdt"
mtd13: 00080000 00020000 "0:cdt_1"
mtd14: 00080000 00020000 "0:appsblenv"
mtd15: 00100000 00020000 "0:appsbl"
mtd16: 00100000 00020000 "0:appsbl_1"
mtd17: 00080000 00020000 "0:art"
mtd18: 00040000 00020000 "u_env"
mtd19: 00020000 00020000 "s_env"
mtd20: 00020000 00020000 "devinfo"
mtd21: 09600000 00020000 "kernel"
mtd22: 09000000 00020000 "rootfs"
mtd23: 09600000 00020000 "alt_kernel"
mtd24: 09000000 00020000 "alt_rootfs"
mtd25: 00200000 00020000 "sysdiag"
mtd26: 00100000 00020000 "0:ethphyfw"
mtd27: 0b180000 00020000 "syscfg"
mtd28: 00500000 00020000 "app_data"
mtd29: 00a00000 00020000 "0:wififw"

For upgrading an OpenWrt router to a newer OpenWrt release, always use sysupgrade images. If you installed a snapshot release, remember it does not come with LuCI, install via SSH: opkg update && opkg install luci.

→ See Upgrading OpenWrt firmware using LuCI and CLI

generic.debrick Several methods exist to debrick the MX8500 in the event of failures. These include:

If you have previously enabled usbboot through fw_setenv (see above), you can boot a bricked MX8500 as follows:

Download the newest stable release ending in initramfs-uImage.itb image for the MX8500 from External Link. Navigate through the release to 'qualcommax', then 'ipq807x'. (As of this writing, for example, the newest such image, for 24.10.0 is openwrt-24.10.0-qualcommax-ipq807x-linksys_mx8500-initramfs-uImage.itb.

Using a Linux system (another MX8500 running OpenWrt could do this), use the downloaded file to overwrite the filesystem of a USB device (in OpenWrt on the MX8500, typically these willl be seen as /dev/sdX):

dd if=/tmp/openwrt-VERSION-qualcommax-ipq807x-linksys_mx8500-initramfs-uImage.itb of=/dev/sda bs=4M ; sync

Once written, put the USB stick into the bricked MX8500, and boot it.

Although you won't see it if you don't have a serial console installed, this is what will happen behind the scenes as the device boots:

USB1:   Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus 1 for devices... 1 USB Device(s) found

Loading from usb device 0, partition 0: Name: Whole Disk  Type: U-Boot
Fit image detected...
...
Starting kernel ...
...
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

(With nothing pressed on a serial console, boot will continue without making these choices. A serial cable connected would allow failsafe mode or modifying the debug levels.)

The router will boot using the USB image to a default OpenWrt configuration where the router is at 192.168.1.1, there is no root password, and DHCP is functional. MTD devices on the router will be detected and can be manipulated at this point.

failsafe_and_factory_reset

A factory reset to OpenWrt default configuration can be achieved by (with the router powered on) holding down the 'Reset' button for 30 seconds. The LED light on top of the router, normally blue, will begin flashing. Let the button go, and upon rebooting, the router will be on first-boot defaults.

Set Wireless Security encryption setting to sae (WPA3-SAE). Mixed WPA2/WPA3 is not supported. Credit: OpenWrt forum

802.11w must be enabled and set to required ( uci set wireless.default_radio2.ieee80211w='2' ) when the 6 GHz radio is used in Access Point mode, or the wifi interface will not start.

You'll need to modify OpenWrt U-Boot bootloader to load the Marvell AQR firmware needed to use the WAN port. See step in installation instructions.

The ports in the table are listed as they appear on the router physically, top to bottom. The USB and power ports are listed on this table to orient you to which ports are which, because the LAN (Ethernet) ports are not individually lableled.

Port Switch port
USB
Ethernet (1) lan1
Ethernet (2) lan2
Ethernet (3) lan3
Ethernet (4) lan4
Internet 5Gbps wan
12V (Power)

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Confirm that Reset is issuing shutdown and not a broken reboot.

The Linksys MX8500 has the following buttons:

BUTTON Event
WPS wps
Reset shutdown (NOT reboot)

Front:
FIXME Insert photo of front of the casing

Back:
FIXME Insert photo of back of the casing

Bottom of router:
FIXME Insert photo of bottom of router

Note: This will void your warranty!

These instructions were first copied (with their pictures) from the MX4200 TOH page. It is believed that the method to open the case of the MX8500 is substantially the same.

NOTE: If you have a #0 Phillips screwdriver with a thin and long enough barrel that it can fit through the holes on the top of the device (to access and turn the four screws underneath), you can skip step 1 and move directly to step 2.

1. Use a spudger or flat pry tool to pry the plastic grille trim top off of the case.

Use the pry tool to remove the top grille. Be very gentle and careful as its quite a soft plastic (As seen in the below image)

Linksys MX4200 Grille

2. With the grille removed, 4 Phillips head screws are clearly visible that need to be removed.

(If you have NOT removed the grille, you will need to use your thin barrelled screwdriver to loosen each screw a bit at a time in sequence, and gradually pull the plastic case up from the base as you go to maintain leverage. Eventually all four screws will be turned out of their respective base anchors.)

Linksys MX4200 screws

At this point the white casing will slide upward off the base of the router without significant resistance, and you will have access to the PCB.

Main PCB:
Insert photo of PCB

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:

Open the case of the MX8500 by removing the top screws and sliding the outer plastic cover up to expose the PCB and serial port.

The 6 port serial connector will be visible. Connect pins as pictured below (where GND is on the end closest to the bottom of the router)

|-----
|-
|-
|TX
|-
|RX
|GND
|-----
Serial connection parameters
for Linksys MX8500
115200, 8N1

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

None so far.

[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.60 (root@build-vm) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 998fe11+r49254) ) #1 SMP Thu Oct 14 19:47:09 PDT 2021 [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c0383d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Qualcomm Technologies, Inc. IPQ807x/AP-HK14 [ 0.000000] Ignoring memory range 0x40000000 - 0x41000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x54800000, size 24 MiB [ 0.000000] Reserved memory: initialized node dma_pool0@54800000, compatible id shared-dma-pool [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] PERCPU: Embedded 12 pages/cpu @be7a8000 s19264 r8192 d21696 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 207904 [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 ubi.mtd=alt_rootfs root=ubi0:ubifs rootfstype=ubifs rootwait swiotlb=1 swiotlb=1 coherent_pool=2M [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 823444K/839680K available (5503K kernel code, 334K rwdata, 1840K rodata, 264K init, 362K bss, 16236K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xbf800000 - 0xff800000 (1024 MB) [ 0.000000] lowmem : 0x80000000 - 0xbf000000 (1008 MB) [ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) [ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB) [ 0.000000] .text : 0x80208000 - 0x80933eac (7344 kB) [ 0.000000] .init : 0x80934000 - 0x80976000 ( 264 kB) [ 0.000000] .data : 0x80976000 - 0x809c9bdc ( 335 kB) [ 0.000000] .bss : 0x809cc000 - 0x80a26990 ( 363 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 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 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.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000016] Switching to timer-based delay loop, resolution 52ns [ 0.000731] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000743] pid_max: default: 32768 minimum: 301 [ 0.000821] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000830] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001273] CPU: Testing write buffer coherency: ok [ 0.001470] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001519] Setting up static identity map for 0x41208280 - 0x412082d8 [ 0.005691] MSM Memory Dump base table set up [ 0.005714] MSM Memory Dump apps data table set up [ 0.006560] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.007075] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.007585] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.007633] Brought up 4 CPUs [ 0.007652] SMP: Total of 4 processors activated (153.60 BogoMIPS). [ 0.007657] CPU: All CPU(s) started in SVC mode. [ 0.029393] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [ 0.029703] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.029725] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.030103] pinctrl core: initialized pinctrl subsystem [ 0.031100] NET: Registered protocol family 16 [ 0.032179] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.059838] cpuidle: using governor ladder [ 0.089856] cpuidle: using governor menu [ 0.090027] NET: Registered protocol family 42 [ 0.091842] Soc version is not 1, changing clock offsets [ 0.099429] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.101831] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.117638] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.117647] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.119374] CPU: IPQ8072A, SoC Version: 2.0 [ 0.120182] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 0.121120] spmi spmi-0: PMIC Arb Version-2 (0x20010000) [ 0.122748] IPC logging disabled [ 0.122754] IPC logging disabled [ 0.122758] IPC logging disabled [ 0.122762] IPC logging disabled [ 0.122767] IPC logging disabled [ 0.122996] sps:sps is ready. [ 0.151794] SCSI subsystem initialized [ 0.151971] pps_core: LinuxPPS API ver. 1 registered [ 0.151978] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.152005] PTP clock support registered [ 0.154099] Bluetooth: Core ver 2.21 [ 0.154127] NET: Registered protocol family 31 [ 0.154133] Bluetooth: HCI device and connection manager initialized [ 0.154144] Bluetooth: HCI socket layer initialized [ 0.154153] Bluetooth: L2CAP socket layer initialized [ 0.154179] Bluetooth: SCO socket layer initialized [ 0.154434] clocksource: Switched to clocksource arch_sys_counter [ 0.158352] NET: Registered protocol family 2 [ 0.158788] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.158872] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.159013] TCP: Hash tables configured (established 8192 bind 8192) [ 0.159061] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.159096] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.159251] NET: Registered protocol family 1 [ 0.160520] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [ 0.167908] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.171314] Key type asymmetric registered [ 0.171331] Asymmetric key parser 'x509' registered [ 0.171370] io scheduler noop registered [ 0.171384] io scheduler deadline registered (default) [ 0.173734] 20000000.pci supply vdda not found, using dummy regulator [ 0.173775] 20000000.pci supply vdda_phy not found, using dummy regulator [ 0.173812] 20000000.pci supply vdda_refclk not found, using dummy regulator [ 0.174409] PCI host bridge /soc/pci@20000000 ranges: [ 0.174476] IO 0x20200000..0x2020ffff -> 0x20200000 [ 0.174490] MEM 0x20220000..0x2fffffff -> 0x20220000 [ 0.425969] qcom-pcie 20000000.pci: link up [ 0.426132] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00 [ 0.426146] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.426160] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x20200000-0x2020ffff]) [ 0.426170] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff] [ 0.426520] PCI: bus0: Fast back to back transfers disabled [ 0.426532] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.427491] PCI: bus1: Fast back to back transfers disabled [ 0.427550] pci 0000:00:00.0: BAR 8: assigned [mem 0x20400000-0x205fffff] [ 0.427564] pci 0000:00:00.0: BAR 9: assigned [mem 0x20600000-0x207fffff 64bit pref] [ 0.427575] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff 64bit] [ 0.427591] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.427605] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit] [ 0.427653] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.427664] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 0.427676] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff] [ 0.427687] pci 0000:00:00.0: bridge window [mem 0x20600000-0x207fffff 64bit pref] [ 0.427734] PCIe: RC0 enabled during bootup [ 0.427934] 10000000.pci supply vdda not found, using dummy regulator [ 0.427985] 10000000.pci supply vdda_phy not found, using dummy regulator [ 0.428016] 10000000.pci supply vdda_refclk not found, using dummy regulator [ 0.428528] PCI host bridge /soc/pci@10000000 ranges: [ 0.428549] IO 0x10200000..0x1020ffff -> 0x10200000 [ 0.428562] MEM 0x10220000..0x1fffffff -> 0x10220000 [ 1.576104] qcom-pcie 10000000.pci: phy link never came up [ 1.577661] qcom-pcie 10000000.pci: hostinit failed [ 1.577670] qcom-pcie 10000000.pci: cannot initialize host [ 1.577790] qcom-pcie: probe of 10000000.pci failed with error -110 [ 1.582603] msm_rpm_log_probe: OK [ 1.582949] msm-dcc b3000.dcc: DCC XPU is not specified [ 1.583177] msm-dcc b3000.dcc: jiffies_64: 0xffff8b6e, cntvct_64: 0x8d23d26 [ 1.583189] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xbfa52004) [ 1.583200] msm-dcc b3000.dcc: gcnt_lo: 0x08d23ee7(0xbfa52000) [ 1.583835] TZ SMMU State: SMMU Stage2 Enabled [ 1.583884] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set [ 1.585668] msm_serial 78b3000.serial: msm_serial: detected port #0 [ 1.585707] msm_serial 78b3000.serial: uartclk = 3686400 [ 1.585742] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 23, base_baud = 230400) is a MSM [ 1.585761] msm_serial: console setup on port #0 [ 2.447634] console [ttyMSM0] enabled [ 2.452631] msm_serial 78b1000.serial: msm_serial: detected port #1 [ 2.455918] msm_serial 78b1000.serial: uartclk = 19200000 [ 2.461966] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 24, base_baud = 1200000) is a MSM [ 2.467783] msm_serial 78b4000.serial: msm_serial: detected port #2 [ 2.476049] msm_serial 78b4000.serial: uartclk = 19200000 [ 2.482188] 78b4000.serial: ttyMSM2 at MMIO 0x78b4000 (irq = 25, base_baud = 1200000) is a MSM [ 2.488130] msm_serial: driver initialized [ 2.496588] msm_serial_hsl_init: driver initialized [ 2.501114] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 2.507169] QPIC controller hw version Major:1, Minor:5 [ 2.512705] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xac [ 2.517347] nand: ONFI 10-Compliant Hynix H27S4G8F2EDA-BC [ 2.523923] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128 [ 2.529355] 30 ofpart partitions found on MTD device qcom_nand.0 [ 2.536695] Creating 30 MTD partitions on "qcom_nand.0": [ 2.542940] 0x000000000000-0x000000100000 : "0:SBL1" [ 2.549979] 0x000000100000-0x000000200000 : "0:MIBIB" [ 2.554860] 0x000000200000-0x000000280000 : "0:BOOTCONFIG" [ 2.559348] 0x000000280000-0x000000300000 : "0:BOOTCONFIG1" [ 2.564698] 0x000000300000-0x000000600000 : "0:QSEE" [ 2.572401] 0x000000600000-0x000000900000 : "0:QSEE_1" [ 2.577618] 0x000000900000-0x000000980000 : "0:DEVCFG" [ 2.580280] 0x000000980000-0x000000a00000 : "0:DEVCFG_1" [ 2.585425] 0x000000a00000-0x000000a80000 : "0:APDP" [ 2.590903] 0x000000a80000-0x000000b00000 : "0:APDP_1" [ 2.595879] 0x000000b00000-0x000000b80000 : "0:RPM" [ 2.600827] 0x000000b80000-0x000000c00000 : "0:RPM_1" [ 2.605615] 0x000000c00000-0x000000c80000 : "0:CDT" [ 2.610738] 0x000000c80000-0x000000d00000 : "0:CDT_1" [ 2.615447] 0x000000d00000-0x000000d80000 : "0:APPSBLENV" [ 2.620647] 0x000000d80000-0x000000e80000 : "0:APPSBL" [ 2.626527] 0x000000e80000-0x000000f80000 : "0:APPSBL_1" [ 2.631549] 0x000000f80000-0x000001000000 : "0:ART" [ 2.636591] 0x000001000000-0x000001040000 : "u_env" [ 2.640956] 0x000001040000-0x000001060000 : "s_env" [ 2.645735] 0x000001060000-0x000001080000 : "devinfo" [ 2.650571] 0x000001080000-0x00000a680000 : "kernel" [ 2.791857] 0x000001680000-0x00000a680000 : "rootfs" [ 2.923470] mtd: device 22 (rootfs) set to be root filesystem [ 2.923501] 0x00000a680000-0x000013c80000 : "alt_kernel" [ 3.065118] 0x00000ac80000-0x000013c80000 : "alt_rootfs" [ 3.115229] random: nonblocking pool is initialized [ 3.196557] 0x000013c80000-0x000013e80000 : "sysdiag" [ 3.199156] 0x000013e80000-0x000013f80000 : "0:ETHPHYFW" [ 3.202225] 0x000013f80000-0x00001f100000 : "syscfg" [ 3.367824] 0x00001f100000-0x00001f600000 : "app_data" [ 3.373179] 0x00001f600000-0x000020000000 : "0:WIFIFW" [ 3.824342] qca-mdio 90000.mdio: Could not find phy-reset-gpio [ 3.824494] libphy: qca_mdio: probed [ 3.830696] qca-mdio 90000.mdio: qca-mdio driver was registered [ 3.832989] PPP generic driver version 2.4.2 [ 3.838572] PPP BSD Compression module registered [ 3.842951] PPP Deflate Compression module registered [ 3.847574] NET: Registered protocol family 24 [ 3.852584] PPTP driver version 0.8.5 [ 3.857096] Unable to create IPC log context! [ 3.861052] Skip QCA8074V1 in V2 platform [ 3.865258] cnss[2]: INFO: Platform driver probed successfully. plat bdb08010 tgt 0xfffe [ 3.869170] cnss[27]: INFO: Platform driver probed successfully. plat bdb18010 tgt 0x1104 [ 3.877500] i2c /dev entries driver [ 3.914942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.914983] Bluetooth: HCI UART driver ver 2.3 [ 3.922437] Bluetooth: HCI UART protocol H4 registered [ 3.926716] Bluetooth: HCI UART protocol BCSP registered [ 3.931812] Bluetooth: HCI UART protocol ATH3K registered [ 3.937740] sdhci: Secure Digital Host Controller Interface driver [ 3.942576] sdhci: Copyright(c) Pierre Ossman [ 3.948675] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.953368] leds-pca963x 0-0062: PCA963X_HW_BLINK ON [ 3.960520] leds-pca963x 0-0062: PCA963X LED initialize ok done [ 3.964345] qcom_ice_get_device_tree_data: No vdd-hba-supply regulator, assuming not needed [ 3.969470] ICE IRQ = 28 [ 3.978407] [ 3.978407] Version Rollback Feature Disabled [ 3.982959] qcom-q6v5-wcss-pil cd00000.qcom_q6v5_wcss: ssr registeration success qcom_q6v5_wcss [ 3.986275] remoteproc remoteproc0: cd00000.qcom_q6v5_wcss is available [ 3.995307] SPMI VADC - Min ch: 0 Max ch: 15 [ 4.003249] u32 classifier [ 4.005870] input device check on [ 4.008369] Actions configured [ 4.012126] Netfilter messages via NETLINK v0.30. [ 4.015439] nfnl_acct: registering with nfnetlink. [ 4.020223] nf_conntrack version 0.5.0 (12866 buckets, 51464 max) [ 4.025326] ctnetlink v0.93: registering with nfnetlink. [ 4.031068] nf_conntrack_rtsp v0.7 loading [ 4.036829] gre: GRE over IPv4 demultiplexor driver [ 4.040325] ip_gre: GRE over IPv4 tunneling driver [ 4.046291] nf_nat_rtsp v0.7 loading [ 4.049989] ip_tables: (C) 2000-2006 Netfilter Core Team [ 4.054496] NET: Registered protocol family 10 [ 4.059841] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 4.063435] sit: IPv6 over IPv4 tunneling driver [ 4.069842] NET: Registered protocol family 17 [ 4.073426] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 4.077702] Bridge firewalling registered [ 4.090422] Ebtables v2.0 registered [ 4.094542] Bluetooth: RFCOMM TTY layer initialized [ 4.097966] Bluetooth: RFCOMM socket layer initialized [ 4.102588] Bluetooth: RFCOMM ver 1.11 [ 4.107792] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.111499] Bluetooth: BNEP filters: protocol multicast [ 4.116987] Bluetooth: BNEP socket layer initialized [ 4.121943] l2tp_core: L2TP core driver, V2.0 [ 4.127147] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 4.131382] l2tp_netlink: L2TP netlink interface [ 4.136108] 8021q: 802.1Q VLAN Support v1.8 [ 4.141092] Registering SWP/SWPB emulation handler [ 4.145832] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 4.149805] pmd9655_s3: supplied by e-smps1-reg [ 4.157000] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0 [ 4.161332] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1 [ 4.167945] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0 [ 4.175607] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable [ 4.183114] cpr3_mem_acc_init: apc: not using memory accelerator regulator [ 4.192248] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 712000 uV [ 4.199195] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 840000 uV [ 4.209177] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 912000 uV [ 4.218993] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop=1000000 uV [ 4.228868] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 724, quot_offset[ 7]= 0 [ 4.238609] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 962, quot_offset[ 7]= 235 [ 4.249457] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1081, quot_offset[ 7]= 115 [ 4.260394] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1232, quot_offset[ 7]= 150 [ 4.271450] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop [ 4.283141] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 800000 KHz [ 4.289166] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1017600 KHz [ 4.296419] ubi0: attaching mtd24 [ 5.036733] ubi0: scanning is finished [ 5.043421] ubi0: attached mtd24 (name "alt_rootfs", size 144 MiB) [ 5.043440] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 5.048490] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 5.055343] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 5.062196] ubi0: good PEBs: 1152, bad PEBs: 0, corrupted PEBs: 0 [ 5.068970] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 5.075222] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1404302797


[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.6.73 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28427-6df0e3d02a) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Feb 3 23:09:37 2025 [ 0.000000] Machine model: Linksys MX8500 [ 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] percpu: Embedded 18 pages/cpu s36136 r8192 d29400 u73728 [ 0.000000] pcpu-alloc: s36136 r8192 d29400 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,115200n8 ubi.mtd=alt_rootfs root=ubi0:ubifs rootfstype=ubifs rootwait swiotlb=1 root=/dev/ubiblock0_0 rootfstype=squashfs ro [ 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: area num 4. [ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 1MB [ 0.000000] software IO TLB: mapped [mem 0x000000007eb00000-0x000000007ec00000] (1MB) [ 0.000000] Memory: 885944K/1048576K available (8576K kernel code, 920K rwdata, 1660K rodata, 1600K init, 295K bss, 162632K 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: 0xffffffc080010000 [ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479] [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000113] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000127] pid_max: default: 32768 minimum: 301 [ 0.005190] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.005205] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.009523] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.009753] rcu: Hierarchical SRCU implementation. [ 0.009757] rcu: Max phase no-delay instances is 1000. [ 0.010745] smp: Bringing up secondary CPUs ... [ 0.011418] Detected VIPT I-cache on CPU1 [ 0.011524] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.012205] Detected VIPT I-cache on CPU2 [ 0.012276] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.012945] Detected VIPT I-cache on CPU3 [ 0.013012] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.013081] smp: Brought up 1 node, 4 CPUs [ 0.013090] SMP: Total of 4 processors activated. [ 0.013095] CPU features: detected: 32-bit EL0 Support [ 0.013100] CPU features: detected: CRC32 instructions [ 0.013164] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.013170] CPU: All CPU(s) started at EL1 [ 0.013173] alternatives: applying system-wide alternatives [ 0.025095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.025121] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.026870] pinctrl core: initialized pinctrl subsystem [ 0.028919] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.029545] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.029590] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.029625] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.030044] thermal_sys: Registered thermal governor 'step_wise' [ 0.030102] cpuidle: using governor menu [ 0.030392] ASID allocator initialised with 65536 entries [ 0.037836] /soc@0/phy@84000/phy@84200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.037918] /soc@0/gcc@1800000: Fixed dependency cycle(s) with /soc@0/phy@84000/phy@84200 [ 0.038582] /soc@0/phy@84000: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.038599] /soc@0/phy@84000/phy@84200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040768] /soc@0/phy@84000/phy@84200: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040855] /soc@0/phy@84000: Fixed dependency cycle(s) with /soc@0/gcc@1800000 [ 0.040996] /soc@0/gcc@1800000: Fixed dependency cycle(s) with /soc@0/phy@84000/phy@84200 [ 0.087795] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 0.090070] Modules: 29456 pages in range for non-PLT usage [ 0.090077] Modules: 520976 pages in range for PLT usage [ 0.093695] SCSI subsystem initialized [ 0.093905] usbcore: registered new interface driver usbfs [ 0.093940] usbcore: registered new interface driver hub [ 0.093992] usbcore: registered new device driver usb [ 0.094438] qcom_scm: convention: smc arm 64 [ 0.096258] clocksource: Switched to clocksource arch_sys_counter [ 0.100232] NET: Registered PF_INET protocol family [ 0.100398] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.103292] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.103317] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.103332] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.103417] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.103688] TCP: Hash tables configured (established 8192 bind 8192) [ 0.104201] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear) [ 0.104385] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.104423] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.104961] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.105002] PCI: CLS 0 bytes, default 64 [ 0.106744] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [ 0.107533] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.107540] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.111424] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.115520] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found, using dummy regulator [ 0.115691] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator [ 0.117577] qcom-qusb2-phy 79000.phy: supply vdd not found, using dummy regulator [ 0.117721] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator [ 0.117793] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator [ 0.117972] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy [ 0.120025] gpio-export gpio_export: 1 gpio(s) exported [ 0.121290] qcom-pcie 20000000.pci: host bridge /soc@0/pci@20000000 ranges: [ 0.121350] qcom-pcie 20000000.pci: IO 0x0020200000..0x002020ffff -> 0x0000000000 [ 0.121377] qcom-pcie 20000000.pci: MEM 0x0020220000..0x002fffffff -> 0x0020220000 [ 0.128900] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.132961] msm_serial 78b1000.serial: msm_serial: detected port #1 [ 0.133001] msm_serial 78b1000.serial: uartclk = 19200000 [ 0.133328] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 20, base_baud = 1200000) is a MSM [ 0.133801] msm_serial 78b3000.serial: msm_serial: detected port #0 [ 0.133835] msm_serial 78b3000.serial: uartclk = 3686400 [ 0.134163] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 22, base_baud = 230400) is a MSM [ 0.134193] msm_serial: console setup on port #0 [ 0.134238] printk: console [ttyMSM0] enabled [ 0.257804] qcom-pcie 20000000.pci: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G [ 0.262655] msm_serial: driver initialized [ 0.356260] qcom-pcie 20000000.pci: PCIe Gen.3 x1 link up [ 1.037875] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00 [ 1.042874] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.048956] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.054416] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff] [ 1.060618] pci 0000:00:00.0: [17cb:1002] type 01 class 0x060400 [ 1.067454] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff] [ 1.073659] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 1.083548] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000 [ 1.085924] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 1.092437] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.098751] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link) [ 1.105171] pci 0000:00:00.0: BAR 8: assigned [mem 0x20400000-0x205fffff] [ 1.119447] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff] [ 1.126401] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit] [ 1.133192] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.140275] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff] [ 1.145480] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 1.152424] pci_bus 0000:00: resource 5 [mem 0x20220000-0x2fffffff] [ 1.157808] pci_bus 0000:01: resource 1 [mem 0x20400000-0x205fffff] [ 1.166920] pcieport 0000:00:00.0: PME: Signaling with IRQ 24 [ 1.170594] pcieport 0000:00:00.0: AER: enabled with IRQ 24 [ 1.181643] loop: module loaded [ 1.183173] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xac [ 1.184712] nand: Hynix H27S4G8F2EDA-BC [ 1.191318] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128 [ 1.195352] 30 fixed-partitions partitions found on MTD device qcom_nand.0 [ 1.202539] Creating 30 MTD partitions on "qcom_nand.0": [ 1.209515] 0x000000000000-0x000000100000 : "0:sbl1" [ 1.216556] 0x000000100000-0x000000200000 : "0:mibib" [ 1.221287] 0x000000200000-0x000000280000 : "0:bootconfig" [ 1.225785] 0x000000280000-0x000000300000 : "0:bootconfig1" [ 1.231457] 0x000000300000-0x000000600000 : "0:qsee" [ 1.238955] 0x000000600000-0x000000900000 : "0:qsee_1" [ 1.244172] 0x000000900000-0x000000980000 : "0:devcfg" [ 1.246817] 0x000000980000-0x000000a00000 : "0:devcfg_1" [ 1.251900] 0x000000a00000-0x000000a80000 : "0:apdp" [ 1.257427] 0x000000a80000-0x000000b00000 : "0:apdp_1" [ 1.262309] 0x000000b00000-0x000000b80000 : "0:rpm" [ 1.267328] 0x000000b80000-0x000000c00000 : "0:rpm_1" [ 1.272057] 0x000000c00000-0x000000c80000 : "0:cdt" [ 1.277476] 0x000000c80000-0x000000d00000 : "0:cdt_1" [ 1.281966] 0x000000d00000-0x000000d80000 : "0:appsblenv" [ 1.287207] 0x000000d80000-0x000000e80000 : "0:appsbl" [ 1.293050] 0x000000e80000-0x000000f80000 : "0:appsbl_1" [ 1.298116] 0x000000f80000-0x000001000000 : "0:art" [ 1.303020] 0x000001000000-0x000001040000 : "u_env" [ 1.307493] 0x000001040000-0x000001060000 : "s_env" [ 1.312142] 0x000001060000-0x000001080000 : "devinfo" [ 1.317086] 0x000001080000-0x00000a680000 : "kernel" [ 1.461696] 0x000001680000-0x00000a680000 : "rootfs" [ 1.595816] mtd: setting mtd22 (rootfs) as root device [ 1.596179] mtdsplit: no squashfs found in "rootfs" [ 1.599880] 0x00000a680000-0x000013c80000 : "alt_kernel" [ 1.744449] 0x00000ac80000-0x000013c80000 : "alt_rootfs" [ 1.878490] 0x000013c80000-0x000013e80000 : "sysdiag" [ 1.880869] 0x000013e80000-0x000013f80000 : "0:ethphyfw" [ 1.884297] 0x000013f80000-0x00001f100000 : "syscfg" [ 2.053165] 0x00001f100000-0x00001f600000 : "app_data" [ 2.058330] 0x00001f600000-0x000020000000 : "0:wififw" [ 2.079464] spmi spmi-0: PMIC arbiter version v2 (0x20010000) [ 2.101102] i2c_dev: i2c /dev entries driver [ 2.108754] sdhci: Secure Digital Host Controller Interface driver [ 2.108800] sdhci: Copyright(c) Pierre Ossman [ 2.113835] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.120173] remoteproc remoteproc0: releasing cd00000.q6v5_wcss [ 2.126917] NET: Registered PF_INET6 protocol family [ 2.130610] Segment Routing with IPv6 [ 2.134867] In-situ OAM (IOAM) with IPv6 [ 2.138514] NET: Registered PF_PACKET protocol family [ 2.142438] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.147608] 8021q: 802.1Q VLAN Support v1.8 [ 2.189471] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 2.189792] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0 [ 2.195599] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1 [ 2.202240] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0 [ 2.209881] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable [ 2.217395] cpr3_mem_acc_init: apc: not using memory accelerator regulator [ 2.226527] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 712000 uV [ 2.233450] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 832000 uV [ 2.243459] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 896000 uV [ 2.253264] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop= 976000 uV [ 2.263129] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 710, quot_offset[ 7]= 0 [ 2.272882] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 923, quot_offset[ 7]= 210 [ 2.283721] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1024, quot_offset[ 7]= 100 [ 2.294656] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1158, quot_offset[ 7]= 130 [ 2.305810] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop [ 2.308853] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz [ 2.325031] remoteproc remoteproc0: cd00000.q6v5_wcss is available [ 2.334259] ubi0: attaching mtd24 [ 2.626279] random: crng init done [ 3.163139] ubi0: scanning is finished [ 3.171315] ubi0: attached mtd24 (name "alt_rootfs", size 144 MiB) [ 3.171355] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 3.176407] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 3.183252] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.190122] ubi0: good PEBs: 1152, bad PEBs: 0, corrupted PEBs: 0 [ 3.196889] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 3.203132] ubi0: max/mean erase counter: 10/6, WL threshold: 4096, image sequence number: 1498515150 [ 3.210261] ubi0: available PEBs: 0, total reserved PEBs: 1152, PEBs reserved for bad PEB handling: 80 [ 3.219564] ubi0: background thread "ubi_bgt0d" started, PID 754 [ 3.229282] block ubiblock0_0: created from ubi0:0(rootfs) [ 3.235012] clk: Disabling unused clocks [ 3.243066] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 3.243629] Freeing unused kernel memory: 1600K [ 3.249483] Run /sbin/init as init process [ 3.253519] with arguments: [ 3.253522] /sbin/init [ 3.253525] with environment: [ 3.253528] HOME=/ [ 3.253532] TERM=linux [ 3.448520] init: Console is alive [ 3.448654] init: - watchdog - [ 4.145142] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.165444] hwmon hwmon0: temp1_input not attached to any thermal zone [ 4.177976] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 4.211697] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not exist [ 4.269329] aquantia_phy_api_ops_init[1485]:INFO:qca probe aquantia phy driver succeeded! [ 5.446313] regi_init[2525]:INFO:Initializing HPPE Done!! [ 5.446444] regi_init[2574]:INFO:qca-ssdk module init succeeded! [ 5.452792] EDMA ver 1 hw init [ 5.457014] EDMA HW Reset completed succesfully [ 5.459668] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) [ 5.464064] RxDesc:1 (15-15) RxFill:1 (7-7) [ 5.469675] GMAC1(ffffff8003608940) Invalid MAC@ - using fe:66:88:37:89:c1 [ 5.473445] dp1: ppe offload disabled: 0 for macid 1 [ 5.480391] dp1: Switch attached to macid 1 status: 0 [ 5.667035] Qualcomm QCA8075 90000.mdio-1:00: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:00, irq=POLL) [ 5.667922] GMAC2(ffffff8003b79940) Invalid MAC@ - using 7e:55:c4:cb:ce:6c [ 5.675932] dp2: ppe offload disabled: 0 for macid 2 [ 5.682810] dp2: Switch attached to macid 2 status: 0 [ 5.746619] Qualcomm QCA8075 90000.mdio-1:01: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:01, irq=POLL) [ 5.747469] GMAC3(ffffff8003b7a940) Invalid MAC@ - using 22:05:1b:99:1f:70 [ 5.755512] dp3: ppe offload disabled: 0 for macid 3 [ 5.762388] dp3: Switch attached to macid 3 status: 0 [ 5.846611] Qualcomm QCA8075 90000.mdio-1:02: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:02, irq=POLL) [ 5.847473] GMAC4(ffffff8003a0d940) Invalid MAC@ - using a2:73:1a:fa:ee:f0 [ 5.855504] dp4: ppe offload disabled: 0 for macid 4 [ 5.862381] dp4: Switch attached to macid 4 status: 0 [ 5.946624] Qualcomm QCA8075 90000.mdio-1:03: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:03, irq=POLL) [ 5.947483] GMAC6(ffffff8003a0f940) Invalid MAC@ - using d2:d7:d8:f1:e8:1e [ 5.955517] dp6-syn: ppe offload disabled: 0 for macid 6 [ 5.962392] dp6-syn: Switch attached to macid 6 status: 0 [ 5.978522] Aquantia AQR114C 90000.mdio-1:08: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:08, irq=POLL) [ 5.979335] ********************************************************** [ 5.987429] * NSS Data Plane driver [ 5.993913] ********************************************************** [ 6.010321] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 6.010371] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 6.014828] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000008002000010 [ 6.022333] xhci-hcd xhci-hcd.1.auto: irq 43, io mem 0x08a00000 [ 6.031746] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 6.037541] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 6.043096] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 6.051065] hub 1-0:1.0: USB hub found [ 6.057267] hub 1-0:1.0: 1 port detected [ 6.061238] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.065352] hub 2-0:1.0: USB hub found [ 6.073314] hub 2-0:1.0: 1 port detected [ 6.080406] usbcore: registered new interface driver usb-storage [ 6.080968] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 6.089290] init: - preinit - [ 6.470138] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead. [ 7.176321] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd [ 7.208148] usb-storage 2-1:1.0: USB Mass Storage device detected [ 7.208473] scsi host0: usb-storage 2-1:1.0 [ 8.246961] scsi 0:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 8.248468] sd 0:0:0:0: [sda] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB) [ 8.254479] sd 0:0:0:0: [sda] Write Protect is off [ 8.261537] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 8.261921] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 8.269829] sda: sda1 [ 8.275777] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 10.929449] mount_root: loading kmods from internal overlay [ 10.941019] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 10.942164] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 10.980833] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 11.021576] block: attempting to load /tmp/overlay/upper/etc/config/fstab [ 11.021728] block: unable to load configuration (fstab: Entry not found) [ 11.027523] block: attempting to load /tmp/overlay/etc/config/fstab [ 11.034208] block: unable to load configuration (fstab: Entry not found) [ 11.040745] block: attempting to load /etc/config/fstab [ 11.048487] block: unable to load configuration (fstab: Entry not found) [ 11.052039] block: no usable configuration [ 11.061440] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 11.062928] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 1061 [ 11.158872] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 11.158913] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 11.165692] UBIFS (ubi0:1): FS size: 125071360 bytes (119 MiB, 985 LEBs), max 996 LEBs, journal size 6221824 bytes (5 MiB, 49 LEBs) [ 11.175609] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB) [ 11.187222] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 870050A3-5A96-4095-ACC7-CC6F9EB5974B, small LPT model [ 11.194668] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 11.205443] block: unable to load configuration (fstab: Entry not found) [ 11.212113] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab [ 11.219094] block: unable to load configuration (fstab: Entry not found) [ 11.225362] block: attempting to load /etc/config/fstab [ 11.232160] block: unable to load configuration (fstab: Entry not found) [ 11.237095] block: no usable configuration [ 11.246796] UBIFS (ubi0:1): un-mount UBI device 0 [ 11.247896] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops [ 11.256040] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 11.258832] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 1064 [ 11.355496] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 11.355540] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 11.362336] UBIFS (ubi0:1): FS size: 125071360 bytes (119 MiB, 985 LEBs), max 996 LEBs, journal size 6221824 bytes (5 MiB, 49 LEBs) [ 11.372251] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB) [ 11.383857] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 870050A3-5A96-4095-ACC7-CC6F9EB5974B, small LPT model [ 11.396113] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 11.432250] block: attempting to load /tmp/overlay/upper/etc/config/fstab [ 11.432400] block: unable to load configuration (fstab: Entry not found) [ 11.438118] block: attempting to load /tmp/overlay/etc/config/fstab [ 11.444872] block: unable to load configuration (fstab: Entry not found) [ 11.450836] block: attempting to load /etc/config/fstab [ 11.457801] block: unable to load configuration (fstab: Entry not found) [ 11.462709] block: no usable configuration [ 11.470960] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 11.473581] block: unable to load configuration (fstab: Entry not found) [ 11.480444] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab [ 11.487415] block: unable to load configuration (fstab: Entry not found) [ 11.493696] block: attempting to load /etc/config/fstab [ 11.500494] block: unable to load configuration (fstab: Entry not found) [ 11.505410] block: no usable configuration [ 11.512857] mount_root: overlay filesystem has not been fully initialized yet [ 11.516938] mount_root: switching to ubifs overlay [ 11.528057] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 11.676639] urandom-seed: Seed file not found (/etc/urandom.seed) [ 11.707590] procd: - early - [ 11.707696] procd: - watchdog - [ 11.787208] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 11.831825] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 11.873940] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 11.917018] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 11.963194] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 12.010734] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 12.052620] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 12.098355] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 12.139499] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 12.180914] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 12.255229] procd: - watchdog - [ 12.255425] procd: - ubus - [ 12.409439] procd: - init - [ 12.648199] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.738034] hid: raw HID events driver (C) Jiri Kosina [ 12.747344] Bluetooth: Core ver 2.22 [ 12.747463] NET: Registered PF_BLUETOOTH protocol family [ 12.749994] Bluetooth: HCI device and connection manager initialized [ 12.755301] Bluetooth: HCI socket layer initialized [ 12.761703] Bluetooth: L2CAP socket layer initialized [ 12.766274] Bluetooth: SCO socket layer initialized [ 12.772715] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 12.776122] Bluetooth: BNEP filters: protocol multicast [ 12.781703] Bluetooth: BNEP socket layer initialized [ 12.783155] urngd: v1.0.2 started. [ 12.794918] usbcore: registered new interface driver btusb [ 12.795518] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a [ 12.800534] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2 [ 12.809172] Bluetooth: HCI UART driver ver 2.3 [ 12.814837] Bluetooth: HCI UART protocol H4 registered [ 12.819364] Bluetooth: HCI UART protocol BCSP registered [ 12.824471] Bluetooth: HCI UART protocol ATH3K registered [ 12.830811] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 12.835252] Bluetooth: HIDP socket layer initialized [ 12.847691] NET: Registered PF_QIPCRTR protocol family [ 12.850000] Bluetooth: RFCOMM TTY layer initialized [ 12.851733] Bluetooth: RFCOMM socket layer initialized [ 12.856529] Bluetooth: RFCOMM ver 1.11 [ 12.947779] ath11k c000000.wifi: ipq8074 hw2.0 [ 12.947813] ath11k c000000.wifi: FW memory mode: 0 [ 13.674436] remoteproc remoteproc0: powering up cd00000.q6v5_wcss [ 13.678757] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668 [ 15.031326] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up [ 15.075031] ath11k c000000.wifi: qmi ignore invalid mem req type 3 [ 15.082476] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 15.082512] 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.355234] remoteproc remoteproc0: stopped remote processor cd00000.q6v5_wcss [ 15.355283] remoteproc remoteproc0: powering up cd00000.q6v5_wcss [ 15.361630] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668 [ 15.711830] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up [ 15.713262] ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit] [ 15.718375] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002) [ 15.726489] ath11k_pci 0000:01:00.0: MSI vectors: 16 [ 15.732200] ath11k_pci 0000:01:00.0: qcn9074 hw1.0 [ 15.737398] ath11k_pci 0000:01:00.0: FW memory mode: 2 [ 15.755700] ath11k c000000.wifi: qmi ignore invalid mem req type 3 [ 15.763187] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 15.763237] 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.919964] mhi mhi0: Requested to power ON [ 15.920017] mhi mhi0: Power on setup success [ 16.077695] ath11k c000000.wifi: htt event 48 not handled [ 16.626292] mhi mhi0: Wait for device to enter SBL or Mission mode [ 16.677019] kmodloader: done loading kernel modules from /etc/modules.d/* [ 16.692976] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 16.693026] ath11k_pci 0000:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id [ 16.812835] mtdblock_open: 31 callbacks suppressed [ 16.812853] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead. [ 17.298071] ath11k_pci 0000:01:00.0: htt event 48 not handled [ 17.649054] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. [ 19.177161] br-lan: port 1(lan1) entered blocking state [ 19.177214] br-lan: port 1(lan1) entered disabled state [ 19.181252] nss-dp 3a001000.dp1 lan1: entered allmulticast mode [ 19.186663] nss-dp 3a001000.dp1 lan1: entered promiscuous mode [ 19.197470] br-lan: port 2(lan2) entered blocking state [ 19.198232] br-lan: port 2(lan2) entered disabled state [ 19.203384] nss-dp 3a001200.dp2 lan2: entered allmulticast mode [ 19.208858] nss-dp 3a001200.dp2 lan2: entered promiscuous mode [ 19.217505] br-lan: port 3(lan3) entered blocking state [ 19.220364] br-lan: port 3(lan3) entered disabled state [ 19.225519] nss-dp 3a001400.dp3 lan3: entered allmulticast mode [ 19.231007] nss-dp 3a001400.dp3 lan3: entered promiscuous mode [ 19.240564] br-lan: port 4(lan4) entered blocking state [ 19.242500] br-lan: port 4(lan4) entered disabled state [ 19.247752] nss-dp 3a001600.dp4 lan4: entered allmulticast mode [ 19.253356] nss-dp 3a001600.dp4 lan4: entered promiscuous mode [ 19.267438] br-lan: port 5(wan) entered blocking state [ 19.267478] br-lan: port 5(wan) entered disabled state [ 19.271517] nss-dp 3a007000.dp6-syn wan: entered allmulticast mode [ 19.276928] nss-dp 3a007000.dp6-syn wan: entered promiscuous mode [ 19.777643] br-lan: port 6(phy2-ap0) entered blocking state [ 19.777688] br-lan: port 6(phy2-ap0) entered disabled state [ 19.782080] ath11k_pci 0000:01:00.0 phy2-ap0: entered allmulticast mode [ 19.787866] ath11k_pci 0000:01:00.0 phy2-ap0: entered promiscuous mode [ 19.817003] br-lan: port 6(phy2-ap0) entered blocking state [ 19.817049] br-lan: port 6(phy2-ap0) entered forwarding state [ 19.822101] ath11k_pci 0000:01:00.0 phy2-ap0: left allmulticast mode [ 19.827356] ath11k_pci 0000:01:00.0 phy2-ap0: left promiscuous mode [ 19.833786] br-lan: port 6(phy2-ap0) entered disabled state [ 19.898183] br-lan: port 6(phy2-ap0) entered blocking state [ 19.898232] br-lan: port 6(phy2-ap0) entered disabled state [ 19.902613] ath11k_pci 0000:01:00.0 phy2-ap0: entered allmulticast mode [ 19.908382] ath11k_pci 0000:01:00.0 phy2-ap0: entered promiscuous mode [ 19.914834] br-lan: port 6(phy2-ap0) entered blocking state [ 19.921354] br-lan: port 6(phy2-ap0) entered forwarding state [ 20.184057] br-lan: port 6(phy2-ap0) entered disabled state [ 20.509825] br-lan: port 6(phy2-ap0) entered blocking state [ 20.509879] br-lan: port 6(phy2-ap0) entered forwarding state [ 20.847954] br-lan: port 7(phy0-ap0) entered blocking state [ 20.848001] br-lan: port 7(phy0-ap0) entered disabled state [ 20.852386] ath11k c000000.wifi phy0-ap0: entered allmulticast mode [ 20.858163] ath11k c000000.wifi phy0-ap0: entered promiscuous mode [ 20.869474] ath11k c000000.wifi phy0-ap0: left allmulticast mode [ 20.870408] ath11k c000000.wifi phy0-ap0: left promiscuous mode [ 20.876678] br-lan: port 7(phy0-ap0) entered disabled state [ 20.964049] br-lan: port 7(phy0-ap0) entered blocking state [ 20.964088] br-lan: port 7(phy0-ap0) entered disabled state [ 20.968555] ath11k c000000.wifi phy0-ap0: entered allmulticast mode [ 20.974275] ath11k c000000.wifi phy0-ap0: entered promiscuous mode [ 20.980441] br-lan: port 7(phy0-ap0) entered blocking state [ 20.986510] br-lan: port 7(phy0-ap0) entered forwarding state [ 21.017699] br-lan: port 8(phy1-ap0) entered blocking state [ 21.017740] br-lan: port 8(phy1-ap0) entered disabled state [ 21.022125] ath11k c000000.wifi phy1-ap0: entered allmulticast mode [ 21.033497] ath11k c000000.wifi phy1-ap0: entered promiscuous mode [ 21.034963] ath11k c000000.wifi phy1-ap0: left allmulticast mode [ 21.040202] ath11k c000000.wifi phy1-ap0: left promiscuous mode [ 21.046410] br-lan: port 8(phy1-ap0) entered disabled state [ 21.157232] br-lan: port 8(phy1-ap0) entered blocking state [ 21.157273] br-lan: port 8(phy1-ap0) entered disabled state [ 21.161663] ath11k c000000.wifi phy1-ap0: entered allmulticast mode [ 21.167390] ath11k c000000.wifi phy1-ap0: entered promiscuous mode [ 21.173543] br-lan: port 8(phy1-ap0) entered blocking state [ 21.179700] br-lan: port 8(phy1-ap0) entered forwarding state [ 21.186380] br-lan: port 7(phy0-ap0) entered disabled state [ 21.191316] br-lan: port 8(phy1-ap0) entered disabled state [ 21.487245] br-lan: port 8(phy1-ap0) entered blocking state [ 21.487301] br-lan: port 8(phy1-ap0) entered forwarding state [ 21.993844] br-lan: port 7(phy0-ap0) entered blocking state [ 21.993901] br-lan: port 7(phy0-ap0) entered forwarding state [ 23.446696] nss-dp 3a007000.dp6-syn wan: PHY Link up speed: 1000 [ 23.446757] br-lan: port 5(wan) entered blocking state [ 23.451785] br-lan: port 5(wan) entered forwarding state [ 33.766310] l11: disabling


Space for additional notes, links to forum threads or other resources.

  • ...

FIXME Add tags below, then remove this fixme.

How to add tags

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2025/03/16 21:26
  • by skylerbunny