arkanoid
Joined: 08 Oct 2007 Posts: 1
Digg It |
Posted: Mon Oct 08, 2007 3:54 pm Post subject: No button events |
|
|
Hey!
First of all, everything seems to be working - with wmgui I can connect to the wiimote, and it registers button, IR-data, acceleration and so forth correctly.
However, when I run wminput, it correctly connects to the wiimote and prints out 'ready' on the terminal - but then nothing happens. It doesn't magically start working as a mouse, and there's no response from it, according to xev.
If i strace wmgui, I correctly get this:
| Code: | read(4, "A", 1) = 1
futex(0x80c8e84, FUTEX_WAKE, 1) = 0
futex(0x80cb930, FUTEX_WAIT, 2, NULL) = 0
futex(0x80cb930, FUTEX_WAKE, 1) = 0 |
when I press the A-button
However, no such thing shows up when stracing wminput
I gave WMD a shot as well, along with the evdev-driver for X. Mouse movement works here, and I do get button-output on the terminal:
| Code: | Send Key DOWN: 273
Buttons down: ['A']
Send Key UP: 273
Buttons up: ['A'] |
However, buttons have absolutly no effect here and aren't detected by xev either.
All configuration files are in pristine state, without any local modifications.
cwiid was installed through the gentoo-overlay.
Any help would be much appreciated  |
|