From owner-freebsd-x11@freebsd.org Mon Oct 31 22:40:07 2016 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C033C280F0; Mon, 31 Oct 2016 22:40:07 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8E861448; Mon, 31 Oct 2016 22:40:06 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7D4CE1FE022; Mon, 31 Oct 2016 23:39:57 +0100 (CET) Subject: Re: [CFT] New version of webcamd, now v4.8.0.2 To: Sergey Manucharian References: <20161031211233.GD12154@debian.ara-ler.com> Cc: FreeBSD Current , "freebsd-multimedia@freebsd.org" , "freebsd-x11@FreeBSD.org" From: Hans Petter Selasky Message-ID: <306815ff-8505-42ba-668f-a8a96fd593a3@selasky.org> Date: Mon, 31 Oct 2016 23:45:03 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161031211233.GD12154@debian.ara-ler.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 22:40:07 -0000 On 10/31/16 22:12, Sergey Manucharian wrote: > Excerpts from Hans Petter Selasky's message from Fri 19-Aug-16 15:01: >> >> If you are using webcamd, please help test the latest version which includes >> the most recent Linux v4.8-rc1 media tree sources. >> >> The latest webcamd port is available from here: >> >> svn --username anonsvn --password anonsvn \ >> checkout svn://svn.turbocat.net/i4b/trunk/ports/multimedia/webcamd >> >> Please test and report any regression issues to me or >> freebsd-multimedia@freebsd.org >> >> Changes: >> - updated all Linux kernel sources to the latest Linux' Torvalds >> - fixed some minor bugs in the webcamd Linux kernel emulation >> - improved Linux kernel emulation support >> - added support for the coming evdev kernel module (GSOC project) > > Hi Hans, > > I've build 4.8.0.4 and found that with HAL enabled it does not create > /dev/video0 when launched as daemon, but does create when run manually. > > I do not need HAL, it was enabled by default, so I recompiled it without > HAL and it works fine. > > Am I missing something? > Hi, If hald_enable="YES" in /etc/rc.conf then webcamd will be started trying to connect to HALD. Else not. Try remove hald_enable="YES". --HPS