From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 11:17:21 2014 Return-Path: Delivered-To: freebsd-questions@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 8FB0A5EA for ; Fri, 21 Nov 2014 11:17:21 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A6CAF89 for ; Fri, 21 Nov 2014 11:17:21 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id rp18so4707495iec.11 for ; Fri, 21 Nov 2014 03:17:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=F1LhJVl5T1ofNvRz7WtGpTNB1JkXxHhSqgkKcb22CTo=; b=Wim0rAMJXJBljOpvkpbpxwLUBQ+rVoJ+MsRlolCIO/5642Ce3HHZ1WQP57UZrsKjds kjT0d1WdFXmkKN3/1F6PzAbMdpy6vqDU16MLYCFh8q6+Be+dvf0ksL8LJhlEFDUkqRI5 IqIfx96d2Tt4E9IZ5lyVM5eAv3P27CBDOoVHFpGhHJ37516qgGHWCql7ER82grGh47AP DKbsInlE0WWm2ZOwlPa1Ssw7j/IvInzIVfosxyV/MTdx/YcgO+mmbNp6YwpQ15EAHBxd D0WCR6wr/lzYEdBqXUvNfTctrDP14NHtTbYOF7+A2rKvudfNskILyNYCFC8tEC+0Eajk 6qeg== MIME-Version: 1.0 X-Received: by 10.107.6.144 with SMTP id f16mr2003693ioi.77.1416568640823; Fri, 21 Nov 2014 03:17:20 -0800 (PST) Received: by 10.107.156.210 with HTTP; Fri, 21 Nov 2014 03:17:20 -0800 (PST) Date: Fri, 21 Nov 2014 12:17:20 +0100 Message-ID: Subject: webcamd for integrated ricoh webcam on sony vaio VGN-SZ4XN/C laptop (linux driver r5u870) From: Giuseppe Pagnoni To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 11:17:21 -0000 Dear all, I am trying with no success to make the camera on my laptop work under FreeBSD 10.1 i386. The laptop is a Vaio VGN-SZ4XN/C, and the integrated webcam is a Ricoh-made one. Under Linux, it is recognized as: "05ca:1835 Sony Visual Communication Camera VGP-VCC5" and is supported by the driver r5u870. I am unable to make it work under FreeBSD. I installed the packages: - lib4l - v4l_compat - webcamd - cuse4BSD-kmod And entered in /boot/loader.conf: cuse4bsd_load="YES" and in /etc/rc.conf: webcamd_enable="YES" The camera is attached to usb 4.3. Now, if I enter: # webcamd -d ugen4.3 -i 0 -v 0 I get: Attached to ugen4.3[0] webcamd: cannot find USB device Any suggestions? thanks in advance! giuseppe