Table of Contents

P&W R619AC

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

Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures.

FIXME Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP> that encloses it.

Generic Router

FIXME

Getting started with a new Device Page

  1. This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
  2. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.

Keep the articles modular

  • Please include only model specific information, omit bla,bla and put everything generic into separate articles
  • If you have no time to write certain stuff, link to docs
  • base-system should lead the way, do not explain this again
  • DO NOT provide a complete howto here! Instead groom the general documentation.

Supported Versions

Experimental Versions

None at this time.

Hardware Highlights

Installation

Install OpenWrt (generic explanation)

FIXME Please add the installation procedure here.

Flash Layout

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.

OEM easy installation

FIXME The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

OEM installation using the TFTP method

generic.flashing.tftp

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

Upgrading OpenWrt

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

LuCI Web Upgrade Process

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

Terminal Upgrade Process

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Debricking

generic.debrick

Failsafe mode

failsafe_and_factory_reset

Basic configuration

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

Specific Configuration

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

Network interfaces

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

Switch Ports (for VLANs)

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

Buttons

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 P&W R619AC has the following buttons:

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

Hardware

Info

FIXME

  1. This table is automatically generated, once the correct filters for Brand and Model are set.
  2. If you see “Nothing.” instead of a table, please edit this section and adjust the filters with the proper Brand and Model. Just try, it's easy.
  3. If you still don't see a table here, or a table filled with '¿': Is there already a Techdata page available for P&W R619AC ? If not: Create one.
  4. If you see a table with the desired device data, everything is OK and you can delete this text and the <WRAP> that encloses it.
  5. If it still doesn't work: Don't panic, calm down, take a deep breath and contact a wiki admin (tmomas) for help.

Photos

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Opening the case

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

Serial

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

How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for P&W R619AC @@Version@@
EXAMPLE 115200, 8N1

JTAG

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

Bootloader mods

bootloader

Hardware mods

None so far.

Bootlogs

OEM bootlog

COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE


OpenWrt bootlog

