1
2
3
4
5
6
7
8
9
10
11
12
13 | -- [ ERROR ] ------------------------------------------------------ Error: No stuitable uinput device found, tried: /dev/input/uinput: No such file or directory /dev/uinput: Permission denied /dev/misc/uinput: No such file or directory Troubleshooting: * make sure uinput kernel module is loaded * make sure joydev kernel module is loaded * make sure you have permissions to access the uinput device * start the driver with ./xboxdrv -v --no-uinput to see if the driver itself works |