From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 11:34:59 2015 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89D1D858 for ; Wed, 20 May 2015 11:34:59 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 4D3C11A90 for ; Wed, 20 May 2015 11:34:59 +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 57E181FE023; Wed, 20 May 2015 13:34:55 +0200 (CEST) Message-ID: <555C718D.3050308@selasky.org> Date: Wed, 20 May 2015 13:35:41 +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: Avinash Sonawane , freebsd-multimedia@freebsd.org Subject: Re: Integrated webcam in Cheese : "No device found" References: In-Reply-To: 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: Wed, 20 May 2015 11:34:59 -0000 On 05/20/15 13:20, Avinash Sonawane wrote: > Hello! > > I am using FreeBSD 10.1-RELEASE on DELL Inspiron 15R N5010 which has > an integrated webcam. > > Whenever I launch Cheese (webcam application) it says "No device > found". My /etc/rc.conf has a line webcamd_enable="YES" in it. > > I also tried # kldload cuse4bsd referring to FreeBSD Forums but still > Cheese giving same error. > > I also tried installing multimedia/v4l-utils port as hinted in > #freebsd but it also didn't work. Still the same error. > > So how do I make Cheese access an integrated webcam of my system? > Hi, Is your webcam detected? ls /dev/video* Does your user belong to the webcamd group? --HPS