Ignacio Vargas
Results
3
comments of
Ignacio Vargas
Sure thing ``` ignacio@IgnacioPC:~$ lsmod | grep uinput uinput 20480 1 ignacio@IgnacioPC:~$ ls /dev/uinput /dev/uinput ```
``` ignacio@IgnacioPC:~$ ls -al /dev/uinput crw------- 1 root root 10, 223 Jul 15 11:46 /dev/uinput ```
I can confirm I copied the udev rules file to /etc/udev/rules.d and reloaded my udev rules, like it says in the README. If it helps, here are its permissions ```...