vitamin wrote: > > Xwang wrote: > > warn:dinput:find_joydevs Failed to open "/dev/input/event0": 13 Permesso negato > > This is your problem. Fix access to the event* device associated with your joystick. This is the output of ls on the /dev/input folder: /dev/input$ ls -all totale 0 drwxr-xr-x 4 root root 400 2009-03-15 23:28 . drwxr-xr-x 14 root root 14860 2009-03-15 23:28 .. drwxr-xr-x 2 root root 120 2009-03-15 23:28 by-id drwxr-xr-x 2 root root 220 2009-03-15 23:28 by-path crw-rw---- 1 root root 13, 64 2009-03-15 10:19 event0 crw-rw---- 1 root root 13, 65 2009-03-15 10:19 event1 crw-rw---- 1 root root 13, 74 2009-03-15 23:28 event10 crw-rw---- 1 root root 13, 66 2009-03-15 10:19 event2 crw-rw---- 1 root root 13, 67 2009-03-15 10:19 event3 crw-rw---- 1 root root 13, 68 2009-03-15 10:19 event4 crw-rw---- 1 root root 13, 69 2009-03-15 10:19 event5 crw-rw---- 1 root root 13, 70 2009-03-15 10:19 event6 crw-rw---- 1 root root 13, 71 2009-03-15 10:19 event7 crw-rw---- 1 root root 13, 72 2009-03-15 10:19 event8 crw-rw---- 1 root root 13, 73 2009-03-15 10:19 event9 crw-rw---- 1 root plugdev 13, 0 2009-03-15 23:28 js0 crw-rw---- 1 root root 13, 63 2009-03-15 11:19 mice crw-rw---- 1 root root 13, 32 2009-03-15 11:19 mouse0 crw-rw---- 1 root root 13, 33 2009-03-15 11:19 mouse1 crw-rw---- 1 root root 13, 34 2009-03-15 10:19 mouse2 I've installed the system on this computer 15 days ago so these are the standard for my distro (kubuntu). Should I open a bug for my distro to change the owner of such files to root:plugdev? Xwang