Quote:
Originally Posted by cvarrick
Touch in the KSM menu is not working on my H20v2 ("snow",).
|
I am sorry to hear this.
Quote:
Originally Posted by cvarrick
The web interface does work so I am happy to provide any debug from that interface.
|
Let us see whether KSM does identify the device correctly. Press the button "basic info" and see the values for PRODUCT and PRODUCT_ID.
Then check which touch driver KSM is trying to use. Type/copy
Code:
echo "$ksmroot/Qt/plugins/mousedrivers/$mousedriver"
into the white input field and press the button "execute". The expected result is "/adds/kbmenu/Qt/plugins/mousedrivers/libKoboTS_h2o2.so".
Next check whether the driver is available, by executing
Code:
ls -l "$ksmroot/Qt/plugins/mousedrivers/$mousedriver"