From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 15 13:26:48 2014 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD590FD6 for ; Sat, 15 Feb 2014 13:26:48 +0000 (UTC) Received: from galore.getmail.no (galore.getmail.no [84.210.184.6]) by mx1.freebsd.org (Postfix) with ESMTP id 6056A16F1 for ; Sat, 15 Feb 2014 13:26:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by galore.getmail.no (Postfix) with ESMTP id E982F408BE for ; Sat, 15 Feb 2014 14:20:24 +0100 (CET) Received: from galore.getmail.no ([127.0.0.1]) by localhost (galore.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id uZiUsNSqFdrr for ; Sat, 15 Feb 2014 14:20:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by galore.getmail.no (Postfix) with ESMTP id 8D83D40928 for ; Sat, 15 Feb 2014 14:20:24 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.8.4 galore.getmail.no 8D83D40928 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1392470424; bh=gKBtCOlj1WtgVcEtcVvWHyhc5sYnKr9+RkdeBlGWfmI=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=KV+JmD9wMy7No9Vu6jeI1HY3ckET4eThGXDHvHb7B+/Cw318QqAmicLhOzsYoSP/a BpgwyxD99BBdifUhvPqDKSgXYYZfbLSRxnJFafdXPlCqu5mMJPFhqJFRrQ10QiLNZ3 g+hagp9MOpege3CzJ0cIx6rjNLnnM326dnOA5fzQ= X-Virus-Scanned: amavisd-new at galore.get.c.bitbit.net Received: from galore.getmail.no ([127.0.0.1]) by localhost (galore.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5l6to6gCRdua for ; Sat, 15 Feb 2014 14:20:24 +0100 (CET) Received: from kg-core1.kg4.no (cm-84.215.180.206.getinternet.no [84.215.180.206]) by galore.getmail.no (Postfix) with ESMTPSA id 5C537408BE for ; Sat, 15 Feb 2014 14:20:24 +0100 (CET) Date: Sat, 15 Feb 2014 14:20:24 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: webcamd rc script - a bit different? Message-Id: <20140215142024.1e25b8b9f252e7b052dd418b@getmail.no> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd8.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 13:26:48 -0000 Hi, The webcamd rc script (/usr/local/etc/rc.d/webcamd) works a bit unexpected (for me at least): root@kg-f4# service webcamd status root@kg-f4# service webcamd status dummy webcamd is not running. I was expecting it to work without a paramtere for the status command. To start services I'm using: root@kg-f4# service webcamd start ugen3.3 Starting webcamd. Attached to ugen3.3[0] (I'm not using hal, so I don't know if it works differently when hal is enabled) The adapter I'm using is this: root@kg-f4# usbconfig -d ugen3.3 ugen3.3: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) -- Torfinn Ingolfsen