[snip]
> I recompiled my kernel so that ns558, analog, and joydev are
> modules. I have the ALSA driver for my Ensoniq 1371 built into
> the kernel. I think the gameport driver is part of the es1371
> driver. I tried adding analog and joydev to my
> /etc/modules.autoload. They load just fine, although, there is
> no ouput in dmesg and I have no /dev/input/js0. I tried unloading
> them and then loading ns558 and I got a 'No such device' error.
> I reloaded analog and joydev by hand. Still no /dev/input/js0.
> I'm going out of my mind.
>
> --
> Andrew Gaffney
First, make sure the correct joystick modules are loaded. Then, edit your
/etc/asound.state file look for a section similar to this:
control.2 {
comment.access 'read write'
comment.type BOOLEAN
iface CARD
name 'Joystick Enable'
value true
}
Make sure the value is set to "true". Save the file and try the following
commands:
% alsactl store
% alsactl restore
Check dmesg and hopefully the joystick module has been loaded. Hope this
helps,
-jrh
--
[EMAIL PROTECTED] mailing list