Using AX210 on Rock 5B, but bluetooth can not work

According to [1], AX210 can be used for kernal newer than 5.10, but my AX210 does not work well on armbian, which kernel is 5.10.72.

Summary from internet[1], I have tried copying the latest firmwave to “/lib/firmwave/” to enable AX210:

Commads like this:

wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20220913.tar.gz
tar -vxzf linux-firmwave-20220913
cd linux-firmwave-20220913 && sudo cp iwlwifi-*.{ucode,pnvm} /lib/firmware/

But that still not work.
Finally, I rename a .pnvm file then wifi can work according to [2], but bluetooth still not work. Bluetooth is with a error message " Bluetooth: hci0: Intel Read version failed (-22)".

Or maybe I have to wait kernel update to 5.15+?.
By the way, someone who want to use ax210 on 5.10 can refer these steps, but only wifi works.

references

[1] https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#introduction
[2] https://bbs.archlinux.org/viewtopic.php?id=269747

This is not Ubuntu/Debian on x86 (where the distro team cares about kernel versions and that kernel and userland match) so there won’t be such ‘kernel update to 5.15+’ anytime soon. You’re currently running your RK3588 device with a forward ported vendor kernel that dates back to some 2.6 version.

Efforts to support RK3588 and its various IP blocks in mainline kernel have started recently but this will take a long time and eventually there will be some 6.x kernel supporting a number of subsystems. In half a decade maybe all IP blocks might be supported by upstream mainline kernel.

In the meantime you can hope on Rockchip forward porting their BSP kernel another time (in 2015 they were on 4.4 with RK3399, then on 4.19, currently on 5.10 and within a few years they will be on a more recent version that will be then Google’s required kernel version for the respective Android version Rockchip wants to support).

‘BLE5.2’ supported at hardware specified. AX210’s BLE5.2 is not supported,but REALTEK’s BLE5.2 is ok?

Oh~. Thanks a lot. It seems like that changing to another suitable M.2 card is a better choice now ==.

Sorry, I only have an ax210 card, so I know little about REALTEK’s BLE5.2. We can wait someone others’ advice.

At least you will stay on 5.10 for a long time and the testing and driver optimisations at Rockchip and Radxa focus only on a small number of chipsets. Based on what’s used in the field and what’s recommended I would believe RTL8852BE is a solid choice.