Intel AX200 / 210 working on laptop?
-
The default wifi module is RT8852BE and It have a quite bad bluetooth compatible with my mouse.
I saw wiki and it said AX200 can be replaced on this board. Just plug in to m2 slot and git clone firmware from intel to /lib/firmware/ to make it work. that's right?
But how about ax210? I think it may not working because the low version of kernel (5.10)
-
@plumlis
The AX200 has been tested before and can be used, but the AX210 is still not working. Waiting for subsequent kernel upgrades. The model shown in the figure has been previously verified.
-
Just got my ax200 and installed.
The kernel notebook v20 using doesn't include iwlwifi module.
Have to compile with iwlwifi enabled.
sudo apt-get update sudo apt-get upgrade sudo apt-get install git git clone https://github.com/yanyitech/coolpi-kernel.git sudo apt-get install flex bison libssl-dev sudo ln -s /usr/bin/python3.10 /usr/bin/python
edit deconfig and enable module.
coolpi-kernel//arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig
add
CONFIG_IWLWIFI=m CONFIG_IWLDVM=m CONFIG_IWLMVM=m
./build-kernel.sh Welcome to using Coolpi Development Board! ------------------------------------------ Please enter a number to select your machine 1. cp4b 2. cp4b-hdmi-in 3. cm5-evb 4. cm5-evb-v11 5. cm5-minipc 6. cm5-notebook 7. cm5-notebook-v20 8. cm5-8uart 9. cpnano 10. exit Enter option number: 7
Then following this guide.
Wifi and Bt will working.
I think AX210 should be work too. Someone already get it work.
https://cool-pi.com/topic/206/introduction-to-cool-pi-cm5-interface/70?_=1720057030240 -
@plumlis
The testing before AX210 was problematic. The most basic BT cannot recognize it, it seems that the firmware version of WIFI is incorrect.