2026-06-11 04:54:47
2.1 Enable Test Mode
Open the terminal (must run as administrator) on Windows 7 / Windows 10, and enter the command:bcdedit /set testsigning onto enable test mode. Restart the system after configuration.
After successful operation, restart the computer. A prompt indicating the system has entered test mode will appear in the lower-right corner of the desktop.



2.2、Install the driver

Right-click the xdma.cerfile shown in the image above, select“Install,” and install the certificate using the default settings. Then, right-click XDMA.inf and select“InstallDriver.


3. Installing the driver on Linux
3.1. Compiling the driver
Open a terminal in the `Driver` folder and type `make` to compile the driver. Once compilation is complete, you will see that the `xdma.ko` file has been generated.

3.2. Driver Installation
In the terminal, enter `sudo insmod xdma.ko` to install the driver. Once installed, you can use `lsmod` to view the driver, and `lspci` to view the capture card device.

