i need to install elo touchscreen driver on an intel series panel pc. i do not have any idea whether to install the driver from elo download link as it only supports kernels 2.4 and 2.6! it is better to do that in ubuntu 11.1, is there any way to do that?
I don't understand how tslib works. Let's say I have a serial touchscreen, in my understanding the data flows in the following way:
ts press -> serial port -> ts driver -> tslib -> device file (like /dev/input/eventX)
Is it right? Or do I need to insert some code between ts driver and tslib so that they can communicate?
It seems that after I upgraded to 11.04 this morning, I could not use my touchscreen like I was used to. I tried using cutecom to get a serial dump of the touchscreen, but it seems that the screen is no longer mapped as a serial port if at all.
I can provide any details you need.
Thanks in advance
(At least I got rid of that Unity menu thing.)
hello i have a 3m m170 touchscreen witha serial input but my mobo does not have a serial port i have a usb adapter and ubuntu did find and config it to /etc/ttyUSB0 but ubuntu still does not see the touch screen i do get input from the touchscreen with #cat /dev/ttyUSB what am i missing??
please help
pppppppplease
I’m pleased to announce that the Linux 2.6 kernel has been ported to Apple’s iPhone platform, with support for the first and second generation iPhones as well as the first generation iPod touch.
Hello all, this is my first message here.
I am having bad time trying to use an old touchscreen (the make could be 'TouchKit') on opensuse 11.2.
It is a serial device, connected on the second serial port.
Code:
od -h -w10 </dev/ttyS1
shows something coming out from there if I put my finger on the surface, so hardware and cable are probably good.
I'm currently trying to run the bellow driver in linux-3.8.3 on Exar xr21v1414
http://www.exar.com/connectivity/uart-and-bridging-solutions/usb-uarts/x...,
but when i install the driver vizzini.ko, it arise the follow error:
[ 162.650000] usbserial: USB Serial support registered for Vizzini USB serial port
[ 162.650000] vizzini 1-1.4:1.0: Vizzini USB serial port converter detected
[ 162
I have an HP tm2t wit Fedora 17 64 bit. The screen is a touchscreen that has worked with Linux for all the times, except lately.
I can not tell the cause of the problem or what was the last thing[s] I did before it stopped working. The touch screen stopped working before the update to the latest version.
Hi Guys,
I've written a kernel-mode driver for a capacitive multi-touch screen digitizer, can compile and install under Lucid beta release, and its working nicely - as a single point touchscreen.
I know my code is generating multi-touch messages, but I can't tell if the OS is getting them.