Date: Wed, 12 Jan 2000 16:39:28 -0700 From: hal Lynch <hal@sticky.usu.edu> To: FreeBSDQuestions <freebsd-questions@FreeBSD.ORG> Subject: HELP: sound yes joystick no Message-ID: <l03130300b4a2bdfd303b@[129.123.1.184]>
next in thread | raw e-mail | index | archive | help
I have an I/O Magic MagicSound 16 ISA sound card. The sound works just fine.
The joystick does not. Does anyone have a clue as to how I can make
the joystick work?
The test program shown in joy(4) dosen't seem to see the joystick.
Here is what I believe to be the significant entries in my kernel
configuration file.
-------------------------------------
controller pnp0
#
# Sound board
#
device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15
device joy0 at isa? port "IO_GAME"
-----------------------------------------
Here is my /boot/kernel.conf
-----------------------------------
pnp 1 1 os enable port0 0x534 port2 0x220 port3 0xe0d irq0 10 drq0 1 drq1 6
q
------------------------------------
here are what I believe to be the important lines from dmesg
--------------------------------------
........
FreeBSD 3.2-RELEASE #10: Fri Dec 17 12:00:31 MST 1999
root@bogey.usu.edu:/usr/src/sys/compile/BOGEY
Timecounter "i8254" frequency 1193182 Hz
Timecounter "TSC" frequency 300682881 Hz
CPU: AMD-K6(tm) 3D processor (300.68-MHz 586-class CPU)
Origin = "AuthenticAMD" Id = 0x58c Stepping=12
Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
real memory = 33488896 (32704K bytes)
config> pnp 1 1 os enable port0 0x534 port2 0x220 port3 0xe0d irq0 10 drq0
1 drq1 6
config> q
avail memory = 30146560 (29440K bytes)
Preloaded elf kernel "kernel" at 0xc0291000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc029109c.
Probing for devices on PCI bus 0:
Probing for devices on PCI bus 1:
......
Probing for PnP devices:
CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffffffff Comp ID: @@@0000
[0x00000000]
AD_WAIT_INIT FAILED 1002 0xff
mss_attach <OPTi931>1 at 0x530 irq 10 dma 1:6 flags 0x16
pcm1 (OPTi931 <OPTi931> sn 0xffffffff) at 0x530-0x537 irq 10 drq 1 flags
0x16 on isa
......
joy0 at 0x201 on isa
joy0: joystick
-----------------------------------------------
Here are the appropriate devices
------------------------------------------
crw-rw-rw- 1 root wheel 30, 20 Sep 21 14:44 /dev/audio1
crw-rw-rw- 1 root wheel 30, 19 Sep 22 10:37 /dev/dsp1
crw-rw-rw- 1 root wheel 30, 21 Sep 21 14:44 /dev/dspW1
crw-rw-rw- 1 root wheel 30, 16 Sep 21 14:44 /dev/mixer1
lrwxrwxrwx 1 root wheel 6 Sep 21 14:44 /dev/audio -> audio1
lrwxrwxrwx 1 root wheel 4 Sep 21 14:44 /dev/dsp -> dsp1
lrwxrwxrwx 1 root wheel 5 Sep 21 14:44 /dev/dspW -> dspW1
lrwxrwxrwx 1 root wheel 6 Sep 21 14:44 /dev/mixer -> mixer1
crw-r----- 1 root operator 51, 0 Sep 9 10:40 /dev/joy0
crw-r----- 1 root operator 51, 1 Sep 9 10:40 /dev/joy1
------------------------------------------
How do I make the joystick work? Does anyone have a clue for the clueless?
hal
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?l03130300b4a2bdfd303b>
