Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299730 - /dev/input/uinput appears to be broken
Summary: /dev/input/uinput appears to be broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-05 10:51 UTC by Adam Luchjenbroers
Modified: 2010-01-10 10:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Kernel Config - Gentoo-sources-2.6.32-r1 (.config,70.30 KB, text/plain)
2010-01-05 10:52 UTC, Adam Luchjenbroers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Luchjenbroers 2010-01-05 10:51:55 UTC
My /dev/input/uinput device (user-space input device) drivers do not appear to be working. The uinput module is loaded, and can be clearly seen via lsmod. 

If reloaded, no output appears in dmesg.

However, apps that try to use the device (ie. Pystromo) fail to register any input (checked with xev), and attempting to access the device results in an error message.

# ls -l /dev/input/uinput
crw-rw---- 1 root plugdev 10, 223 Dec 31  2009 /dev/input/uinput
# cat /dev/input/uinput
cat: /dev/input/uinput: No such device

This is currently occuring using gentoo-sources-2.6.32-r1, but has also been an issue with earlier kernel versions.
Comment 1 Adam Luchjenbroers 2010-01-05 10:52:48 UTC
Created attachment 215263 [details]
Kernel Config - Gentoo-sources-2.6.32-r1
Comment 2 Rafał Mużyło 2010-01-05 18:18:54 UTC
Do you have a package, that's in portage 
(as pystromo doesn't seem to be one) that uses uinput ?
Otherwise, it's not a bug, but a support question.
Comment 3 Adam Luchjenbroers 2010-01-10 10:41:56 UTC
I had believed that the uinput device 'error' was a sign that the device itself was broken.

This appears to be an incorrect assumption, as updating evdev seems to have eliminated whatever was actually wrong (Pystromo works), and yet this message persists.

Closing as invalid.