From owner-freebsd-questions Mon Jan 31 8:57:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sticky.usu.edu (sticky.usu.edu [129.123.1.155]) by hub.freebsd.org (Postfix) with ESMTP id D4CAA14DC6 for ; Mon, 31 Jan 2000 08:57:18 -0800 (PST) (envelope-from hal@sticky.usu.edu) Received: from [129.123.1.184] (buffy.usu.edu [129.123.1.184]) by sticky.usu.edu (Postfix) with ESMTP id 0DC4034826; Mon, 31 Jan 2000 09:57:17 -0700 (MST) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 31 Jan 2000 09:57:17 -0700 To: FreeBSDQuestions From: hal Lynch Subject: RE: OPTi 931 Sound Card config questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Hello. I am trying to get my OPTi 931 working under 3.4-RELEASE with >GNOME and Enlightenment. Haven't tried 3.4 yet but this works with 3.2. I have I/O Magic MagicSound 16 ISA sound card. The sound works just fine. The joystick does not. The card uses the OPTI 931 chip set. 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 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-rw-rw- 1 root wheel 51, 0 Sep 9 10:40 /dev/joy0 crw-rw-rw- 1 root wheel 51, 1 Sep 9 10:40 /dev/joy1 ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message