Important notes for configuring Joystick Drivers (Linux ONLY)
-------------------------------------------------------------
OSS supports the native Linux joystick drivers for most audio devices.
To configure the kernel joystick drivers do the following:
1) Start OSS by running /usr/local/bin/soundon
2) Now run the following commands for enabling the joystick drivers:
modprobe gameport
modprobe ns558
modprobe joydev
modprobe grip
(if you have a generic analog joystick, replace grip with analog)
In the event you still have problems - kindly download the Joystick
drivers from: http://atrey.karlin.mff.cuni.cz/~vojtech/joystick
To install these drivers, you will need to compile the drivers
first (read the Readme file in the package). Then you should
be able to load them using the following:
make devs (this remakes the joystick /dev entries)
insmod joystick.o
insmod joy-analog.o (or replace with your particular joystick type)
Now you can run .jstest /dev/js0 and should be able to see the status of
the joystick device.
NOTE: 4Front is not responsible for these drivers as these drivers are not
a part of the Open Sound System specification. Any problems with these
drivers must be forwarded to the author of these drivers.