From owner-freebsd-questions Sun Oct 13 23:49:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03400 for questions-outgoing; Sun, 13 Oct 1996 23:49:42 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA03390 for ; Sun, 13 Oct 1996 23:49:39 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id XAA00482; Sun, 13 Oct 1996 23:49:38 -0700 (PDT) Date: Sun, 13 Oct 1996 23:49:37 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: TURLOUGH FITZPatric <106154.3334@compuserve.com> cc: freebsd Subject: Re: SoundCard Error In-Reply-To: <199610121837_MC1-AC8-3AC@compuserve.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 12 Oct 1996, TURLOUGH FITZPatric wrote: > I am just getting to grips with Freebsd 2.1R but, as with every device, I > seam to be stumped at every turn I take. Right now I am trying to get the > soundcard fixed up. It is one of these Roland compatible units so int the > config file I have: > device mpu0 at isa? port 0x330 irq 5 drq 0 That is only for the MPU401 MIDI chip. If you want PCM audio, you need to include the proper device for your card. For instance, I have an AWE32 (a SB16 with a wavetable chip) and the audio section in my config looks like: 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 opl0 at isa? port 0x388 See LINT for full details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major