dimag0g
Very Active Member
My mistake, I meant /lib/modules/3.2.53/kernel/drivers/input/touchscreen
So, the new plan:
run md5sum `sudo modprobe -l ads7846`
if the output reads:
eb5e6c.............691 /lib/modules/3.2.53/kernel/drivers/input/touchscreen/ads7846.ko
then you have exactly the same driver as me. That means your touchscreen is really different from what I have, so you'd better stick with original tslib. Maybe you could collect the log from ts_calibrate (run sudo ts_calibrate > /tmp/logfile), but I'm not sure this will help.
If not, please send me the driver so I can take a look.
So, the new plan:
run md5sum `sudo modprobe -l ads7846`
if the output reads:
eb5e6c.............691 /lib/modules/3.2.53/kernel/drivers/input/touchscreen/ads7846.ko
then you have exactly the same driver as me. That means your touchscreen is really different from what I have, so you'd better stick with original tslib. Maybe you could collect the log from ts_calibrate (run sudo ts_calibrate > /tmp/logfile), but I'm not sure this will help.
If not, please send me the driver so I can take a look.
Last edited by a moderator: