From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 14:08:11 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD1E1065673 for ; Fri, 2 Mar 2012 14:08:11 +0000 (UTC) (envelope-from tech.junk@myfairpoint.net) Received: from mail10c26.carrierzone.com (mail10c26-2170.carrierzone.com [64.29.152.4]) by mx1.freebsd.org (Postfix) with ESMTP id 26B3F8FC0A for ; Fri, 2 Mar 2012 14:08:10 +0000 (UTC) X-Authenticated-User: tech.junk.myfairpoint.net Received: from tardis.cinnet (pool-71-168-71-177.cncdnh.fast.myfairpoint.net [71.168.71.177]) (authenticated bits=0) by mail10c26.carrierzone.com (8.13.6/8.13.1) with ESMTP id q22E85Qa031725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 2 Mar 2012 14:08:07 GMT Message-ID: <4F50D445.5070708@myfairpoint.net> Date: Fri, 02 Mar 2012 09:08:05 -0500 From: sean User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120220 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4F4FDB25.5020400@myfairpoint.net> <4F50139F.6050203@herveybayaustralia.com.au> <20120302054811.a72c89c8.dcdowse@gmx.net> <20120302060453.GA3506@tinyCurrent> <4F50BD99.7090509@myfairpoint.net> <4F50C05B.10303@herveybayaustralia.com.au> In-Reply-To: <4F50C05B.10303@herveybayaustralia.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-CSC: 0 X-CHA: v=1.1 cv=w7zDIwfjDQcZeG2cwdsucCKKoL0lS7ocr6PGC43+Qag= c=1 sm=1 a=ZHgFDMM0ft4A:10 a=He1UjKf1Cp0A:10 a=YamaJ3vGr5cA:10 a=qiV6Z9L8f1sA:10 a=8nJEP1OIZ-IA:10 a=TBCEi6aOmQt/yhIoq6hKNg==:17 a=6I5d2MoRAAAA:8 a=7sWQzMfwekB-8ISAP9IA:9 a=eZylBJ7gTjcONzuelDUA:7 a=wPNLvfGTeEIA:10 a=TBCEi6aOmQt/yhIoq6hKNg==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A02020B.4F50D44A.00A2, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 Subject: Re: USB Logitech QuickCam Ultra Vision X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tech.junk@myfairpoint.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 14:08:11 -0000 On 03/02/12 07:43, Da Rock wrote: > On 03/02/12 22:31, sean wrote: >> On 03/02/12 01:04, Matthias Apitz wrote: >>> El día Friday, March 02, 2012 a las 05:48:11AM +0100, Daniel C. >>> Dowse escribió: >>> >>>> Hi, >>>> >>>> usbconfig -d ugenX.Y do_request 0x22 0x01 0x100 0x86 0x03 0x80 0xBB >>>> 0x00 >>>> usbconfig -d ugenX.Y reset >>>> usbconfig -d ugenX.Y do_request 0x22 0x01 0x100 0x86 0x03 0x80 0xBB >>>> 0x00 >>>> >>>> and then restart webcamd. >>>> >>>> may help, it worked on my Logitech Business Pro Cam >>>> >>>> cheers >>> FWHIW, such quirks are also shown in >>> http://wiki.freebsd.org/WebcamCompat >>> and once your webcam is working fine it could show up there too; >>> >>> HIH >>> >>> matthias >> >> Installed devices: >> pcm0: (play/rec) default >> pcm1: (rec) > Bang! There it is. pcm1 - see the (rec) following it? > > Adjust the levels using `mixer -f /dev/mixer1` and away you go, happy > conferencing ;) Well I adjusted the volume as you pointed out, still no luck. Currently I am thinking I might need to get the usbconfig command above to now work, but it gives a nondescript error. tardis# usbconfig ugen4.2: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON tardis# lsusb Bus /dev/usb Device /dev/ugen4.2: ID 046d:08c9 Logitech, Inc. QuickCam Ultra Vision tardis# usbconfig -d ugen4.2 do_request 0x22 0x01 0x100 0x86 0x03 0x80 0xBB 0x00 REQUEST = tardis# I have looked at the man pages in trying to figure out exactly what the eight number sets after do-request are doing, thinking that I might have to adjust them for some reason. I am also starting to wonder if my camera mic will work with Skype. I ran the mic test listed on the webcam site, http://wiki.freebsd.org/WebcamCompat . tardis# dd if=/dev/dsp1.0 of=/dev/dsp0.0 bs=64 ^C1073+0 records in 1073+0 records out 68672 bytes transferred in 8.571198 secs (8012 bytes/sec) tardis# The test works, the mic picked me up and played it through the speakers, with some nasty loop feedback, but it did work.