From owner-freebsd-current@FreeBSD.ORG Sat Nov 8 13:20:26 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 75D871065672 for ; Sat, 8 Nov 2008 13:20:26 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 331A68FC19 for ; Sat, 8 Nov 2008 13:20:25 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1KynOt-0007lF-8A; Sat, 08 Nov 2008 13:58:51 +0100 Message-ID: <49158D07.20400@gwdg.de> Date: Sat, 08 Nov 2008 13:58:47 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.17 (X11/20081009) MIME-Version: 1.0 To: Hans Petter Selasky References: <20081108121138.E8C18B0132@smtp7-g19.free.fr> <200811081334.16951.hselasky@c2i.net> In-Reply-To: <200811081334.16951.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Raoul , freebsd-current@freebsd.org Subject: Re: usb2_sound behaviour 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: Sat, 08 Nov 2008 13:20:26 -0000 On 08.11.2008 13:34 (UTC+1), Hans Petter Selasky wrote: > On Saturday 08 November 2008, Raoul wrote: >>> On Sat, 8 Nov 2008 10:32:2 Hans Petter Selasky wrote: >>> >>> On Saturday 08 November 2008, Raoul wrote: > Hi, > >> usbconfig -u 2 -a 1 dump_curr_config_desc: >> No device match > > I see from the printouts that USB2 is not loaded correctly. > > What does kldstat output ? > > Looks like the old stack is used with the new modules. > > --HPS Did you remove 'usbd_enable="YES"' from /etc/rc.conf? On my machines, after removing it the old stack is not loaded any more. Rainer