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