Welcome to Linux Questions.
If it is a USB device, then you could try modprobe usb-hid (usb joysticks use the 'human interface device' module). If not, then you could try reading through the kernel joystick documentation... find it in /usr/src/linux/Documentation/input
|