Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2001 13:24:55 -0700 (PDT)
From:      Ed Alley <alley1@llnl.gov>
To:        MaoFu1kan@aol.com
Cc:        freebsd-questions@freebsd.org, wea@llnl.gov
Subject:   damn soundcard
Message-ID:  <200109282024.f8SKOt204704@jordan.llnl.gov>

next in thread | raw e-mail | index | archive | help


On Thu, 27 Sep 2001 MaoFu1kan@aol.com wrote:

> device           pcm0
> device           sb0  at isa? port 0x220 irq 5 drq 1
> device           sbxvi0 at isa? drq 5
> device           sbmidi0 at isa? port 0x330

You appear to be running Soundblaster on FreeBSD-4.2:

My Soundblaster configuration on 4.2 was:

device		snd	# Voxware controller

device		sb0	at isa? port 0x220 irq 5 drq 1
device		sbxvi0	at isa? port 0x220 drq 7
device		sbmidi0	at isa? port 0x300

Of course the drq and port numbers depend upon the jumpers
that I have set on my board (I have an old non-pnp board).

I was forced to use the Voxware controller under 4.2 because
the pcm controller didn't seem to do the trick for me.

On FreeBSD 4.4, however, the Voxware settings are deprecated!
I was able to get my card working on 4.4 with the following:

device		pcm
device		sbc0	at isa? port 0x220 irq 5 drq 1 flags 0x17

There doesn't seem to be a way to wire up the midi device under
pcm at this time.

Hope this helps.
			Ed Alley


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?200109282024.f8SKOt204704>