Thanks, but that’s only for the 1000a. I need the 1000b
new version:
- rebased on latest master
- fixed (with AI) the power list handling - now it shows proper list of available TX power levels - and LUCI can change ii correctly (still applies 17dBm limit somewhere) - this patch is generally useful for any 6Ghz router on this platform. @robimarko if you guys are interested: https://github.com/tsg2k2/openwrt/commit/99236397e049dc52c2fa7be52f43511a154fb310#diff-e7492335db1e001620ebb8c38fb79f3decb68af0598c7a9b33d08172d55e0097
also, made some progress on realteck SPI driver - it buids and loads and allows MXL to try to initialize too. Would appreciate any comments
dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
....
[ 0.146021] qcom-qmp-usb-phy 58000.phy: supply vdda-phy not found, using dummy regulator
[ 0.146198] qcom-qmp-usb-phy 58000.phy: supply vdda-pll not found, using dummy regulator
[ 0.147536] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found, using dummy regulator
[ 0.147674] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator
[ 0.149337] qcom-qusb2-phy 59000.phy: supply vdd not found, using dummy regulator
[ 0.149491] qcom-qusb2-phy 59000.phy: supply vdda-pll not found, using dummy regulator
[ 0.149533] qcom-qusb2-phy 59000.phy: supply vdda-phy-dpdm not found, using dummy regulator
[ 0.149984] qcom-qusb2-phy 79000.phy: supply vdd not found, using dummy regulator
[ 0.150109] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator
[ 0.150162] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator
[ 0.153814] qcom-pcie 10000000.pcie: host bridge /soc@0/pcie@10000000 ranges:
[ 0.153886] qcom-pcie 10000000.pcie: IO 0x0010200000..0x001020ffff -> 0x0000000000
[ 0.153918] qcom-pcie 10000000.pcie: MEM 0x0010220000..0x001fffffff -> 0x0010220000
[ 0.154042] qcom-pcie 20000000.pcie: host bridge /soc@0/pcie@20000000 ranges:
[ 0.154083] qcom-pcie 20000000.pcie: IO 0x0020200000..0x002020ffff -> 0x0000000000
[ 0.154111] qcom-pcie 20000000.pcie: MEM 0x0020220000..0x002fffffff -> 0x0020220000
[ 0.160735] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.161754] msm_serial 78b3000.serial: msm_serial: detected port #0
[ 0.161833] msm_serial 78b3000.serial: uartclk = 3686400
[ 0.162228] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 20, base_baud = 230400) is a MSM
[ 0.162272] msm_serial: console setup on port #0
[ 0.213650] qcom-pcie 10000000.pcie: Read DBI address failed
[ 0.213692] printk: legacy console [ttyMSM0] enabled
[ 0.335278] qcom-pcie 20000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[ 0.335346] qcom-pcie 10000000.pcie: iATU: unroll F, 32 ob, 8 ib, align 4K, limit 4G
[ 0.335370] qcom-pcie 10000000.pcie: Invalid eDMA IRQs found
[ 0.336462] msm_serial: driver initialized
[ 0.563731] qcom-pcie 20000000.pcie: PCIe Gen.3 x1 link up
[ 1.199781] qcom-pcie 20000000.pcie: PCI host bridge to bus 0000:00
[ 1.204832] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.210965] pci_bus 0000:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])
[ 1.216546] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
[ 1.225580] pci 0000:00:00.0: [17cb:1002] type 01 class 0x060400 PCIe Root Port
[ 1.232329] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x00000fff]
[ 1.239560] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.245439] pci 0000:00:00.0: bridge window [io 0x10000-0x10fff]
[ 1.250631] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 1.256910] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 1.263907] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.275401] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000 PCIe Endpoint
[ 1.277715] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x001fffff 64bit]
[ 1.285340] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.291402] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 1.297938] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff]: assigned
[ 1.312139] pci 0000:00:00.0: BAR 0 [mem 0x20220000-0x20220fff]: assigned
[ 1.319773] pci 0000:01:00.0: BAR 0 [mem 0x20400000-0x205fffff 64bit]: assigned
[ 1.326577] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.333623] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff]
[ 1.338869] pci_bus 0000:00: resource 4 [io 0x10000-0x1ffff]
[ 1.345797] pci_bus 0000:00: resource 5 [mem 0x20220000-0x2fffffff]
[ 1.351503] pci_bus 0000:01: resource 1 [mem 0x20400000-0x205fffff]
[ 1.360382] pcieport 0000:00:00.0: PME: Signaling with IRQ 22
[ 1.364331] pcieport 0000:00:00.0: AER: enabled with IRQ 22
[ 1.368522] loop: module loaded
[ 1.377646] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.379299] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 1.386329] spi_qup 78b9000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.393486] spmi_pmic_arb 200f000.spmi: PMIC arbiter version v2 (0x20010000)
[ 1.399505] qcom-pcie 10000000.pcie: Phy link never came up
[ 1.406634] qcom-pcie 10000000.pcie: PCI host bridge to bus 0001:00
[ 1.411758] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 1.418066] pci_bus 0001:00: root bus resource [io 0x0000-0xffff]
[ 1.423550] pci_bus 0001:00: root bus resource [mem 0x10220000-0x1fffffff]
[ 1.429857] pci 0001:00:00.0: [17cb:0302] type 01 class 0x060400 PCIe Root Port
[ 1.436619] pci 0001:00:00.0: BAR 0 [mem 0x00000000-0x00000fff]
[ 1.443809] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 1.449681] pci 0001:00:00.0: bridge window [io 0x0000-0x0fff]
[ 1.454909] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 1.461143] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 1.467998] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.479322] pci 0001:00:00.0: BAR 0 [mem 0x10220000-0x10220fff]: assigned
[ 1.481723] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 1.488527] pci_bus 0001:00: resource 4 [io 0x0000-0xffff]
[ 1.493514] pci_bus 0001:00: resource 5 [mem 0x10220000-0x1fffffff]
[ 1.501237] pcieport 0001:00:00.0: PME: Signaling with IRQ 27
[ 1.505759] pcieport 0001:00:00.0: AER: enabled with IRQ 27
[ 1.636659] i2c_dev: i2c /dev entries driver
[ 1.644821] sdhci: Secure Digital Host Controller Interface driver
[ 1.644863] sdhci: Copyright(c) Pierre Ossman
[ 1.649898] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.656577] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[ 1.664085] NET: Registered PF_INET6 protocol family
[ 1.667309] Segment Routing with IPv6
[ 1.670979] In-situ OAM (IOAM) with IPv6
[ 1.674674] NET: Registered PF_PACKET protocol family
[ 1.679224] 8021q: 802.1Q VLAN Support v1.8
[ 1.696427] mmc0: SDHCI controller on 7824900.mmc [7824900.mmc] using ADMA 64-bit
[ 1.713982] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 1.714442] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[ 1.720110] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[ 1.726760] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[ 1.734399] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[ 1.741879] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[ 1.751051] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 704000 uV
[ 1.757992] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 824000 uV
[ 1.767978] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 888000 uV
[ 1.777780] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop= 992000 uV
[ 1.787640] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 720, quot_offset[ 7]= 0
[ 1.797405] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 950, quot_offset[ 7]= 230
[ 1.808254] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1058, quot_offset[ 7]= 105
[ 1.819188] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1243, quot_offset[ 7]= 185
[ 1.830338] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[ 1.835056] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz
[ 1.849789] remoteproc remoteproc0: cd00000.q6v5_wcss is available
[ 1.858911] clk: Disabling unused clocks
[ 1.864901] PM: genpd: Disabling unused power domains
[ 1.873625] Freeing unused kernel memory: 17664K
[ 1.873755] Run /init as init process
[ 1.877310] with arguments:
[ 1.877312] /init
[ 1.877314] with environment:
[ 1.877316] HOME=/
[ 1.877318] TERM=linux
[ 1.877320] vmalloc=900M
[ 1.894803] mmc0: new HS400 MMC card at address 0001
[ 1.895324] mmcblk0: mmc0:0001 004GA0 3.69 GiB
[ 1.899846] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29
[ 1.905000] mmcblk0boot0: mmc0:0001 004GA0 2.00 MiB
[ 1.915676] mmcblk0boot1: mmc0:0001 004GA0 2.00 MiB
[ 1.919769] mmcblk0rpmb: mmc0:0001 004GA0 512 KiB, chardev (247:0)
[ 2.164407] init: Console is alive
[ 2.164508] init: - watchdog -
[ 2.172041] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 2.412397] Key type encrypted registered
[ 2.417709] hwmon hwmon12: temp1_input not attached to any thermal zone
[ 2.419062] mxl371x: loading out-of-tree module taints kernel.
[ 2.429502] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 2.472498] ssdk_dt_parse_port_bmp[1064]:INFO:port_bmp doesn't exist!
[ 2.472553] ssdk_dt_parse_interrupt[942]:INFO:intr-gpio does not exist
[ 2.526590] aquantia_phy_api_ops_init[1485]:INFO:qca probe aquantia phy driver succeeded!
[ 2.527366] sfp_phy_init[430]:INFO:qca probe sfp phy driver succeeded!
[ 4.073728] regi_init[2525]:INFO:Initializing HPPE Done!!
[ 4.073866] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 4.080316] EDMA ver 1 hw init
[ 4.084440] EDMA HW Reset completed succesfully
[ 4.087090] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[ 4.091485] RxDesc:1 (15-15) RxFill:1 (7-7)
[ 4.097175] GMAC5(ffffff8003b43940) Invalid MAC@ - using 1a:15:39:69:9e:da
[ 4.101337] QCA SFP 90000.mdio-1:04: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:04, irq=POLL)
[ 4.108766] GMAC6(ffffff8003b47940) Invalid MAC@ - using be:47:0f:9d:68:68
[ 4.123783] Aquantia AQR113C 90000.mdio-1:08: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:08, irq=POLL)
[ 4.124677] **********************************************************
[ 4.133868] * NSS Data Plane driver
[ 4.140352] **********************************************************
[ 4.160849] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.160902] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 4.165429] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000808002000010
[ 4.172827] xhci-hcd xhci-hcd.1.auto: irq 50, io mem 0x08a00000
[ 4.182316] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.188079] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 4.193627] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 4.201652] hub 1-0:1.0: USB hub found
[ 4.207800] hub 1-0:1.0: 1 port detected
[ 4.211713] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.215827] hub 2-0:1.0: USB hub found
[ 4.223675] hub 2-0:1.0: 1 port detected
[ 4.227557] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 4.231303] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[ 4.236749] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000808002000010
[ 4.244207] xhci-hcd xhci-hcd.2.auto: irq 51, io mem 0x08c00000
[ 4.253615] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 4.259439] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[ 4.264997] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 4.272822] hub 3-0:1.0: USB hub found
[ 4.279141] hub 3-0:1.0: 1 port detected
[ 4.283051] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.287159] hub 4-0:1.0: USB hub found
[ 4.295029] hub 4-0:1.0: 1 port detected
[ 4.302198] SPI driver rtl930x-spi has no spi_device_id for cisco,spi-petra
[ 4.302932] rtl930x-spi spi1.0: unexpected chip ID 0x00000000 (expected RTL9301)
[ 4.309357] rtl930x-spi spi1.0: rtl930x: SPI regmap ready
[ 4.316980] rtl930x-spi spi1.0: RTL930x SPI driver ready (10000000 Hz)
[ 4.323955] usbcore: registered new interface driver usb-storage
[ 4.331438] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Port node 8 has neither pcs-handle nor phy-handle
[ 4.334892] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Port node 20 has neither pcs-handle nor phy-handle
[ 4.344344] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Port node 24 has neither pcs-handle nor phy-handle
[ 4.353798] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Port node 27 has neither pcs-handle nor phy-handle
[ 4.383819] rtldsa_93xx_setup called
[ 4.388301] In rtldsa_vlan_setup
[ 5.303690] random: crng init done
[ 5.323761] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 6.563680] rtldsa_enable_phy_polling: 2000000
[ 6.598958] rtl83xx-switch 78b9000.spi:spi@0:switch@0: configuring for fixed/usxgmii link mode
[ 6.599827] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Link is Up - 10Gbps/Full - flow control off
[ 7.222041] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Product Family ID: 0x30000100
[ 7.222166] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Cardiff Device 0x0000 Rev 0x3000
[ 7.229063] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Loading firmware ccpu.elf.cardiff...
[ 7.237097] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Direct firmware load for ccpu.elf.cardiff failed with error -2
[ 7.245458] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Falling back to sysfs fallback for: ccpu.elf.cardiff
[ 7.574927] usb-storage 4-1:1.0: USB Mass Storage device detected
[ 7.575271] scsi host0: usb-storage 4-1:1.0
[ 9.016519] scsi 0:0:0:0: Direct-Access Samsung Type-C 1100 PQ: 0 ANSI: 6
[ 9.017633] sd 0:0:0:0: [sda] 501253132 512-byte logical blocks: (257 GB/239 GiB)
[ 9.023867] sd 0:0:0:0: [sda] Write Protect is off
[ 9.031062] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 9.031223] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.074557] sda: sda1
[ 9.074773] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 14.248837] init: - preinit -
[ 18.559779] procd: - early -
[ 18.559860] procd: - watchdog -
[ 19.081509] procd: - watchdog -
[ 19.081691] procd: - ubus -
[ 19.234978] procd: - init -
[ 19.374061] kmodloader: loading kernel modules from /etc/modules.d/*
[ 19.456714] NET: Registered PF_ALG protocol family
[ 19.463339] Loading modules backported from Linux version v6.18.26-0-g1fe060681
[ 19.463380] Backport generated by backports.git 6ecbb44
[ 19.479388] NET: Registered PF_QIPCRTR protocol family
[ 19.482371] usbcore: registered new interface driver uas
[ 19.519641] PPP generic driver version 2.4.2
[ 19.520602] NET: Registered PF_PPPOX protocol family
[ 19.524720] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 19.527934] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 19.533801] urngd: v1.0.2 started.
[ 19.547668] ath11k c000000.wifi: ipq8074 hw2.0
[ 19.548500] ath11k c000000.wifi: FW memory mode: 0
[ 30.039622] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[ 30.039737] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[ 30.390469] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[ 30.441909] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 30.441961] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
[ 32.483742] l11: disabling
[ 35.338391] remoteproc remoteproc0: stopped remote processor cd00000.q6v5_wcss
[ 35.338435] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[ 35.344597] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[ 35.694844] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[ 35.696690] ath11k_pci 0000:01:00.0: BAR 0 [mem 0x20400000-0x205fffff 64bit]: assigned
[ 35.701374] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 35.709567] ath11k_pci 0000:01:00.0: MSI vectors: 16
[ 35.715233] ath11k_pci 0000:01:00.0: qcn9074 hw1.0
[ 35.720408] ath11k_pci 0000:01:00.0: FW memory mode: 2
[ 35.746228] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 35.746278] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
[ 35.902367] mhi mhi0: Requested to power ON
[ 35.902426] mhi mhi0: Power on setup success
[ 36.003708] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 36.031714] ath11k c000000.wifi: htt event 48 not handled
[ 36.057298] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 36.069622] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 36.069677] ath11k_pci 0000:01:00.0: fw_version 0x290c8569 fw_build_timestamp 2023-03-25 06:50 fw_build_id
[ 36.707933] ath11k_pci 0000:01:00.0: htt event 48 not handled
[ 43.271875] br-lan: port 1(lan) entered blocking state
[ 43.271919] br-lan: port 1(lan) entered disabled state
[ 43.276030] nss-dp 3a003000.dp5-syn lan: entered allmulticast mode
[ 43.281318] nss-dp 3a003000.dp5-syn lan: entered promiscuous mode
[ 43.302607] nss-dp 3a007000.dp6-syn wan: PHY Link up speed: 10000
[ 43.976706] nss-dp 3a007000.dp6-syn wan: PHY Link is down
[ 43.989712] block mmcblk0boot0: the capability attribute has been deprecated.
[ 49.204402] nss-dp 3a007000.dp6-syn wan: PHY Link up speed: 10000
[ 69.603846] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Failed to load firmware: -110
[ 69.603904] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Firmware loading failed: -110
[ 69.610692] ------------[ cut here ]------------
[ 69.618483] WARNING: CPU: 2 PID: 644 at kernel/workqueue.c:4239 __flush_work+0x324/0x360
[ 69.623175] Modules linked in: pppoe ppp_async nft_fib_inet nf_flow_table_inet ath11k_pci(O) ath11k_ahb(O) ath11k(O) wireguard pppox ppp_generic nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject nft_redir nft_quota nft_numgen nft_nat nft_masq nft_log nft_limit nft_hash nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_ct nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack mac80211(O) libchacha20poly1305 chacha_neon cfg80211(O) uas spidev slhc qrtr_smd qrtr_mhi qrtr qmi_helpers(O) poly1305_neon nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 mhi mdio_netlink(O) libcurve25519_generic libcrc32c libchacha crc_ccitt compat(O) ip6_udp_tunnel udp_tunnel oid_registry crypto_user algif_skcipher algif_rng algif_hash algif_aead af_alg sha512_generic sha512_arm64 sha2_ce sha256_arm64 sha1_ce seqiv sha3_generic jitterentropy_rng drbg michael_mic hmac geniv cmac rtl930x_dsa(O+) usb_storage rtl930x_spi(O) rtl930x_regmap(O) leds_fan5646(O) leds_gpio xhci_plat_hcd xhci_pci
[ 69.623386] xhci_hcd dwc3 dwc3_qcom qca_nss_dp(O) qca_ssdk(O) gpio_button_hotplug(O) f2fs ext4 mbcache jbd2 dm_mirror dm_region_hash dm_log dm_crypt dm_mod dax mxl371x(O) aquantia crc_itu_t tpm crc32c_generic crc32_generic encrypted_keys trusted
[ 69.720610] CPU: 2 UID: 0 PID: 644 Comm: kmodloader Tainted: G O 6.12.89 #0
[ 69.742364] Tainted: [O]=OOT_MODULE
[ 69.750594] Hardware name: Verizon CR1000A (DT)
[ 69.754066] pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 69.758587] pc : __flush_work+0x324/0x360
[ 69.765526] lr : cancel_delayed_work_sync+0x6c/0x90
[ 69.769692] sp : ffffffc0831334f0
[ 69.774380] x29: ffffffc0831334f0 x28: 0000000000000000 x27: ffffff8003aeae80
[ 69.777863] x26: ffffffc081da70e0 x25: ffffffc07a141100 x24: 0000000000000000
[ 69.784975] x23: 0000000000000001 x22: ffffff8003f81000 x21: 0000000000000000
[ 69.792095] x20: ffffff8003bf7748 x19: ffffff8003bf7748 x18: ffffffc081cdb6c8
[ 69.799219] x17: 69616620676e6964 x16: 616f6c2065726177 x15: 0000000000000174
[ 69.806328] x14: 0000000000000174 x13: 00000000ffffffea x12: ffffffc081d33670
[ 69.813446] x11: ffffffc081cdb6c8 x10: ffffffc081d336c8 x9 : 0000000000000001
[ 69.820570] x8 : 0000000000000001 x7 : 0000000000017fe8 x6 : 0000000000000001
[ 69.827690] x5 : ffffff807fbc84d0 x4 : 0000000000000000 x3 : 0000000000000000
[ 69.834801] x2 : 0000000000000000 x1 : 0000000000000001 x0 : 0000000000000000
[ 69.841924] Call trace:
[ 69.849030] __flush_work+0x324/0x360
[ 69.851288] cancel_delayed_work_sync+0x6c/0x90
[ 69.855113] 0xffffffc079e534a0
[ 69.859449] phy_suspend+0x9c/0xf0
[ 69.862574] phy_detach+0x7c/0x190
[ 69.866043] phy_attach_direct+0x168/0x3a4
[ 69.869435] phylink_fwnode_phy_connect+0x144/0x1cc
[ 69.873515] phylink_of_phy_connect+0x1c/0x34
[ 69.878288] dsa_user_create+0x214/0x418
[ 69.882800] dsa_port_setup+0xa0/0x148
[ 69.886794] dsa_register_switch+0xc50/0xe1c
[ 69.890351] 0xffffffc07a126a3c
[ 69.894778] platform_probe+0x68/0xd8
[ 69.897645] really_probe+0xbc/0x2bc
[ 69.901465] __driver_probe_device+0x80/0x14c
[ 69.905113] driver_probe_device+0x40/0xe8
[ 69.909366] __driver_attach+0x90/0x160
[ 69.913356] bus_for_each_dev+0x64/0xb8
[ 69.917085] driver_attach+0x24/0x3c
[ 69.920906] bus_add_driver+0xe4/0x20c
[ 69.924728] driver_register+0x68/0x124
[ 69.928285] __platform_driver_register+0x24/0x30
[ 69.932018] init_module+0x20/0xfdc [rtl930x_dsa]
[ 69.936881] do_one_initcall+0x50/0x210
[ 69.941568] do_init_module+0x54/0x200
[ 69.945211] load_module+0x1494/0x1968
[ 69.949029] __do_sys_init_module+0x1b4/0x278
[ 69.952770] __arm64_sys_init_module+0x1c/0x28
[ 69.957196] invoke_syscall.constprop.0+0x4c/0xc0
[ 69.961539] do_el0_svc+0x40/0xc0
[ 69.966305] el0_svc+0x24/0xdc
[ 69.969602] el0t_64_sync_handler+0x120/0x12c
[ 69.972558] el0t_64_sync+0x178/0x17c
[ 69.976985] ---[ end trace 0000000000000000 ]---
[ 69.980732] rtl83xx-switch 78b9000.spi:spi@0:switch@0 moca (uninitialized): failed to connect to PHY: -ETIMEDOUT
[ 69.985351] rtl83xx-switch 78b9000.spi:spi@0:switch@0 moca (uninitialized): error -110 setting up PHY for tree 0, switch 0, port 25
[ 70.047192] DSA: tree 0 setup
[ 70.047727] rtl83xx-switch 78b9000.spi:spi@0:switch@0: error -ENXIO: IRQ index 0 not found
[ 70.049162] LINK state irq: -6
[ 70.057334] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Error setting up switch interrupt.
[ 70.071784] rtl930x_dbgfs_init called
[ 70.073106] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 83.235339] EXT4-fs (dm-0): recovery complete
[ 83.235454] EXT4-fs (dm-0): mounted filesystem 6deb33b8-ace6-4937-829f-0390d7d8a3e9 r/w with ordered data mode. Quota mode: disabled.
1000B is unsupported, it's entirely MXL based
some really good progress today:
root@OpenWrt:~# dmesg | grep rtl
[ 4.296687] rtl930x-spi spi1.0: SPI rx[cmd+addr+dummy | data]: 00 00 00 00 | 93 03 00 01
[ 4.296884] rtl930x-spi spi1.0: RTL930x detected: chip 0x9303 rev 0x0001
[ 4.304982] rtl930x-spi spi1.0: rtl930x: SPI regmap ready
[ 4.311635] rtl930x-spi spi1.0: RTL930x SPI driver ready (12000000 Hz)
[ 4.326181] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Port node 8 has neither pcs-handle nor phy-handle
[ 4.329526] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Port node 20 has neither pcs-handle nor phy-handle
[ 4.339015] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Port node 24 has neither pcs-handle nor phy-handle
[ 4.369027] rtldsa_93xx_setup called
[ 4.372554] In rtldsa_vlan_setup
[ 6.403244] rtldsa_enable_phy_polling: 2000000
[ 6.407226] rtl83xx-switch 78b9000.spi:spi@0:switch@0: configuring for fixed/10gbase-r link mode
[ 6.407873] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Link is Up - 10Gbps/Full - flow control off
[ 48.771029] rtl83xx-switch 78b9000.spi:spi@0:switch@0 moca (uninitialized): PHY [90000.mdio-1:0f] driver [MaxLinear MXL3711 MoCA 2.5] (irq=POLL)
[ 48.830648] rtl83xx-switch 78b9000.spi:spi@0:switch@0: error -ENXIO: IRQ index 0 not found
[ 48.840353] rtl83xx-switch 78b9000.spi:spi@0:switch@0: Error setting up switch interrupt.
[ 48.851308] rtl930x_dbgfs_init called
and
root@OpenWrt:~# dmesg | grep MXL
[ 6.885423] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Product Family ID: 0x30000100
[ 6.885559] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Leucadia Device 0x0000 Rev 0x3000
[ 6.892421] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Loading firmware ccpu.elf.leucadia...
[ 6.901799] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Firmware size: 1749100 bytes
[ 7.013247] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Uploading firmware...
[ 42.645015] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Firmware upload complete (1749100 bytes)
[ 42.645523] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Waiting for firmware to start...
[ 48.733244] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Firmware start unconfirmed (status reg reads 0x30000000); continuing optimistically
[ 48.733908] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Using existing MoCA GUID: 30:00:00:00:30:00
[ 48.745575] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Using HSGMII mode from device tree (2500Mbps)
[ 48.753814] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: Configured HSGMII @ 2500Mbps
[ 48.763302] MaxLinear MXL3711 MoCA 2.5 90000.mdio-1:0f: MoCA PHY initialized (cold boot, MoCA v0.0, 2500Mbps)
Wow! Once the firmware is loaded it should be
able to work as a plain media converter (assuming you didn't need encryption or frequency configuration)
Well, MXL is not yet working: firmware doesn't start yet.
However I have the RTL DSA switch working with proper initialization over SPI.
I have ping working both directions with proper hardware port tagging. Took me a week of fiddling with a lot of Claude support but I enjoyed it immensely.
I think we have a really good chance now to have this router fully supported
I found a way to easily enable ssh on firmware version 3.2.0.14. Thanks to everyone for their work on all of this. I'd love to see this router supported, but have pretty limited skill set to help.
I was advised to remove it for now, but reach out if you want it.
Made more progress today:
Made rtl9303 working in DSA mode using fixed link in DTS. Pings flow both directions, etc.
Made it initialized but no link yet with real realtek drivers for 2.5 ports - and added a virtual mdio bus for that! Something is till not adding up there though. But it detects 1g clients and negotiates and reports copper speeds correctly.
Reworked MXL: @hurrian 's assumptions about ports, sequences etc were not correct (at least no on this device). I managed to load firmware for real this time but can't trigger the CPU to boot. Found that it uses gpio 56 for hard reset but something is still missing.
Feeling optimistic about prospects.
Yeah, the MXL startup sequence was a big assumption on my part from half disassembled dumps. Firmware loading sequence wasn't included in the GPL code...
There are other missed assumptions too, I'm churning through them one by one and now at a stage of uploading initial config. It needs mailbox protocol, same as firmware loading sequence. Without config it is still down.
I could cautiously report that I'm closing in.
Anyone can confirm that this actually works? does nothing on my router
i2cset -y 0 0x30 0x01 0x1c
.
.
.
i2cset -y 0 0x30 0x01 0xac
# LED Aqua
i2cset -y 0 0x30 0x01 0x0f
i2cset -y 0 0x30 0x01 0x1f
i2cset -y 0 0x30 0x01 0x2f
i2cset -y 0 0x30 0x01 0x4f
.
.
.
i2cset -y 0 0x30 0x01 0xaf
# LED RED
i2cset -y 0 0x30 0x01 0x30 - i2cset -y 0 0x30 0x01 0x32
i2cset -y 0 0x30 0x01 0x34 - i2cset -y 0 0x30 0x01 0x36
# LED Pink
i2cset -y 0 0x30 0x01 0x33
# LED Yellow
i2cset -y 0 0x30 0x01 0x3c - i2cset -y 0 0x30 0x01 0x3e
# LED White
i2cset -y 0 0x30 0x01 0x3f
I tried searching high and low and couldn't for the life of me identify what the LED chip, or at least what controls it actually is.
Having two chips controlling the LED is also crazy - one chip just for breathing and another for color/brightness lol. But then again budget seems to have not been a concern designing the CR1000A.
Thanks. But do those i2c commands control the RGB part of the led for you? It doesn't work on mine. Maybe the chip is dead somehow or not powered on (something is missing in DTS)?
And apparently on OEM the led control logic is on some container dynamically loaded from the Verizon CDN using client TLS cert, and cert is also issued dynamically from what I can tell ![]()
No. LED control logic is Local!
Do you know where is it? I can't find it in oem image
My understanding is that once the image with logic gets downloaded it controls the colors of the led. I'm happy to be wrong here.
---
I'm also preparing this device to be officially supported - as AP only first with 1 lan port and 3 wifi radios only. This won't require any new drivers.
Everything else is there but will take time to get official:
- Realtek upstream drivers are in 6.18.
- They need to be regmap-ified first - I have a patch
- Then my SPI driver have to be merged
- Then my fixes for MXL driver have to be merged.
- LED driver needs to be merged too.
I'm also starting work on backporting EDMA v2 multi CPU support to EDMA v1 - this should widen the throughput bottleneck from 2.6 to 8+ hopefully for 4+ streams
Is there work on MoCA going on, or is that more of a "forget about it" type deal?
That would the the MXL driver.
Ahhh. I was under the impression it was for something else.

