Senscomm Wireless
SCM2625A
WARNING
The community has noted a driver issue with this hardware and can wait for an upstream update.
WARNING
The driver source code for the SCM2625 series modules is not publicly available (although the README file indicates that the source code is hosted on GitHub). The driver source code package must be obtained by contacting sales channels or downloaded from here.
DANGER
This tutorial currently only applies to Linux kernel versions 4.19-5.4.
Since the driver source code provided by different sources does not compile properly in higher kernel versions, please wait for upstreaming to use it.
Here, we use the driver source code package provided by LB-Link as an example:
bash
tar -zxvf jinjihu-ax-JINJIHU_SCM2625A_V2.0.10.tar.gz
cd jinjihu-ax-JINJIHU_SCM2625A_V2.0.10
# Compile the driver module
make modules
# Install the module
sudo make install