From owner-freebsd-current@FreeBSD.ORG Sat Jul 4 18:25:07 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 CFE8A106566C for ; Sat, 4 Jul 2009 18:25:07 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA4A8FC0C for ; Sat, 4 Jul 2009 18:25:06 +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=cJZgS34t9bxdvM5chpUA:9 a=67_mxkp8M7pnJa-GjBEA:7 a=ByFhreoei3DMBWzewX6M7wt5e1kA:4 a=SV7veod9ZcQA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1268825607; Sat, 04 Jul 2009 20:25:05 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 4 Jul 2009 20:24:37 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <49AAA35F.3080805@gwdg.de> <200907041349.00734.hselasky@c2i.net> <4A4F5167.8080601@gwdg.de> In-Reply-To: <4A4F5167.8080601@gwdg.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907042024.39770.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 18:25:08 -0000 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 --HPS > Rainer > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"