Well, this is what I use to get my interact (dif model, though) working.
First, start up a console, then:
$ su
$ [enter root password]
$ /sbin/modprobe joydev
$ /sbin/modprobe ns558
$ /sbin/modprobe analog
$ /sbin/modprobe interact
Then, to test it, do this:
$ jstest /dev/js0
You'll see a bunch of number if everything is okay. Now try pushing all the buttons on your joystic and move the control pad around and make sure everything gets a response.
If that works, then you must edit the file (i THINK) /etc/rc.d/rc.local and add the /sbin/modprobes to it and that will get your gamepad loaded on startup.
This works for me in Red Hat 9, and I am assuming that your controller is plugged into the gameport, not a usb port.
Good luck!
-dave
|