Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2009 20:24:37 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Subject:   Re: Logitech QuickCam 9000 Pro
Message-ID:  <200907042024.39770.hselasky@c2i.net>
In-Reply-To: <4A4F5167.8080601@gwdg.de>
References:  <49AAA35F.3080805@gwdg.de> <200907041349.00734.hselasky@c2i.net> <4A4F5167.8080601@gwdg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <QuickCam Pro 9000 Logitech> 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: <product 0x0990 vendor 0x046d> 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"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907042024.39770.hselasky>