From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 13 08:43:02 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D11D2E02 for ; Sun, 13 Oct 2013 08:43:02 +0000 (UTC) (envelope-from sean@siobud.com) Received: from siobud.com (unknown [IPv6:2600:3c03::f03c:91ff:feae:3ca5]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C1442931 for ; Sun, 13 Oct 2013 08:43:02 +0000 (UTC) Received: from c-24-12-64-28.hsd1.il.comcast.net ([24.12.64.28] helo=SeanLaptop.hsd1.il.comcast.net) by siobud.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1VVHGO-0006xf-Fn for freebsd-multimedia@freebsd.org; Sun, 13 Oct 2013 04:43:00 -0400 Date: Sun, 13 Oct 2013 03:39:41 -0500 From: Sean DuBois To: freebsd-multimedia@freebsd.org Subject: ASUS USB2.0 WebCam 04G6200086K0AN14J001ELK And Webcamd Message-ID: <20131013083941.GA2568@SeanLaptop.hsd1.il.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: 2.3 (++) X-Spam-Report: Spam detection software, running on the system "siobud.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Hello! Running FreeBSD STABLE I have the following USB Webcam sean@SeanLaptop:~$ sudo usbconfig ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.1: at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen2.1: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.2: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen2.2: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA) ugen0.4: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) [...] Content analysis details: (2.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 FRT_SOMA2 BODY: ReplaceTags: Soma (2) 3.3 FRT_SOMA BODY: ReplaceTags: Soma X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 08:43:03 -0000 Hello! Running FreeBSD STABLE I have the following USB Webcam sean@SeanLaptop:~$ sudo usbconfig ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.1: at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen2.1: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.2: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen2.2: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA) ugen0.4: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) sean@SeanLaptop:~$ sudo usbconfig -d ugen0.4 dump_device_desc ugen0.4: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x00ef bDeviceSubClass = 0x0002 bDeviceProtocol = 0x0001 bMaxPacketSize0 = 0x0040 idVendor = 0x058f idProduct = 0xa014 bcdDevice = 0x0003 iManufacturer = 0x0003 <04G6200086K0AN14J001ELK> iProduct = 0x0001 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 However, when I run webcamd all I get is a solid green screen in pwcview? On GNU/Linux this device is listed as 058f:a014 Alcor Mirco Corp. Asus Integrated Webcam and uses the UVC driver. This device is NOT listed as supported in the man page for UVC on FreeBSD, but is it possible for me to help with this? Also, is it helpful for me to submit this product/vendor ID to the FreeBSD project? Thanks!