From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 16:17:42 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 396EC1065674 for ; Fri, 14 Nov 2008 16:17:42 +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 78FC38FC16 for ; Fri, 14 Nov 2008 16:17:41 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 14 Nov 2008 16:17:39 -0000 Received: from 85-127-251-132.dynamic.xdsl-line.inode.at (EHLO taxman.pepperland) [85.127.251.132] by mail.gmx.net (mp009) with SMTP; 14 Nov 2008 17:17:39 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX1940awtHkN4ASk3XMmhCiGkcfoWqqvJXbSOSIkUEN 0brDUs1g2pxkZK From: Stefan Ehmann To: freebsd-current@freebsd.org Date: Fri, 14 Nov 2008 17:17:37 +0100 User-Agent: KMail/1.10.3 (FreeBSD/7.1-PRERELEASE; KDE/4.1.3; i386; ; ) References: <200811141541.49595.shoesoft@gmx.net> In-Reply-To: <200811141541.49595.shoesoft@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811141717.38279.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.55 Subject: Re: 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 16:17:42 -0000 On Friday 14 November 2008 15:41:48 Stefan Ehmann wrote: > 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) This should have read "needs to be uncommented" (It's commented out in the original source). In the meantime here's some debug info. messages with uaudio logging enabled: http://stud4.tuwien.ac.at/~e0125637/fbsd/transit.messages config dump: http://stud4.tuwien.ac.at/~e0125637/fbsd/transit_config.dump