From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 13 06:47:21 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 710E026D; Sun, 13 Oct 2013 06:47:21 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD6C2555; Sun, 13 Oct 2013 06:47:20 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id E26477A171; Sun, 13 Oct 2013 08:47:12 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 04CAF8F8D55; Sun, 13 Oct 2013 08:47:37 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I6dnhITKRCre; Sun, 13 Oct 2013 08:47:36 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id E4A008F8D54; Sun, 13 Oct 2013 08:47:35 +0200 (CEST) Message-ID: <525A423D.3060306@bitfrost.no> Date: Sun, 13 Oct 2013 08:48:29 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: sbruno@freebsd.org Subject: Re: Webcam on Lenovo T520 References: <1381510075.2779.1.camel@localhost> In-Reply-To: <1381510075.2779.1.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia , Sean Bruno 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 06:47:21 -0000 On 10/11/13 18:47, Sean Bruno wrote: > I'm not quite sure how to get webcams working in BSD. The integrated > webcam on my T520 seems to be listed as a USB device: > > ugen0.7: at usbus0, > cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (200mA) > > I installed cuse4bsd and webcamd, but nothing seems to let it become a > capture device with vlc nor be available for skype. > > Thoughts? > > Sean > Hi, ls /dev | grep video webcamd_enable="YES" in /etc/rc.conf ? --HPS