From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 17 11:57:05 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 56BEA16A404 for ; Sat, 17 Mar 2007 11:57:05 +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 BC0F613C457 for ; Sat, 17 Mar 2007 11:57:04 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 17 Mar 2007 11:57:03 -0000 X-Provags-ID: V01U2FsdGVkX18zRSl4+pMz1X6u5lr64cQZc202ZeFVYMDH+f0xJG rK1ir/X63Xx1E7 From: Stefan Ehmann To: Martin Dieringer Date: Sat, 17 Mar 2007 12:57:01 +0100 User-Agent: KMail/1.9.6 References: <200703120143.28799.shoesoft@gmx.net> <1173737019.1120.7.camel@localhost> <20070317092509.O900@thinkpad.dieringer.dyndns.org> In-Reply-To: <20070317092509.O900@thinkpad.dieringer.dyndns.org> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_Oe9+FFDpRIBnnyQ" Message-Id: <200703171257.02321.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: 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: Sat, 17 Mar 2007 11:57:05 -0000 --Boundary-00=_Oe9+FFDpRIBnnyQ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Saturday 17 March 2007 10:27:04 Martin Dieringer wrote: > On Mon, 12 Mar 2007, Stefan Ehmann wrote: > > On Mon, 2007-03-12 at 01:43 +0100, Stefan Ehmann wrote: > >> 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. > > Could you give some details on what you had to change or mail the > source? I was waiting for some help for proper attachment of the device and then make a port out of it (or maybe this belongs into the kernel). Having to unload usb really is a botch. If I don't get any replies here, I probably should try the usb list. Anyway, if you want to play around, the patch is attached. Forget about the autotools stuff for now and simply compile the madfuload.c file. Then you can invoke madfuload something like this: ./madfuload -l -3 -f ma006100.bin -D /dev/ugen0 After unloading all usb modules and kldload snd_uaudio you should see the device. Stefan --Boundary-00=_Oe9+FFDpRIBnnyQ--