Hello @jock,
thank you for the quick reply! Indeed, the drivers for the 8723cs have been disabled in the rockchip64 version, as confirmed by my config file:
grep -i "8723" /boot/config-$(uname -r)
# CONFIG_RTL8723CS is not set
# CONFIG_RTW88_8723CS is not set
I found 2 GitHub repos with the uncompiled drivers for the 8723cs chipset:
- https://github.com/VictorIstratii151/rtl8703bs_rtl8723cs_linux_driver
- https://github.com/TinkerBoard-Android/rockchip-android-external-wifi_driver/tree/android14-rockchip
I tried to compile them natively on my machine but without success. They relies on Android-specific headers that are missing in Armbian.
Regarding the rockchip armhf family you mentioned, do I need to completely reinstall Armbian on my board using a different image (the 32-bit armhf one)? Do I have to use the Armbian build framework to achieve this? Or is there a way/tool to cross-compile this specific module for my current 64-bit setup?
Thanks again for your help!