Linksys MR8300

EA8300

The Linksys MR8300 is very close to the EA8300, so basic infos from one should also apply to the other.

The Linksys MR8300 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 radios support MCS 0-9 (up through 256 QAM) for devices and paths that are compatible with those high-density modulations.

Note: The first 5 GHz radio (QCA9888), 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.

As of 2021, a version v1.1 is shipped. It is uncertain about some hardware change from v1. The wifi card is reported as QCA9886 which is almost identical to QCA9888 (both use the same driver anyway). The same OpenWrt files works fine on both versions.

:!: WARNING : the USB port seems to be incorrectly managed due to a faulty hardware design. This issue is solved since 21.02.7, 22.03.5, 23.05.0 and main snapshot, and should be of no concern anymore. You can read about in this thread https://forum.openwrt.org/t/linksys-mr8300-openwrt-22-03-0-rc4-usb-port-powered-storage-devices-not-working/131391.

The MR8300 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. You may want to keep the OEM firmware in one partition, as a secure fallback. But you may also consider installing OpenWrt on both partitions, it works flawlessly. Since 22.03.3, OpenWrt has the ability to flash an OEM firmware image, that would restore the router to its original state.

:!: WARNING about 21.02.6 and 22.03.4

DO NOT install or upgrade to 21.02.6 or 22.03.4. Early march 2023, a kernel change introduced a regression causing mtd detection to fail: hence the device stops after a couple of seconds. It took several weeks to fix the issue. Unfortunately, in the meantime were released 21.02.6 and 22.03.4 stables. Shorly after were released 21.02.7 and 22.03.5 to address the issue. Any further releases are also safe to install. Forum threads about the issue https://forum.openwrt.org/t/openwrt-snapshot-r22302-on-mr8300/154878 and https://forum.openwrt.org/t/mr8300-doesnt-boot-22-03-4-as-expected/157126/2. Commit to kernel https://github.com/openwrt/openwrt/commit/aad34818b50029e07ed9221ae46f9770d6e29785.

Installation of 23.05 or main snapshot needs a two steps installation. First you'll need to install 22.03 for changing a boot variable. Than you can install 23.05. Don't try to install or upgrade to 23.05 directly, it will soft-brick your device!

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

Unpacking, just to be done once

Start the router with Linksys OEM and browse to http://192.168.1.1/. You may have to setup an account from Linksys website (firmware 1.1.10). Identify to enter the GUI: the default password is admin. Proceed to basic installation, and setup a password as required. Go to connectivity, and disable auto-update of firmware. This is to prevent installation of a newer firmware that may not allow flashing OpenWrt anymore.

Installation of OpenWrt

Before installation, read the paragraph that corresponds to the version (below). Download a factory.bin OpenWrt image as linked above. Use either one of these methods, they are equivalent:

First method

  1. In OEM GUI, go to connectivty settings. At the bottom, click on CA next to the legal informations. You will see a manual update section now.
  2. Flash the factory.bin OpenWrt image. There are several warning messages (wrong file name ...), proceed.

Second method

  1. You can also go directly to this url https://192.168.1.1/fwupdate.html
  2. Flash the factory.bin OpenWrt image.

Both methods have been tested successfully with OEM firmwares 1.1.8 to 1.1.10. Official documentation from Linksys at https://www.linksys.com/us/support-article?articleNum=274497.

Wait for about one minute for the router to perform the installation and to reboot. Manually browse again http://192.168.1.1/ to enter Luci. You may have to force cache reload in your browser. It is advised to install luci-app-advanced-reboot to easily switch from one partition to another.

You will now have the Linksys OEM into the first partition as a fallback, and OpenWrt into 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. Since OpenWrt 22.03.3, you can easily restore back Linksys OEM by just flashing the firmware image.

Installation can be done from OEM GUI as described previously. Install at least 22.03.3 (NOT 22.03.4) for its ability to flash everything (Linksys OEM, OpenWrt factory of sysupgrade).

WARNING FOR INSTALLATION

Installation of 23.05 or snapshot requires two steps.

  1. a previous working OpenWrt 22.03 to run several commands to change a bootloader variable. This is only needed once in the lifetime of the device.
  2. flashing 23.05 or snapshot.

Don't try to flash directly 23.05 or snapshot, it won't work.

Preliminary. Despite its fair amount of flash memory (256MB), the MR8300 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 kernel 5.15 (23.05) or 6.1 (snapshot). 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 SSH. Once the bootloader has been tweaked, the device can boot everything: Linksys OEM, OpenWrt 22.03, 23.05 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. Meanwhile flashing 23.05 or master snapshot still needs the bootloader variable change described below.

First step: install 22.03 to run commands from SSH

You need to have 22.03.3 (or above but not 22.03.4) already installed. If you haven't, than install the latest stable 22.03 as described previously. Open a SSH command console.

  1. Check your previous bootloader variables. Enter:
    fw_printenv

    Look for output similar to kernsize=300000. This is the default 3 MB size of kernel.

  2. Enter:
    fw_setenv kernsize 500000

    This will tell the bootloader to read 5 MB (needed for kernel 5.15) instead of 3 MB. :!: WARNING : DO NOT type = in this command, it will soft-brick the bootloader. You will need to access the device with a serial link and restore the kernsize variable from u-boot console.

  3. Enter:
    fw_printenv

    to confirm the change after running. Now you should read kernsize=500000.

  4. Reboot the device.
    reboot

    It should boot the current 22.03 just as previously.

Your device can now flash and run anything: Linksys OEM, OpenWrt 21.02, 22.03, 23.05 and main snapshot.

Second step: install 23.05 or snapshot

If you want to keep OEM GUI, than return back to it (luci-app-advanced-reboot or button method) and flash a factory image (23.05 or snapshot). From OpenWrt 22.03 you can use either a factory image or a sysupgrade image. DO NOT keep settings. Anyway, keep in mind this will overwrite the other partition, not the active one.

Once in 23.05, to get rid of OEM GUI (if still present on a partition), just flash again with the same image you have just used. You will have both partitions running with 23.05. You can always return to OEM GUI by flashing it from OpenWrt in the same way as any upgrading.

Do not try to restore any previous 22.03 config file, it isn't compatible. The device now runs with DSA and need to be configured from scratch (meanwhile advanced users may know how to manually restore some settings). Backup your settings.

Original informations for installation of a kernel 5.15 based OpenWrt : https://github.com/openwrt/openwrt/pull/11405

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

Upgrades can be performed in two ways.

  • Linksys OEM on one partition, and you want to keep it. You must first switch to it (using luci-app-advanced-reboot), than flash the newer factory image. Last you must restore the settings (that you have previously saved).
  • OpenWrt on both partitions. Download a sysupgrade file, and upgrade from SSH or Luci. Notice that it won't flash the active partition, but the other one. Since 21.02.7 and 22.03.5, upgrading can keep the settings from the previous partition (as expected).

