From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 26 14:08:22 2014 Return-Path: Delivered-To: freebsd-hardware@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 3FB93163 for ; Wed, 26 Nov 2014 14:08:22 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (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 0AF0AD99 for ; Wed, 26 Nov 2014 14:08:22 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id y20so2688658ier.32 for ; Wed, 26 Nov 2014 06:08:21 -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=YKlGqyM9LdWmSsA3cDmr962mg9+GoMZgiY+HSCD0Byk=; b=0NZeETbucL4qNcSDQkk1tD/idt+Y7NiG/xvisJGk97xsJdLmZzKxsYshmDXtwnuVW9 lubP9F3/VELeCklX4Ar3GyycwySXS+80ArXmFxxgpxWO52VLZPqlIVKa2CWRWnmn9QiZ bkUfQpHayZW24dCJrrSV0iS7yyRgH6yHlh1nO9/YtZg7Y4itBgpv+cj9j+0Xz/wdoUoc L3omHBlstGVV9Y9GTZjNxYHnaZC+Ltf2/g5bwlwRwUEc5bLUPHuDvbfPMsh6v3bOnRR6 2i8e325to7bH7SM/NXEOJKF0htX/JKjjAHz9P9B8CXh2MTJxHhO2grDjFQPvpwp3za0g vmRw== MIME-Version: 1.0 X-Received: by 10.43.74.193 with SMTP id yx1mr7882280icb.62.1417010901439; Wed, 26 Nov 2014 06:08:21 -0800 (PST) Received: by 10.107.156.210 with HTTP; Wed, 26 Nov 2014 06:08:21 -0800 (PST) Date: Wed, 26 Nov 2014 15:08:21 +0100 Message-ID: Subject: webcamd for integrated ricoh webcam on sony vaio VGN-SZ4XN/C laptop (linux driver r5u870) From: Giuseppe Pagnoni To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 14:08:22 -0000 Dear all, I apologize for reposting this here, by 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