From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 17 06:20:59 2015 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76F35705 for ; Fri, 17 Apr 2015 06:20:59 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 371658BA for ; Fri, 17 Apr 2015 06:20:58 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 550CA1FE023; Fri, 17 Apr 2015 08:20:49 +0200 (CEST) Message-ID: <5530A672.9060103@selasky.org> Date: Fri, 17 Apr 2015 08:21:38 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: multimedia@freebsd.org, David Wolfskill , Juergen Lock Subject: Re: Trying to get a built-in webcam (Dell M4800 laptop) to work -- clues? References: <20150408032547.GO15644@albert.catwhisker.org> <201504151816.t3FIGuQ2000796@enceladus10.kn-bremen.de> <20150417001729.GA44308@albert.catwhisker.org> In-Reply-To: <20150417001729.GA44308@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 06:20:59 -0000 On 04/17/15 02:17, David Wolfskill wrote: > On Wed, Apr 15, 2015 at 08:16:56PM +0200, Juergen Lock wrote: >> ... >>> Any hints or clues for doing this? >> >> Not sure why webcamd doesn't start but you could try starting it >> manually: >> >> webcamd -d 1.3 > > Well, that did this: > > g1-254(10.1-S)[5] sudo !! > sudo webcamd -d 1.3 > Password: > Attached to ugen1.3[0] > Creating /dev/video0 > Hi, It might be the devd script which webcamd installs, which doesn't detect your webcam. Can you dump the device descriptor using usbconfig for your webcam? --HPS