:!: DO NOT upgrade from 22.03 to 23.05/main snapshot while keeping settings: config syntax isn't the same (due to DSA) and it will lead to a soft-brick.

Recovery (Automatic)

The MR8300 is a dual firmware device. ie. there are 2 partitions and Linksys firmware is copied on both partitions at unpacking. If one partition happens to be corrupted/bricked, here is a way to toggle between partitions manually. It will allows to boot the other partitions, which is assumed to be safe.

  1. Switch On and wait 10 seconds
  2. Switch Off and wait 5 seconds
  3. Repeat steps 1 and 2, three times, then go to 4.
  4. U-boot will now boot the other partition. You should be able to access your router on LAN.

Since 5.15 kernel based snapshots (Jan 1st 2023) and 22.03.3, OpenWrt is now able to flash directly a Linksys OEM image. Force the flash as the warning message inform you to do so. You can easily reverse to Linksys OEM if you need to.

Here is a useful OpenWrt forum post containing some information on how to use serial and TFTP to recover booting from OpenWrt from a partially bricked MR8300.

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

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 Please fill in real values for this device, then remove the EXAMPLEs

The Linksys MR8300 has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

  1. Remove the four rubber feet with a knive or a flat screwdriver.
  2. Unscrew the 4 torx screws (size T10), this may be tough due to bad heads.
  3. Insert a flat screwdriver under the top cover and gently lift upward until your hear “click”. Repeat all around the top cover.

Main PCB:

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

UART port is on the right side (seeing from front) and is called J3 (written very small!).

https://forum.openwrt.org/t/open-and-unbrick-an-mr8300-uart-serial/153069

3.3 V levels seen. Pin 1 is closest to the rear (Ethernet ports) of the device

J3
PIN 1 PIN 2 PIN 3 PIN 4 PIN 5
VCC TXD RXD --- GND
Serial connection parameters
for Linksys MR8300
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.

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-00108 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 - 262 - PBL, Start B - 1341 - bootable_media_detect_entry, Start B - 2618 - bootable_media_detect_success, Start B - 2632 - elf_loader_entry, Start B - 4048 - auth_hash_seg_entry, Start B - 6215 - auth_hash_seg_exit, Start B - 71421 - elf_segs_hash_verify_entry, Start B - 193960 - PBL, End B - 193984 - SBL1, Start B - 286143 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 287642 - boot_flash_init, Start D - 87496 - boot_flash_init, Delta B - 379449 - boot_config_data_table_init, Start D - 14033 - boot_config_data_table_init, Delta - (419 Bytes) B - 396176 - clock_init, Start D - 7575 - clock_init, Delta B - 407190 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:6 B - 410603 - sbl1_ddr_set_params, Start B - 415697 - cpr_init, Start D - 2 - cpr_init, Delta B - 420080 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13172 - sbl1_ddr_set_params, Delta B - 433385 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 504079 - sbl1_wait_for_ddr_training, Start D - 28 - sbl1_wait_for_ddr_training, Delta B - 520174 - Image Load, Start D - 143955 - QSEE Image Loaded, Delta - (269176 Bytes) B - 664557 - Image Load, Start D - 2120 - SEC Image Loaded, Delta - (2048 Bytes) B - 674736 - Image Load, Start D - 187303 - APPSBL Image Loaded, Delta - (444135 Bytes) B - 862435 - QSEE Execution, Start D - 56 - QSEE Execution, Delta B - 868658 - SBL1, End D - 676676 - SBL1, Delta S - Flash Throughput, 2086 KB/s (715778 Bytes, 343133 us) S - DDR Frequency, 672 MHz

U-Boot 2012.07 [Chaos Calmer 15.05.1,r35193] (Sep 27 2018 - 09:37:31)

CBT U-Boot ver: 1.3.3

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 Net: MAC0 addr:0:3:7f:ba:db:ad PHY ID1: 0x4d PHY ID2: 0xd0b1 ipq40xx_ess_sw_init done eth0

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 0x5f80000, size 0x500000 5242880 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:    2566544 Bytes = 2.4 MiB
   Architecture: ARM
   OS:           Linux
   Load Address: 0x80208000
   Entry Point:  0x80208000
   Hash algo:    crc32
   Hash value:   c84f8001
   Hash algo:    sha1
   Hash value:   adf761f83e69b26d0c6ff47bcad84b3d1eb70980
 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:   0x84272ba4
   Data Size:    38892 Bytes = 38 KiB
   Architecture: ARM
   Hash algo:    crc32
   Hash value:   62476779
   Hash algo:    sha1
   Hash value:   2afa3d8a5ba705df2929c86440f5223c2b2dba94
 Verifying Hash Integrity ... crc32+ sha1+ OK
 Booting using the fdt blob at 0x84272ba4
 Loading Kernel Image ... OK

