Alex_R
(Alex R.)
October 17, 2024, 12:20am
81
Im experiencing exactly the same. Which is sad because this is the only image i’ve found that actually has all WIFI radios working.
Was thinking maybe the wpa_supplicant was overwriting settings on reboot, i deleted it and still happened.
I’m about to try to write to internal memory although doubt it would make any difference.
I’ve never had this issue with any SD card image before.
I have tried with a handful of different SD Cards. Some new, and some not. All same.
Works great until a reboot wipes any config.
Alex_R
(Alex R.)
October 17, 2024, 7:11am
82
I got it to work by updating to the most recent snapshot, then reinstalling LUCI from the CLI after updating the network config.
Seems fine now. Just dont try to modify the 6g. It is still buggy and will not work after any modification.
1 Like
EPinci
October 17, 2024, 9:46pm
83
With the latest snapshot and the MTK feeds, the wifi can be made stable.
You just need to add
option band '6g'
option channel 'auto'
to the configuration of radio2 in /etc/config/wireless
You also probably need to set a country to all the three radios.
After that, also changes from LuCI seems to be stable.
Alex_R
(Alex R.)
October 18, 2024, 12:30am
84
Thanks!
The issue is compiling without errors. Which is why i used the provided image.
Alex_R
(Alex R.)
October 18, 2024, 1:56pm
85
Everytime:
patching file drivers/mtd/ubi/build.c
Hunk #1 FAILED at 644.
Hunk #2 succeeded at 676 with fuzz 1 (offset 9 lines).
1 out of 2 hunks FAILED – saving rejects to file drivers/mtd/ubi/build.c.rej
Patch failed! Please fix /home/open3/openwrt/target/linux/generic/backport-5.4/430-v6.3-ubi-Fix-failure-attaching-when-vid_hdr-offset-equals.patch!
make[3]: *** [Makefile:122: /home/open3/openwrt/build_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/linux-5.4.281/.prepared] Error 1
make[3]: Leaving directory ‘/home/open3/openwrt/toolchain/kernel-headers’
time: toolchain/kernel-headers/compile#5.98#3.82#7.71
ERROR: toolchain/kernel-headers failed to build.
make[2]: *** [toolchain/Makefile:97: toolchain/kernel-headers/compile] Error 1
make[2]: Leaving directory ‘/home/open3/openwrt’
make[1]: *** [toolchain/Makefile:93: /home/open3/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/stamp/.toolchain_compile] Error 2
make[1]: Leaving directory ‘/home/open3/openwrt’
make: *** [/home/open3/openwrt/include/toplevel.mk:230: world] Error 2
And i followed these instructions exactly
https://git01.mediatek.com/plugins/gitiles/openwrt/feeds/mtk-openwrt-feeds/
frank-w
(Frank W.)
October 18, 2024, 2:54pm
86
This thread is about mainline openwrt wifi configuration,not mtk feed and not build errors. Please create dedicated thread and tell what exactly you are using there
Alex_R
(Alex R.)
October 18, 2024, 3:04pm
87
Sorry didn’t mean to post in the wrong place. Please feel free to move to delete.
brw02005
(Benjamin Webb)
November 15, 2024, 8:35pm
88
Glad you guys got it working any chance of MLO (Multi-Link Operation) supposed to be a wifi 7 where clients use multiple bands at once at least from what I read. Then again need to crawl before we can walk and everybody probably still working on stability and normal operation.
MLO has been included recently (git.openwrt.org Git - openwrt/openwrt.git/commit ). Still preliminary support though. I haven’t had a chance to see what part of MLO is working and what isn’t, but we’re getting there.