Main Page | Index

Axis Software User Manual


Compiling the Device Driver

Compiling the Axis module is very straightforward. Assuming the user is in the module source directory and that the kernel source is in directory:

/usr/src/linux-source

Then the command:

#make -C /usr/src/linux-source SUBDIRS=`pwd` modules

will compile the Axis driver.

Under Linux 2.6, the final driver will be called axis.ko. This can be loaded in place using the insmod command or installed in the correct directory in /lib/modules and loaded using the modprobe command.

Correct loading can be confirmed by checking the kernel log with the dmesg command, also the lsmod command should list the axis module.

Once the module is loaded it is available for use.

Much of the drivers functionality can be accesses via the /proc file system. However, the device driver does create a classic character interface which can be access via the /dev directory.


© HEBER LTD. 2005. This document and the information contained therein is the intellectual property of Heber Ltd. and must not be disclosed to a third party without consent. Copies may be made only if they are in full and unmodified. The information contained in this documentation is believed to be accurate and reliable. However, Heber Ltd. assumes no responsibility for its use, and reserves the right to revise the documentation without notice.
Document No: 80-17794, Issue 4r1     Release Date: 01.12.05     Email: support@heber.co.uk    www.heber.co.uk