From owner-freebsd-current@FreeBSD.ORG Sat Jul 4 11:49:26 2009 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 C56B910656F2 for ; Sat, 4 Jul 2009 11:49:26 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 4E69A8FC14 for ; Sat, 4 Jul 2009 11:49:25 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=j8g923rwbOVEo6--znkA:9 a=30J7VNtpoCWZQlofpQjnggBrey8A:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1271630738; Sat, 04 Jul 2009 13:49:24 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 4 Jul 2009 13:48:59 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <49AAA35F.3080805@gwdg.de> <200907041243.00578.hselasky@c2i.net> <4A4F3477.5070201@gwdg.de> In-Reply-To: <4A4F3477.5070201@gwdg.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907041349.00734.hselasky@c2i.net> Cc: Subject: Re: Logitech QuickCam 9000 Pro 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, 04 Jul 2009 11:49:30 -0000 On Saturday 04 July 2009 12:52:39 Rainer Hurling wrote: > On 04.07.2009 12:42 (UTC+2), Hans Petter Selasky wrote: > > On Saturday 04 July 2009 12:40:55 Rainer Hurling wrote: > >> Hello Hans Petter, > >> > >> thank you for answering. I am working with newest 8.0-CURRENT. > >> > >> Your latest changes in our post were at: > >> > >> http://p4db.freebsd.org/chv.cgi?CH=158563 > >> > >> > >> After that patches, I got the following output > >> > >> # usbconfig > >> ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH > >> (480Mbps) pwr=ON > > > > Are you compiling the driver from ports? Did you recompile the port? > > No, that is without any driver from ports (which driver do you mean?). > My report relates to the (new) usb stack from system, I think. > > Actually I get the following message when using usbconfig: > > # usbconfig > ugen1.2: at usbus1, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=ON > Ok, now I get it. You need to add the "USB_VERBOSE" option to the kernel config. Verbose output is not compiled by default any more. --HPS