Re: joypad trouble.
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 14, 2002 at 07:33:16AM -0600, César Catrián wrote: > The game port is in the sound card: [..] > yds0 at pci0 dev 9 function 0: Yamaha 724F (DS-1) [..] > how can I get this device configured? Not all PCI soundcards use the legacy gameport definition from the PCI standard that "joy* at pci?" attaches to. On many cards the "main" driver needs to explicitly enable the gameport and attach either a special driver or the standard joystick driver. Try finding docs for your soundcard or look at other OS and see if they support it. If documented, it's pretty straigthforward (a few lines of changes) to make it work, usually. Martin