Hello guys
I successfully installed OpenWRT on my AX3600! I'm connected via SSH:
C:\Users\admin>ssh root@192.168.1.1
BusyBox v1.36.1 (2023-09-09 06:42:50 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r23900-7f54d9ba1a
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
Now I want to install LuCI but I don't have network on the router, so I would like to "upload" the necessary things via SCP / SFTP. Therefore I think I need to go to the firmware selector, as mentioned here:
https://firmware-selector.openwrt.org provides two different builds for the AX3600. One is for the platform
qualcommax/ipq807x and the other one for ipq807x/generic.
I would like to know what platform I have but when I type all the commands from the OpenWrt System Information in the terminal, I never get information about if it is Qualcomm or not.
root@OpenWrt:~# cat /proc/cpuinfo
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 38.40
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
root@OpenWrt:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.52 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23900-7f54d9ba1a) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Sat Sep 9 06:42:50 2023
[ 0.000000] Machine model: Xiaomi AX3600
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000040ffffff]
[ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a3fffff]
[ 0.000000] node 0: [mem 0x000000004a400000-0x000000004a4fffff]
[ 0.000000] node 0: [mem 0x000000004a500000-0x000000004a5fffff]
[ 0.000000] node 0: [mem 0x000000004a600000-0x000000004e8fffff]
[ 0.000000] node 0: [mem 0x000000004e900000-0x000000005fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] psci: OSI mode supported.
[ 0.000000] psci: failed to set PC mode: -1
[ 0.000000] percpu: Embedded 17 pages/cpu s31592 r8192 d29848 u69632
[ 0.000000] pcpu-alloc: s31592 r8192 d29848 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
[ 0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait uart_en=1 root=/dev/ubiblock0_0
[ 0.000000] Unknown kernel command line parameters "uart_en=1", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 414700K/524288K available (8128K kernel code, 872K rwdata, 2400K rodata, 1344K init, 291K bss, 109588K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000108] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000122] pid_max: default: 32768 minimum: 301
[ 0.000586] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.000600] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.002477] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.002486] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.002684] rcu: Hierarchical SRCU implementation.
[ 0.002688] rcu: Max phase no-delay instances is 1000.
[ 0.003478] smp: Bringing up secondary CPUs ...
[ 0.004138] Detected VIPT I-cache on CPU1
[ 0.004271] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.004938] Detected VIPT I-cache on CPU2
[ 0.005036] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.005652] Detected VIPT I-cache on CPU3
[ 0.005743] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.005808] smp: Brought up 1 node, 4 CPUs
[ 0.005816] SMP: Total of 4 processors activated.
[ 0.005821] CPU features: detected: 32-bit EL0 Support
[ 0.005825] CPU features: detected: CRC32 instructions
[ 0.005889] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.005895] CPU: All CPU(s) started at EL1
[ 0.005898] alternatives: applying system-wide alternatives
[ 0.016548] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.016577] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.016804] pinctrl core: initialized pinctrl subsystem
[ 0.018292] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.018867] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.018910] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.018945] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.019341] thermal_sys: Registered thermal governor 'step_wise'
[ 0.019545] cpuidle: using governor menu
[ 0.019832] ASID allocator initialised with 65536 entries
[ 0.072808] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 0.081580] SCSI subsystem initialized
[ 0.081771] usbcore: registered new interface driver usbfs
[ 0.081835] usbcore: registered new interface driver hub
[ 0.081882] usbcore: registered new device driver usb
[ 0.082294] qcom_scm: convention: smc arm 64
[ 0.083773] clocksource: Switched to clocksource arch_sys_counter
[ 0.085057] NET: Registered PF_INET protocol family
[ 0.085203] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.086207] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.086227] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.086241] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.086291] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.086437] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.086532] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.086569] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.086771] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.086808] PCI: CLS 0 bytes, default 64
[ 0.088310] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.093571] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.093584] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.094650] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.099667] qcom-pcie 20000000.pci: host bridge /soc/pci@20000000 ranges:
[ 0.099724] qcom-pcie 20000000.pci: IO 0x0020200000..0x002020ffff -> 0x0000000000
[ 0.099749] qcom-pcie 20000000.pci: MEM 0x0020220000..0x002fffffff -> 0x0020220000
[ 0.215345] qcom-pcie 20000000.pci: iATU unroll: enabled
[ 0.215358] qcom-pcie 20000000.pci: iATU regions: 8 ob, 8 ib, align 4K, limit 1024G
[ 0.315424] qcom-pcie 20000000.pci: PCIe Gen.1 x1 link up
[ 0.315586] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00
[ 0.315597] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.315607] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.315617] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
[ 0.315657] pci 0000:00:00.0: [17cb:1002] type 01 class 0x060400
[ 0.315681] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[ 0.315763] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.319090] pci 0000:01:00.0: [168c:0050] type 00 class 0x028000
[ 0.319233] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.319449] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.319911] pci 0000:01:00.0: supports D1
[ 0.319918] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[ 0.320580] pci 0000:00:00.0: BAR 8: assigned [mem 0x20300000-0x205fffff]
[ 0.320596] pci 0000:00:00.0: BAR 9: assigned [mem 0x20600000-0x207fffff 64bit pref]
[ 0.320608] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff]
[ 0.320620] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 0.320634] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
[ 0.320704] pci 0000:01:00.0: BAR 6: assigned [mem 0x20300000-0x2030ffff pref]
[ 0.320716] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 0.320725] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 0.320735] pci 0000:00:00.0: bridge window [mem 0x20300000-0x205fffff]
[ 0.320745] pci 0000:00:00.0: bridge window [mem 0x20600000-0x207fffff 64bit pref]
[ 0.322976] pcieport 0000:00:00.0: PME: Signaling with IRQ 16
[ 0.323263] pcieport 0000:00:00.0: AER: enabled with IRQ 16
[ 0.326832] bam-dma-engine 704000.dma-controller: num-channels unspecified in dt
[ 0.326849] bam-dma-engine 704000.dma-controller: num-ees unspecified in dt
[ 0.331451] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.333661] msm_serial 78b3000.serial: msm_serial: detected port #0
[ 0.333701] msm_serial 78b3000.serial: uartclk = 3686400
[ 0.333841] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 21, base_baud = 230400) is a MSM
[ 0.333871] msm_serial: console setup on port #0
[ 1.171628] printk: console [ttyMSM0] enabled
[ 1.176808] msm_serial: driver initialized
[ 1.185926] loop: module loaded
[ 1.186011] Loading iSCSI transport class v2.0-870.
[ 1.189823] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xaa
[ 1.192748] nand: ESMT GD9FS2G8F2A
[ 1.199356] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[ 1.202856] 13 fixed-partitions partitions found on MTD device qcom_nand.0
[ 1.210133] Creating 13 MTD partitions on "qcom_nand.0":
[ 1.217100] 0x000000000000-0x000000100000 : "0:sbl1"
[ 1.223952] 0x000000100000-0x000000200000 : "0:mibib"
[ 1.228781] 0x000000200000-0x000000500000 : "0:qsee"
[ 1.235194] 0x000000500000-0x000000580000 : "0:devcfg"
[ 1.238351] 0x000000580000-0x000000600000 : "0:rpm"
[ 1.243244] 0x000000600000-0x000000680000 : "0:cdt"
[ 1.248170] 0x000000680000-0x000000700000 : "0:appsblenv"
[ 1.252891] 0x000000700000-0x000000800000 : "0:appsbl"
[ 1.258887] 0x000000800000-0x000000880000 : "0:art"
[ 1.263578] 0x000000880000-0x000000900000 : "bdata"
[ 1.268349] 0x000000900000-0x000000a00000 : "pstore"
[ 1.273495] 0x000000a00000-0x000002dc0000 : "ubi_kernel"
[ 1.305377] 0x000002dc0000-0x000010000000 : "rootfs"
[ 1.468965] mtd: setting mtd12 (rootfs) as root device
[ 1.469269] mtdsplit: no squashfs found in "rootfs"
[ 1.478766] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[ 1.499317] i2c_dev: i2c /dev entries driver
[ 1.505641] sdhci: Secure Digital Host Controller Interface driver
[ 1.505692] sdhci: Copyright(c) Pierre Ossman
[ 1.510727] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.516967] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[ 1.523564] NET: Registered PF_INET6 protocol family
[ 1.527687] Segment Routing with IPv6
[ 1.531770] In-situ OAM (IOAM) with IPv6
[ 1.535388] NET: Registered PF_PACKET protocol family
[ 1.539319] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.544442] 8021q: 802.1Q VLAN Support v1.8
[ 1.580077] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 1.580393] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[ 1.586288] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[ 1.592802] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[ 1.600476] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[ 1.607983] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[ 1.617115] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 704000 uV
[ 1.624064] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 816000 uV
[ 1.634053] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 888000 uV
[ 1.643855] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop= 960000 uV
[ 1.653711] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 730, quot_offset[ 7]= 0
[ 1.663476] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 941, quot_offset[ 7]= 210
[ 1.674325] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1064, quot_offset[ 7]= 120
[ 1.685262] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1195, quot_offset[ 7]= 130
[ 1.696389] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[ 1.698757] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 19200 KHz, changing to: 1017600 KHz
[ 1.715791] remoteproc remoteproc0: cd00000.q6v5_wcss is available
[ 1.725120] ubi0: attaching mtd12
[ 2.353770] random: crng init done
[ 2.667752] ubi0: scanning is finished
[ 2.674911] ubi0: attached mtd12 (name "rootfs", size 210 MiB)
[ 2.674951] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 2.679645] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 2.686530] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 2.693359] ubi0: good PEBs: 1682, bad PEBs: 0, corrupted PEBs: 0
[ 2.700136] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 2.706388] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 2053064856
[ 2.713503] ubi0: available PEBs: 0, total reserved PEBs: 1682, PEBs reserved for bad PEB handling: 40
[ 2.722807] ubi0: background thread "ubi_bgt0d" started, PID 473
[ 2.723589] block ubiblock0_0: created from ubi0:0(rootfs)
[ 2.741614] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 2.742278] Freeing unused kernel memory: 1344K
[ 2.793840] Run /sbin/init as init process
[ 2.793865] with arguments:
[ 2.793868] /sbin/init
[ 2.793872] with environment:
[ 2.793875] HOME=/
[ 2.793878] TERM=linux
[ 2.793881] uart_en=1
[ 2.976881] init: Console is alive
[ 2.977062] init: - watchdog -
[ 3.584080] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.747085] malibu_phy_api_ops_init[2854]:INFO:qca probe malibu phy driver succeeded!
[ 3.747287] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[ 3.997441] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[ 3.997607] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[ 4.229991] regi_init[3989]:INFO:Initializing HPPE Done!!
[ 4.230116] regi_init[4049]:INFO:qca-ssdk module init succeeded!
[ 4.236701] EDMA ver 1 hw init
[ 4.240654] EDMA HW Reset completed succesfully
[ 4.243328] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[ 4.247744] RxDesc:1 (15-15) RxFill:1 (7-7)
[ 4.257764] **********************************************************
[ 4.257809] * NSS Data Plane driver
[ 4.263693] **********************************************************
[ 4.275897] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 4.278828] init: - preinit -
[ 6.793987] nss-dp 3a001400.dp3 lan1: PHY Link up speed: 1000
[ 6.794072] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
[ 6.815996] UBIFS (ubi0:1): default file-system created
[ 6.816499] UBIFS (ubi0:1): Mounting in unauthenticated mode
[ 6.820134] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 671
[ 6.874112] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 6.874153] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 6.880932] UBIFS (ubi0:1): FS size: 199098368 bytes (189 MiB, 1568 LEBs), max 1580 LEBs, journal size 10031104 bytes (9 MiB, 79 LEBs)
[ 6.890843] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB)
[ 6.902807] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 3AAE8A45-4FBD-4841-9274-ADD734417D06, small LPT model
[ 6.910934] mount_root: overlay filesystem has not been fully initialized yet
[ 6.921095] mount_root: switching to ubifs overlay
[ 6.930452] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[ 6.934147] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 6.989299] nss-dp 3a001400.dp3 lan1: PHY Link is down
[ 6.993643] procd: - early -
[ 6.993812] procd: - watchdog -
[ 7.542310] procd: - watchdog -
[ 7.542940] procd: - ubus -
[ 7.697069] procd: - init -
[ 7.903434] kmodloader: loading kernel modules from /etc/modules.d/*
[ 7.950347] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b
[ 7.950392] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36
[ 7.963099] NET: Registered PF_QIPCRTR protocol family
[ 7.997086] PPP generic driver version 2.4.2
[ 7.998011] NET: Registered PF_PPPOX protocol family
[ 8.008943] ath10k 5.12 driver, optimized for CT firmware, probing pci device: 0x50.
[ 8.009446] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 8.016284] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 8.174911] urngd: v1.0.2 started.
[ 8.806388] ath10k_pci 0000:01:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000
[ 8.806447] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 8.814876] ath10k_pci 0000:01:00.0: firmware ver 10.1-ct-87-__fW-022-ecad3248 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 61a92df5
[ 8.850688] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 b4ce36fa
[ 9.717238] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256
[ 9.724206] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410'
[ 9.724255] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0'
[ 9.729998] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780'
[ 9.777525] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal nvmem max-sta 128 raw 0 hwcrypto 1
[ 9.777886] ath10k_pci 0000:01:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000
[ 9.915019] ath: EEPROM regdomain: 0x0
[ 9.915028] ath: EEPROM indicates default country code should be used
[ 9.915032] ath: doing EEPROM country->regdmn map search
[ 9.915037] ath: country maps to regdmn code: 0x3a
[ 9.915041] ath: Country alpha2 being used: US
[ 9.915045] ath: Regpair used: 0x3a
[ 9.927417] ath11k c000000.wifi: ipq8074 hw2.0
[ 9.927458] ath11k c000000.wifi: FW memory mode: 1
[ 9.931082] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[ 9.935962] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[ 11.209836] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[ 11.214481] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 11.254083] ath11k c000000.wifi: qmi ignore invalid mem req type 3
[ 11.261517] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 11.261553] ath11k c000000.wifi: fw_version 0x290984a5 fw_build_timestamp 2023-07-19 02:31 fw_build_id WLAN.HK.2.9.0.1-01862-QCAHKSWPL_SILICONZ-1
[ 11.517267] ath11k c000000.wifi: htt event 48 not handled
[ 17.237567] br-lan: port 1(lan1) entered blocking state
[ 17.237613] br-lan: port 1(lan1) entered disabled state
[ 17.241843] device lan1 entered promiscuous mode
[ 17.256148] br-lan: port 2(lan2) entered blocking state
[ 17.256201] br-lan: port 2(lan2) entered disabled state
[ 17.260424] device lan2 entered promiscuous mode
[ 17.269871] br-lan: port 3(lan3) entered blocking state
[ 17.270269] br-lan: port 3(lan3) entered disabled state
[ 17.275516] device lan3 entered promiscuous mode
[ 20.394360] nss-dp 3a001400.dp3 lan1: PHY Link up speed: 1000
[ 20.394442] br-lan: port 1(lan1) entered blocking state
[ 20.399098] br-lan: port 1(lan1) entered forwarding state
[ 20.404423] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 33.113819] l11: disabling
[ 429.114053] nss-dp 3a001400.dp3 lan1: PHY Link is down
[ 429.114351] br-lan: port 1(lan1) entered disabled state
[ 446.794296] nss-dp 3a001400.dp3 lan1: PHY Link up speed: 1000
[ 446.794378] br-lan: port 1(lan1) entered blocking state
[ 446.799035] br-lan: port 1(lan1) entered forwarding state
Is that a bug? Do you have an idea how I find out what CPU and hardware is in my AX3600?
The Device Page for the AX3600 also says, that the router can has additional chips. How can I find out what's in there via OpenWRT bash commands? Thank you!