From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 1 22:30:06 2010 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 CE11B10656A7 for ; Wed, 1 Sep 2010 22:30:06 +0000 (UTC) (envelope-from me@janh.de) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mx1.freebsd.org (Postfix) with ESMTP id 53A538FC14 for ; Wed, 1 Sep 2010 22:30:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 5571690254; Thu, 2 Sep 2010 00:30:05 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WaqN1sVBTb9u; Thu, 2 Sep 2010 00:30:05 +0200 (CEST) Received: from nb895.math (g224008001.adsl.alicedsl.de [92.224.8.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id ADEB2901CC; Thu, 2 Sep 2010 00:30:03 +0200 (CEST) Message-ID: <4C7ED3E3.5030709@janh.de> Date: Thu, 02 Sep 2010 00:29:55 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100821 Thunderbird/3.0.6 MIME-Version: 1.0 To: Hans Petter Selasky References: <4C66C4BC.4040504@janh.de> <20100901175422.GA12485@triton8.kn-bremen.de> <201009012213.03859.hselasky@freebsd.org> <201009012254.10691.hselasky@c2i.net> In-Reply-To: <201009012254.10691.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Koop Mast , gnome-list freebsd , Juergen Lock , multimedia-list freebsd , Joe Marcus Clarke , kde-list freebsd Subject: Re: New version of webcamd and cuse4bsd available 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: Wed, 01 Sep 2010 22:30:06 -0000 On 09/01/2010 22:54, Hans Petter Selasky wrote: > On Wednesday 01 September 2010 22:13:03 Hans Petter Selasky wrote: >> Hi, >> >> Please find ports patches attached for cuse4bsd and webcamd ports. Please >> test and report any bugs. >> >> News: >> >> - Add support for GNU/kFreeBSD >> - Add support for DBUS/HAL registration >> - Add support for more DVB tuner frontends >> - Add support for multi-antenna DVB adapters >> - Update to latest version of Linux DVB code >> >> --HPS > > Please find attached new webcamd.diff, fixing a minor problem with HAL > registration during bootup. > > --HPS About the patches themselves: When I tried to apply the patches from /usr/ports/multimedia/, the cuse4bsd one tried to patch /usr/ports/multimedia/Makefile. I applied them from the subdirectories, but had to specify the location of files/*. Eventually, all hunks applied. # webcamd -d 0.5 -H Attached ugen0.5[0] to cuse unit 0 Loading firmware at '/boot/modules/dvb-usb-wt220u-fc03.fw', f=7 Waiting for HAL USB device. Waiting for HAL USB device. # webcamd -d 0.5 -H Attached ugen0.5[0] to cuse unit 0 Waiting for HAL USB device. Waiting for HAL USB device. Waiting for HAL USB device. ... This goes on with one line a second. kaffeine still does not know about my DVB-T stick. Yesterday, I tried the snv version of webcamd (but not cuse4bsd at that time). It did not print the lines: "Waiting for HAL USB device." Anyhow, kaffeine did not work and I verified with lshal that webcamd did not change anything in hal. Cheers, Jan Henrik