[BPI-R3] WiFi is never initialize

I have installed OpenWrt 24.10.0-rc4, r28211-d55754ce0d on Banna Pi R3, and I am booting from eMMC. After the bot is finished, I can access the internet, but Wi-Fi is never working. LED diodes responsible for WIFI are also blank.

Can you help me with setting up Wi-Fi as I do not know what I am doing wrong? I have found 2 open topics on GithHub, where there were suggesting is should unplug UART and then this should work. Unfortunately, it doesn’t help. I use a power supply that was delivered with the router, 12V 2A. I got this bundle

GitHub topics:

Boot logs

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.67 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28211-d55754ce0d) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Dec 23 00:55:35 2024
[    0.000000] Machine model: Bananapi BPI-R3
[    0.000000] OF: reserved mem: 0x0000000042ff0000..0x0000000042ffffff (64 KiB) map non-reusable ramoops@42ff0000
[    0.000000] OF: reserved mem: 0x0000000043000000..0x000000004302ffff (192 KiB) nomap non-reusable secmon@43000000
[    0.000000] OF: reserved mem: 0x000000004fc00000..0x000000004fcfffff (1024 KiB) nomap non-reusable wmcpu-reserved@4fc00000
[    0.000000] OF: reserved mem: 0x000000004fd00000..0x000000004fd3ffff (256 KiB) nomap non-reusable wo-emi@4fd00000
[    0.000000] OF: reserved mem: 0x000000004fd40000..0x000000004fd7ffff (256 KiB) nomap non-reusable wo-emi@4fd40000
[    0.000000] OF: reserved mem: 0x000000004fd80000..0x000000004ffbffff (2304 KiB) nomap non-reusable wo-data@4fd80000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x00000000bfffffff]
[    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-0x0000000042ffffff]
[    0.000000]   node   0: [mem 0x0000000043000000-0x000000004302ffff]
[    0.000000]   node   0: [mem 0x0000000043030000-0x000000004fbfffff]
[    0.000000]   node   0: [mem 0x000000004fc00000-0x000000004ffbffff]
[    0.000000]   node   0: [mem 0x000000004ffc0000-0x00000000bfffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 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.4
[    0.000000] percpu: Embedded 18 pages/cpu s35560 r8192 d29976 u73728
[    0.000000] pcpu-alloc: s35560 r8192 d29976 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: root=/dev/fit0 rootwait
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
[    0.000000] software IO TLB: area num 4.
[    0.000000] software IO TLB: mapped [mem 0x00000000bf67e000-0x00000000bf87e000] (2MB)
[    0.000000] Memory: 2037964K/2097152K available (9024K kernel code, 996K rwdata, 1668K rodata, 448K init, 307K bss, 59188K 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] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 640 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: 0xffffffc080010080
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
[    0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
[    0.000069] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000)
[    0.000077] pid_max: default: 32768 minimum: 301
[    0.002061] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.002072] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.003633] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.004013] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.004114] rcu: Hierarchical SRCU implementation.
[    0.004116] rcu:     Max phase no-delay instances is 1000.
[    0.004448] smp: Bringing up secondary CPUs ...
[    0.004711] Detected VIPT I-cache on CPU1
[    0.004746] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
[    0.004774] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.005074] Detected VIPT I-cache on CPU2
[    0.005095] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000
[    0.005107] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.005370] Detected VIPT I-cache on CPU3
[    0.005387] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000
[    0.005398] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.005426] smp: Brought up 1 node, 4 CPUs
[    0.005430] SMP: Total of 4 processors activated.
[    0.005432] CPU features: detected: 32-bit EL0 Support
[    0.005434] CPU features: detected: CRC32 instructions
[    0.005460] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.005463] CPU: All CPU(s) started at EL2
[    0.005464] alternatives: applying system-wide alternatives
[    0.008541] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.008557] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.009437] pinctrl core: initialized pinctrl subsystem
[    0.010368] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.010625] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.010651] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.010674] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.010984] thermal_sys: Registered thermal governor 'fair_share'
[    0.010987] thermal_sys: Registered thermal governor 'bang_bang'
[    0.010989] thermal_sys: Registered thermal governor 'step_wise'
[    0.010991] thermal_sys: Registered thermal governor 'user_space'
[    0.011040] ASID allocator initialised with 65536 entries
[    0.011738] pstore: Using crash dump compression: deflate
[    0.011742] pstore: Registered ramoops as persistent store backend
[    0.011744] ramoops: using 0x10000@0x42ff0000, ecc: 0
[    0.012892] /soc/interrupt-controller@c000000: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000
[    0.018839] Modules: 29616 pages in range for non-PLT usage
[    0.018848] Modules: 521136 pages in range for PLT usage
[    0.019762] cryptd: max_cpu_qlen set to 1000
[    0.020651] SCSI subsystem initialized
[    0.020748] libata version 3.00 loaded.
[    0.021811] clocksource: Switched to clocksource arch_sys_counter
[    0.023422] NET: Registered PF_INET protocol family
[    0.023541] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.025159] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.025176] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.025183] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.025250] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.025595] TCP: Hash tables configured (established 16384 bind 16384)
[    0.025888] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[    0.025997] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.026028] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.026297] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.026321] PCI: CLS 0 bytes, default 64
[    0.027336] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[    0.030585] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.030589] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.052093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.053709] mtk-pcie-gen3 11280000.pcie: host bridge /soc/pcie@11280000 ranges:
[    0.053730] mtk-pcie-gen3 11280000.pcie: Parsing ranges property...
[    0.053740] mtk-pcie-gen3 11280000.pcie:      MEM 0x0020000000..0x002fffffff -> 0x0020000000
[    0.053867] /soc/pcie@11280000: Failed to get clk index: 0 ret: -517
[    0.053875] mtk-pcie-gen3 11280000.pcie: failed to get clocks
[    0.056956] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.059989] printk: console [ttyS0] disabled
[    0.080335] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 116, base_baud = 2500000) is a ST16650V2
[    0.080369] printk: console [ttyS0] enabled
[    0.922381] 11003000.serial: ttyS1 at MMIO 0x11003000 (irq = 117, base_baud = 1625000) is a ST16650V2
[    0.952377] 11004000.serial: ttyS2 at MMIO 0x11004000 (irq = 118, base_baud = 1625000) is a ST16650V2
[    0.962283] mtk_rng 1020f000.rng: registered RNG driver
[    0.970347] loop: module loaded
[    0.975113] spi-nand spi0.0: Winbond SPI NAND was found.
[    0.980422] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[    0.988751] 2 fixed-partitions partitions found on MTD device spi0.0
[    0.995206] OF: Bad cell count for /soc/spi@1100a000/spi_nand@0/partitions
[    1.002091] OF: Bad cell count for /soc/spi@1100a000/spi_nand@0/partitions
[    1.009147] Creating 2 MTD partitions on "spi0.0":
[    1.013942] 0x000000200000-0x000008000000 : "ubi"
[    1.152894] ubi0: default fastmap pool size: 50
[    1.157431] ubi0: default fastmap WL pool size: 25
[    1.162214] ubi0: attaching mtd0
[    4.874165] ubi0: scanning is finished
[    4.919533] ubi0: attached mtd0 (name "ubi", size 126 MiB)
[    4.925026] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    4.931883] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    4.938650] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    4.945592] ubi0: good PEBs: 1008, bad PEBs: 0, corrupted PEBs: 0
[    4.951665] ubi0: user volume: 7, internal volumes: 1, max. volumes count: 128
[    4.958867] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
[    4.967195] ubi0: available PEBs: 0, total reserved PEBs: 1008, PEBs reserved for bad PEB handling: 20
[    4.976483] ubi0: background thread "ubi_bgt0d" started, PID 294
[    4.978785] block ubiblock0_2: created from ubi0:2(fit)
[    4.987828] 0x000000000000-0x000000200000 : "bl2"
[    5.125626] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc081700000, irq 123
[    5.135413] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc081700000, irq 123
[    5.145115] i2c_dev: i2c /dev entries driver
[    5.151339] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[    5.159989] NET: Registered PF_INET6 protocol family
[    5.165585] Segment Routing with IPv6
[    5.169253] In-situ OAM (IOAM) with IPv6
[    5.173209] NET: Registered PF_PACKET protocol family
[    5.178257] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    5.191319] 8021q: 802.1Q VLAN Support v1.8
[    5.208913] mtk-pcie-gen3 11280000.pcie: host bridge /soc/pcie@11280000 ranges:
[    5.216255] mtk-pcie-gen3 11280000.pcie: Parsing ranges property...
[    5.222524] mtk-pcie-gen3 11280000.pcie:      MEM 0x0020000000..0x002fffffff -> 0x0020000000
[    5.230978] debugfs: File 'type' in directory 'phy-soc:t-phy.0' already present!
[    5.238372] debugfs: File 'efuse' in directory 'phy-soc:t-phy.0' already present!
[    5.245835] debugfs: File 'intr' in directory 'phy-soc:t-phy.0' already present!
[    5.253213] debugfs: File 'tx-imp' in directory 'phy-soc:t-phy.0' already present!
[    5.260759] debugfs: File 'rx-imp' in directory 'phy-soc:t-phy.0' already present!
[    5.601816] mtk-pcie-gen3 11280000.pcie: PCIe link down, current LTSSM state: detect.quiet (0x1)
[    5.610630] mtk-pcie-gen3: probe of 11280000.pcie failed with error -110
[    5.704071] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode
[    5.713032] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx
[    5.723506] mt7530-mdio mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=128)
[    5.745710] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=129)
[    5.767603] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=130)
[    5.789507] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=131)
[    5.811377] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=132)
[    5.822636] mtk_soc_eth 15100000.ethernet eth0: entered promiscuous mode
[    5.829352] DSA: tree 0 setup
[    5.832857] clk: Disabling unused clocks
[    5.859556] Waiting for root device /dev/fit0...
[    5.920986] mtk-msdc 11230000.mmc: Final PAD_DS_TUNE: 0x15414
[    5.927905] mmc0: new HS400 MMC card at address 0001
[    5.933688] mmcblk0: mmc0:0001 008GB0 7.28 GiB
[    5.939775] Alternate GPT is invalid, using primary GPT.
[    5.945104]  mmcblk0: p1 p2 p3 p4 p5 p128
[    5.950220] mmcblk0boot0: mmc0:0001 008GB0 4.00 MiB
[    5.955943] mmcblk0boot1: mmc0:0001 008GB0 4.00 MiB
[    5.961039] mmcblk0rpmb: mmc0:0001 008GB0 4.00 MiB, chardev (249:0)
[    5.968266] FIT: Detected U-Boot 2024.10-OpenWrt-r28211-d55754ce0d
[    5.974460] FIT: Selected configuration: "config-mt7986a-bananapi-bpi-r3" (OpenWrt bananapi_bpi-r3)
[    5.983492] FIT:           kernel sub-image 0x00001000..0x0055daeb "kernel-1" (ARM64 OpenWrt Linux-6.6.67) 
[    5.993223] FIT:          flat_dt sub-image 0x0055e000..0x00565ca6 "fdt-1" (ARM64 OpenWrt bananapi_bpi-r3 device tree blob) 
[    6.004423] FIT:          flat_dt sub-image 0x00566000..0x005663dd "fdt-mt7986a-bananapi-bpi-r3-emmc" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-emmc) 
[    6.020736] FIT:          flat_dt sub-image 0x00567000..0x0056748d "fdt-mt7986a-bananapi-bpi-r3-nand" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-nand) 
[    6.037049] FIT:          flat_dt sub-image 0x00568000..0x005684bd "fdt-mt7986a-bananapi-bpi-r3-nor" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-nor) 
[    6.053192] FIT:          flat_dt sub-image 0x00569000..0x00569343 "fdt-mt7986a-bananapi-bpi-r3-sd" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-sd) 
[    6.069160] FIT:          flat_dt sub-image 0x0056a000..0x0056a555 "fdt-mt7986a-bananapi-bpi-r3-respeaker-2mics" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-respeaker-2mics) 
[    6.087379] FIT:       filesystem sub-image 0x0056b000..0x00b0afff "rootfs-1" (ARM64 OpenWrt bananapi_bpi-r3 rootfs) 
[    6.098334] block mmcblk0p5: mapped 1 uImage.FIT filesystem sub-image as /dev/fit0
[    6.106151] block mmcblk0p5: mapped remaining space as /dev/fitrw
[    6.144425] VFS: Mounted root (squashfs filesystem) readonly on device 259:1.
[    6.151702] Freeing unused kernel memory: 448K
[    6.156173] Run /sbin/init as init process
[    6.160253]   with arguments:
[    6.163208]     /sbin/init
[    6.165899]   with environment:
[    6.169022]     HOME=/
[    6.171367]     TERM=linux
[    6.275753] init: Console is alive
[    6.279234] init: - watchdog -
[    6.511901] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    6.533860] usbcore: registered new interface driver usbfs
[    6.539383] usbcore: registered new interface driver hub
[    6.544737] usbcore: registered new device driver usb
[    6.550344] gpio_button_hotplug: loading out-of-tree module taints kernel.
[    6.561016] xhci-mtk 11200000.usb: supply vbus not found, using dummy regulator
[    6.568433] xhci-mtk 11200000.usb: supply vusb33 not found, using dummy regulator
[    6.576748] xhci-mtk 11200000.usb: xHCI Host Controller
[    6.582049] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 1
[    6.592500] xhci-mtk 11200000.usb: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000200010
[    6.601649] xhci-mtk 11200000.usb: irq 134, io mem 0x11200000
[    6.607500] xhci-mtk 11200000.usb: xHCI Host Controller
[    6.612716] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 2
[    6.620093] xhci-mtk 11200000.usb: Host supports USB 3.2 Enhanced SuperSpeed
[    6.627486] hub 1-0:1.0: USB hub found
[    6.631240] hub 1-0:1.0: 2 ports detected
[    6.635534] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.643947] hub 2-0:1.0: USB hub found
[    6.647698] hub 2-0:1.0: 1 port detected
[    6.654674] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    6.663930] init: - preinit -
[    6.855677] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[    6.864126] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[    7.091817] usb 1-1: new high-speed USB device number 2 using xhci-mtk
[    7.272604] hub 1-1:1.0: USB hub found
[    7.276482] hub 1-1:1.0: 4 ports detected
[    7.821816] random: crng init done
[   10.685514] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[   14.968620] F2FS-fs (fitrw): Mounted with checkpoint version = 6a3dad50
[   14.976802] mount_root: switching to f2fs overlay
[   14.983080] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[   14.995080] urandom-seed: Seeding with /etc/urandom.seed
[   15.036228] procd: - early -
[   15.039156] procd: - watchdog -
[   15.576949] procd: - watchdog -
[   15.581169] procd: - ubus -
[   15.734216] procd: - init -
Please press Enter to activate this console.
[   15.952956] kmodloader: loading kernel modules from /etc/modules.d/*
[   15.968161] i2c-gpio i2c-gpio-0: using lines 528 (SDA) and 529 (SCL)
[   15.974892] i2c-gpio i2c-gpio-1: using lines 530 (SDA) and 531 (SCL)
[   15.984998] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0
[   15.999485] Loading modules backported from Linux version v6.11.2-0-g7aa21fec187b
[   16.006993] Backport generated by backports.git v6.1.110-1-32-gc61f71fe0942
[   16.018032] sfp sfp-1: Host maximum power 3.0W
[   16.023122] sfp sfp-2: Host maximum power 3.0W
[   16.093812] urngd: v1.0.2 started.
[   16.475573] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823160739a
[   16.475573] 
[   16.581300] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20240823160804
[   16.667485] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823160840
[   16.773243] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0'
[   16.823248] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1'
[   16.891453] PPP generic driver version 2.4.2
[   16.896693] NET: Registered PF_PPPOX protocol family
[   16.904060] kmodloader: done loading kernel modules from /etc/modules.d/*
[   18.814342] mtk_soc_eth 15100000.ethernet eth0: Link is Down
[   18.832663] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[   18.841100] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[   18.847793] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
[   18.860759] br-lan: port 1(lan1) entered blocking state
[   18.866029] br-lan: port 1(lan1) entered disabled state
[   18.871285] mt7530-mdio mdio-bus:1f lan1: entered allmulticast mode
[   18.877632] mtk_soc_eth 15100000.ethernet eth0: entered allmulticast mode
[   18.887261] mt7530-mdio mdio-bus:1f lan1: entered promiscuous mode
[   18.906232] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
[   18.913987] br-lan: port 2(lan2) entered blocking state
[   18.919223] br-lan: port 2(lan2) entered disabled state
[   18.924514] mt7530-mdio mdio-bus:1f lan2: entered allmulticast mode
[   18.932514] mt7530-mdio mdio-bus:1f lan2: entered promiscuous mode
[   18.948181] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode
[   18.959501] br-lan: port 3(lan3) entered blocking state
[   18.964773] br-lan: port 3(lan3) entered disabled state
[   18.970029] mt7530-mdio mdio-bus:1f lan3: entered allmulticast mode
[   18.978177] mt7530-mdio mdio-bus:1f lan3: entered promiscuous mode
[   18.994251] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode
[   19.004947] br-lan: port 4(lan4) entered blocking state
[   19.010180] br-lan: port 4(lan4) entered disabled state
[   19.015488] mt7530-mdio mdio-bus:1f lan4: entered allmulticast mode
[   19.023920] mt7530-mdio mdio-bus:1f lan4: entered promiscuous mode
[   19.033539] mt7530-mdio mdio-bus:1f sfp2: configuring for inband/2500base-x link mode
[   19.043105] br-lan: port 5(sfp2) entered blocking state
[   19.048323] br-lan: port 5(sfp2) entered disabled state
[   19.053572] mt7530-mdio mdio-bus:1f sfp2: entered allmulticast mode
[   19.061971] mt7530-mdio mdio-bus:1f sfp2: entered promiscuous mode
[   19.071977] mtk_soc_eth 15100000.ethernet eth1: configuring for inband/2500base-x link mode
[   19.082237] br-wan: port 1(eth1) entered blocking state
[   19.087476] br-wan: port 1(eth1) entered disabled state
[   19.092749] mtk_soc_eth 15100000.ethernet eth1: entered allmulticast mode
[   19.099717] mtk_soc_eth 15100000.ethernet eth1: entered promiscuous mode
[   19.115603] mt7530-mdio mdio-bus:1f wan: configuring for phy/gmii link mode
[   19.126293] br-wan: port 2(wan) entered blocking state
[   19.131435] br-wan: port 2(wan) entered disabled state
[   19.136609] mt7530-mdio mdio-bus:1f wan: entered allmulticast mode
[   19.144899] mt7530-mdio mdio-bus:1f wan: entered promiscuous mode
[   21.493171] mt7530-mdio mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control off
[   21.493195] br-wan: port 2(wan) entered blocking state
[   21.505949] br-wan: port 2(wan) entered forwarding state

客户使用OpenWRT的开源的Image,并非我们发布的Image,建议客户先用我们发布的Image进行测试,确保硬件正常工作,开源的OpenWRT,客户需要自行移植MT76的wifi驱动。

Please write in english

Translation by google (so not everybody needs to do same):

The customer uses the open source Image of OpenWRT, not the Image we released. We recommend that the customer first test with the Image we released to ensure that the hardware works properly. For the open source OpenWRT, the customer needs to transplant the MT76 wifi driver by themselves.

[   16.475573] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823160739a
[   16.475573] 
[   16.581300] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20240823160804
[   16.667485] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823160840
[   16.773243] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0'
[   16.823248] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1'

From kernel PoV it looks good…both phys are initialized,so maybe openwrt wifi config is wrong. Please show logs from hostapd/network daemon

@frank-w I have figured this out on my own. I don’t understand why, but after I have installed OpenWRT on my router my Wi-Fi settings were disabled in wireless config file. Maybe the reason was my strange infinity loops after I have installed OpenWRT (more about this you can read here).

Anyway, for me the solution was to modify etc/config/wireless. You have to make sure wifi-deviceoption disabled is set to '0'. If this option is set to '1' that means Wi-Fi is disabled.

Below you can find my etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/soc/18000000.wifi'
        option band '2g'
        option channel '1'
        option htmode 'HE20'
        option disabled '0' 

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'

config wifi-device 'radio1'
        option type 'mac80211'
        option path 'platform/soc/18000000.wifi+1'
        option band '5g'
        option channel '36'
        option htmode 'HE80'
        option disabled '0' 

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'

Afaik this (wifi disabled) is default behaviour to prevent users have active wifi without antennas connected

hmmm so maybe there is some bug? My antennas were attached all the time. I have actually started with assembling my router including all antennas, and then I have installed OpenWRT

no, it is only configuration…system cannot detect if Antennas are connected or not and so starting with wifi disabled to not harm (pre-)amplifier in case there are no antennas there