Juan Linietsky wrote:
> I cant seem to get the joystick port to run under this card (Ensoniq 1371)
> under alsa 0.9.rc6.

You might have better luck with 0.9.7c.

> state.AudioPCI {
>         control.1 {
>                 comment.access 'read write'
>                 comment.type BOOLEAN
>                 iface CARD
>                 name 'Joystick Enable'
>                 value true
>         }
>         control.2 {
>                 comment.access 'read write'
>                 comment.type ENUMERATED
>                 comment.item.0 'port 0x200'
>                 comment.item.1 'port 0x208'
>                 comment.item.2 'port 0x210'
>                 iface CARD
>                 name 'Joystick Address'
>                 value 'port 0x200'
>         }
>
> I tried using all the values above, but nothing works, and higher values are
> ignored (error is reported).

The driver cannot change the gameport's port address while it's
enabled, so you have to disable the joystick, then change the port,
then enable it again.


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to