Linksys MR6350

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

Linksys MR6350 is a dual band 802.11ac AC1300 gigabit wireless router powered by a Qualcomm quad-core processor.

It has two non-detachable antennas, four 1G LAN ports, one 1G WAN port, and an USB 3.0 interface. The device is equipped with a Bluetooth chip. It is powered by an external 12V, 1.5A power adapter.

Linksys MR6350

Linksys MR6350 is not supported yet but there are ongoing activities to add support for it.

  • In OpenWRT 24.10.4 change log, BDF support has been added for MR6350
    • 20e5a5a qca4019: add Linksys MR6350 BDF
    • openwrt / firmware_qca-wireless: PR #105
  • In GitHub PR# 17977, there are discussions to add support for MR6350

Many contributed as detailed in OpenWRT forum thread:

  • Contributors of note: @rolandomagico, @rwl408, @Shine, @testuser7
  • Additional testing: @denisr24, @shep

Linksys OEM stock firmware can be found at this URL: https://support.linksys.com/kb/article/578-en/

The MR6350 is a dual partition device. Each time you install/upgrade the system (from OEM or OpenWrt), it overwrites the other partition, not the active one. As OpenWRT build is still under heavy development and testing, you may want to keep the OEM firmware in one partition, as a secure fallback.

Installation of 24.10-snapshot and Main snapshot requires a two steps installation. First you'll need to install a custom 23.05 version for changing a boot variable. Then you can install 24.10-snapshot or Main snapshot. Don't try to install or upgrade to 24.10-snapshot or Main snapshot directly, it will soft-brick your device! Procedure is easy and described below.

OEM Web portal firmware flash: Tested with OEM firmware 1.1.3.216612
  1. Download the custom 23.05 version factory.bin image by RolandMagico.
  2. Physically connect to the router via one of the 4 LAN ports
  3. Open a Web browser and access https://192.168.1.1
  4. Login with username&password: admin & admin. Alternatively, you may reset the OEM factory password using the reset code found on the bottom of the router.
  5. Once logined to web portal: select ca at the bottom-right corner of the page. Configuration window should allow direct upload of any firmware files locally.
  6. Browse to the Intermediate factory.bin image downloaded in step 1
  7. Select and force upload.
  8. Reboot into the OpenWRT image

A hint on Linksys firmware. Linksys only displays the link to their latest firmware. If you copy the link and look at their Change Log, you can substitute an older version in the link and download it.

WARNING FOR INSTALLATION

Installation of (patched & self-compiled) 24.10-snapshot or Main snapshot requires two steps.

  1. a previous working Intermediate custom OpenWrt 23.05 created by RolandoMagico to run several commands to change a bootloader variable. This is only needed once in the lifetime of the device.
  2. flashing 24.10-snapshot or snapshot (patched & self-compiled) .

Don't try to flash directly any 24.10-snapshot or Snapshot (patched & self-compiled), it won't work.

