Click to See Complete Forum and Search --> : Having more troubles getting joystick to work...


kuber
03-24-2001, 02:40 PM
Ok... I upgraded my kernel so my interact joystick can be loaded as a module..
I run insmod and modprobe of interact
My lsmod reads:

3c59x 22624 1
interact 2720 0 (unused)
input 3328 0 [interact]
gameport 1696 0 [interact]
emu10k1 51312 0 (unused)
soundcore 3888 4 [emu10k1]
slip 8320 0 (unused)

But then I run a program to see if my js is working at /dev/js0 and I get that there is no such device... What do I need to do to assign gameport/interact to js0??? I am having a hard time finding much documentation on this...
Thanks,
kuber

bdg1983
03-24-2001, 02:54 PM
I believe that something needs to be added to /etc/XF86Config or the config for X4. Anything at www.xfree86.org (http://www.xfree86.org) on joysticks?

kuber
03-24-2001, 03:04 PM
At the moment I am just trying to get it to work at the console... When I run jstest I get a no such device error....