From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 14:41:53 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C06D1065670 for ; Fri, 14 Nov 2008 14:41:53 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id DAE158FC1E for ; Fri, 14 Nov 2008 14:41:52 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 14 Nov 2008 14:41:51 -0000 Received: from 85-127-251-132.dynamic.xdsl-line.inode.at (EHLO taxman.pepperland) [85.127.251.132] by mail.gmx.net (mp029) with SMTP; 14 Nov 2008 15:41:51 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX19HBiEkGjNH+htZ/eZ4u1IRXFVbyy1AvEFJHRNO5Y j4IbNJSnrIeAo/ From: Stefan Ehmann To: freebsd-current@freebsd.org Date: Fri, 14 Nov 2008 15:41:48 +0100 User-Agent: KMail/1.10.3 (FreeBSD/7.1-PRERELEASE; KDE/4.1.3; i386; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811141541.49595.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58 Subject: usb2: no sound with M-Audio Transit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Nov 2008 14:41:53 -0000 Hi, Today I've tested my M-Audio Transit USB sound card with the new usb stack. It requires to download a firmware which works with some minor problems. It's recognized as follows: ugen0.2: at usbus0 ugen0.2: at usbus0 uaudio0: on usbus0 uaudio0: Play: 96000 Hz, 2 ch, 24-bit S-LE PCM format uaudio0: Record: 96000 Hz, 2 ch, 24-bit S-LE PCM format uaudio0: No midi sequencer pcm1: on uaudio0 I don't get any sound though. mixer lists vol, pcm and mic. If I turn up mic to 100 there's some output (mostly static). So something goes wrong here. With the old uaudio driver #define UAUDIO_MULTIPLE_ENDPOINTS needs to be undefined to get the card working (if this gives any clue) Additionaly mixer lists a 'speaker' device which need to be turned on to get sound. -- Stefan