How to build and install NDAS driver manually
- Install the build tools. To build NDAS driver, you need make, gcc, kernel-headers, kernel-devel packages for your system.
- Download tarball from http://code.ximeta.com/dev/.
- x86 version can be found from http://code.ximeta.com/dev/x.x/x/linux
- x86_64 version can be found from http://code.ximeta.com/dev/x.x/x/linux64
- Untar the tarball
We're up to version 1.1.x. So download files from http://code.ximeta.com/dev/1.1
tar zxvf ndas-1.1-x.tar.gz
- Build the driver.
make
- If you build the driver for the kernel other than currently running one, you can specify kernel by setting NDAS_KERNEL_PATH before execute make
export NDAS_KERNEL_PATH=/usr/src/linux-kernel-xxxx
- Install the driver
make install sh ndas start
Now you are ready to go.
Please refer to USAGE to use the NDAS driver.