[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.78 (imi415@imi415) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r18078-bdaacdc2fc) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Nov 12 22:11:56 2021 [ 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: P&W R619AC 128M [ 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] On node 0 totalpages: 131072 [ 0.000000] Normal zone: 1152 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 131072 pages, LIFO batch:31 [ 0.000000] percpu: Embedded 15 pages/cpu s30732 r8192 d22516 u61440 [ 0.000000] pcpu-alloc: s30732 r8192 d22516 u61440 alloc=15*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait ubi.mtd=ubi root=/dev/ubiblock0_1 [ 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: 506832K/524288K available (6135K kernel code, 601K rwdata, 1544K rodata, 1024K init, 237K bss, 17456K 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] random: get_random_bytes called from start_kernel+0x360/0x50c with crng_init=0 [ 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.000008] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000027] Switching to timer-based delay loop, resolution 20ns [ 0.000234] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000259] pid_max: default: 32768 minimum: 301 [ 0.000440] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000460] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001473] CPU: Testing write buffer coherency: ok [ 0.001767] qcom_scm: convention: smc legacy [ 0.002495] Setting up static identity map for 0x80300000 - 0x8030003c [ 0.002624] rcu: Hierarchical SRCU implementation. [ 0.002830] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003085] smp: Bringing up secondary CPUs ... [ 0.006112] smp: Brought up 1 node, 4 CPUs [ 0.006138] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.006147] CPU: All CPU(s) started in SVC mode. [ 0.011251] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.011419] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.011445] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.011676] pinctrl core: initialized pinctrl subsystem [ 0.012856] NET: Registered protocol family 16 [ 0.013256] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.014438] thermal_sys: Registered thermal governor 'step_wise' [ 0.014829] cpuidle: using governor ladder [ 0.014884] cpuidle: using governor menu [ 0.042591] cryptd: max_cpu_qlen set to 1000 [ 0.046219] usbcore: registered new interface driver usbfs [ 0.046293] usbcore: registered new interface driver hub [ 0.046356] usbcore: registered new device driver usb [ 0.046419] pps_core: LinuxPPS API ver. 1 registered [ 0.046433] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.046461] PTP clock support registered [ 0.048240] clocksource: Switched to clocksource arch_sys_counter [ 0.049168] NET: Registered protocol family 2 [ 0.049336] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.050221] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.050279] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.050343] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.050434] TCP: Hash tables configured (established 4096 bind 4096) [ 0.050559] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.050602] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.050845] NET: Registered protocol family 1 [ 0.050890] PCI: CLS 0 bytes, default 64 [ 0.053031] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.057676] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.057698] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.188415] qcom-pcie 40000000.pci: host bridge /soc/pci@40000000 ranges: [ 0.188480] qcom-pcie 40000000.pci: IO 0x0040200000..0x00402fffff -> 0x0040200000 [ 0.188516] qcom-pcie 40000000.pci: MEM 0x0040300000..0x0040ffffff -> 0x0040300000 [ 1.369995] qcom-pcie 40000000.pci: Phy link never came up [ 1.371573] qcom-pcie 40000000.pci: cannot initialize host [ 1.371694] qcom-pcie: probe of 40000000.pci failed with error -110 [ 1.373442] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 1.373467] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 1.374964] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 1.375072] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 1.375170] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 1.375262] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 1.375974] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 1.376590] msm_serial 78af000.serial: msm_serial: detected port #0 [ 1.376637] msm_serial 78af000.serial: uartclk = 1843200 [ 1.376696] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 35, base_baud = 115200) is a MSM [ 1.376725] msm_serial: console setup on port #0 [ 1.966508] printk: console [ttyMSM0] enabled [ 1.971728] msm_serial: driver initialized [ 1.980904] loop: module loaded [ 1.982190] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1 [ 1.982863] nand: AMD/Spansion S34ML01G1 [ 1.989508] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.993420] 1 fixed-partitions partitions found on MTD device qcom_nand.0 [ 2.000766] Creating 1 MTD partitions on "qcom_nand.0": [ 2.007603] 0x000000000000-0x000008000000 : "ubi" [ 2.037153] random: fast init done [ 2.213418] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 2.214425] spi-nor spi0.0: w25q128 (16384 Kbytes) [ 2.219653] 8 fixed-partitions partitions found on MTD device spi0.0 [ 2.224139] Creating 8 MTD partitions on "spi0.0": [ 2.230671] 0x000000000000-0x000000040000 : "SBL1" [ 2.235837] 0x000000040000-0x000000060000 : "MIBIB" [ 2.240566] 0x000000060000-0x0000000c0000 : "QSEE" [ 2.245276] 0x0000000c0000-0x0000000d0000 : "CDT" [ 2.250300] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS" [ 2.254931] 0x0000000e0000-0x0000000f0000 : "APPSBLENV" [ 2.260001] 0x0000000f0000-0x000000170000 : "APPSBL" [ 2.265185] 0x000000170000-0x000000180000 : "ART" [ 2.274658] libphy: Fixed MDIO Bus: probed [ 2.275590] libphy: ipq4019_mdio: probed [ 2.310206] ESS reset ok! [ 2.334471] ESS reset ok! [ 2.844223] i2c /dev entries driver [ 2.846102] sdhci: Secure Digital Host Controller Interface driver [ 2.846531] sdhci: Copyright(c) Pierre Ossman [ 2.852851] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.861477] NET: Registered protocol family 10 [ 2.864321] Segment Routing with IPv6 [ 2.867280] NET: Registered protocol family 17 [ 2.871010] 8021q: 802.1Q VLAN Support v1.8 [ 2.875377] Registering SWP/SWPB emulation handler [ 2.888335] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit [ 2.890184] UBI error: cannot open mtd rootfs, error -2 [ 2.895175] ubi0: attaching mtd0 [ 4.664667] ubi0: scanning is finished [ 4.689531] ubi0: attached mtd0 (name "ubi", size 128 MiB) [ 4.689623] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 4.693967] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 4.700964] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 4.707683] ubi0: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0 [ 4.714520] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 4.720769] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1631702774 [ 4.727831] ubi0: available PEBs: 0, total reserved PEBs: 1024, PEBs reserved for bad PEB handling: 20 [ 4.737238] ubi0: background thread "ubi_bgt0d" started, PID 123 [ 4.738737] block ubiblock0_1: created from ubi0:1(rootfs) [ 4.752397] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 4.765149] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 4.767156] Freeing unused kernel memory: 1024K [ 4.799144] Run /sbin/init as init process [ 4.799210] with arguments: [ 4.799229] /sbin/init [ 4.799245] with environment: [ 4.799263] HOME=/ [ 4.799279] TERM=linux [ 6.487996] init: Console is alive [ 6.488416] init: - watchdog - [ 6.945636] random: crng init done [ 9.021195] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 9.149506] genirq: irq_chip msmgpio did not update eff. affinity mask of irq 104 [ 9.152524] dwc3-qcom 8af8800.usb3: IRQ hs_phy_irq not found [ 9.155982] dwc3-qcom 8af8800.usb3: IRQ dp_hs_phy_irq not found [ 9.161743] dwc3-qcom 8af8800.usb3: IRQ dm_hs_phy_irq not found [ 9.167352] dwc3-qcom 8af8800.usb3: IRQ ss_phy_irq not found [ 9.175461] dwc3-qcom 60f8800.usb2: IRQ hs_phy_irq not found [ 9.179212] dwc3-qcom 60f8800.usb2: IRQ dp_hs_phy_irq not found [ 9.184799] dwc3-qcom 60f8800.usb2: IRQ dm_hs_phy_irq not found [ 9.190482] dwc3-qcom 60f8800.usb2: IRQ ss_phy_irq not found [ 9.425797] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 9.425977] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 9.430890] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000000002010010 [ 9.437845] xhci-hcd xhci-hcd.0.auto: irq 105, io mem 0x08a00000 [ 9.448085] hub 1-0:1.0: USB hub found [ 9.453485] hub 1-0:1.0: 1 port detected [ 9.457342] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 9.461100] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 9.466339] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 9.478831] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.481078] hub 2-0:1.0: USB hub found [ 9.488823] hub 2-0:1.0: 1 port detected [ 9.492802] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 9.496385] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 9.501922] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010 [ 9.509316] xhci-hcd xhci-hcd.1.auto: irq 106, io mem 0x06000000 [ 9.519547] hub 3-0:1.0: USB hub found [ 9.524878] hub 3-0:1.0: 1 port detected [ 9.528815] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 9.532487] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 9.537781] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 9.546380] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 9.552540] hub 4-0:1.0: USB hub found [ 9.560290] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 9.566045] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 9.578986] init: - preinit - [ 12.166705] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 16.600920] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 16.601164] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 217 [ 16.686504] UBIFS (ubi0:2): recovery needed [ 16.918762] UBIFS (ubi0:2): recovery completed [ 16.919242] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 16.922220] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 16.930264] UBIFS (ubi0:2): FS size: 118849536 bytes (113 MiB, 936 LEBs), journal size 5967872 bytes (5 MiB, 47 LEBs) [ 16.940074] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB) [ 16.950622] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 0429C703-1EA7-43B2-93BF-5A9E031FF4B1, small LPT model [ 16.963301] mount_root: switching to ubifs overlay [ 16.984460] urandom-seed: Seeding with /etc/urandom.seed [ 17.252998] procd: - early - [ 17.253206] procd: - watchdog - [ 17.879244] procd: - watchdog - [ 17.890277] procd: - ubus - [ 18.026242] procd: - init - [ 18.932521] kmodloader: loading kernel modules from /etc/modules.d/* [ 19.007693] urngd: v1.0.2 started. [ 19.053060] Loading modules backported from Linux version v5.15-rc6-0-g519d81956ee2 [ 19.053107] Backport generated by backports.git v5.15-rc6-1-0-gd44432d6 [ 19.082109] xt_time: kernel timezone is -0000 [ 19.145734] PPP generic driver version 2.4.2 [ 19.148611] NET: Registered protocol family 24 [ 20.492861] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 20.492916] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 20.504822] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,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 6b2b5c5b [ 20.557097] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 d9e8e32a [ 21.844464] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 21.844519] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 21.879685] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 21.880882] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 22.033317] 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 [ 22.193145] ath: EEPROM regdomain sanitized [ 22.193167] ath: EEPROM regdomain: 0x64 [ 22.193173] ath: EEPROM indicates we should expect a direct regpair map [ 22.193186] ath: Country alpha2 being used: 00 [ 22.193193] ath: Regpair used: 0x64 [ 23.887625] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 23.887689] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 23.901189] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,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 6b2b5c5b [ 23.951512] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 d9e8e32a [ 25.240170] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 25.240221] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 25.275932] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 25.276914] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 25.403593] 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 [ 25.554292] ath: EEPROM regdomain sanitized [ 25.554312] ath: EEPROM regdomain: 0x64 [ 25.554318] ath: EEPROM indicates we should expect a direct regpair map [ 25.554334] ath: Country alpha2 being used: 00 [ 25.554339] ath: Regpair used: 0x64 [ 25.562291] kmodloader: done loading kernel modules from /etc/modules.d/* [ 32.397638] br-lan: port 1(eth0) entered blocking state [ 32.397696] br-lan: port 1(eth0) entered disabled state [ 32.402227] device eth0 entered promiscuous mode [ 32.531427] ess_edma c080000.edma eth1: Link is Down [ 33.126927] ath: EEPROM regdomain: 0x809c [ 33.126970] ath: EEPROM indicates we should expect a country code [ 33.130343] ath: doing EEPROM country->regdmn map search [ 33.136026] ath: country maps to regdmn code: 0x52 [ 33.141476] ath: Country alpha2 being used: CN [ 33.146008] ath: Regpair used: 0x52 [ 33.150481] ath: regdomain 0x809c dynamically updated by user [ 33.153844] ath: EEPROM regdomain: 0x809c [ 33.159774] ath: EEPROM indicates we should expect a country code [ 33.163717] ath: doing EEPROM country->regdmn map search [ 33.169838] ath: country maps to regdmn code: 0x52 [ 33.175177] ath: Country alpha2 being used: CN [ 33.179837] ath: Regpair used: 0x52 [ 33.184200] ath: regdomain 0x809c dynamically updated by user [ 33.448341] br-lan: port 1(eth0) entered blocking state [ 33.448391] br-lan: port 1(eth0) entered forwarding state [ 33.453107] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 35.098106] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 35.098157] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 35.133895] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 35.134822] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 35.419484] ath10k_ahb a800000.wifi: rts threshold -1 [ 35.419742] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4 [ 35.432739] br-lan: port 2(wlan1) entered blocking state [ 35.434477] br-lan: port 2(wlan1) entered disabled state [ 35.440657] device wlan1 entered promiscuous mode [ 35.608582] ath10k_ahb a800000.wifi: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000 [ 35.690667] ess_edma c080000.edma eth1: Link is Up - 1Gbps/Full - flow control off [ 35.690756] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 36.255224] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 36.255866] br-lan: port 2(wlan1) entered blocking state [ 36.260854] br-lan: port 2(wlan1) entered forwarding state [ 37.981114] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 37.981178] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 38.015887] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 38.016890] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 38.425648] ath10k_ahb a000000.wifi: rts threshold -1 [ 38.428080] ath10k_ahb a000000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4 [ 38.435599] br-lan-iot: port 1(wlan0) entered blocking state [ 38.440954] br-lan-iot: port 1(wlan0) entered disabled state [ 38.446958] device wlan0 entered promiscuous mode [ 38.769233] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 38.769790] br-lan-iot: port 1(wlan0) entered blocking state [ 38.774728] br-lan-iot: port 1(wlan0) entered forwarding state [ 38.780876] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan-iot: link becomes ready [ 38.884714] br-lan: port 3(wlan0-1) entered blocking state [ 38.884770] br-lan: port 3(wlan0-1) entered disabled state [ 38.889895] device wlan0-1 entered promiscuous mode [ 38.896589] ath10k_ahb a000000.wifi: rts threshold -1 [ 38.901933] br-lan: port 3(wlan0-1) entered blocking state [ 38.904588] br-lan: port 3(wlan0-1) entered forwarding state [ 39.014423] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready [ 39.120203] br-lan-iot: port 2(wlan0-2) entered blocking state [ 39.120296] br-lan-iot: port 2(wlan0-2) entered disabled state [ 39.126483] device wlan0-2 entered promiscuous mode [ 39.132598] ath10k_ahb a000000.wifi: rts threshold -1 [ 39.139262] br-lan-iot: port 2(wlan0-2) entered blocking state [ 39.140797] br-lan-iot: port 2(wlan0-2) entered forwarding state [ 39.248764] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-2: link becomes ready [ 50.205842] ath10k_ahb a000000.wifi: Invalid peer id 1 or peer stats buffer, peer: b34c85ea sta: 00000000 [ 7480.592621] ath10k_ahb a000000.wifi: wmi: fixing invalid VHT TX rate code 0xff


Notes

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

Tags

FIXME Add tags below, then remove this fixme.

How to add tags