From owner-freebsd-multimedia Sun Oct 7 18:36:58 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from elvis2.intrepid.net (elvis2.intrepid.net [209.190.164.164]) by hub.freebsd.org (Postfix) with ESMTP id D5A3737B407 for ; Sun, 7 Oct 2001 18:36:54 -0700 (PDT) Received: (from mark@localhost) by elvis2.intrepid.net (8.11.6/8.11.6) id f980YZR19036; Sun, 7 Oct 2001 20:34:35 -0400 Date: Sun, 7 Oct 2001 20:34:34 -0400 From: Mark Conway Wirt To: cameron grant Cc: freebsd-multimedia@freebsd.org Subject: Re: /dev/mixer not working with pcm sbp drivers? Message-ID: <20011007203434.A19018@ArsConcero.org> References: <20011006212056.A11509@ArsConcero.org> <015901c14ed9$8e646b20$0504020a@haveblue> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <015901c14ed9$8e646b20$0504020a@haveblue>; from gandalf@vilnya.demon.co.uk on Sun, Oct 07, 2001 at 03:41:24AM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 07, 2001 at 03:41:24AM +0100, cameron grant wrote: > > sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on > isa0 > > pcm1: 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: 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