Ok, understandable. Thanks for trying to help me out!

I'm running the most recent version of "Raspbian Wheezy", which is indeed an for RPi optimized version of Debian.

This is what the installation file of the Debian Linux driver says:


Installation Note
1. Please extract the driver source code firstly. Unzip “debian.tar.gz” to a
temp working folder.
2. Enter terminal mode and change to root account by this command. ( su )
3. Rebuild the TouchKit driver.
3.1) Locate the extracted directory. And go to the subdirectory
/touchkit/include then type make new
3.2) change the directory to /touchkit then type make all
The touchKit driver will be rebuild. ( Some packages must be
installed and well configured ).
3.3) type make install to begin to install at the same directory /touchkit
4. Edit the daemon configuration file “/etc/tpaneld.conf” if there is no device
port you want. The configuration should contain some parameters
description as below
MouseMode = DRAWING
DblClickSpeed = 18
DblClickArea = 30
RclickTool = 0
Sound = 0
Port = /dev/ttyS0
Port = /dev/ttyS1
Port = /dev/psaux
Port = /dev/tkpanel0
Port = /dev/tkpanel1
The daemon tpaneld will scan the ports list in the configuration file to
check if touchscreen controller exists or not.
/dev/tkpanel0 and /dev/tkpanel1 are used for USB model.
5. Reboot



And this is the result if I enter these commands:

Code:
pi@raspberrypi ~ $ su
Wachtwoord: 

root@raspberrypi:/home/pi# cd touch/touchkit/include
root@raspberrypi:/home/pi/touch/touchkit/include# make new
rm -f configSTR.h configSTR.mak configINT.h configINT.mak touch.tcl
tclsh ../utility/tcl2h.tcl configSTR.tcl > configSTR.h
tclsh ../utility/tcl2mak.tcl configSTR.tcl > configSTR.mak
tclsh ../utility/tcl2h.tcl configINT.tcl > configINT.h
tclsh ../utility/tcl2mak.tcl configINT.tcl > configINT.mak
tclsh ../utility/ini2tcl.tcl touch.ini > touch.tcl

root@raspberrypi:/home/pi/touch/touchkit/include# cd ..
root@raspberrypi:~# cd /home/pi/touch/touchkit

root@raspberrypi:/home/pi/touch/touchkit# make all
for n in include driver utility xf86drv diag usb; do				\
		make -C $n || exit 1;		\
	done
make[1]: Map '/home/pi/touch/touchkit/include' is entered
make[1]: There's nothing to do there for 'all'.
make[1]: Map '/home/pi/touch/touchkit/include' is abandoned
make[1]: Map '/home/pi/touch/touchkit/driver' is entered
for t in tpaneld; do				\
		if [ -f $t ];  then			\
			cp -f $t bin;				\
		fi;								\
	done
make[1]: Map '/home/pi/touch/touchkit/driver' is abandoned
make[1]: Map '/home/pi/touch/touchkit/utility' is entered
for t in PanelInfo WriteConf; do				\
		if [ -f $t ];  then			\
			cp -f $t bin;				\
		fi;								\
	done
make[1]: Map '/home/pi/touch/touchkit/utility' is abandoned
make[1]: Map '/home/pi/touch/touchkit/xf86drv' is entered
make -s proceed
make[2]: Map '/home/pi/touch/touchkit/xf86drv' is entered
###############################################################
##  XF86 src does NOT exist; use precompiled binary instead  ##
###############################################################
make[2]: Map '/home/pi/touch/touchkit/xf86drv' is abandoned
if [ 11 -gt 400 ]; then				\
		if [ -f touchkit_drv.o ]; then			\
			cp -f touchkit_drv.o bin;			\
		fi;								\
	else									\
		if [ -f xf86TouchKit.so ]; then			\
			cp -f xf86TouchKit.so bin;			\
		fi;								\
	fi
make[1]: Map '/home/pi/touch/touchkit/xf86drv' is abandoned
make[1]: Map '/home/pi/touch/touchkit/diag' is entered
make[1]: Nothing to do here for 'all'.
make[1]: Map '/home/pi/touch/touchkit/diag' is abandoned
make[1]: Map '/home/pi/touch/touchkit/usb' is entered
make -C /lib/modules/3.6.11+/build SUBDIRS=/home/pi/touch/touchkit/usb modules
make: An unknown map is entered
make: *** /lib/modules/3.6.11+/build: File or map does not exist. Stopped.
make: An unknown map is abandoned.
make[1]: *** [build_module] Error 2
make[1]: Map '/home/pi/touch/touchkit/usb'is abandoned
make: *** [all] Error 1

root@raspberrypi:/home/pi/touch/touchkit# make install
(*) Install touch panel daemon [/usr/bin/tpaneld]
/bin/sh: 6: pushd: not found
/bin/sh: 9: popd: not found
(*) Install configuration utility [/usr/bin/touchcfg]
(*) Install XFree86 driver [/usr/X11R6/lib/modules/input/touchkit_drv.o]
cp: Cannot create normal file ‘/usr/X11R6/lib/modules/input/touchkit_drv.o’ : File or folder does not exists
chmod: cannot access ‘/usr/X11R6/lib/modules/input/touchkit_drv.o’: File or folder does not exist
make[1]: *** [_install] Fout 1
make: *** [install] Error 2

root@raspberrypi:/home/pi/touch/touchkit# 


Does that tell you what you need to know?
_________________________
Riocar 80gig S/N : 010101580 red
Riocar 80gig (010102106) - backup