From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 14 09:41:34 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC20E1065670 for ; Thu, 14 Apr 2011 09:41:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 66BA68FC1E for ; Thu, 14 Apr 2011 09:41:34 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=6QwXiDozn7Gnsf2tGidwH+ndAwLlGixx7JAIKZICKmI= c=1 sm=1 a=IU0TiZmyZPMA:10 a=56inIl8MvCoA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=GdS3S8EHF04ji4Qo0jcA:9 a=ZohdUzm5DWxVIuioO6sA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 114033173; Thu, 14 Apr 2011 11:41:32 +0200 From: Hans Petter Selasky To: Matthias Apitz Date: Thu, 14 Apr 2011 11:40:29 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110413140141.GA9608@sh4-5.1blu.de> <201104141047.58402.hselasky@c2i.net> <20110414092354.GA28455@sh4-5.1blu.de> In-Reply-To: <20110414092354.GA28455@sh4-5.1blu.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201104141140.29531.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: webcamd-0.1.23 does not start via rc.d X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2011 09:41:34 -0000 On Thursday 14 April 2011 11:23:55 Matthias Apitz wrote: > El d=EDa Thursday, April 14, 2011 a las 10:47:58AM +0200, Hans Petter Sel= asky=20 escribi=F3: > > Dump the device and config descriptor of your webcam using usbconfig. > > Maybe the webcamd script is not matching it. >=20 > see below; >=20 > but the daemon is not starting; it is not even touched: >=20 > vm-9Current# /usr/local/etc/rc.d/webcamd start > vm-9Current# ls -lu /usr/local/sbin/webcamd > -r-xr-xr-x 1 root wheel 2934932 13 abr 16:00 /usr/local/sbin/webcamd > vm-9Current# date > jueves, 14 de abril de 2011, 11:23:14 CEST >=20 > which let me think that there is something wrong with the script > /usr/local/etc/rc.d/webcamd; >=20 > vm-9Current# usbconfig > ugen0.1: at usbus0, cfg=3D0 md=3DHOST spd=3DFULL (1= 2Mbps) > pwr=3DSAVE ugen1.1: at usbus1, cfg=3D0 md=3DHOST s= pd=3DHIGH > (480Mbps) pwr=3DSAVE ugen0.3: at > usbus0, cfg=3D0 md=3DHOST spd=3DFULL (12Mbps) pwr=3DSAVE ugen0.2: vendor 0x0471> at usbus0, cfg=3D0 md=3DHOST spd=3DFULL (12Mbps) pwr=3DON >=20 Hi, Your device should be detected by the rules in: /usr/local/etc/devd/webcamd.conf Are you using 8-stable? =2D-HPS