Date: Fri, 03 Nov 2000 00:41:58 +0100 From: Siegbert Baude <siegbert.baude@gmx.de> To: John Aughey <ajh4@cec.wustl.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Joystick problem Message-ID: <3A01FBC6.FA48325E@gmx.de> References: <Pine.SOL.3.96.1001102164548.13885A-100000@ritz.cec.wustl.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello John, > I am having problems accessing the joystick port. The Joystick worked > with a previous version of FreeBSD (3.4 possible), but it does not work > now. I've tried it on two different machines with different kernel > versions. > > Machine 1: > FreeBSD 4.0-RELEASE > (output of dmesg) > joy0 at port 0x201 on isa0 The joystick port is 0x200 not 0x201. That probably causes your problems. > sbc1: <Creative SB AWE64> at port 0x220-0x22f,...... > sbc1: setting card to irq 5, drq 1, 5 > pcm0: <SB DSP 4.16> on sbc1 > joy1: <Generic PnP Joystick> at port 0x208-20f on isa0 For the AWE 64 Gold I have only device pcm device sbc device joy in my kernel config. Nothing with the isa stuff, as PnP works well. This results in the following dmesg snippet: sbc0: <Creative SB AWE64 Gold> at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 pcm0: <SB DSP 4.16> on sbc0 joy0: <Generic PnP Joystick> at port 0x200-0x207 on isa0 Never checked, if the joystick port really works, but it is detected correctly, so I suppose it should. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A01FBC6.FA48325E>