From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 17 12:41:19 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 2663616A408 for ; Sat, 17 Mar 2007 12:41:19 +0000 (UTC) (envelope-from martin.dieringer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 356C413C50A for ; Sat, 17 Mar 2007 12:41:17 +0000 (UTC) (envelope-from martin.dieringer@gmx.de) Received: (qmail invoked by alias); 17 Mar 2007 12:41:16 -0000 X-Provags-ID: V01U2FsdGVkX19ArNU5uzNAbGrqNfAUM009gVtROLbbEPW1nWnQum LG0X1QD16qHcsj Received: (qmail 33546 invoked by uid 1001); 17 Mar 2007 12:39:30 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 Mar 2007 12:39:30 -0000 Date: Sat, 17 Mar 2007 13:39:30 +0100 (CET) From: Martin Dieringer To: Stefan Ehmann In-Reply-To: <200703171319.38994.shoesoft@gmx.net> Message-ID: <20070317133653.J900@thinkpad.dieringer.dyndns.org> References: <200703120143.28799.shoesoft@gmx.net> <200703171257.02321.shoesoft@gmx.net> <20070317130828.Y900@thinkpad.dieringer.dyndns.org> <200703171319.38994.shoesoft@gmx.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Y-GMX-Trusted: 0 Cc: freebsd-multimedia@freebsd.org Subject: Re: Was: Re: M-Audio Transit experiments X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Dieringer List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2007 12:41:19 -0000 On Sat, 17 Mar 2007, Stefan Ehmann wrote: >>> After unloading all usb modules and kldload snd_uaudio you should >>> see the device. >> >> No reaction. If I have usb things hardcoded in kernel it won't work, >> right? > As for now this is expected. Note that only loading ugen as module won't do > the trick either for now - you need the whole usb system as module. Also, you > need to load snd_uaudio (which automatically will load usb) - if you first > load usb and then uaudio it doesn't work either for me. > > But I'm sure there's a better way :) > the proper way would be via usbd, wouldn't it? there are other devices that need a firmware download, the mechanism for that should be existent if I look at /etc/usbd.conf ... ? m.