Preliminary. Despite its fair amount of flash memory (256MB), the MR6350 has a tiny kernel partition limited to 3MB. This is sufficient to boot Linksys OEM and custom version of OpenWrt 23.05 by RolandoMagico. Meanwhile this is not enough to boot kernels 6.6 or 6.12 (self-compiled 24.10-snapshot or 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, any version of OpenWrt 24.10 (self-compiled version of 24.10-snapshot and snapshot).

First step: install custom 23.05 build to run commands from SSH

You need to have the Intermediate custom 23.05 build already installed. If you haven't installed yet, then install as described previously. Once done, 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 custom 23.05 version just as previously.

Second step: install 24.10-snapshot or snapshot (patched & self-compiled)

If you want to keep OEM GUI, then:

  • Return back to it (luci-app-advanced-reboot or button method) and then flash a 24.10-snapshot (or snapshot) factory image (patched & self-compiled)
  • Alternatively: From custom version of OpenWrt 23.05, flash a self-compiled 24.10-snapshot (or snapshot) sysupgrade image.

In any case, DO NOT keep settings while flashing. The device will use DSA and need to be configured from scratch.

Once in 24.10-snapshot or Snapshot, to get rid of the OEM GUI (if still present), just flash again with the same image you have just used. You will have both partitions running with 24.10-snapshot or Snapshot. You can always reinstall OEM GUI by flashing it from OpenWrt in the same way as any upgrade.

For reference only: Original information for installation of a 5M-size kernel 5.15 based OpenWrt : https://github.com/openwrt/openwrt/pull/11405

generic.flashing.tftp

tftp+serial:

  1. Open the case and connect to serial interface.
  2. Set up a TFTP server on IP 192.168.1.254
  3. Copy openwrt-ipq40xx-generic-linksys_mr6350-initramfs-zImage.itb to TFTP server
  4. Rename file to C0A80101.img
  5. Boot up the device and stop in U-Boot
  6. Run the following U-Boot commands after a link has been established: tftp bootm
  7. initramfs image should be started now. Skip the OEM firmware flash instructions and continue at the “Adjust U-Boot settings....”

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address 192.168.1.254
Bootloader MAC address (special)
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

Recovery (Automatic)

The MR6350 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 partition, 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.

Recovery (TFTP)

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.

Revert back to OEM firmware

Since 22.03.3, OpenWrt is now able to flash directly a Linksys OEM image. Force the flash via sysupgrade as the warning message inform you to do so. You can now easily reverse to Linksys OEM if you need to.

Dual boot settings

Consider the luci-app-advanced-reboot package and use it to reboot/shutdown. Alternatively, append the following commands to /etc/rc.local to reset the bootcount to zero

/rom/sbin/mtd unlock s_env
/rom/sbin/mtd erase s_env

Note that the default /etc/rc.local file is -rw-rw-r-- . chmod 0774 /etc/rc.local to execute on boot. Test with sh /etc/rc.local

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

Brand Linksys
Model MR6350
Version V1
CPU Qualcomm Atheros IPQ4019
CPU Mhz 717
CPU Cores_numcores 4
Flash MB 256 MiB NAND
RAM MB 256 MiB
WLAN Hardware Qualcomm Atheros IPQ4019
WLAN 2.4GHz b/g/n
WLAN 5.0GHz a/n/ac
Ethernet 100M ports -
Ethernet 1Gbit ports 5
Modem -
USB ports 1x 3.0

You can find internal tear-down images from FCCID page and also post #16 of the forum thread.

Insert photo of front of the casing

Insert photo of back of the casing

Insert photo of backside label

Insert photo of PCB

3 LEDs (Red, blue, green) which are routed to one indicator at the top. Front USB3.0 type A x 1. Back 2 buttons (Reset, WPS).

The OEM Device is bluetooth capable. Bluetooth is not currently enabled in OpenWRT.

There are 4 screws at the bottom of the device which must be removed. Front Two: one under each front rubber foot pad. Two are under the labels in the back (corner next to the rear rubber foot pads).

See the Photos section for body case images.

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

Serial interface settings: The serial interface is already populated on the device with a 6-pin header

  • Pin 1 is next to the heatsink
  • Pinout: 1: 3.3V, 2: TX, 3: RX, 4: unknown, 5: GND, 6: GND
  • Settings: 115200, 8N1

See the Photos section for internal tear-down images.

Insert photo of PCB with markings for serial port

Serial connection parameters
for Linksys MR6350
EXAMPLE 115200, 8N1, 3.3V

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

COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE


LOGS PRODUCED FROM A SELF-COMPILED OPENWRT BUILD [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.55 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 14.3.0 r31617-677c5c3b0d) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Tue Oct 28 20:59:46 2025 [ 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 MR6350 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000008fffffff] [ 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-0x000000008fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fffffff] [ 0.000000] OF: reserved mem: 0x87e00000..0x87e7ffff (512 KiB) nomap non-reusable smem@87e00000 [ 0.000000] OF: reserved mem: 0x87e80000..0x87ffffff (1536 KiB) nomap non-reusable tz@87e80000 [ 0.000000] percpu: Embedded 14 pages/cpu s25036 r8192 d24116 u57344 [ 0.000000] pcpu-alloc: s25036 r8192 d24116 u57344 alloc=144096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=alt_rootfs root=mtd:squashfs rootwait rw root=/dev/ubiblock0_0 rootfstype=squashfs ro [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65536 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000002] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000022] Switching to timer-based delay loop, resolution 20ns [ 0.000350] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000371] CPU: Testing write buffer coherency: ok [ 0.000422] pid_max: default: 32768 minimum: 301 [ 0.013054] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.013079] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.018560] qcom_scm: convention: smc legacy [ 0.020537] Setting up static identity map for 0x80300000 - 0x8030003c [ 0.020777] rcu: Hierarchical SRCU implementation. [ 0.020787] rcu: Max phase no-delay instances is 1000. [ 0.021262] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.021888] smp: Bringing up secondary CPUs ... [ 0.026061] smp: Brought up 1 node, 4 CPUs [ 0.026085] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.026097] CPU: All CPU(s) started in SVC mode. [ 0.027188] Memory: 242904K/262144K available (7979K kernel code, 635K rwdata, 2116K rodata, 1024K init, 255K bss, 18080K reserved, 0K cma-reserved, 0K highmem) [ 0.034930] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.035106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.035139] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.041571] pinctrl core: initialized pinctrl subsystem [ 0.045116] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.045570] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.046892] thermal_sys: Registered thermal governor 'step_wise' [ 0.047005] cpuidle: using governor ladder [ 0.047046] cpuidle: using governor menu [ 0.072171] cryptd: max_cpu_qlen set to 1000 [ 0.077265] usbcore: registered new interface driver usbfs [ 0.077334] usbcore: registered new interface driver hub [ 0.077394] usbcore: registered new device driver usb [ 0.077449] pps_core: LinuxPPS API ver. 1 registered [ 0.077459] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.077484] PTP clock support registered [ 0.081236] clocksource: Switched to clocksource arch_sys_counter [ 0.092097] NET: Registered PF_INET protocol family [ 0.092331] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.094101] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.094144] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.094167] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.094210] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.094295] TCP: Hash tables configured (established 2048 bind 2048) [ 0.095303] MPTCP token hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.095688] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.095737] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.096484] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.096542] PCI: CLS 0 bytes, default 64 [ 0.098309] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.100426] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.100442] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.424670] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.431503] qcom-pcie 40000000.pcie: host bridge /soc/pcie@40000000 ranges: [ 0.431577] qcom-pcie 40000000.pcie: IO 0x0040200000..0x00402fffff -> 0x0000000000 [ 0.431614] qcom-pcie 40000000.pcie: MEM 0x0040300000..0x0040ffffff -> 0x0040300000 [ 0.432380] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.432493] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.432627] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.432723] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.433217] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.436978] msm_serial 78af000.serial: msm_serial: detected port #0* [ 0.437136] msm_serial 78af000.serial: uartclk = 1843200 [ 0.437596] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 32, base_baud = 115200) is a MSM [ 0.437651] msm_serial: console setup on port* #0* [ 0.437707] printk: legacy console [ttyMSM0] enabled [ 0.562349] qcom-pcie 40000000.pcie: iATU: unroll F, 32 ob, 8 ib, align 4K, limit 4G [ 0.572439] msm_serial: driver initialized [ 0.579447] qcom-pcie 40000000.pcie: Invalid eDMA IRQs found [ 1.085007] loop: module loaded [ 1.086813] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda [ 1.087068] nand: Macronix MX30LF2G189C [ 1.093742] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.097252] qcom-nandc 79b0000.nand-controller: Opcode not supported: 238 [ 1.104881] Block protection check failed [ 1.111844] 16 fixed-partitions partitions found on MTD device qcom_nand.0 [ 1.115723] Creating 16 MTD partitions on "qcom_nand.0": [ 1.122515] 0x000000000000-0x000000100000 : "sbl1" [ 1.129568] 0x000000100000-0x000000200000 : "mibib" [ 1.134210] 0x000000200000-0x000000300000 : "qsee" [ 1.139013] 0x000000300000-0x000000380000 : "cdt" [ 1.143397] 0x000000380000-0x000000400000 : "appsblenv" [ 1.148018] 0x000000400000-0x000000480000 : "ART" [ 1.153136] 0x000000480000-0x000000680000 : "appsbl" [ 1.159337] 0x000000680000-0x000000700000 : "u_env" [ 1.163011] 0x000000700000-0x000000740000 : "s_env" [ 1.167391] 0x000000740000-0x000000780000 : "devinfo" [ 1.172352] 0x000000780000-0x000005f80000 : "kernel" [ 1.258276] 0x000000c80000-0x000005f80000 : "rootfs" [ 1.335047] mtd: setting mtd11 (rootfs) as root device [ 1.335412] mtdsplit: no squashfs found in "rootfs" [ 1.339119] 0x000005f80000-0x00000b780000 : "alt_kernel" [ 1.425252] 0x000006480000-0x00000b780000 : "alt_rootfs" [ 1.502000] 0x00000b780000-0x00000b880000 : "sysdiag" [ 1.503715] 0x00000b880000-0x00000ff00000 : "syscfg" [ 1.642906] i2c_dev: i2c /dev entries driver [ 1.645078] sdhci: Secure Digital Host Controller Interface driver [ 1.646263] sdhci: Copyright(c) Pierre Ossman [ 1.652315] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.660857] NET: Registered PF_INET6 protocol family [ 1.664799] Segment Routing with IPv6 [ 1.667443] In-situ OAM (IOAM) with IPv6 [ 1.671120] NET: Registered PF_PACKET protocol family [ 1.674966] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.680459] 8021q: 802.1Q VLAN Support v1.8 [ 1.693247] Registering SWP/SWPB emulation handler [ 1.724840] qca8k-ipq4019 c000000.switch: configuring for fixed/internal link mode [ 1.725166] qca8k-ipq4019 c000000.switch: Link is Up - 1Gbps/Full - flow control rx/tx [ 1.913002] qca8k-ipq4019 c000000.switch wan (uninitialized): PHY [90000.mdio-1:00] driver [Qualcomm QCA8075] (irq=POLL) [ 1.981552] qca8k-ipq4019 c000000.switch lan1 (uninitialized): PHY [90000.mdio-1:01] driver [Qualcomm QCA8075] (irq=POLL) [ 2.051559] qca8k-ipq4019 c000000.switch lan2 (uninitialized): PHY [90000.mdio-1:02] driver [Qualcomm QCA8075] (irq=POLL) [ 2.070577] qcom-pcie 40000000.pcie: Phy link never came up [ 2.070841] qcom-pcie 40000000.pcie: PCI host bridge to bus 0000:00 [ 2.074984] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.081325] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 2.086780] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] [ 2.093065] pci 0000:00:00.0: [17cb:1001] type 01 class 0x060400 PCIe Root Port [ 2.093939] qca8k-ipq4019 c000000.switch lan3 (uninitialized): PHY [90000.mdio-1:03] driver [Qualcomm QCA8075] (irq=POLL) [ 2.099901] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x00000fff] [ 2.118256] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 2.123960] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 2.129142] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.135423] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 2.142232] pci 0000:00:00.0: PME# supported from D0 D3hot [ 2.151731] PCI: bus0: Fast back to back transfers disabled [ 2.155454] PCI: bus1: Fast back to back transfers enabled [ 2.160806] pci 0000:00:00.0: BAR 0 [mem 0x40300000-0x40300fff]: assigned [ 2.166301] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 2.173199] pci_bus 0000:00: resource 4 [io 0x0000-0xfffff] [ 2.174193] qca8k-ipq4019 c000000.switch lan4 (uninitialized): PHY [90000.mdio-1:04] driver [Qualcomm QCA8075] (irq=POLL) [ 2.178184] pci_bus 0000:00: resource 5 [mem 0x40300000-0x40ffffff] [ 2.185348] ipqess-edma c080000.ethernet eth0: entered promiscuous mode [ 2.201190] DSA: tree 0 setup [ 2.201497] pcieport 0000:00:00.0: AER: enabled with IRQ 59 [ 2.207995] ubi0: attaching mtd13 [ 2.673455] ubi0: scanning is finished [ 2.741402] ubi0: attached mtd13 (name "alt_rootfs", size 83 MiB) [ 2.741463] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.746504] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.753328] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.760134] ubi0: good PEBs: 664, bad PEBs: 0, corrupted PEBs: 0 [ 2.766925] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 2.773187] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1665787481 [ 2.780190] ubi0: available PEBs: 0, total reserved PEBs: 664, PEBs reserved for bad PEB handling: 40 [ 2.789523] ubi0: background thread "ubi_bgt0d" started, PID 95 [ 2.790802] block ubiblock0_0: created from ubi0:0(rootfs) [ 2.804737] clk: Disabling unused clocks [ 2.814905] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.816962] Freeing unused kernel image (initmem) memory: 1024K [ 2.821400] Run /sbin/init as init process [ 2.826778] with arguments: [ 2.826787] /sbin/init [ 2.826795] with environment: [ 2.826803] HOME=/ [ 2.826811] TERM=linux [ 3.244299] init: Console is alive [ 3.244655] init: - watchdog - [ 3.390612] random: crng init done [ 3.986568] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.029524] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 4.191577] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.191668] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 4.196226] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000808002000010 [ 4.203664] xhci-hcd xhci-hcd.0.auto: irq 62, io mem 0x08a00000 [ 4.213200] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.218841] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 4.224415] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 4.232775] hub 1-0:1.0: USB hub found [ 4.238583] hub 1-0:1.0: 1 port detected [ 4.242883] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.246999] hub 2-0:1.0: USB hub found [ 4.257164] hub 2-0:1.0: 1 port detected [ 4.258620] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.262120] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 4.267612] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports [ 4.274919] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000808002000010 [ 4.281221] xhci-hcd xhci-hcd.1.auto: irq 63, io mem 0x06000000 [ 4.291292] hub 3-0:1.0: USB hub found [ 4.296221] hub 3-0:1.0: 1 port detected [ 4.303737] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.315178] init: - preinit - [ 5.008815] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead. [ 5.461661] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead. [ 6.060889] ipqess-edma c080000.ethernet eth0: configuring for fixed/internal link mode [ 6.061659] qca8k-ipq4019 c000000.switch lan1: configuring for phy/psgmii link mode [ 6.067742] qca8k-ipq4019 c000000.switch: PSGMII calibration! [ 6.075530] ipqess-edma c080000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 9.271477] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [ 11.578064] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 11.578384] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 266 [ 11.614893] UBIFS (ubi0:1): recovery needed [ 11.697915] UBIFS (ubi0:1): recovery completed [ 11.698144] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 11.701365] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 11.709224] UBIFS (ubi0:1): FS size: 73011200 bytes (69 MiB, 575 LEBs), max 585 LEBs, journal size 3682304 bytes (3 MiB, 29 LEBs) [ 11.719143] UBIFS (ubi0:1): reserved for root: 3448499 bytes (3367 KiB) [ 11.730773] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID F1DED905-028A-4A0C-8ED9-9655CD9F12B1, small LPT model [ 11.742419] mount_root: switching to ubifs overlay [ 11.761599] urandom-seed: Seeding with /etc/urandom.seed [ 11.846482] qca8k-ipq4019 c000000.switch lan1: Link is Down [ 11.857498] procd: - early - [ 11.857740] procd: - watchdog - [ 12.456251] procd: - watchdog - [ 12.458219] procd: - ubus - [ 12.557879] procd: - init - [ 13.152205] kmodloader: loading kernel modules from /etc/modules.d/* [ 13.178580] Loading modules backported from Linux version v6.16-0-g038d61fd6422 [ 13.178642] Backport generated by backports.git v6.1.145-1-47-g6194bf852a3e [ 13.359059] PPP generic driver version 2.4.2 [ 13.360472] NET: Registered PF_PPPOX protocol family [ 13.969848] urngd: v1.0.2 started. [ 14.316241] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 14.316321] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 14.328156] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-14-fcb240f0 api 5 features mfp,peer-flow-ctrl,peer-fixed-rate,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 0cc1593e [ 14.372879] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:20 crc32 8ed3dd9f [ 15.630877] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 15.630953] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 15.679574] ath10k_ahb a000000.wifi: wmi print 'ChipType 1100 ChipTypeID 30 BoardID 14 P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 15.680533] ath10k_ahb a000000.wifi: wmi print 'free: 53428 iram: 20552 sram: 37256' [ 15.832771] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 15.961445] ath: EEPROM regdomain: 0x8348 [ 15.961481] ath: EEPROM indicates we should expect a country code [ 15.961496] ath: doing EEPROM country->regdmn map search [ 15.961507] ath: country maps to regdmn code: 0x3a [ 15.961517] ath: Country alpha2 being used: US [ 15.961528] ath: Regpair used: 0x3a [ 16.588103] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 16.588240] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 16.600112] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-14-fcb240f0 api 5 features mfp,peer-flow-ctrl,peer-fixed-rate,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 0cc1593e [ 16.644215] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:21 crc32 8ed3dd9f [ 17.901147] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 17.901227] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 17.950191] ath10k_ahb a800000.wifi: wmi print 'ChipType 1100 ChipTypeID 30 BoardID 15 P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 17.951158] ath10k_ahb a800000.wifi: wmi print 'free: 53428 iram: 20552 sram: 37256' [ 18.093363] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 18.207210] ath: EEPROM regdomain: 0x8348 [ 18.207246] ath: EEPROM indicates we should expect a country code [ 18.207260] ath: doing EEPROM country->regdmn map search [ 18.207272] ath: country maps to regdmn code: 0x3a [ 18.207282] ath: Country alpha2 being used: US [ 18.207293] ath: Regpair used: 0x3a [ 18.216221] kmodloader: done loading kernel modules from /etc/modules.d/* [ 24.797574] ipqess-edma c080000.ethernet eth0: Link is Down [ 24.804589] ipqess-edma c080000.ethernet eth0: configuring for fixed/internal link mode [ 24.805001] ipqess-edma c080000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 24.811582] qca8k-ipq4019 c000000.switch lan1: configuring for phy/psgmii link mode [ 24.821520] br-lan: port 1(lan1) entered blocking state [ 24.827446] br-lan: port 1(lan1) entered disabled state [ 24.832790] qca8k-ipq4019 c000000.switch lan1: entered allmulticast mode [ 24.837872] ipqess-edma c080000.ethernet eth0: entered allmulticast mode [ 24.845361] qca8k-ipq4019 c000000.switch lan1: entered promiscuous mode [ 24.856652] qca8k-ipq4019 c000000.switch lan2: configuring for phy/psgmii link mode [ 24.859559] br-lan: port 2(lan2) entered blocking state [ 24.865600] br-lan: port 2(lan2) entered disabled state [ 24.870869] qca8k-ipq4019 c000000.switch lan2: entered allmulticast mode [ 24.876515] qca8k-ipq4019 c000000.switch lan2: entered promiscuous mode [ 24.889303] qca8k-ipq4019 c000000.switch lan3: configuring for phy/psgmii link mode [ 24.891428] br-lan: port 3(lan3) entered blocking state [ 24.896821] br-lan: port 3(lan3) entered disabled state [ 24.902181] qca8k-ipq4019 c000000.switch lan3: entered allmulticast mode [ 24.907698] qca8k-ipq4019 c000000.switch lan3: entered promiscuous mode [ 24.919399] qca8k-ipq4019 c000000.switch lan4: configuring for phy/psgmii link mode [ 24.922185] br-lan: port 4(lan4) entered blocking state [ 24.928138] br-lan: port 4(lan4) entered disabled state [ 24.933516] qca8k-ipq4019 c000000.switch lan4: entered allmulticast mode [ 24.939167] qca8k-ipq4019 c000000.switch lan4: entered promiscuous mode [ 24.972319] qca8k-ipq4019 c000000.switch wan: configuring for phy/psgmii link mode [ 26.871579] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [ 27.104210] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 27.104293] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 27.153508] ath10k_ahb a000000.wifi: wmi print 'ChipType 1100 ChipTypeID 30 BoardID 14 P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 27.154447] ath10k_ahb a000000.wifi: wmi print 'free: 53428 iram: 20552 sram: 37256' [ 27.496349] ath10k_ahb a000000.wifi: rts threshold -1 [ 27.496784] ath10k_ahb a000000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4 [ 27.503556] br-lan: port 1(lan1) entered blocking state [ 27.511416] br-lan: port 1(lan1) entered forwarding state [ 27.518997] br-lan: port 5(phy0-ap0) entered blocking state [ 27.522136] br-lan: port 5(phy0-ap0) entered disabled state [ 27.527518] ath10k_ahb a000000.wifi phy0-ap0: entered allmulticast mode [ 27.533411] ath10k_ahb a000000.wifi phy0-ap0: entered promiscuous mode [ 27.625086] ath10k_ahb a000000.wifi: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000 [ 27.842927] br-lan: port 5(phy0-ap0) entered blocking state [ 27.843022] br-lan: port 5(phy0-ap0) entered forwarding state [ 28.081876] qca8k-ipq4019 c000000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx [ 30.149198] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 30.149282] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 30.198344] ath10k_ahb a800000.wifi: wmi print 'ChipType 1100 ChipTypeID 30 BoardID 15 P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 30.199313] ath10k_ahb a800000.wifi: wmi print 'free: 53428 iram: 20552 sram: 37256' [ 30.522684] ath10k_ahb a800000.wifi: rts threshold -1 [ 30.522996] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4 [ 30.529283] br-lan: port 6(phy1-ap0) entered blocking state [ 30.537787] br-lan: port 6(phy1-ap0) entered disabled state [ 30.543282] ath10k_ahb a800000.wifi phy1-ap0: entered allmulticast mode [ 30.549187] ath10k_ahb a800000.wifi phy1-ap0: entered promiscuous mode [ 30.555775] br-lan: port 6(phy1-ap0) entered blocking state [ 30.561971] br-lan: port 6(phy1-ap0) entered forwarding state [ 30.568385] br-lan: port 6(phy1-ap0) entered disabled state [ 31.246688] br-lan: port 6(phy1-ap0) entered blocking state [ 31.246764] br-lan: port 6(phy1-ap0) entered forwarding state [ 62.230783] qca8k-ipq4019 c000000.switch lan1: Link is Down [ 62.230980] br-lan: port 1(lan1) entered disabled state [ 64.311467] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [ 64.311598] br-lan: port 1(lan1) entered blocking state [ 64.318666] br-lan: port 1(lan1) entered forwarding state [ 3461.982231] qca8k-ipq4019 c000000.switch lan1: Link is Down [ 3461.982424] br-lan: port 1(lan1) entered disabled state [27023.267109] qca8k-ipq4019 c000000.switch wan: Link is Down [27032.627821] qca8k-ipq4019 c000000.switch wan: Link is Up - 1Gbps/Full - flow control off [27044.067000] qca8k-ipq4019 c000000.switch wan: Link is Down [27066.947687] qca8k-ipq4019 c000000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx [41774.418213] qca8k-ipq4019 c000000.switch lan1: Link is Up - 100Mbps/Full - flow control off [41774.418339] br-lan: port 1(lan1) entered blocking state [41774.425409] br-lan: port 1(lan1) entered forwarding state [41817.057347] qca8k-ipq4019 c000000.switch lan1: Link is Down [41817.057562] br-lan: port 1(lan1) entered disabled state [41819.138037] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [41819.138169] br-lan: port 1(lan1) entered blocking state [41819.145236] br-lan: port 1(lan1) entered forwarding state [59673.029834] ath10k_ahb a800000.wifi: Invalid VHT mcs 15 peer stats [87462.473081] qca8k-ipq4019 c000000.switch lan1: Link is Down [87462.473334] br-lan: port 1(lan1) entered disabled state [126573.621206] qca8k-ipq4019 c000000.switch lan1: Link is Up - 100Mbps/Full - flow control off [126573.621338] br-lan: port 1(lan1) entered blocking state [126573.628751] br-lan: port 1(lan1) entered forwarding state [126616.260374] qca8k-ipq4019 c000000.switch lan1: Link is Down [126616.260664] br-lan: port 1(lan1) entered disabled state [126618.341016] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [126618.341152] br-lan: port 1(lan1) entered blocking state [126618.348564] br-lan: port 1(lan1) entered forwarding state [153783.031356] qca8k-ipq4019 c000000.switch lan1: Link is Down [153783.031569] br-lan: port 1(lan1) entered disabled state [153785.111999] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [153785.112133] br-lan: port 1(lan1) entered blocking state [153785.119545] br-lan: port 1(lan1) entered forwarding state [154174.069170] qca8k-ipq4019 c000000.switch lan1: Link is Down [154174.069381] br-lan: port 1(lan1) entered disabled state [154176.149838] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [154176.149967] br-lan: port 1(lan1) entered blocking state [154176.157383] br-lan: port 1(lan1) entered forwarding state [174398.862096] qca8k-ipq4019 c000000.switch lan1: Link is Down [174398.862287] br-lan: port 1(lan1) entered disabled state [214175.616507] qca8k-ipq4019 c000000.switch lan1: Link is Up - 100Mbps/Full - flow control off [214175.616628] br-lan: port 1(lan1) entered blocking state [214175.624053] br-lan: port 1(lan1) entered forwarding state [214219.295869] qca8k-ipq4019 c000000.switch lan1: Link is Down [214219.296077] br-lan: port 1(lan1) entered disabled state [214221.376452] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [214221.376584] br-lan: port 1(lan1) entered blocking state [214221.383998] br-lan: port 1(lan1) entered forwarding state [214797.534858] qca8k-ipq4019 c000000.switch lan1: Link is Down [214797.535078] br-lan: port 1(lan1) entered disabled state [214798.575517] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [214798.575648] br-lan: port 1(lan1) entered blocking state [214798.583074] br-lan: port 1(lan1) entered forwarding state [241672.055523] qca8k-ipq4019 c000000.switch lan1: Link is Down [241672.055734] br-lan: port 1(lan1) entered disabled state [241674.136214] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [241674.136344] br-lan: port 1(lan1) entered blocking state [241674.143761] br-lan: port 1(lan1) entered forwarding state [243698.078519] ath10k_ahb a000000.wifi: Invalid peer id 0 or peer stats buffer, peer: ce3fbbfc sta: 00000000 [265870.677392] qca8k-ipq4019 c000000.switch lan1: Link is Down [265870.677590] br-lan: port 1(lan1) entered disabled state [296853.373217] qca8k-ipq4019 c000000.switch wan: Link is Down [296864.813733] qca8k-ipq4019 c000000.switch wan: Link is Up - 1Gbps/Full - flow control off [296877.293084] qca8k-ipq4019 c000000.switch wan: Link is Down [296900.173691] qca8k-ipq4019 c000000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx [297350.332041] qca8k-ipq4019 c000000.switch lan1: Link is Up - 100Mbps/Full - flow control off [297350.332173] br-lan: port 1(lan1) entered blocking state [297350.339600] br-lan: port 1(lan1) entered forwarding state [297392.971284] qca8k-ipq4019 c000000.switch lan1: Link is Down [297392.971494] br-lan: port 1(lan1) entered disabled state [297395.051949] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [297395.052083] br-lan: port 1(lan1) entered blocking state [297395.059494] br-lan: port 1(lan1) entered forwarding state [307941.648964] qca8k-ipq4019 c000000.switch lan1: Link is Down [307941.649174] br-lan: port 1(lan1) entered disabled state [307943.729583] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [307943.729718] br-lan: port 1(lan1) entered blocking state [307943.737131] br-lan: port 1(lan1) entered forwarding state [350420.263434] qca8k-ipq4019 c000000.switch lan1: Link is Down [350420.263692] br-lan: port 1(lan1) entered disabled state [388983.358249] qca8k-ipq4019 c000000.switch lan1: Link is Up - 100Mbps/Full - flow control off [388983.358383] br-lan: port 1(lan1) entered blocking state [388983.365793] br-lan: port 1(lan1) entered forwarding state [389032.227473] qca8k-ipq4019 c000000.switch lan1: Link is Down [389032.227685] br-lan: port 1(lan1) entered disabled state [389034.308167] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [389034.308302] br-lan: port 1(lan1) entered blocking state [389034.315714] br-lan: port 1(lan1) entered forwarding state [437822.576843] qca8k-ipq4019 c000000.switch lan1: Link is Down [437822.577060] br-lan: port 1(lan1) entered disabled state [473893.820931] qca8k-ipq4019 c000000.switch lan1: Link is Up - 100Mbps/Full - flow control off [473893.830301] br-lan: port 1(lan1) entered blocking state [473893.830365] br-lan: port 1(lan1) entered forwarding state [473936.460309] qca8k-ipq4019 c000000.switch lan1: Link is Down [473936.460527] br-lan: port 1(lan1) entered disabled state [473938.540996] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [473938.541129] br-lan: port 1(lan1) entered blocking state [473938.548545] br-lan: port 1(lan1) entered forwarding state [491089.113568] qca8k-ipq4019 c000000.switch lan1: Link is Down [491089.113768] br-lan: port 1(lan1) entered disabled state [491091.194287] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [491091.194419] br-lan: port 1(lan1) entered blocking state [491091.201835] br-lan: port 1(lan1) entered forwarding state [491665.432443] qca8k-ipq4019 c000000.switch lan3: Link is Up - 1Gbps/Full - flow control off [491665.432574] br-lan: port 3(lan3) entered blocking state [491665.439640] br-lan: port 3(lan3) entered forwarding state [491710.151618] qca8k-ipq4019 c000000.switch lan3: Link is Down [491710.151833] br-lan: port 3(lan3) entered disabled state [491726.792273] qca8k-ipq4019 c000000.switch lan3: Link is Up - 1Gbps/Full - flow control rx/tx [491726.792406] br-lan: port 3(lan3) entered blocking state [491726.799816] br-lan: port 3(lan3) entered forwarding state [492152.150114] qca8k-ipq4019 c000000.switch lan3: Link is Down [492152.150323] br-lan: port 3(lan3) entered disabled state [492183.350680] qca8k-ipq4019 c000000.switch lan3: Link is Up - 1Gbps/Full - flow control rx/tx [492183.350811] br-lan: port 3(lan3) entered blocking state [492183.358224] br-lan: port 3(lan3) entered forwarding state [492193.749965] qca8k-ipq4019 c000000.switch lan3: Link is Down [492193.750222] br-lan: port 3(lan3) entered disabled state [492195.830667] qca8k-ipq4019 c000000.switch lan3: Link is Up - 1Gbps/Full - flow control rx/tx [492195.830798] br-lan: port 3(lan3) entered blocking state [492195.838211] br-lan: port 3(lan3) entered forwarding state [492832.307467] qca8k-ipq4019 c000000.switch lan3: Link is Down [492832.307667] br-lan: port 3(lan3) entered disabled state [493330.464950] qca8k-ipq4019 c000000.switch lan3: Link is Up - 1Gbps/Full - flow control off [493330.465081] br-lan: port 3(lan3) entered blocking state [493330.472150] br-lan: port 3(lan3) entered forwarding state [493363.744193] qca8k-ipq4019 c000000.switch lan3: Link is Down [493363.744405] br-lan: port 3(lan3) entered disabled state [493367.904813] qca8k-ipq4019 c000000.switch lan3: Link is Up - 1Gbps/Full - flow control off [493367.904942] br-lan: port 3(lan3) entered blocking state [493367.912008] br-lan: port 3(lan3) entered forwarding state [493376.224063] qca8k-ipq4019 c000000.switch lan3: Link is Down [493376.224318] br-lan: port 3(lan3) entered disabled state [493379.344728] qca8k-ipq4019 c000000.switch lan3: Link is Up - 1Gbps/Full - flow control rx/tx [493379.344861] br-lan: port 3(lan3) entered blocking state [493379.352274] br-lan: port 3(lan3) entered forwarding state [494703.257893] qca8k-ipq4019 c000000.switch lan3: Link is Down [494703.258107] br-lan: port 3(lan3) entered disabled state [495378.056024] qca8k-ipq4019 c000000.switch lan1: Link is Down [495378.056220] br-lan: port 1(lan1) entered disabled state [495380.136759] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [495380.136894] br-lan: port 1(lan1) entered blocking state [495380.144307] br-lan: port 1(lan1) entered forwarding state [495586.055374] qca8k-ipq4019 c000000.switch lan1: Link is Down [495586.055636] br-lan: port 1(lan1) entered disabled state [495588.136098] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [495588.136232] br-lan: port 1(lan1) entered blocking state [495588.143656] br-lan: port 1(lan1) entered forwarding state [516781.173637] qca8k-ipq4019 c000000.switch lan1: Link is Down [516781.173885] br-lan: port 1(lan1) entered disabled state [516783.244223] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [516783.244357] br-lan: port 1(lan1) entered blocking state [516783.251766] br-lan: port 1(lan1) entered forwarding state [523695.049473] qca8k-ipq4019 c000000.switch lan1: Link is Down [523695.049688] br-lan: port 1(lan1) entered disabled state [546924.650876] qca8k-ipq4019 c000000.switch wan: Link is Down [546936.091481] qca8k-ipq4019 c000000.switch wan: Link is Up - 1Gbps/Full - flow control off [546948.570661] qca8k-ipq4019 c000000.switch wan: Link is Down [546971.451279] qca8k-ipq4019 c000000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx [555801.831491] qca8k-ipq4019 c000000.switch lan1: Link is Up - 100Mbps/Full - flow control off [555801.831619] br-lan: port 1(lan1) entered blocking state [555801.839033] br-lan: port 1(lan1) entered forwarding state [555844.470793] qca8k-ipq4019 c000000.switch lan1: Link is Down [555844.470985] br-lan: port 1(lan1) entered disabled state [555846.551401] qca8k-ipq4019 c000000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx [555846.551537] br-lan: port 1(lan1) entered blocking state [555846.558948] br-lan: port 1(lan1) entered forwarding state


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/11/06 00:13
  • by wfgriffin88