From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 22:58:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 351E016A4CE for ; Thu, 16 Sep 2004 22:58:02 +0000 (GMT) Received: from gravy.kishka.net (pcp04097789pcs.neave01.pa.comcast.net [68.81.192.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id B557543D31 for ; Thu, 16 Sep 2004 22:58:01 +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 i8GMw0kR000951 for ; Thu, 16 Sep 2004 18:58:01 -0400 (EDT) (envelope-from bryan@kishka.net) Date: Thu, 16 Sep 2004 18:58:00 -0400 (EDT) From: Bryan Liesner To: freebsd-questions@freebsd.org Message-ID: <20040916184827.H938@gravy.kishka.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: USB Audio/Mixer problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 22:58:02 -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!