There's another solution, if you want the module loaded when some
application asks for it, you just have to add a few lines to
/etc/modprobe.conf (taken from
/usr/src/linux/Documentation/input/joystick.txt):
alias tty-ldisc-2 serport
alias char-major-13 input
above input joydev ns558 analog
options analog map=gamepad,none,2btn
That's just an example, in your case, you might not want the options
line, or the ns558 modules. It can be adapted to your needs. The
"serport" module is only necessary for serial port joysticks. the
"char-major-13" line refers to the joystick device, major number 13
(type ls -l /dev/input/js0). After the "input" module has been loaded,
the line "above" tells the system to load other modules as well, maybe
you only need analog...
--
Jorge Van Hemelryck
_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d