From owner-freebsd-current@FreeBSD.ORG Sat Jul 4 19:14:10 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 214DD106566C for ; Sat, 4 Jul 2009 19:14:10 +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 A93C68FC14 for ; Sat, 4 Jul 2009 19:14:09 +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 1MNAgZ-000286-24; Sat, 04 Jul 2009 21:14:07 +0200 Message-ID: <4A4FA9F6.7070304@gwdg.de> Date: Sat, 04 Jul 2009 21:13:58 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.22 (X11/20090630) MIME-Version: 1.0 To: Hans Petter Selasky References: <49AAA35F.3080805@gwdg.de> <200907041349.00734.hselasky@c2i.net> <4A4F5167.8080601@gwdg.de> <200907042024.39770.hselasky@c2i.net> In-Reply-To: <200907042024.39770.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: freebsd-current@freebsd.org 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 19:14:10 -0000 On 04.07.2009 20:24 (UTC+2), Hans Petter Selasky wrote: > On Saturday 04 July 2009 14:56:07 Rainer Hurling wrote: >> On 04.07.2009 13:48 (UTC+2), Hans Petter Selasky wrote: >>> 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. >> I added 'options USB_VERBOSE' to my kernel config file. The kernel build >> stops with 'unknown option "USB_VERBOSE". Any hint? >> > > You need to edit: > > src/sys/conf/options > > And change: > > USBVERBOSE opt_usb.h > > Into: > > USB_VERBOSE opt_usb.h Ok, now I get the full message back: # usbconfig ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON But what was the intention to print this message less verbose? And one other question: Do you know a working driver in the ports system for the Quickcam Pro 9000? Thanks for all, Rainer