From owner-freebsd-questions Wed Dec 18 11:17:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA22484 for questions-outgoing; Wed, 18 Dec 1996 11:17:01 -0800 (PST) Received: from gdi.uoregon.edu (cisco-ts12-line3.uoregon.edu [128.223.150.135]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id LAA22476 for ; Wed, 18 Dec 1996 11:16:58 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.2/8.6.12) with SMTP id LAA00273; Wed, 18 Dec 1996 11:16:50 -0800 (PST) Date: Wed, 18 Dec 1996 11:16:50 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Levels of Indirection cc: questions@freebsd.org Subject: Re: Adding sb sound support to 2.1.5 kernel In-Reply-To: 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 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