Woah nice one, imma try building for my router
Hi @qosmio
Amazing job bro.
If you want, I can prepare a compilation for all supported devices and we'll see how it goes?
Regards, Agustín
I'm still compiling (well.....it's already 7.5hrs and still not done), but looking forward to this.
Som ting wong?
Maybe too many packages to compile, I didn't expect that compiling with 24 cores vCPU + 96GB ram w/SSD together can still spend that long time to do.
Offloading is working great both via cable/wifi, but smb performance is horrible, unusable when comparing to AugustinLorenzo build which is working perfectly fine. Will keep using his build for now. For some reason even Luci is slow. Packet steering / software offloading disabled (DL-WRX36).
I think that a lot of people would really appreciate it if you did that. Compiling it is a pretty massive task, so having some ready to go known good builds available would be really helpful.
Can you add Linksys MX4200, I'm just waiting for PR to be merged
I get some error when compiling
Using your repo, can't build with ath10k, so I dropped iot antenna support on Xiaomi ax3600, and it works normal now, I will keep testing it.
we will need to look at the ax9000 ath11k_pci ( aht11k_ahb is fine)
[ 2491.690718] ath11k_pci 0000:01:00.0: failed to fetch reg chan list ext update ev
[ 2491.690777] ath11k_pci 0000:01:00.0: failed to extract regulatory info from received event
[ 2491.705258] WARNING: CPU: 0 PID: 0 at ath11k_wmi_tlv_parse_alloc+0x8d4/0x2d20 [ath11k]
...
[ 5435.211726] ath11k_pci 0000:01:00.0: failed to receive default regd during init
noticed a number of qca patches on ath11k_wmi_tlv_parse_alloc
that may need to be applied including changes on regdb reading from board.
i still seem to be getting led to wait wlan mode request (mode 4): -110 [ 31.712175] ath11k c000000.wifi: qmi failed to send wlan mode off: -110
qosmios config and repo
build failed on ustream-ssl;
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
mbedcrypto_library
linked by target "ustream-ssl" in directory /mnt/4TB/openwrt-ipq/build_dir/target-aarch64_cortex-a53_musl/ustream-ssl-mbedtls/ustream-ssl-2023-11-26-263b9a97
mbedtls_library
linked by target "ustream-ssl" in directory /mnt/4TB/openwrt-ipq/build_dir/target-aarch64_cortex-a53_musl/ustream-ssl-mbedtls/ustream-ssl-2023-11-26-263b9a97
mbedx509_library
linked by target "ustream-ssl" in directory /mnt/4TB/openwrt-ipq/build_dir/target-aarch64_cortex-a53_musl/ustream-ssl-mbedtls/ustream-ssl-2023-11-26-263b9a97
Compiling this is frustrating as heck.
yeah you gotta add ustream mebdtls in make menuconfig in libraries section
I'm using the config shared by @qosmio -- I would presume that should already be workable, no?
nah, i used it and had to add that config
Thank you!
That would be wonderful! I also added a few of your changes + @dimfish so hopefully it should compile and play nicely for other platforms.
@hingbong, oh that's right, I forgot ax3600 had a third QCA9889
antennae for IoT. If memory serves, @Ansuel and @robimarko had mentioned that IoT in OEM firmware was disabled? I could be wrong. I know it was hassle getting full offload on my r7800 (ipq806x) with ath10k.
Were you able to confirm that wifi offloading is also working properly?
@rmandrad Yes, much of the ath11k_pci
related patches still need to be incorporated. So much of QUIC's patches are mixed with things related to 6g or ipq9754/6018 with layered dependancies... It's a very daunting task decoupling. I did try to keep the patch naming as close to the original as possible as to better track what's actually been applied. Should allow easier merging of missing patches.
@Trying2023, sorry about that. I filtered out a lot of PACKAGE_lib*
since those get selected automatically, you need to add back CONFIG_PACKAGE_libustream-openssl=y
(I've updated the gist). Since most of my dependancies required OpenSSL (WPA3
, luci-ssl-nginx
, curl
) I didn't want to double up redundant libraries.
@qosmio any clue