CWiid Version 0.6.00 unable to open uinput
Bug #312957 reported by
ethana2
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cwiid (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
ethan@home:~$ sudo rmmod uinput
ethan@home:~$ sudo modprobe uinput
ethan@home:~$ wminput
unable to open uinput
ethan@home:~$ wminput -v
CWiid Version 0.6.00
If anyone has had any success with wminput on Ubuntu 8.10, at all, please let me know.
To post a comment you must log in.
This is probably due to permissions. uinput can listen and inject keystrokes, so by default it's restricted to root.
The manpage has a few suggestions on how to work around this; try "sudo wminput" and see if it still errors out.
If sudo fails, can you attach the output of "lsmod"?