> 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