08-31-2017 08:30 AM
For completeness, I attach also the xorg.conf (this is how it looks like after the setup.sh of eGalax)
09-05-2017 02:15 AM
Update on this:
I've been able to run my touchscreen and recover the RAD functionality by doing following:
1) $ rm /usr/local/natinst/tools/kernel_version 2) $ source /usr/local/natinst/tools/versioning_utils.sh 3) $ setup_versioning_env 4) $ versioning_call /usr/local/natinst/nikal/bin/updateNIDrivers $(kernel_version)
My error was that I did only step 2 and 3 of those command lines, and then I was running only
$ updateNIDrivers
which for some reason probably did not update everything for the RAD, could that be the reason?
09-11-2017 07:30 PM
If you don't remove that file in step 1, the older kernel version (the released kernel) will be used when updating the NI modules. They will not be updated for the actual running kernel.
Sorry for the lack of updates, I've been out for a while.