Cameron Matheson hat gesagt: // Cameron Matheson wrote: > I just installed Alsa 0.5.12a (btw, it sounds great :), but I really, > really want to use my joystick (in fact, my quest for a working joystick > (on my Ensoniq card, which uses ens1371) led me to alsa in the first > place. Here's a little background: > > Back in my 2.2 kernel days, my joystick worked perfectly, but back then > there was an option that said 'enable joystick at boot-time' when I > enabled the ES1371 option in the kernel. When I switched to 2.4, that > Joystick option was gone... and the normal gameport/ns558 stuff didn't > work. > > Can alsa help me w/ my joystick?
The joystick port has to be configured with the matching kernel modules from the linux kernel itself. See /usr/src/linux/Documentation/joystick.txt You need something like this in your kernel modules config and of course you need the modules ns558, joydev, analog and gameport: alias char-major-13 analog # Type | Meaning # gamepad | 4/6-button n-axis gamepad # gamepad8 | 8-button 2-axis gamepad options analog js=gamepad8 pre-install analog modprobe -k joydev ; modprobe -k ns558 post-remove analog rmmod -r ns558 joydev bye, -- __ __ Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______ / __// __ /__/ __// // __ \ \/ / __ \\ ___\ / / / ____/ / / / // ____// /\ \\ ___\\____ \ /_/ /_____/ /_/ /_//_____// / \ \\_____\\_____\ /_/ \_\ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user