tiny 6410 not able to use touch

Sudhanshu Mehta
Hi All,

i am using tiny 6410  i have compiled TS with QT 

when i run ./fluidlauncher -qws i can see gui on touch screen but i am not
able to use touce for input. i am getting following errors

Couldnt load module friendlyarm-ts-input
No raw modules loaded.
QWSTslibMouseHandlerPrivate: ts_config() failed with error: 'No such file
or dir
ectory'
Please check your tslib installation!


i am using following 
1)

-qt-mouse-tslib  while configuring


2) in  cd/etc vi profile
export LD_LIBRARY_PATH=/usr/local/tslib/lib
export QTDIR=/usr/local/Qt
export QWS_MOUSE_PROTO=tslib:/dev/input/ts-if
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_CONSOLEDEVICE=none
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_PLUGINDIR=/usr/local/tslib/lib/ts
export TSLIB_TSDEVICE=/dev/touchscreen-1wire
export TSLIB_TSEVENTTYPE=INPUT
export QWS_DISPLAY=LinuxFB:mmWidth=105:mmHeight=140


3)$cd /etc/init.d/        $vi rcS

#bin/qtopia&
#echo"                                 "> /dev/tty1
#echo"Starting Qtopia, please waiting..." > /dev/tty1

Sudhanshu Mehta
In  cd/etc vi profile 

I have already compiled tslib. but touch is not working .. 

now i am using follwing and no error is there but still touch screen is not
working.

export
LD_LIBRARY_PATH=/usr/local/Trolltech/QtEmbedded-4.7.0-arm/lib:/usr/local/tslib/l
ib
export QPEDIR=/usr/local/Trolltech/QtEmbedded-4.7.0-arm
export QTDIR=/usr/local/Trolltech/QtEmbedded-4.7.0-arm
export QWS_MOUSE_PROTO=/usr/local/tslib:/dev/input/event0
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_CONSOLEDEVICE=none
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_PLUGINDIR=/usr/local/tslib/lib/ts
export TSLIB_TSDEVICE=/dev/touchscreen-1wire
export TSLIB_TSEVENTTYPE=INPUT
export QWS_DISPLAY=LinuxFB:mmWidth=105:mmHeight=140


if there is anyone who is able to use touch screen i request you to share
following files 
profile
rcS
ts.conf


suggest some way to proceed .. struggling here from 3 days