-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
printf command does not do anything #8
Comments
You need to issue multiple commands to In particular, you'll probably see nothing without Note that even if you do see events in
|
Syncing should come after commands, not before them. In your second attempt the sync command was typed incorrectly: |
Try |
Have just built and loaded the module into
Each time I change coordinates, I see incoming event. If I issue the command with the same coordinates, there is no event. Note that slot selection |
Have you tried using the GUI program to generate source events? https://github.com/vi/virtual_touchscreen/releases/download/v1.0/virtual_touchscreen.jar |
The Have you tried running the pre-built jar file I linked above?
Do don't need root access to run it, but you'll need to also start external program to forward events from a TCP socket to |
Checked that
|
Hi,
So I cloned the repo and tried to follow your instructions. I run "make" on the repo, run insmod on the .ko file, and saw the virtual touchscreen is there on /dev/input/event7. However, when I printf to this event, nothing happens and when I listen using hd, there is nothing being output (please see screenshot below). I also did not get anything when I do dmesg | grep virtual_touchscreen. Do you perhaps know why? Could you perhaps tell me what am I supposed to see on dmesg and hd everytime I run a command on the virtual touchscreen? I am using Ubuntu 20.04. Thank you!
The text was updated successfully, but these errors were encountered: