Does jetson platfom support intel AX201 wifi?

Has anyone porting intel AX201 wifi to Jetson platfom?

Can you share what are the steps to port the driver ?

Thanks.

I cannot share much help here, hope someone can have suggestions.

ax201 and ax211 is 100% not supported
cnvi module is only supported on newer intel platform
even amd is not supported
if you want wifi6 choose ax200 or ax210
for ax210 if kernel have Bluetooth issue can install this
sudo apt install git fakeroot build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison #to install needed packages for compiling
git clone https://gitlab.azka.li/l4t-community/kernel/t194/t194-build-script
cd t194-build-script
./build.sh


and ax210 wifi fix is easiest (patch kernel is not needed for this but suggested)
sudo mv /usr/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm /usr/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm.bak

1 Like

Hi leopano

Thanks for your reply.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.