Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 1996 23:49:37 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        TURLOUGH FITZPatric <106154.3334@compuserve.com>
Cc:        freebsd <questions@freebsd.org>
Subject:   Re: SoundCard Error
Message-ID:  <Pine.BSI.3.94.961013234823.261a-100000@gdi.uoregon.edu>
In-Reply-To: <199610121837_MC1-AC8-3AC@compuserve.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.961013234823.261a-100000>