OK

 Loading Device Tree to 871e2000, end 871ee7eb ... 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 Tue Apr 12 13:09:57 PDT 2022 [ 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: Linksys Dallas WiFi AP router based on Qualcomm 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 s8448 r8192 d16128 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: 500684K/513024K available (5003K kernel code, 419K rwdata, 1668K rodata, 208K init, 251K bss, 12340K 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 - 0xc088c0fc (6673 kB) [ 0.000000] .init : 0xc088d000 - 0xc08c1100 ( 209 kB) [ 0.000000] .data : 0xc08c2000 - 0xc092ac34 ( 420 kB) [ 0.000000] .bss : 0xc092ac34 - 0xc0969bdc ( 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.000020] Switching to timer-based delay loop [ 0.000356] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000374] pid_max: default: 32768 minimum: 301 [ 0.000642] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000657] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.012775] CPU: Testing write buffer coherency: ok [ 0.013150] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.013222] Setting up static identity map for 0x80213858 - 0x802138b0 [ 0.090643] CPU1: Booted secondary processor [ 0.090691] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.110645] CPU2: Booted secondary processor [ 0.110682] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.130679] CPU3: Booted secondary processor [ 0.130715] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.130855] Brought up 4 CPUs [ 0.130899] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.130907] CPU: All CPU(s) started in SVC mode. [ 0.141356] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.141739] pinctrl core: initialized pinctrl subsystem [ 0.142183] regulator-dummy: no parameters [ 0.142851] NET: Registered protocol family 16 [ 0.144447] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.144972] cpuidle: using governor ladder [ 0.144987] cpuidle: using governor menu [ 0.155689] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 3 [ 0.155697] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 1 [ 0.155704] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 2 [ 0.155710] hw-breakpoint: CPU 1 failed to disable vector catch [ 0.155742] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.158597] <CORE> glink_init: unable to create log context [ 0.159073] i2c-msm-v2 78b7000.i2c: probing driver i2c-msm-v2 [ 0.159859] sps:sps is ready. [ 0.166400] bio: create slab <bio-0> at 0 [ 0.168176] SD0 VccQ: 1800 ←→ 3000 mV [ 0.168703] SCSI subsystem initialized [ 0.169415] msm_bus_fabric_init_driver [ 0.169595] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.169612] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.169631] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 [ 0.169675] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.169689] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.169705] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 [ 0.195858] Bluetooth: Core ver 2.18 [ 0.195930] NET: Registered protocol family 31 [ 0.195941] Bluetooth: HCI device and connection manager initialized [ 0.195960] Bluetooth: HCI socket layer initialized [ 0.195977] Bluetooth: L2CAP socket layer initialized [ 0.196017] Bluetooth: SCO socket layer initialized [ 0.196226] 80000.qcom,pcie supply vreg-3.3 not found, using dummy regulator [ 0.196289] 80000.qcom,pcie supply vreg-1.8 not found, using dummy regulator [ 0.196356] 80000.qcom,pcie supply vreg-0.9 not found, using dummy regulator [ 0.196406] 80000.qcom,pcie supply gdsc-vdd not found, using dummy regulator [ 0.290493] msm_pcie_enable: msm_pcie_enable: PCIe: trigger the reset of endpoint of RC0. [ 0.300486] msm_pcie_enable: msm_pcie_enable: PCIe RC0 PHY is ready! [ 0.320487] msm_pcie_enable: msm_pcie_enable: PCIe: Release the reset of endpoint of RC0. [ 0.460622] 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.460906] pci_bus 0000:00: root bus resource [io 0x40200000-0x402fffff] [ 0.460922] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] [ 0.460936] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.461022] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0014[4] is all FFs [ 0.461465] PCI: bus0: Fast back to back transfers disabled [ 0.461484] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.461767] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 1:0x00 + 0x0014[4] is all FFs [ 0.462330] PCI: bus1: Fast back to back transfers disabled [ 0.462416] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0028[4] is all FFs [ 0.462451] pci 0000:00:00.0: BAR 8: assigned [mem 0x40400000-0x405fffff] [ 0.462469] pci 0000:00:00.0: BAR 0: assigned [mem 0x40300000-0x40300fff 64bit] [ 0.462502] pci 0000:01:00.0: BAR 0: assigned [mem 0x40400000-0x405fffff 64bit] [ 0.462541] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.462561] pci 0000:00:00.0: bridge window [mem 0x40400000-0x405fffff] [ 0.462589] msm_pcie_probe: msm_pcie_probe: RC0 is enabled in bootup [ 0.462890] Switched to clocksource arch_sys_counter [ 0.464745] NET: Registered protocol family 2 [ 0.466033] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.466105] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.466194] TCP: Hash tables configured (established 4096 bind 4096) [ 0.466251] TCP: reno registered [ 0.466270] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.466302] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.466647] NET: Registered protocol family 1 [ 0.467434] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available [ 0.467763] [ 0.467763] Version Rollback Feature Disabled [ 0.469392] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.479009] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.479027] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.479970] msgmni has been set to 977 [ 0.481757] Key type asymmetric registered [ 0.481774] Asymmetric key parser 'x509' registered [ 0.481812] io scheduler noop registered [ 0.481824] io scheduler deadline registered (default) [ 0.482795] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.482862] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.483023] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.483085] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.483841] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.484835] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.484875] msm_serial_hsl_probe: Bus scaling is disabled [ 0.485030] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM [ 0.485120] msm_hsl_console_setup: console setup on port #0 [ 1.297497] console [ttyMSM0] enabled [ 1.301597] msm_serial_hsl_init: driver initialized [ 1.306559] uart_tx_gpio is not available [ 1.309988] uart_rx_gpio is not available [ 1.314019] uart_cts_gpio is not available [ 1.318060] uart_rfr_gpio is not available [ 1.322143] Wakeup irq not specified. [ 1.325812] BLSP UART: Bus scaling is disabled. [ 1.330506] sps: BAM device 0x07884000 is not registered yet. [ 1.336053] sps:BAM 0x07884000 is registered. [ 1.340232] qca_serial_hs 78b0000.uart: qca_hs_probe: error creating tx logging context [ 1.348370] qca_serial_hs 78b0000.uart: qca_hs_probe: error creating rx logging context [ 1.356348] qca_serial_hs 78b0000.uart: qca_hs_probe: error creating usr logging context [ 1.364734] 78b0000.uart: ttyQHS0 at MMIO 0x78b0000 (irq = 140, base_baud = 460800) is a MSM HS UART [ 1.373894] qca_serial_hs module loaded [ 1.379537] sps: BAM device 0x07984000 is not registered yet. [ 1.384302] sps:BAM 0x07984000 is registered. [ 1.388421] msm_nand_bam_init: msm_nand_bam_init: BAM device registered: bam_handle 0xdec8f200 [ 1.397335] sps:BAM 0x07984000 (va:0xe0a60000) enabled: ver:0x19, number of pipes:7 [ 1.405065] msm_nand_version_check: nand_major:1, nand_minor:4, qpic_major:1, qpic_minor:4 [ 1.413366] msm_nand_flash_onfi_probe: Found an ONFI compliant device MX30LF2G18AC ▒ [ 1.421409] msm_nand_scan: NAND Id: 0x9590dac2 Buswidth: 8Bits Density: 256 MByte [ 1.428889] msm_nand_scan: pagesize: 2048 Erasesize: 131072 oobsize: 64 (in Bytes) [ 1.436434] msm_nand_scan: BCH ECC: 4 Bit [ 1.440425] msm_nand_scan: CFG0: 0x2a0408c0, CFG1: 0x0804745c [ 1.440425] RAWCFG0: 0x280420c0, RAWCFG1: 0x0005045d [ 1.440425] ECCBUFCFG: 0x00000203, ECCBCHCFG: 0x42040700 [ 1.440425] BAD BLOCK BYTE: 0x000001d1 [ 1.463171] 16 ofpart partitions found on MTD device 7980000.qcom,nand [ 1.469582] Creating 16 MTD partitions on “7980000.qcom,nand”: [ 1.475429] 0x000000000000-0x000000100000 : “0:SBL1” [ 1.482209] 0x000000100000-0x000000200000 : “0:MIBIB” [ 1.488061] 0x000000200000-0x000000300000 : “0:QSEE” [ 1.493821] 0x000000300000-0x000000380000 : “0:CDT” [ 1.499132] 0x000000380000-0x000000400000 : “0:APPSBLENV” [ 1.505019] 0x000000400000-0x000000480000 : “0:ART” [ 1.510268] 0x000000480000-0x000000680000 : “0:APPSBL” [ 1.516828] 0x000000680000-0x000000700000 : “u_env” [ 1.522079] 0x000000700000-0x000000740000 : “s_env” [ 1.527213] 0x000000740000-0x000000780000 : “devinfo” [ 1.532499] 0x000000780000-0x000005f80000 : “kernel” [ 1.598232] 0x000000a80000-0x000005f80000 : “rootfs” [ 1.661875] mtd: device 11 (rootfs) set to be root filesystem [ 1.666623] 0x000005f80000-0x00000b780000 : “alt_kernel” [ 1.733696] 0x000006280000-0x00000b780000 : “alt_rootfs” [ 1.797788] 0x00000b780000-0x00000b880000 : “sysdiag” [ 1.803606] 0x00000b880000-0x00000ff00000 : “syscfg” [ 1.857226] msm_nand_probe: NANDc phys addr 0x7980000, BAM phys addr 0x7984000, BAM IRQ 133 [ 1.864570] msm_nand_probe: Allocated DMA buffer at virt_addr 0xe0a7b000, phys_addr 0x9ec9c000 [ 1.874968] sps:BAM 0x07884000 (va:0xe0b40000) enabled: ver:0x19, number of pipes:12 [ 1.882131] m25p80 spi0.0: Failed to find sector-size [ 1.898748] libphy: ipq40xx_mdio: probed [ 1.905349] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 1.910998] tun: Universal TUN/TAP device driver, 1.6 [ 1.915986] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 1.922254] PPP generic driver version 2.4.2 [ 1.926564] PPP BSD Compression module registered [ 1.931070] PPP Deflate Compression module registered [ 1.936126] NET: Registered protocol family 24 [ 1.940533] i2c /dev entries driver [ 1.945664] Bluetooth: HCI UART driver ver 2.2 [ 1.949076] Bluetooth: HCI H4 protocol initialized [ 1.953875] Bluetooth: HCI BCSP protocol initialized [ 1.960812] hidraw: raw HID events driver (C) Jiri Kosina [ 1.966322] u32 classifier [ 1.967995] input device check on [ 1.971647] Netfilter messages via NETLINK v0.30. [ 1.976375] nfnl_acct: registering with nfnetlink. [ 1.981174] nf_conntrack version 0.5.0 (7823 buckets, 31292 max) [ 1.987734] ctnetlink v0.93: registering with nfnetlink. [ 1.992403] nf_conntrack_rtsp v0.7 loading [ 1.996586] ip_set: protocol 6 [ 1.999682] gre: GRE over IPv4 demultiplexor driver [ 2.004391] ip_gre: GRE over IPv4 tunneling driver [ 2.010771] nf_nat_rtsp v0.7 loading [ 2.013393] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.018847] TCP: cubic registered [ 2.022670] NET: Registered protocol family 10 [ 2.028052] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 2.032754] sit: IPv6 over IPv4 tunneling driver [ 2.039028] NET: Registered protocol family 17 [ 2.042574] Bridge firewalling registered [ 2.046531] Ebtables v2.0 registered [ 2.050219] Bluetooth: RFCOMM TTY layer initialized [ 2.054912] Bluetooth: RFCOMM socket layer initialized [ 2.060019] Bluetooth: RFCOMM ver 1.11 [ 2.063742] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.069000] Bluetooth: BNEP filters: protocol multicast [ 2.074240] Bluetooth: BNEP socket layer initialized [ 2.079159] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.085087] Bluetooth: HIDP socket layer initialized [ 2.090059] l2tp_core: L2TP core driver, V2.0 [ 2.094384] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 2.099121] l2tp_netlink: L2TP netlink interface [ 2.103765] 8021q: 802.1Q VLAN Support v1.8 [ 2.108065] Registering SWP/SWPB emulation handler [ 2.114018] SD0 VccQ: disabling [ 2.116126] regulator-dummy: disabling [ 2.120272] UBI: attaching mtd13 to ubi0 [ 2.478293] UBI: scanning is finished [ 2.487951] UBI: attached mtd13 (name “alt_rootfs”, size 85 MiB) to ubi0 [ 2.493653] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.500390] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.507091] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.513945] UBI: good PEBs: 680, bad PEBs: 0, corrupted PEBs: 0 [ 2.519834] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 2.526968] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1629582685 [ 2.535994] UBI: available PEBs: 0, total reserved PEBs: 680, PEBs reserved for bad PEB handling: 40 [ 2.545131] UBI: background thread “ubi_bgt0d” started, PID 73 [ 2.545978] input: gpio_keys.9 as /devices/soc.1/gpio_keys.9/input/input0 [ 2.546237] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 2.549572] clk: Not disabling unused clocks [ 2.569648] UBIFS: background thread “ubifs_bgt0_0” started, PID 75 [ 2.616400] UBIFS: mounted UBI device 0, volume 0, name “ubifs” [ 2.621291] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 2.630445] UBIFS: FS size: 79360000 bytes (75 MiB, 625 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs) [ 2.640054] UBIFS: reserved for root: 0 bytes (0 KiB) [ 2.645095] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 512BC0E7-8DC3-402F-A3CF-8B2642EA1653, small LPT model [ 2.657236] VFS: Mounted root (ubifs filesystem) on device 0:11. [ 2.662522] Freeing unused kernel memory: 208K (c088d000 - c08c1000) *

            _        _  __    _    __ _____ __   __ _____
           | |      | ||  \  | |  / // ____]\ \ / // ____]TM
           | |      | ||   \ | | / /| (___   \ V /| (____
           | |      | || |\ \| |\ \  \____ \  \ /  \____ \
           | |_____ | || | \   | \ \  ____) | | |   ____) |
           |_______||_||_|  \__|  \_\[____ /  |_|  [_____/

© 2013 Belkin International, Inc. and/or its affiliates. All rights reserved. Booting rogue (firmware version 1.1.10.210186) * [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.076122] UBIFS: background thread “ubifs_bgt0_0” stops Attempting mount of ubifs syscfg partition UBI device number 1, total 563 LEBs (71487488 bytes, 68.2 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 E8:9F:80:18:5C:2E NTP Servers do not need to be updated [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[42]:15000 ... 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 (EU) [utopia][init] Multi-region is not supported or not enabled [utopia][init] Cert region: EU [utopia][init] Using EU region for WiFi firmware and board data NSS Auto scaling disabled [utopia][init] Loading QCA Enhanced Connection manager [utopia][init] Initializing BTLE interface [utopia][init] Bluetooth Mac Address: E8 9F 80 18 5C 2E [utopia][init] Cert Region: EU [utopia][init] BT PSR: /etc/csr8x11-a12-bt4.2.psr Device setup complete Loading PSKEY_HCI_LMP_LOCAL_VERSION ... done Loading PSKEY_LMP_REMOTE_VERSION ... done Loading 0x212c ... done Loading 0x212d ... done Loading 0x212e ... done Loading 0x212f ... done Loading 0x2130 ... done Loading 0x2131 ... done Loading 0x2132 ... done Loading 0x2133 ... done Loading 0x2134 ... done Loading 0x2135 ... done Loading 0x2136 ... done Loading PSKEY_ANA_FREQ ... done Loading 0x2480 ... done Loading 0x2483 ... done Loading 0x2484 ... done Loading 0x2485 ... done Loading 0x2488 ... done Loading 0x2489 ... done Device setup complete Device setup complete [utopia][init] BTLE interface ready to use inserting fpbypass.ko for QCA attempting to sync sysinfo.cgi auth credentials adding group for lldpd user Fri Mar 31 17:05:00 UTC 2023

nodes 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

DeviceDB Daily Backup Cron job created No TopoDB persistence data to import TopoDB data not imported lldpd event lan_ipaddr 192.168.1.1 received. ping6: sendto: Network is unreachable killall: lldpd: no process killed lldpd event lldpd-start received. ARP agent not started: not in master mode. lldpd configuration already running setting root_accessible to 0 by default Starting ddd_ethernet_agent ... mosquitto aborting: not Master service_guardian.sh is called with lan-status lldp updating callback scripts Entry tsmb lan-status, 1 /tmp/.ebt: line 3: ebtables: not found /tmp/.ebt: line 4: ebtables: not found /tmp/.ebt: line 5: ebtables: not found

lldpd event lldp::root_accessible 0 received. pub_eth_link_status_changed: Error: could not determine HOST_ADDR lldpd event ETH::port_1_status down received. lldpd event ETH::port_2_status down received. pub_eth_subdev: Error: could not determine HOST_ADDR lldpd event ETH::port_3_status down received. lldpd event ETH::port_4_status up received. nss_build_bypass is called with lan-started Lighttpd Model Base: MR8300 Generating Rainier lighttpd config Build temporary www configuration directory: $1$1gfv5Yag$fYKzWKWUgELTt7ke17j2.1 Registering Service myrouter._http._tcp.local port 80 Power cycle Ethernet ports. conntrack_parse running creating conntrack cron job cat: can't open '/tmp/nodes_hw_version': No such file or directory ARP agent not started: not in master mode. Got a reply for myrouter._http._tcp.local.: Name now registered and active lldpd event ETH::port_5_status down received. [utopia] Not setting ppp_clamp_mtu wifi, sysevent received: lan-started (Fri Mar 31 10:05:13 PDT 2023) wifi, service_start() [utopia][init] Loading GMAC and WLAN drivers Not ready for JNAP. Sleeping for 15 seconds... mosquitto aborting: not Master [utopia][init] Creating wifi devices ath0 ath1 ath10 Entry tsmb lan-status, 1 service_guardian.sh is called with lan-status Multi-region is not supported or not enabled SKU is MR8300-EU [utopia] Not setting ppp_clamp_mtu on dslite protocol 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 backhaul_switching status event system_state-normal received smart connect client, generating client device data Entry tsmb tsmb-stop, 1 LookUpMaster call OK. mDNS lookup is on going... lldpd event ETH::port_4_status down received. pub_eth_link_status_changed: Error: could not determine HOST_ADDR pub_eth_subdev: Error: could not determine HOST_ADDR wifi, wifi_physical_start(ath0) Restarting nfqrecv service... nss_build_bypass is called with ipv4_wan_ipaddr lldpd event ipv4_wan_ipaddr 0.0.0.0 received. wan, sysevent received: phylink_wan_state ==⇒ RESET LION usb power Auto channel wifi, wifi_virtual_start(ath0) wifi, wifi_user_start(ath0) wifi_user, ath0 TxBF enabled wifi, primary AP: ath0 is up (Fri Mar 31 10:05:39 PDT 2023) 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 wifi, wifi_physical_start(ath1) smart_connect, sysevent received: wifi-status starting List Flushed Following channels are blocked from Channel selection algorithm [149] [153] [157] [161] [165] lldpd event ETH::port_4_status up received. pub_eth_link_status_changed: Error: could not determine HOST_ADDR nss_build_bypass is called with lan_dhcp_client_change Auto channel 2023-03-31 17:05:41: Setting defaults pub_eth_subdev: Error: could not determine HOST_ADDR /tmp/.ebt: line 3: ebtables: not found /tmp/.ebt: line 4: ebtables: not found /tmp/.ebt: line 5: ebtables: not found wifi, wifi_virtual_start(ath1) fastpath, sysevent received: qos_enabled nss_build_bypass is called with guardian-configured wifi, wifi_user_start(ath1) nss_build_bypass is called with build_bypass wifi_user, ath1 TxBF enabled wifi_user, ath1 MU-MIMO enabled wifi, primary AP: ath1 is up (Fri Mar 31 10:05:44 PDT 2023) wifi, wifi_guest_start(ath1) wifi, guest ath3 is disabled, do not start wifi guest wifi, wifi_physical_start(ath10) Got a TERM signal, will terminate. Warning! nfqrecv encountered errors when doing recv(): Interrupted system call killall: nfqrecv: no process killed List Flushed Following channels are blocked from Channel selection algorithm [36] [40] [44] [48] List Flushed Following channels are blocked from Channel selection algorithm [116] [120] [124] [128] Auto channel wifi, wifi_virtual_start(ath10) subscriber running /etc/init.d/service_subscriber.sh subscriber-stop NULL MODE: 0 wifi, wifi_user_start(ath10) killall: configure_me_monitor.sh: no process killed rm: can't remove '/var/run/configure_me_monitor.sh.pid': No such file or directory /tmp/.ebt: line 3: ebtables: not found /tmp/.ebt: line 4: ebtables: not found /tmp/.ebt: line 5: ebtables: not found wifi_user, ath10 TxBF enabled wifi_user, ath10 MU-MIMO enabled wifi, primary AP: ath10 is up (Fri Mar 31 10:05:48 PDT 2023) wifi, wifi_guest_start(ath10) wifi, guest ath6 is disabled, do not start wifi guest wifi, start_hostapd() wifi, start hostapd (Fri Mar 31 10:05:49 PDT 2023) 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 e8:9f:80:18:5c:2f and ssid “_LinksysSetupC2E” random: Only 6/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 e8:9f:80:18:5c:30 and ssid “_LinksysSetupC2E5” random: Cannot read from /dev/random: Resource temporarily unavailable random: Only 6/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 e8:9f:80:18:5c:31 and ssid “_LinksysSetupC2E5” random: Cannot read from /dev/random: Resource temporarily unavailable random: Only 6/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_wlan_status: Error: could not determine HOST_ADDR smart_connect, sysevent received: wifi-status started pub_devinfo_status: Error: could not determine HOST_ADDR hcisetup: Enabled LE advertising pub_wlan_status: Error: could not determine HOST_ADDR /tmp/.ebt: line 3: ebtables: not found /tmp/.ebt: line 4: ebtables: not found /tmp/.ebt: line 5: ebtables: not found [fw.sh] fwup_checked_after_boot: 0 [fwupd] status details:“ERROR: Connecting server” [fw.sh] fwup_forced_update: 0


This is a snapshot version (2/22/2023) with Kernel 5.15. No eth cables were plugged.

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-00108 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 - 262 - PBL, Start B - 1341 - bootable_media_detect_entry, Start B - 2620 - bootable_media_detect_success, Start B - 2635 - elf_loader_entry, Start B - 4049 - auth_hash_seg_entry, Start B - 6217 - auth_hash_seg_exit, Start B - 71468 - elf_segs_hash_verify_entry, Start B - 193998 - PBL, End B - 194022 - SBL1, Start B - 286212 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 287712 - boot_flash_init, Start D - 87548 - boot_flash_init, Delta B - 379570 - boot_config_data_table_init, Start D - 14040 - boot_config_data_table_init, Delta - (419 Bytes) B - 396305 - clock_init, Start D - 7588 - clock_init, Delta B - 407332 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:6 B - 410744 - sbl1_ddr_set_params, Start B - 415836 - cpr_init, Start D - 2 - cpr_init, Delta B - 420218 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13168 - sbl1_ddr_set_params, Delta B - 433521 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 504188 - sbl1_wait_for_ddr_training, Start D - 28 - sbl1_wait_for_ddr_training, Delta B - 520307 - Image Load, Start D - 144094 - QSEE Image Loaded, Delta - (269176 Bytes) B - 664831 - Image Load, Start D - 2113 - SEC Image Loaded, Delta - (2048 Bytes) B - 675075 - Image Load, Start D - 187490 - APPSBL Image Loaded, Delta - (444135 Bytes) B - 862960 - QSEE Execution, Start D - 56 - QSEE Execution, Delta B - 869188 - SBL1, End D - 677169 - SBL1, Delta S - Flash Throughput, 2083 KB/s (715778 Bytes, 343464 us) S - DDR Frequency, 672 MHz

U-Boot 2012.07 [Chaos Calmer 15.05.1,r35193] (Sep 27 2018 - 09:37:31)

CBT U-Boot ver: 1.3.3

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 Net: MAC0 addr:0:3:7f:ba:db:ad PHY ID1: 0x4d PHY ID2: 0xd0b1 ipq40xx_ess_sw_init done eth0

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-5.15.94
   Type:         Kernel Image
   Compression:  uncompressed
   Data Start:   0x840000e4
   Data Size:    3170832 Bytes = 3 MiB
   Architecture: ARM
   OS:           Linux
   Load Address: 0x80208000
   Entry Point:  0x80208000
   Hash algo:    crc32
   Hash value:   ce9c95a5
   Hash algo:    sha1
   Hash value:   8422b8d5fb13f92175fd94a744c09e904453c296
 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_mr8300 device tree blob
   Type:         Flat Device Tree
   Compression:  uncompressed
   Data Start:   0x8430642c
   Data Size:    17963 Bytes = 17.5 KiB
   Architecture: ARM
   Hash algo:    crc32
   Hash value:   6805ac48
   Hash algo:    sha1
   Hash value:   b796b0c4abbdea7e405117ee36b5c37ec4ce462f
 Verifying Hash Integrity ... crc32+ sha1+ OK
 Booting using the fdt blob at 0x8430642c
 Loading Kernel Image ... OK

OK

 Loading Device Tree to 871e8000, end 871ef62a ... 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 5.15.94 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 12.2.0 r22125-52ddb38469) 12.2.0, GNU ld (GNU Binutils) 2.39) #0 SMP Tue Feb 21 10:58:47 2023 [ 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 MR8300 (Dallas) [ 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] percpu: Embedded 12 pages/cpu s16588 r8192 d24372 u49152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 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] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 505828K/524288K available (6812K kernel code, 610K rwdata, 1704K rodata, 1024K init, 247K bss, 18460K reserved, 0K cma-reserved, 0K highmem) [ 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: 16, nr_irqs: 16, preallocated irqs: 16 [ 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.000001] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000023] Switching to timer-based delay loop, resolution 20ns [ 0.000328] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000358] pid_max: default: 32768 minimum: 301 [ 0.000598] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000627] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001669] CPU: Testing write buffer coherency: ok [ 0.002052] qcom_scm: convention: smc legacy [ 0.003163] Setting up static identity map for 0x80300000 - 0x8030003c [ 0.003336] rcu: Hierarchical SRCU implementation. [ 0.003601] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003946] smp: Bringing up secondary CPUs ... [ 0.007276] smp: Brought up 1 node, 4 CPUs [ 0.007313] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.007329] CPU: All CPU(s) started in SVC mode. [ 0.012540] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.012715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.012749] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.013006] pinctrl core: initialized pinctrl subsystem [ 0.014695] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.015137] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.016261] thermal_sys: Registered thermal governor 'step_wise' [ 0.016690] cpuidle: using governor ladder [ 0.016756] cpuidle: using governor menu [ 0.043760] cryptd: max_cpu_qlen set to 1000 [ 0.048005] usbcore: registered new interface driver usbfs [ 0.048085] usbcore: registered new interface driver hub [ 0.048147] usbcore: registered new device driver usb [ 0.048201] pps_core: LinuxPPS API ver. 1 registered [ 0.048214] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.048243] PTP clock support registered [ 0.050404] clocksource: Switched to clocksource arch_sys_counter [ 0.051322] NET: Registered PF_INET protocol family [ 0.051572] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.052597] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.052655] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.052678] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.052742] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.052837] TCP: Hash tables configured (established 4096 bind 4096) [ 0.052955] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.053002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.053280] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.053336] PCI: CLS 0 bytes, default 64 [ 0.055731] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.060790] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.060819] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.193847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.196582] qcom-pcie 40000000.pci: host bridge /soc/pci@40000000 ranges: [ 0.196657] qcom-pcie 40000000.pci: IO 0x0040200000..0x00402fffff → 0x0040200000 [ 0.196704] qcom-pcie 40000000.pci: MEM 0x0040300000..0x0040ffffff → 0x0040300000 [ 0.371992] qcom-pcie 40000000.pci: iATU unroll: disabled [ 0.372024] qcom-pcie 40000000.pci: Detected iATU regions: 32 outbound, 8 inbound [ 0.472123] qcom-pcie 40000000.pci: Link up [ 0.472285] qcom-pcie 40000000.pci: PCI host bridge to bus 0000:00 [ 0.472306] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.472330] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x40200000-0x402fffff]) [ 0.472349] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] [ 0.472403] pci 0000:00:00.0: [17cb:1001] type 01 class 0x060400 [ 0.472439] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff] [ 0.472515] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.474079] PCI: bus0: Fast back to back transfers disabled [ 0.474350] pci 0000:01:00.0: [168c:0056] type 00 class 0x028000 [ 0.474486] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.475063] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.476760] PCI: bus1: Fast back to back transfers disabled [ 0.476810] pci 0000:00:00.0: BAR 8: assigned [mem 0x40400000-0x405fffff] [ 0.476835] pci 0000:00:00.0: BAR 0: assigned [mem 0x40300000-0x40300fff] [ 0.476864] pci 0000:01:00.0: BAR 0: assigned [mem 0x40400000-0x405fffff 64bit] [ 0.476936] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.476959] pci 0000:00:00.0: bridge window [mem 0x40400000-0x405fffff] [ 0.479821] pcieport 0000:00:00.0: AER: enabled with IRQ 102 [ 0.482012] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 0.482043] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 0.483419] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.483530] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.483628] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.483733] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.484049] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.485831] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.485885] msm_serial 78af000.serial: uartclk = 1843200 [ 0.485945] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 32, base_baud = 115200) is a MSM [ 0.485983] msm_serial: console setup on port #0 [ 1.202413] printk: console [ttyMSM0] enabled [ 1.207516] msm_serial: driver initialized [ 1.216543] loop: module loaded [ 1.218140] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda [ 1.218503] nand: Macronix MX30LF2G18AC [ 1.225150] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.228686] Block protection check failed [ 1.236400] 16 fixed-partitions partitions found on MTD device qcom_nand.0 [ 1.240403] Creating 16 MTD partitions on “qcom_nand.0”: [ 1.247148] 0x000000000000-0x000000100000 : “sbl1” [ 1.254196] 0x000000100000-0x000000200000 : “mibib” [ 1.258727] 0x000000200000-0x000000300000 : “qsee” [ 1.263499] 0x000000300000-0x000000380000 : “cdt” [ 1.267860] 0x000000380000-0x000000400000 : “appsblenv” [ 1.272683] 0x000000400000-0x000000480000 : “ART” [ 1.277654] 0x000000480000-0x000000680000 : “appsbl” [ 1.283964] 0x000000680000-0x000000700000 : “u_env” [ 1.287581] 0x000000700000-0x000000740000 : “s_env” [ 1.291985] 0x000000740000-0x000000780000 : “devinfo” [ 1.296806] 0x000000780000-0x000005f80000 : “kernel” [ 1.382797] 0x000000c80000-0x000005f80000 : “rootfs” [ 1.456704] mtd: setting mtd11 (rootfs) as root device [ 1.457047] mtdsplit: no squashfs found in “rootfs” [ 1.460806] 0x000005f80000-0x00000b780000 : “alt_kernel” [ 1.543565] 0x000006480000-0x00000b780000 : “alt_rootfs” [ 1.617499] 0x00000b780000-0x00000b880000 : “sysdiag” [ 1.618931] 0x00000b880000-0x00000ff00000 : “syscfg” [ 1.737739] i2c_dev: i2c /dev entries driver [ 1.739535] sdhci: Secure Digital Host Controller Interface driver [ 1.741182] sdhci: Copyright© Pierre Ossman [ 1.747075] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.755595] NET: Registered PF_INET6 protocol family [ 1.759097] Segment Routing with IPv6 [ 1.762322] In-situ OAM (IOAM) with IPv6 [ 1.765837] NET: Registered PF_PACKET protocol family [ 1.769806] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.775038] 8021q: 802.1Q VLAN Support v1.8 [ 1.787912] Registering SWP/SWPB emulation handler [ 1.803844] qca8k-ipq4019 c000000.switch: configuring for fixed/internal link mode [ 1.804087] qca8k-ipq4019 c000000.switch: Link is Up - 1Gbps/Full - flow control rx/tx [ 1.895039] qca8k-ipq4019 c000000.switch lan1 (uninitialized): PHY [90000.mdio-1:00] driver [Qualcomm QCA8075] (irq=POLL) [ 1.984879] qca8k-ipq4019 c000000.switch lan2 (uninitialized): PHY [90000.mdio-1:01] driver [Qualcomm QCA8075] (irq=POLL) [ 2.075032] qca8k-ipq4019 c000000.switch lan3 (uninitialized): PHY [90000.mdio-1:02] driver [Qualcomm QCA8075] (irq=POLL) [ 2.165352] qca8k-ipq4019 c000000.switch lan4 (uninitialized): PHY [90000.mdio-1:03] driver [Qualcomm QCA8075] (irq=POLL) [ 2.257076] qca8k-ipq4019 c000000.switch wan (uninitialized): PHY [90000.mdio-1:04] driver [Qualcomm QCA8075] (irq=POLL) [ 2.267816] DSA: tree 0 setup [ 2.271881] ubi0: attaching mtd11 [ 2.860894] ubi0: scanning is finished [ 2.871228] ubi0: attached mtd11 (name “rootfs”, size 83 MiB) [ 2.871343] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.876038] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.882907] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.889666] ubi0: good PEBs: 663, bad PEBs: 1, corrupted PEBs: 0 [ 2.896527] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 2.902741] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1676977127 [ 2.909723] ubi0: available PEBs: 0, total reserved PEBs: 663, PEBs reserved for bad PEB handling: 39 [ 2.919130] ubi0: background thread “ubi_bgt0d” started, PID 134 [ [ 2.939693] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.941810] Freeing unused kernel image (initmem) memory: 1024K [ 2.971485] Run /sbin/init as init process [ 3.471300] init: Console is alive [ 3.471626] init: - watchdog - [ 4.180456] random: crng init done [ 4.225018] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.513716] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.513816] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 4.518390] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000000002010010 [ 4.525818] xhci-hcd xhci-hcd.0.auto: irq 105, io mem 0x08a00000 [ 4.535309] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.541342] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 4.546610] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 4.554893] hub 1-0:1.0: USB hub found [ 4.560836] hub 1-0:1.0: 1 port detected [ 4.564912] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.569125] hub 2-0:1.0: USB hub found [ 4.580468] hub 2-0:1.0: 1 port detected [ 4.581685] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.584295] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 4.589838] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010 [ 4.597275] xhci-hcd xhci-hcd.1.auto: irq 106, io mem 0x06000000 [ 4.606770] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.612779] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 4.618051] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 4.626289] hub 3-0:1.0: USB hub found [ 4.632259] hub 3-0:1.0: 1 port detected [ 4.636354] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.640594] hub 4-0:1.0: USB hub found [ 4.648111] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 4.654303] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.659797] init: - preinit - [ 5.381902] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead. [ 5.912501] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead. [ 6.282627] ipqess-edma c080000.ethernet eth0: configuring for fixed/internal link mode [ 6.283494] device eth0 entered promiscuous mode [ 6.289496] qca8k-ipq4019 c000000.switch lan1: configuring for phy/psgmii link mode [ 6.294473] ipqess-edma c080000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 7.383350] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 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 [ 9.647717] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 9.647981] UBIFS (ubi0:1): background thread “ubifs_bgt0_1” started, PID 279 [ 9.690229] UBIFS (ubi0:1): recovery needed [ 9.828128] UBIFS (ubi0:1): recovery completed [ 9.828364] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name “rootfs_data” [ 9.831598] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 9.839430] UBIFS (ubi0:1): FS size: 73138176 bytes (69 MiB, 576 LEBs), max 586 LEBs, journal size 3682304 bytes (3 MiB, 29 LEBs) [ 9.849347] UBIFS (ubi0:1): reserved for root: 3454496 bytes (3373 KiB) [ 9.860952] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID C7EBCEA1-0732-4F49-A3D4-1B365503071F, small LPT model [ 9.872234] mount_root: switching to ubifs overlay [ 9.892251] urandom-seed: Seeding with /etc/urandom.seed [ 10.024171] device eth0 left promiscuous mode [ 10.032837] procd: - early - [ 10.033105] procd: - watchdog - [ 10.631100] procd: - watchdog - [ 10.642660] procd: - ubus - [ 10.708813] procd: - init - Please press Enter to activate this console. [ 11.333812] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.348194] urngd: v1.0.2 started. [ 11.372117] Loading modules backported from Linux version v6.1-rc8-0-g76dcd734eca2 [ 11.372173] Backport generated by backports.git v5.15.81-1-41-g02e352527db5 [ 11.387960] usbcore: registered new interface driver cdc_ether [ 11.462301] usbcore: registered new interface driver rndis_host [ 11.476601] ath10k_pci 0000:01:00.0: enabling device (0140 → 0142) [ 11.477333] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 12.084090] ath10k_pci 0000:01:00.0: qca9888 hw2.0 target 0x01000000 chip_id 0x00000000 sub 0000:0000 [ 12.084160] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 12.097064] ath10k_pci 0000:01:00.0: firmware ver 10.4-3.9.0.2-00157 api 5 features no-p2p,mfp,peer-flow-ctrl,allows-mesh-bcast,no-ps,iram-recovery crc32 812c4602 [ 12.403245] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 0:23 crc32 229afd74 [ 14.344011] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1 [ 15.533694] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 15.533769] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 15.545912] ath10k_ahb a000000.wifi: firmware ver 10.4-3.6-00140 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 ba79b746 [ 15.652992] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:20 crc32 de0d18b2 [ 17.072510] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1 [ 17.582189] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 17.582259] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 17.596499] ath10k_ahb a800000.wifi: firmware ver 10.4-3.6-00140 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 ba79b746 [ 17.647900] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:21 crc32 de0d18b2 [ 19.067061] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1 [ 19.096820] kmodloader: done loading kernel modules from /etc/modules.d/* [ 25.140928] ipqess-edma c080000.ethernet eth0: Link is Down [ 25.150684] ipqess-edma c080000.ethernet eth0: configuring for fixed/internal link mode [ 25.151112] ipqess-edma c080000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 25.156473] device eth0 entered promiscuous mode [ 25.166045] qca8k-ipq4019 c000000.switch lan1: configuring for phy/psgmii link mode [ 25.175498] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 25.178548] br-lan: port 1(lan1) entered blocking state [ 25.184510] br-lan: port 1(lan1) entered disabled state [ 25.190307] device lan1 entered promiscuous mode [ 25.206120] qca8k-ipq4019 c000000.switch lan2: configuring for phy/psgmii link mode [ 25.208338] br-lan: port 2(lan2) entered blocking state [ 25.212746] br-lan: port 2(lan2) entered disabled state [ 25.218338] device lan2 entered promiscuous mode [ 25.227104] qca8k-ipq4019 c000000.switch lan3: configuring for phy/psgmii link mode [ 25.230200] br-lan: port 3(lan3) entered blocking state [ 25.235422] br-lan: port 3(lan3) entered disabled state [ 25.241190] device lan3 entered promiscuous mode [ 25.249547] qca8k-ipq4019 c000000.switch lan4: configuring for phy/psgmii link mode [ 25.252893] br-lan: port 4(lan4) entered blocking state [ 25.257938] br-lan: port 4(lan4) entered disabled state [ 25.263805] device lan4 entered promiscuous mode [ 25.277376] qca8k-ipq4019 c000000.switch wan: configuring for phy/psgmii link mode [ 26.014301] ath: EEPROM regdomain: 0x80fa [ 26.014365] ath: EEPROM indicates we should expect a country code [ 26.017323] ath: doing EEPROM country→regdmn map search [ 26.023573] ath: country maps to regdmn code: 0x37 [ 26.028785] ath: Country alpha2 being used: FR [ 26.033462] ath: Regpair used: 0x37 [ 26.037809] ath: regdomain 0x80fa dynamically updated by user [ 26.041283] ath: EEPROM regdomain: 0x80fa [ 26.047092] ath: EEPROM indicates we should expect a country code [ 26.051160] ath: doing EEPROM country→regdmn map search [ 26.057170] ath: country maps to regdmn code: 0x37 [ 26.062624] ath: Country alpha2 being used: FR [ 26.067151] ath: Regpair used: 0x37 [ 26.071637] ath: regdomain 0x80fa dynamically updated by user [ 26.075018] ath: EEPROM regdomain: 0x80fa [ 26.080921] ath: EEPROM indicates we should expect a country code [ 26.084868] ath: doing EEPROM country→regdmn map search [ 26.090995] ath: country maps to regdmn code: 0x37 [ 26.096318] ath: Country alpha2 being used: FR [ 26.100968] ath: Regpair used: 0x37 [ 26.105341] ath: regdomain 0x80fa dynamically updated by user [ 28.503395] br-lan: port 5(phy2-ap0) entered blocking state [ 28.503492] br-lan: port 5(phy2-ap0) entered disabled state [ 28.508244] device phy2-ap0 entered promiscuous mode [ 30.596530] br-lan: port 6(phy1-ap0) entered blocking state [ 30.596625] br-lan: port 6(phy1-ap0) entered disabled state [ 30.601576] device phy1-ap0 entered promiscuous mode [ 30.917313] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready [ 30.917992] br-lan: port 6(phy1-ap0) entered blocking state [ 30.922922] br-lan: port 6(phy1-ap0) entered forwarding state [ 30.929792] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 33.435833] ath10k_pci 0000:01:00.0: Unknown eventid: 36933 [ 33.440886] br-lan: port 7(phy0-ap0) entered blocking state [ 33.440956] br-lan: port 7(phy0-ap0) entered disabled state [ 33.446167] device phy0-ap0 entered promiscuous mode [ 33.757325] IPv6: ADDRCONF(NETDEV_CHANGE): phy2-ap0: link becomes ready [ 33.757681] br-lan: port 5(phy2-ap0) entered blocking state [ 33.762887] br-lan: port 5(phy2-ap0) entered forwarding state


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

  • ...
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: 2024/03/28 11:44
  • by badulesia