Guys, so i have a mt7925e card on the R4. Installed openwrt's snapshot from yesterday, 2024-07-22. Installed the kmod for mt7925e and also downloaded the respective firmware in /lib/firmware/mediatek/mt7925/, when loading the module i got this:
Ok, i installed luci and configure ap mode from there, but the network takes a long time to show up on my phone. Same behaviour if i use debian and configure hostapd. So, i just guess the drivers are not very stable yet. Maybe they are ok client mode, but not ap.
Thank you, I will use this new knowledge acquired for other needs.
I performed all the commands, when I perform the last command “modprobe mt7925e” the system freezes, I believe I can find out the reason. My adapter is the MT7925B22M, it is different. Can I install it with this procedure?
make world is not taking actual version of hostapd from github (git clone git://w1.fi/hostap.git) but version from 2024.03.09
hostapd compilation fails with problem with MLD as below:
/home/openwrt66/openwrt/build_dir/target-aarch64_cortex-a53_musl/hostapd-full-internal/hostapd-2024.03.09~695277a5/src/ap/sta_info.h: In function 'ap_sta_is_mld':
/home/openwrt66/openwrt/build_dir/target-aarch64_cortex-a53_musl/hostapd-full-internal/hostapd-2024.03.09~695277a5/src/ap/sta_info.h:424:20: error: invalid use of undefined type 'struct hostapd_data'
424 | return hapd->conf->mld_ap && sta && sta->mld_info.mld_sta;
| ^~
make[4]: *** [../src/build.rules:89: /home/openwrt66/openwrt/build_dir/target-aarch64_cortex-a53_musl/hostapd-full-internal/hostapd-2024.03.09~695277a5/build/hostapd/main.o] Error 1
make[4]: Leaving directory '/home/openwrt66/openwrt/build_dir/target-aarch64_cortex-a53_musl/hostapd-full-internal/hostapd-2024.03.09~695277a5/hostapd'
An update to hostapd v2.11/ d945ddd368085f255e68328f2d3b020ceea359af (2024-07-20) probably just depends on someone rebasing the (quite intensive) patchset and providing a tested PR. I wouldn't raise expectations for MLO and full wifi7 feature compatibility with that either, this is still a work in progress (on many fronts).
Could you please share screen from LUCI Wireless Overview page?
For those who compile images, there is my Makefile from ~/openwrt/package/kernel/mt76/ which allows also to install the firmware for mt7925. I dont know why in orginal one we have dependencies between 7921 and 7925 - I removed it in my file.
My observation 6G not working - perhaps due to changes above
Only in Legacy it works..
All seems to work normally without DFS channels (and that will not work, due the card is a client card, not for production environment or routers dedicated one).