From owner-freebsd-questions Tue Apr 6 2:21: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id E1500151AD for ; Tue, 6 Apr 1999 02:21:01 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id CAA04149; Tue, 6 Apr 1999 02:17:21 -0700 (PDT) Date: Tue, 6 Apr 1999 02:17:21 -0700 (PDT) From: rick hamell To: Rob Hunter Cc: questions@FreeBSD.ORG Subject: Re: SoundBlaster AWE64 Config problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > This is what I had to do to get mine working (3.1-RELEASE recently taken > up to 3.1-STABLE) > > Kernel changes: > > controller pnp0 > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device awe0 at isa? port 0x620 > device opl0 at isa? port 0x388 > > [root@sticky] /boot# less boot.conf > load kernel > load -t userconfig_script /boot/kernel.conf > > [root@sticky] /boot# less kernel.conf > pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 > pnp 1 1 os enable port0 0x201 > pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 This worked perfectly for me... I did make one little change, pnp 1 1 os enable port0 0x208 instead of 1 at least the kernal complies, pnpinfo sees everything and /dev/sndstat has stuff in it... Now... how the &#@()(&*#!*()& do I use this? :) I can't seem to find the device that xcdplayer needs.... :( I've tried /dev/wdc1 which seems to not be present (but is reported by my kernel to be the CDROM drive,) wd1c produces an device not configured error...:( Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message