From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 14 08:49:04 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 6BD2A106566B for ; Thu, 14 Apr 2011 08:49:04 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id EC33E8FC0C for ; Thu, 14 Apr 2011 08:49:03 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=NvrFngl24Vvwb7eBef0tfsytOWEnP/WlkqxQrRnklhk= 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=kI_UibWz7B6gW3IN62YA:9 a=kls7aHBG0sj51m4h8RMA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 113424237; Thu, 14 Apr 2011 10:49:01 +0200 From: Hans Petter Selasky To: Matthias Apitz Date: Thu, 14 Apr 2011 10:47:58 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110413140141.GA9608@sh4-5.1blu.de> <201104141011.50199.hselasky@c2i.net> <20110414084029.GA15740@sh4-5.1blu.de> In-Reply-To: <20110414084029.GA15740@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: <201104141047.58402.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 08:49:04 -0000 On Thursday 14 April 2011 10:40:30 Matthias Apitz wrote: > El d=EDa Thursday, April 14, 2011 a las 10:11:50AM +0200, Hans Petter Sel= asky=20 escribi=F3: > > > No, it was installed by building the port: > > >=20 > > > # pkg_info | fgrep webcamd > > > webcamd-0.1.23 A port of Linux USB webcam and DVB drivers into > > > userspace > > >=20 > > >=20 > > > # head /usr/local/etc/rc.d/webcamd > > > #!/bin/sh > > > # $FreeBSD: ports/multimedia/webcamd/files/webcamd.in,v 1.5 2010/12/12 > > > 22:52:07 kwm Exp $ # > > > # PROVIDE: webcamd > > > # REQUIRE: DAEMON > > > # > > > # Add the following line to /etc/rc.conf[.local] to enable webcamd: > > > # > > > # webcamd_enable=3D"YES" > > > # > > >=20 > > > HIH > > >=20 > > > matthias > >=20 > > Make sure you have devd, hal and dbus running. > >=20 > > --HPS >=20 > Does not help: >=20 > vm-9Current# /usr/local/etc/rc.d/webcamd start > vm-9Current# ps ax | fgrep webcamd > vm-9Current# ps ax | egrep 'hal|dbus|webcam|devd' > 733 ?? Is 0:00,00 /sbin/devd > 1427 ?? Is 0:00,02 /usr/local/bin/dbus-daemon --system > 1616 ?? Is 0:00,44 /usr/local/sbin/hald > 1620 ?? I 0:00,06 hald-runner > 1626 ?? I 0:00,03 hald-addon-mouse-sysmouse: /dev/psm0 > (hald-addon-mouse-sy) 1627 ?? S 0:00,04 hald-addon-storage: no > polling on /dev/fd0 because it is explicitly disabled (hald-addon-storage) > 1641 ?? S 0:00,18 hald-addon-storage: /dev/cd0 (hald-addon-storage) >=20 > HIH >=20 > matthias Hi, Dump the device and config descriptor of your webcam using usbconfig. Maybe= =20 the webcamd script is not matching it. =2D-HPS