Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 17:26:02 -0500
From:      Randall Hopper <aa8vb@pagesz.net>
To:        William McVey <wam@sa.fedex.com>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: SoundBlaster Config problem
Message-ID:  <19990131172602.B1086@pagesz.net>
In-Reply-To: <199901312134.PAA05565@s07.sa.fedex.com>; from William McVey on Sun, Jan 31, 1999 at 03:34:10PM -0600
References:  <199901312134.PAA05565@s07.sa.fedex.com>

next in thread | previous in thread | raw e-mail | index | archive | help
William McVey:
 |	controller     snd0
 |	device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
 |	device sbxvi0   at isa? drq 5
 |	device sbmidi0  at isa? port 0x330
 |	device mpu0     at isa? port 0x330 irq 6 drq 0
 |	device uart0 at isa? port 0x330 irq 5 vector "m6850intr"

Well, since all the boot probes say you have a Soundblaster Pro, I'll
assume that you do.

If so, you don't need this line:
device sbxvi0   at isa? drq 5

That's the Soundblaster 16 16-bit device.

I would also try waxing mpu0 and uart0:

Are you sure your SBPro's PCM side on IRQ 7?  Only the original
soundblasters were on that by default.  IRQ 5 is more typical:

controller      snd0   
device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
device sbmidi0  at isa? port 0x330
device opl0     at isa? port 0x388

Randall

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



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