How To Build Module
How To Build Module
1. Please make sure some packages are installed before you want to build the
kernel module “tkusb.o”, such as tcl, development library and kernel-source.
Note: The kernel-source version must be the same as your running kernel.
2.1 ) Open a terminal window and locate the copied directory. Then, go to the
subdirectory “USBSrc”. Execute “make all”. Then, the kernel module will
be built in your working directory.
2.3 ) Make device node for USB TouchScreen controller. For example,
mknod /dev/tkpanel0 c 180 180 ( for first USB TouchScreen controller )
mknod /dev/tkpanel1 c 180 181 ( for second USB TouchScreen controller )
Note: The user can check which internal kernel module is loaded for USB
TouchScreen controller via below instruction in a terminal window.
cat /proc/bus/usb/devices