Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 1999 19:34:20 -0700
From:      Wally Hinson <whinson@aracnet.com>
To:        questions@FreeBSD.ORG
Cc:        arch@ecis.com
Subject:   Re: old Soundblaster 16
Message-ID:  <99083019432800.00296@llama.local.net>
References:  <99083017540200.00273@Orion>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 Aug 1999, avenger wrote:

> i have an old Soundblaster 16 circa 1992. In my kernel now i have 
> 
> controller snd0
> device sb0 at isa? port 0x220 irq 5 drq 1
> device opl0 at isa? port 0x300

I think you need a little bit more than this...the sb(4) man page also lists
device sbxvi0 at isa? drq 5
for SB16-specific support.  You'll want to add "conflicts" to the end of this
line so the kernel knows this is okay even though it appears to conflict with
the basic SB code.

> 
> ive already tried 
> device sbmidi0 at isa? port 0x300
> 
> (my midi is on 300H just because thats where ive had it, although yes ive
> already tried 330H which is the factory default)
> 
> ive also tried 
> device opl0 at isa? port 0x388

I probably have a very similar card to yours...an old Soundblaster 16, bought
around '92 or '93, pre-pnp, pre-wavetable, etc.  Your MIDI port address may be
different from mine, but here's the relevant section of my config file -- hope
it helps.

# Soundblaster 16 support
controller 	snd0
device 		sb0	at isa? port 0x220 irq 5 drq 1
device		sbxvi0	at isa? drq 5 conflicts
device		sbmidi0 at isa? port 0x330
device		opl0	at isa? port 0x388
device		sequencer0

-- 
Wally Hinson
whinson@aracnet.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99083019432800.00296>