Originally Posted By: Archeon
Script output:

Code:
# /usr/local/bin $ rebind_touchscreen.sh
+ USBTOUCHSCREEN=/sys/bus/hid/drivers/usbtouchscreen
+ HID=/sys/bus/hid/drivers/hid-generic
+ modprobe hid-generic
+ modprobe usbtouchscreen
+ '[' -d /sys/bus/hid/drivers/hid-generic -a -e /sys/bus/hid/drivers/usbtouchscreen/unbind ']'
+ exit 0


Okay, so the script didn't find the device. I wondered if it would or not. smile
If you can still set it up on the RPi board, that would be useful to help puzzle out the basics for me. Once set up there, post the output from this:

ls -lF /sys/bus/hid/drivers/*

And maybe do the same for the Mint system first. EDIT: do this on the Mint system before issuing that command:
modprobe usbtouchscreen hid-generic


Edited by mlord (09/09/2014 12:17)