Problems with Qnap Qhora 301w 10g devices

My 10g devices stopped working, so I rewote AQR_ethphyfw.mbn using

mtd erase /dev/mtd10
mtd -n write /tmp/AQR_ethphyfw.mbn /dev/mtd10

How can I tell if the devices are good and working properly?

fw_printenv 
baudrate=115200
boot_1=good
boot_2=good
bootargs=console=ttyMSM0,115200n8
bootdelay=2
fdt_high=0x4A400000
fdtcontroladdr=4a96c8d0
flash_type=8
fw_type=router
machid=8010000
netmask=255.255.255.0
soc_version_major=2
soc_version_minor=0
stderr=serial@78B3000
stdin=serial@78B3000
stdout=serial@78B3000
BMAC=245EBE551172
QSN=Q211Q00912
MN=A03
NMAC=8
PN=X6QHora-301W
SSID=QHora-301W_1172
MD=2021/01/25 10:00
HV=0x01
PLN=IPQ8072a
MF=0x01
CC=US
VN=0x01
FWMode=Normal
scan_ramoops_history_done=1
bootcmd=aq_load_fw 0; aq_load_fw 8; bootipq
boot_0=good
current_entry=0

Also, I can't get serial connections to work for the partition 0 where OpenWrt is installed. I can make it work by booting the original Qnap version on partition 1 by holding the reset button for 10 seconds. That wouldn't work on partition 0. What are the steps to restart the router and get access to uboot?

Thank you all for OpenWrt and your help, too.

have you followed? https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=bd17683261e1dde1fdd4223745852de1ce8cfc89

1 Like

In many devices uart is enabled by setting uart_en=1, you can also consider to change the bootdelay=2 to bootdelay=5.

Yes, I have used that page, but I still haven't gotten the 10g devices to start.

I want to find a way that I can troubleshoot those devices. How are they started at boot up and is there a command line tool I can use to test them?

devstatus 10g-1
{
	"external": false,
	"present": true,
	"type": "Network device",
	"up": true,
	"carrier": false,
	"auth_status": false,
	"link-advertising": [
		"100baseT-H",
		"100baseT-F",
		"1000baseT-F",
		"1000baseKX-F",
		"2500baseT-F",
		"5000baseT-F",
		"10000baseKR-F",
		"10000baseKX4-F",
		"10000baseT-F"
	],
	"link-partner-advertising": [
		
	],
	"link-supported": [
		"100baseT-H",
		"100baseT-F",
		"1000baseT-F",
		"1000baseKX-F",
		"2500baseT-F",
		"5000baseT-F",
		"10000baseKR-F",
		"10000baseKX4-F",
		"10000baseT-F"
	],
	"autoneg": true,
	"flow-control": {
		"autoneg": true,
		"supported": [
			"pause",
			"asym_pause"
		],
		"link-advertising": [
			"pause",
			"asym_pause"
		],
		"link-partner-advertising": [
			
		],
		"negotiated": [
			
		]
	},
	"hw-tc-offload": false,
	"devtype": "ethernet",
	"mtu": 1500,
	"mtu6": 1500,
	"macaddr": "24:5e:be:55:11:76",
	"txqueuelen": 1000,
	"ipv6": true,
	"ip6segmentrouting": false,
	"promisc": false,
	"rpfilter": 0,
	"acceptlocal": false,
	"igmpversion": 0,
	"mldversion": 0,
	"neigh4reachabletime": 30000,
	"neigh6reachabletime": 30000,
	"neigh4gcstaletime": 60,
	"neigh6gcstaletime": 60,
	"neigh4locktime": 100,
	"dadtransmits": 1,
	"multicast": true,
	"sendredirects": true,
	"drop_v4_unicast_in_l2_multicast": false,
	"drop_v6_unicast_in_l2_multicast": false,
	"drop_gratuitous_arp": false,
	"drop_unsolicited_na": false,
	"arp_accept": false,
	"gro": true,
	"statistics": {
		"collisions": 0,
		"rx_frame_errors": 0,
		"tx_compressed": 0,
		"multicast": 0,
		"rx_length_errors": 0,
		"tx_dropped": 0,
		"rx_bytes": 0,
		"rx_missed_errors": 0,
		"tx_errors": 0,
		"rx_compressed": 0,
		"rx_over_errors": 0,
		"tx_fifo_errors": 0,
		"rx_crc_errors": 0,
		"rx_packets": 0,
		"tx_heartbeat_errors": 0,
		"rx_dropped": 0,
		"tx_aborted_errors": 0,
		"tx_packets": 0,
		"rx_errors": 0,
		"tx_bytes": 0,
		"tx_window_errors": 0,
		"rx_fifo_errors": 0,
		"tx_carrier_errors": 0
	}
}

ip link show 10g-1 
7: 10g-1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 24:5e:be:55:11:76 brd ff:ff:ff:ff:ff:ff
 ip link show 10g-2
8: 10g-2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN mode DEFAULT group default qlen 1000
    link/ether 24:5e:be:55:11:77 brd ff:ff:ff:ff:ff:ff


Obviously the driver is loaded (otherwise you wouldn't have the interfaces 10g-1 and 10g-2), so what exactly is the issue?

I have lan 1 connected to my pc and it is working.

I have 10g-1 connected to the router with cat 5 cable and it doesn't work. I have tested 10g-2 and it doesn't work.

When the router comes online 10g-1 shows no link in Luci. ip link shows the device is down and up doesn't bring it up. How can I troubleshoot this issue?

All lan devices are working

Thank you for taking your time to answer. I appreciate your help.


root@OpenWrt:~# ip link set 10g-1 up
root@OpenWrt:~# ip link show 10g-1
7: 10g-1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 24:5e:be:55:11:76 brd ff:ff:ff:ff:ff:ff

root@OpenWrt:~# ip link set 10g-1 up
root@OpenWrt:~# ip link show 10g-2 
8: 10g-2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN mode DEFAULT group default qlen 1000
    link/ether 24:5e:be:55:11:77 brd ff:ff:ff:ff:ff:ff

root@OpenWrt:~# ip link show lan1
6: lan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-lan state UP mode DEFAULT group default qlen 1000
    link/ether 24:5e:be:55:11:75 brd ff:ff:ff:ff:ff:ff
root@OpenWrt:~# ip link show lan2
5: lan2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br-lan state DOWN mode DEFAULT group default qlen 1000
    link/ether 24:5e:be:55:11:74 brd ff:ff:ff:ff:ff:ff


Not sure if this helps:

root@OpenWrt:~# dmesg | grep AQ
[    6.335418] Aquantia AQR113C 90000.mdio-1:08: aqr107_wait_reset_complete failed: -110
[    8.351937] Aquantia AQR113C 90000.mdio-1:00: aqr107_wait_reset_complete failed: -110

Do you have the firmware loaded?

Also, what is the version of OpenWrt you are using?

Yes, the firmware is loaded.
OpenWrt SNAPSHOT, r24453-a39a49e323
Updated 2-3 days ago

Can you post the whole bootlog?

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.1.62 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24453-a39a49e323) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Wed Nov 22 23:26:28 2023
[    0.000000] Machine model: QNAP 301w
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x0000000040ffffff]
[    0.000000]   node   0: [mem 0x0000000041000000-0x000000004a3fffff]
[    0.000000]   node   0: [mem 0x000000004a400000-0x00000000510fffff]
[    0.000000]   node   0: [mem 0x0000000051100000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 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: 258048
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 root=PARTUUID=2a213133-47f8-80a1-5d66-1d565a2ec756 rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 887096K/1048576K available (8128K kernel code, 872K rwdata, 2376K rodata, 1344K init, 291K bss, 161480K 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.000123] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000137] pid_max: default: 32768 minimum: 301
[    0.000613] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.000627] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.002469] cblist_init_generic: Setting adjustable number of callback queues.
[    0.002477] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.002669] rcu: Hierarchical SRCU implementation.
[    0.002674] rcu: 	Max phase no-delay instances is 1000.
[    0.003465] smp: Bringing up secondary CPUs ...
[    0.004098] Detected VIPT I-cache on CPU1
[    0.004236] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.004896] Detected VIPT I-cache on CPU2
[    0.004999] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.005614] Detected VIPT I-cache on CPU3
[    0.005712] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.005781] smp: Brought up 1 node, 4 CPUs
[    0.005789] SMP: Total of 4 processors activated.
[    0.005794] CPU features: detected: 32-bit EL0 Support
[    0.005798] CPU features: detected: CRC32 instructions
[    0.005861] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.005867] CPU: All CPU(s) started at EL1
[    0.005870] alternatives: applying system-wide alternatives
[    0.016191] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.016219] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.016434] pinctrl core: initialized pinctrl subsystem
[    0.017885] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.018418] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.018463] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.018500] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.018886] thermal_sys: Registered thermal governor 'step_wise'
[    0.019068] cpuidle: using governor menu
[    0.019336] ASID allocator initialised with 65536 entries
[    0.073292] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.082174] SCSI subsystem initialized
[    0.082361] usbcore: registered new interface driver usbfs
[    0.082426] usbcore: registered new interface driver hub
[    0.082471] usbcore: registered new device driver usb
[    0.082899] qcom_scm: convention: smc arm 64
[    0.084384] clocksource: Switched to clocksource arch_sys_counter
[    0.085731] NET: Registered PF_INET protocol family
[    0.085916] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.087418] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.087441] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.087456] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.087542] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.087818] TCP: Hash tables configured (established 8192 bind 8192)
[    0.087916] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.087966] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.088169] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.088205] PCI: CLS 0 bytes, default 64
[    0.089413] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.094429] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.094442] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.095458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.097431] qcom-qmp-usb-phy 58000.phy: supply vdda-phy not found, using dummy regulator
[    0.097570] qcom-qmp-usb-phy 58000.phy: supply vdda-pll not found, using dummy regulator
[    0.099025] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found, using dummy regulator
[    0.099175] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator
[    0.100871] qcom-qusb2-phy 59000.phy: supply vdd not found, using dummy regulator
[    0.100991] qcom-qusb2-phy 59000.phy: supply vdda-pll not found, using dummy regulator
[    0.101031] qcom-qusb2-phy 59000.phy: supply vdda-phy-dpdm not found, using dummy regulator
[    0.101204] qcom-qusb2-phy 59000.phy: Registered Qcom-QUSB2 phy
[    0.101405] qcom-qusb2-phy 79000.phy: supply vdd not found, using dummy regulator
[    0.101550] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator
[    0.101607] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator
[    0.101739] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy
[    0.106402] bam-dma-engine 704000.dma-controller: num-channels unspecified in dt
[    0.106418] bam-dma-engine 704000.dma-controller: num-ees unspecified in dt
[    0.110888] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.112960] msm_serial 78b3000.serial: msm_serial: detected port #0
[    0.112999] msm_serial 78b3000.serial: uartclk = 3686400
[    0.113098] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 20, base_baud = 230400) is a MSM
[    0.113127] msm_serial: console setup on port #0
[    0.820941] printk: console [ttyMSM0] enabled
[    0.826099] msm_serial: driver initialized
[    0.834972] loop: module loaded
[    0.835048] Loading iSCSI transport class v2.0-870.
[    0.838434] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    0.842690] spi-nor spi0.0: w25q64dw (8192 Kbytes)
[    0.849904] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[    0.891193] i2c_dev: i2c /dev entries driver
[    0.897369] sdhci: Secure Digital Host Controller Interface driver
[    0.897414] sdhci: Copyright(c) Pierre Ossman
[    0.902448] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.909184] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[    0.915677] NET: Registered PF_INET6 protocol family
[    0.919294] Segment Routing with IPv6
[    0.923489] In-situ OAM (IOAM) with IPv6
[    0.927142] NET: Registered PF_PACKET protocol family
[    0.931041] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    0.936098] 8021q: 802.1Q VLAN Support v1.8
[    0.940332] mmc0: SDHCI controller on 7824900.mmc [7824900.mmc] using ADMA 64-bit
[    0.971483] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.971890] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[    0.977659] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[    0.984209] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[    0.991881] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[    0.999400] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[    1.008521] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      SVS: open-loop= 704000 uV
[    1.015472] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      NOM: open-loop= 816000 uV
[    1.025452] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused    TURBO: open-loop= 880000 uV
[    1.035260] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused   STURBO: open-loop= 968000 uV
[    1.045119] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      SVS: quot[ 7]= 710, quot_offset[ 7]=   0
[    1.054882] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      NOM: quot[ 7]= 924, quot_offset[ 7]= 210
[    1.065731] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused    TURBO: quot[ 7]=1033, quot_offset[ 7]= 105
[    1.076669] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused   STURBO: quot[ 7]=1193, quot_offset[ 7]= 160
[    1.087813] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[    1.089765] spi-nor spi0.0: w25q64dw (8192 Kbytes)
[    1.105587] 12 qcomsmem partitions found on MTD device spi0.0
[    1.109986] Creating 12 MTD partitions on "spi0.0":
[    1.115819] 0x000000000000-0x000000050000 : "0:sbl1"
[    1.121179] 0x000000050000-0x000000060000 : "0:mibib"
[    1.126285] 0x000000060000-0x0000001e0000 : "0:qsee"
[    1.127345] mmc0: new HS200 MMC card at address 0001
[    1.131098] 0x0000001e0000-0x0000001f0000 : "0:devcfg"
[    1.136420] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
[    1.141190] 0x0000001f0000-0x000000200000 : "0:apdp"
[    1.147507]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
[    1.150597] 0x000000200000-0x000000240000 : "0:rpm"
[    1.156680] mmcblk0boot0: mmc0:0001 Q2J54A 2.00 MiB 
[    1.160336] 0x000000240000-0x000000250000 : "0:cdt"
[    1.165200] mmcblk0boot1: mmc0:0001 Q2J54A 2.00 MiB 
[    1.170125] 0x000000250000-0x000000270000 : "0:appsblenv"
[    1.174693] mmcblk0rpmb: mmc0:0001 Q2J54A 512 KiB, chardev (246:0)
[    1.179876] 0x000000270000-0x000000370000 : "0:appsbl"
[    1.191292] 0x000000370000-0x0000003b0000 : "0:art"
[    1.196456] 0x0000003b0000-0x000000430000 : "0:ethphyfw"
[    1.201107] 0x000000430000-0x000000800000 : "reserved"
[    1.212386] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz
[    1.214104] remoteproc remoteproc0: cd00000.q6v5_wcss is available
[    1.225612] VFS: Mounted root (squashfs filesystem) readonly on device 179:4.
[    1.226038] Freeing unused kernel memory: 1344K
[    1.284392] Run /sbin/init as init process
[    1.284420]   with arguments:
[    1.284422]     /sbin/init
[    1.284424]   with environment:
[    1.284425]     HOME=/
[    1.284427]     TERM=linux
[    1.384324] init: Console is alive
[    1.384514] init: - watchdog -
[    1.658532] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    1.667038] hwmon hwmon0: temp1_input not attached to any thermal zone
[    1.670215] hwmon hwmon1: temp1_input not attached to any thermal zone
[    1.713077] ssdk_dt_parse_interrupt[916]:INFO:intr-gpio does not exist
[    1.779108] malibu_phy_api_ops_init[1934]:INFO:qca probe malibu phy driver succeeded!
[    1.819662] aquantia_phy_api_ops_init[2241]:INFO:qca probe aquantia phy driver succeeded!
[    4.274463] regi_init[3603]:INFO:Initializing HPPE Done!!
[    4.274604] regi_init[3662]:INFO:qca-ssdk module init succeeded!
[    4.281006] EDMA ver 1 hw init
[    4.285159] EDMA HW Reset completed succesfully
[    4.287814] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[    4.292209] RxDesc:1 (15-15) RxFill:1 (7-7)
[    6.316274] Aquantia AQR113C 90000.mdio-1:08: aqr107_wait_reset_complete failed: -110
[    8.343204] Aquantia AQR113C 90000.mdio-1:00: aqr107_wait_reset_complete failed: -110
[    8.351761] **********************************************************
[    8.351797] * NSS Data Plane driver
[    8.357197] **********************************************************
[    8.519112] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    8.519162] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    8.523640] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000002010010
[    8.531138] xhci-hcd xhci-hcd.1.auto: irq 39, io mem 0x08a00000
[    8.540613] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    8.546353] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    8.551891] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    8.559946] hub 1-0:1.0: USB hub found
[    8.566064] hub 1-0:1.0: 1 port detected
[    8.570044] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.574188] hub 2-0:1.0: USB hub found
[    8.581953] hub 2-0:1.0: 1 port detected
[    8.585860] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    8.589563] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[    8.595061] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000002010010
[    8.602444] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x08c00000
[    8.611914] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    8.617687] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[    8.623241] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[    8.631236] hub 3-0:1.0: USB hub found
[    8.637439] hub 3-0:1.0: 1 port detected
[    8.641549] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.645480] hub 4-0:1.0: USB hub found
[    8.653287] hub 4-0:1.0: 1 port detected
[    8.659370] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    8.663525] init: - preinit -
[   16.014367] random: crng init done
[   16.216602] nss-dp 3a001600.dp4 lan1: PHY Link up speed: 1000
[   16.216963] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
[   18.354641] loop0: detected capacity change from 0 to 1048576
[   18.424405] loop0: detected capacity change from 1048576 to 1025024
[   18.694495] EXT4-fs (loop0): recovery complete
[   18.697996] EXT4-fs (loop0): mounted filesystem with ordered data mode. Quota mode: disabled.
[   18.699822] mount_root: switching to ext4 overlay
[   18.708183] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[   18.715910] urandom-seed: Seeding with /etc/urandom.seed
[   18.752408] nss-dp 3a001600.dp4 lan1: PHY Link is down
[   18.756236] procd: - early -
[   18.756512] procd: - watchdog -
[   19.300308] procd: - watchdog -
[   19.301168] procd: - ubus -
[   19.456643] procd: - init -
[   19.621281] kmodloader: loading kernel modules from /etc/modules.d/*
[   19.661159] tun: Universal TUN/TAP device driver, 1.6
[   19.665556] Loading modules backported from Linux version v6.5-0-g2dde18cd1d8f
[   19.665597] Backport generated by backports.git v5.15.92-1-56-g5fb2ccb6b9e8
[   19.677196] NET: Registered PF_QIPCRTR protocol family
[   19.704570] PPP generic driver version 2.4.2
[   19.705300] NET: Registered PF_PPPOX protocol family
[   19.713403] ath11k c000000.wifi: ipq8074 hw2.0
[   19.713437] ath11k c000000.wifi: FW memory mode: 0
[   19.717549] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[   19.722191] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[   19.802622] urngd: v1.0.2 started.
[   20.455035] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[   20.458693] kmodloader: done loading kernel modules from /etc/modules.d/*
[   20.500463] ath11k c000000.wifi: qmi ignore invalid mem req type 3
[   20.507911] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[   20.507960] ath11k c000000.wifi: fw_version 0x290104a5 fw_build_timestamp 2023-08-02 20:32 fw_build_id WLAN.HK.2.9.0.1-01890-QCAHKSWPL_SILICONZ-1
[   20.832590] ath11k c000000.wifi: htt event 48 not handled
[   22.295881] br-lan: port 1(lan1) entered blocking state
[   22.295928] br-lan: port 1(lan1) entered disabled state
[   22.300172] device lan1 entered promiscuous mode
[   22.324815] br-lan: port 2(lan2) entered blocking state
[   22.324860] br-lan: port 2(lan2) entered disabled state
[   22.329098] device lan2 entered promiscuous mode
[   22.346727] br-lan: port 3(lan3) entered blocking state
[   22.346772] br-lan: port 3(lan3) entered disabled state
[   22.350986] device lan3 entered promiscuous mode
[   22.363983] br-lan: port 4(lan4) entered blocking state
[   22.364024] br-lan: port 4(lan4) entered disabled state
[   22.368325] device lan4 entered promiscuous mode
[   22.389101] br-lan: port 5(10g-2) entered blocking state
[   22.389151] br-lan: port 5(10g-2) entered disabled state
[   22.393783] device 10g-2 entered promiscuous mode
[   25.437017] nss-dp 3a001600.dp4 lan1: PHY Link up speed: 1000
[   25.437110] br-lan: port 1(lan1) entered blocking state
[   25.441755] br-lan: port 1(lan1) entered forwarding state
[   25.447099] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

You dont have the AQR firmware loaded at all, that is your issue.

I uploaded the latest firmware and got it installed. Thank you all for your help! I like OpenWrt and won’t use anything else. Sometimes it’s challenging, but fun too.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.