Click to See Complete Forum and Search --> : Gamepad-- Load on startup?


synecdoche
07-07-2003, 09:58 PM
I've discovered, with the help of old posts on this forum, that I can get my gamepad working by doing:

modprobe joydev
modprobe ns558
modprobe analog
modprobe interact

on my RH9 system. Now, the question is how can I get this to load on start up?

Thanks very much!
-dave

drummerboy195
07-07-2003, 10:06 PM
add those lines to the end of /etc/rc.d/rc.local

synecdoche
07-08-2003, 01:26 AM
Awesome, thanks!

mdwatts
07-08-2003, 05:08 AM
You may need to specify the full path to modprobe.

/sbin/modprobe joydev
.
.
.