Home » Questions » Computers [ Ask a new question ]

/dev/input/uinput Device appears to be 'broken'

/dev/input/uinput Device appears to be 'broken'

I'm trying to setup Pystromo so that I can remap the keys on my Belkin N52TE gamepad.

Asked by: Guest | Views: 232
Total answers/comments: 1
Guest [Entry]

"You are not supposed to read from uinput, as uinput is for creating user space devices and sending events to them, so the No such device message is normal.

I assume that it was either a simple permissions problem or a change in the location of the uinput device itself (i.e. /dev/uinput was expected but it was in /dev/input/uinput), both of which have changed in Ubuntu a while back, so that programs that expected old behavior might have gotten confused."