From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 14 19:58:27 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70B23106566B for ; Tue, 14 Jun 2011 19:58:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id E90EE8FC13 for ; Tue, 14 Jun 2011 19:58:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mailfe01.swip.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-TFF-CGPSA-Version: 1.7 X-T2-CGPSA-Filter: Scanned X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=yYqb1Ndwz7LWRCrQG5Ocftr83lrAPRCEYBUdXOV8g40= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=onvL5icAhc4A:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=TUjihnTEAAAA:8 a=zlnOVtexApQPdW_orWAA:9 a=L8Xz8CKG73IS45OTZTgA:7 a=wPNLvfGTeEIA:10 a=N-695SSi9qcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 140639403; Tue, 14 Jun 2011 21:58:24 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 14 Jun 2011 21:56:59 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106142156.59630.hselasky@c2i.net> Cc: Subject: Re: [uaudio] M-Audio Fast Track Ultra is not recognized, where to start ? 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: Tue, 14 Jun 2011 19:58:27 -0000 On Tuesday 14 June 2011 21:20:34 Olivier Smedts wrote: > Hello, > > I plugged an M-Audio Fast Track Ultra usb audio interface on my > 9-CURRENT amd64 FreeBSD, and it's not recognized : > ugen7.3: at usbus7 > uaudio0: on usbus7 > uaudio0: No playback! > uaudio0: No recording! > uaudio0: MIDI sequencer > pcm4: on uaudio0 > > http://www.m-audio.com/products/en_au/FastTrackUltra.html > > After reading this list, I saw that someone reported some success with > the M-Audio Fast Track Pro, so all is not lost. The device has 8 audio > inputs and 8 outputs, can record and play at 24-bit 96kHz, and has > midi in and out. It works quite well with Linux and alsa. Where can I > start to try to have it work under FreeBSD ? Do I have to add some ID > in a driver ? (I'm sure it's not that easy...) > > Thanks Hi, Try to enable uaudio debugging before plugging in the device: sysctl hw.usb.uaudio.debug=15 --HPS