From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 00:58:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F24916A4CE for ; Fri, 17 Sep 2004 00:58:45 +0000 (GMT) Received: from gravy.kishka.net (pcp04097789pcs.neave01.pa.comcast.net [68.81.192.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 111FF43D48 for ; Fri, 17 Sep 2004 00:58:45 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from gravy.kishka.net (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.13.1/8.13.1) with ESMTP id i8H0wiJp001186 for ; Thu, 16 Sep 2004 20:58:44 -0400 (EDT) (envelope-from bryan@kishka.net) Date: Thu, 16 Sep 2004 20:58:44 -0400 (EDT) From: Bryan Liesner To: freebsd-current@freebsd.org Message-ID: <20040916205719.G1185@gravy.kishka.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: USB Audio/Mixer problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 00:58:45 -0000 I recently purchased a Creative Labs Sound Blaster MP3+ which seems to work OK under FreeBSD 5.3-BETA. A couple of exceptions, though. It only seems to understand 48KHz and have to convert 44.1KHz -> 48KHz or else the device locks up. I can live with this. My concern is that when booting verbose or with USB_DEBUG set, when the device attaches, it declares that there are 12 mixer devices. So when I type in mixer at the command line, I would expect to see volume, pcm, linein, etc... But, here's the output of mixer: Recording source: mic Mixer pcm is currently set to 12:12 That's it. Any ideas to help me get some useful mixer settings? Thanks!