software:cwiid
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:cwiid [2008/05/12 14:12] – created kratz00 | software:cwiid [2008/09/07 11:53] (current) – kratz00 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| http:// | http:// | ||
| + | |||
| + | Required: [[software: | ||
| < | < | ||
| + | # change a deprecated function call | ||
| + | sed -ie " | ||
| ./configure --prefix=/ | ./configure --prefix=/ | ||
| make | make | ||
| Line 10: | Line 14: | ||
| < | < | ||
| make install | make install | ||
| + | </ | ||
| + | |||
| + | A Linux kernel with support for uinput, evdev and joydev is needed: | ||
| + | |||
| + | |**Linux Kernel Configuration: | ||
| + | |< | ||
| + | ... | ||
| + | <M> Joystick interface | ||
| + | <M> Event interface | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | |**Linux Kernel Configuration: | ||
| + | |< | ||
| + | ... | ||
| + | <M> User level driver support | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | To use this software without root access, create a new group: | ||
| + | < | ||
| + | groupadd input | ||
| + | </ | ||
| + | |||
| + | Add your user to this group: | ||
| + | < | ||
| + | usermod -aG input kratz00 | ||
| + | </ | ||
| + | |||
| + | And then log out and login in again to take effect of this changes. | ||
| + | |||
| + | Create a udev rule file: | ||
| + | < | ||
| + | cat > / | ||
| + | KERNEL==" | ||
| + | EOF | ||
| + | </ | ||
| + | |||
| + | After restarting the udev daemon, load the kernel module: | ||
| + | < | ||
| + | modprobe uinput | ||
| + | </ | ||
| + | |||
| + | The uinput device permissons should look like: | ||
| + | < | ||
| + | crw-rw---- 1 root input 10, 223 2008-05-19 22:30 /dev/uinput | ||
| </ | </ | ||
software/cwiid.1210594370.txt.gz · Last modified: by kratz00
