El Mar 16 Jul 2002 07:18, Kenny Pearce escribi�:
> Anyway, I don't think the controller is properly installed, even if
> xmame has joystick support. `jstest /dev/parport1` gives the following
>
> output:
> > Joystick (Unknown) has 2 axes and 2 buttons. Driver version is 0.8.0.
> > Testing ... (interrupt to exit)
> >
> > jstest: error reading: Invalid argument
This mean that the joystick isn't properly instaled...
First of all you must create the js0,js1...jsX devices, you can do it making:
cd /dev
rm js*
mkdir input
mknod input/js0 c 13 0
mknod input/js1 c 13 1
mknod input/js2 c 13 2
mknod input/js3 c 13 3
ln -s input/js0 js0
ln -s input/js1 js1
ln -s input/js2 js2
ln -s input/js3 js3
And for the testing utilities:
mknod input/event0 c 13 64
mknod input/event1 c 13 65
mknod input/event2 c 13 66
mknod input/event3 c 13 67

Now for load the modules:
modprobe joydev
modprobe gamecon gc=0,7
The lp module musn't be instaled before doing that. Do a 'rmmod lp' to be 
sure.
And now use /dev/js0 for testing:
jstest /dev/js0

I hope that it will be usefull for you, and sorry for my very poor english :d
-- 
        Javi Ferrer - ElCoco
Registered Linux User #277969


_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to