From owner-freebsd-questions Sat Sep 25 6:48:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.ASPI.net (ns.ASPI.net [207.228.215.2]) by hub.freebsd.org (Postfix) with ESMTP id C043B14C99 for ; Sat, 25 Sep 1999 06:48:15 -0700 (PDT) (envelope-from petersen@aspi.net) Received: from aspi.net (Dialup-140.ASPI.NET [206.183.149.140]) by www.ASPI.net (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with ESMTP id JAA12093; Sat, 25 Sep 1999 09:48:10 -0400 Message-ID: <37ECD393.3EEE3AE2@aspi.net> Date: Sat, 25 Sep 1999 09:52:19 -0400 From: Carl Petersen X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Rick Knebel Cc: "questions@FreeBSD.ORG" Subject: Re: AWE64 pnp soundcard References: <19990925092635.A645@rknebel.uplink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick Knebel wrote: > > Hi, > > I put the following lines in my kernel conf file to get my AWE64 PNP > soundcard working. > > device sb0 at isa? port 0x220 irq 5 drq 1 > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device awe0 at isa? port 0x620 > device opl0 at isa? port 0x388 > In your kernel configuration file you also need: controller pnp0 controller snd0 In /boot/kernel.conf: pnp 1 0 os enable irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330 port2 0x388 pnp 1 1 os disable pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 pnp 1 3 os disable In /boot/loader.conf: userconfig_script_load="YES" Make sure the sound device exists in /dev: cd /dev sh ./MAKDEV snd0 That should do it! --Carl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message