Hmm.. then it might be that you don't have the necessary uinput kernel module in your system.
Could you please run following commands, in this order:
1. grep uinput /proc/modules
What does it print?
2. su -c 'modprobe -i uinput' && grep uinput /proc/modules
Thanks in advance!
Hmm.. then it might be that you don't have the necessary uinput kernel module in your system.
Could you please run following commands, in this order:
1. grep uinput /proc/modules
What does it print?
2. su -c 'modprobe -i uinput' && grep uinput /proc/modules
What does it print?
Thanks in advance!