We are getting closer to that day
See this series on patchwork adding support for the 2+3+3 and other variants, as well as this pull request adding the necessary firmware files.
And yes, those files have already been published also on mtk-openwrt-feeds a while ago for builds with the open source mt76 driver, but they are different from those used in the SinoVoip/BananaPi stock firmware which uses the proprietary driver.
Basically Simon recommends 19 V, but says it accepts 9-24 V looking at the capacitor next to it, it is rated just 25 V according to schematics, so 24 V is perhaps a bit on the edge?
I am running danpawlik's image he built on github 2 or 3 days ago. Iperf3 reverse is 170/180 MB/s, great! But normal iperf3 (client uploads), is around 40/60 MB/s. Is this to be expected, knowing the drivers is still a work in progress. Or should i tweak something? Should i enable that WED parameter?
EDIT: Ok, i reconfigured the be200 card on windows, and now it is normal: 140/MB/s and reverse 200MB/s. The card was set for wifi AX instead of BE in the card's driver properties. Second setting: 802.11n/ac/ax/be wireless mode.
So, DFS does not work. Doesn't hostapd have an option for it? I tried to set some countries in the config. Same error.
Also, why doesn't web interface show options for wifi 7? This card supports it. Maximum working config is AX 80Mhz. Sometimes when i choose WPA2 and/or WPA3 encryption does not show up in available networks.
I know this is unrelated to WiFi, but there's one more thing waiting to be added to the mainline OpenWrt for BPI-R4. Currently there's no way to set MTU higher than 2030 on ethernet ports. There's a patch for the official BPI image though: A new dual 10G router based on Filogic 880 (Banana Pi BPi-R4) - #346 by pmisch
I personaly don't this that it's good idea to put over 20V power supply to this board, i have no problem with 12v 2amps with wifi 7 module. Besides one board decided to die without a reason.
WiFi6 modes work in recent snapshot (Version SNAPSHOT (r27608-3f98f68573) / Date 2024-09-29T22:04:34.000000Z) on all bands after setting a region.
radio2 (6Ghz) needs manual tweaking because luci and mac80211 seems not to be adapted/udated yet for BE14 card or BE/WiFi7 mode.
-> You need to edit /etc/config/wireless and add in "config wifi-device 'radio2'" section (or whatever your "option path 'soc/11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0+2'" section is ;-)):
option band '6g'
option channel 'auto'
option country 'DE'
... where cuntry code may need tweakng depending of the region you select.