kRogue
30th June 2005, 08:30 AM
o my system I have a couple of joysticks (namely 2 very old sidewinder gamepads and 1 Sidewinder USB joystick). In Fedora Core 1 I added the lines:
################################################
###### Get the joysticks working ###############
action "Loading joydev module: " insmod joydev
action "Loading gameport module: " insmod gameport
######## choose physical gameport device #########
## uncomment below to use gameport on SBLive! card
## action "Loading emu10k-gp module: " insmod emu10k1-gp ##
## load the generic gameport driver:
action "Loading ns558 (Genertic ISA gameport driver):" insmod ns558
#### now load sidewinder module #####
action "Loading sidewinder module: " insmod sidewinder
to rc.sysinit... now if I do modprobe by hand the above modules, whn I run jstest, it syas there are no joysticks... hmm... so what do I do?
Update: chagned since FC1, the joystick devices are now in /dev/input/ instead of /dev, however, at this point it only finds the USB joystick, the Sidewinder are MIA.
Update: the startup sequence apparently automaticly loadsup the module for my aging SBLive's gameport (emu10k1_gp), bt the sidewinder pads are hooked up to the Moterboards (builtin) gameport [this is becuase under Win9x, the SBLive gameport is flaky). after (by hand) removing emu10k1_gp via rmmod, and then doing the above the sidewinders appeared. Though, would one remove the emu10k1_gp loading for the boot up sequence?
################################################
###### Get the joysticks working ###############
action "Loading joydev module: " insmod joydev
action "Loading gameport module: " insmod gameport
######## choose physical gameport device #########
## uncomment below to use gameport on SBLive! card
## action "Loading emu10k-gp module: " insmod emu10k1-gp ##
## load the generic gameport driver:
action "Loading ns558 (Genertic ISA gameport driver):" insmod ns558
#### now load sidewinder module #####
action "Loading sidewinder module: " insmod sidewinder
to rc.sysinit... now if I do modprobe by hand the above modules, whn I run jstest, it syas there are no joysticks... hmm... so what do I do?
Update: chagned since FC1, the joystick devices are now in /dev/input/ instead of /dev, however, at this point it only finds the USB joystick, the Sidewinder are MIA.
Update: the startup sequence apparently automaticly loadsup the module for my aging SBLive's gameport (emu10k1_gp), bt the sidewinder pads are hooked up to the Moterboards (builtin) gameport [this is becuase under Win9x, the SBLive gameport is flaky). after (by hand) removing emu10k1_gp via rmmod, and then doing the above the sidewinders appeared. Though, would one remove the emu10k1_gp loading for the boot up sequence?