Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2001 20:34:34 -0400
From:      Mark Conway Wirt <mark@ArsConcero.org>
To:        cameron grant <gandalf@vilnya.demon.co.uk>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: /dev/mixer not working with pcm sbp drivers?
Message-ID:  <20011007203434.A19018@ArsConcero.org>
In-Reply-To: <015901c14ed9$8e646b20$0504020a@haveblue>; from gandalf@vilnya.demon.co.uk on Sun, Oct 07, 2001 at 03:41:24AM %2B0100
References:  <20011006212056.A11509@ArsConcero.org> <015901c14ed9$8e646b20$0504020a@haveblue>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 07, 2001 at 03:41:24AM +0100, cameron grant wrote:
> >   sbc0: <SoundBlaster Pro> at port 0x220-0x22f irq 5 drq 1 flags 0x15 on
> isa0
> >   pcm1: <SB DSP 3.02> on sbc0
> >   pca0 at port 0x40 on isa0
> 
> hmm.  you're trying to set hints for pcm0 which is incorrect for cards using
> sbc.
> also, pca0 is not recommended.
> 
> your config should be:
> device sbc0 at isa? port 0x220 irq 5 drq 1
> device pcm
> 

Hmm.  My kernel config was:

device     pcm0 at isa? irq 10 drq 1 flags 0x0
device     sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15

which gave the previously reported output.  I changed my
kernel config to:

device      pcm
device      sbc

and it changed the output of sndstat to:

FreeBSD Audio Driver (newpcm) Oct  6 2001 20:37:13
Installed devices:
pcm0: <CS423x> at io 0x530 irq 5 drq 1:0 (1p/1r/0v channels duplex)

In other words, it's recognizing my sound chip not as a sound-blaster
compatible (which I believe it is, as the VOXWARE drivers worked for it),
but as what it is specifically.  In doing the problem with the mixer
seems to have gone away.  I don't have a main volume channel, but the
PCM channel is working to adjust the volume.

Thanks for the input!

--Mark

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?20011007203434.A19018>