Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 1996 11:16:50 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Levels of Indirection <root@narcissus.ml.org>
Cc:        questions@freebsd.org
Subject:   Re: Adding sb sound support to 2.1.5 kernel
Message-ID:  <Pine.BSI.3.94.961218111428.247B-100000@localhost>
In-Reply-To: <Pine.BSF.3.91.961217185648.6157A-100000@narcissus.ml.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Dec 1996, Levels of Indirection wrote:

> Hello.  I'm trying to get sound support on my 2.1.5 box.  I added the 
> following lines to my kernel config file:
> 
> # sbxvi: SoundBlaster 16
> # sbmidi: SoundBlaster 16 MIDI interface
> device          snd0

snd0 isn't a device, it's a controller, and you must have the sb0 device
too.

This is a proper config section, assuming the defaults for the sb, irq 5,
dma 1:

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  # if you want

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.961218111428.247B-100000>