From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 12 00:43:29 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18B6A16A402 for ; Mon, 12 Mar 2007 00:43:29 +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 7237D13C468 for ; Mon, 12 Mar 2007 00:43:28 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 12 Mar 2007 00:43:27 -0000 Received: from h081217094222.dyn.cm.kabsi.at (EHLO taxman.pepperland) [81.217.94.222] by mail.gmx.net (mp028) with SMTP; 12 Mar 2007 01:43:27 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX18IAdoeGlcIdRWgfi5k1bPegpRXT690tDVD6F4+uz kf5R/qqnZ3LG7F From: Stefan Ehmann To: freebsd-multimedia@freebsd.org Date: Mon, 12 Mar 2007 01:43:28 +0100 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703120143.28799.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Subject: M-Audio Transit experiments X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2007 00:43:29 -0000 I was trying to get my M-audio Transit to work today. Basically it should be a standard USB audio device, but it needs to load a firmware first. For linux, there's madfuload available here: http://usb-midi-fw.sourceforge.net/ After modifying a few lines (taken from libusb), the firmware seemed to be downloaded correctly. It seems that you need to issue a reset so that the device gets recognized. libusb hasn't implemented this, so I tried un/reloading usb modules which seems to work. Any pointer on how to do this properly would be appreciated. In dmesg I get: uaudio0: on uhub2 uaudio0: ignored audio interface with 2 endpoints uaudio0: ignored audio interface with 2 endpoints uaudio0: ignored setting with type 8193 format uaudio0: ignored setting with type 8193 format uaudio0: audio rev 1.00 /dev/sndstat says pcm1: on uaudio0 FreeBSD Audio Driver (newpcm: 32bit) Installed devices: pcm0: at io 0xe0100c00, 0xe0100800 irq 11 bufsz 16384 kld snd_ich (1p/1r/1v channels duplex) pcm1: at ? kld snd_uaudio (1p/1r/1v channels duplex default) mode 1:(output) 2ch, 24/24bit, pcm, 48001-96000Hz mode 1:(input) 2ch, 24/24bit, pcm, 48001-96000Hz mode 2:(input) 2ch, 24/24bit, pcm, 8000-48000Hz mode 3:(input) 2ch, 16/16bit, pcm, 8000-48000Hz Something seems to be wrong, since I mostly hear noise as output (with faint artifacts of what it should sound like). I'm pretty much stuck here for now. This is on i386/CURRENT. More info can be provided if needed. Stefan