From owner-freebsd-usb@FreeBSD.ORG Sat Feb 6 14:09:13 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96A471065670; Sat, 6 Feb 2010 14:09:13 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 03B008FC12; Sat, 6 Feb 2010 14:09:12 +0000 (UTC) Received: by ewy3 with SMTP id 3so2325096ewy.13 for ; Sat, 06 Feb 2010 06:09:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6nwv96GndDY6yfq7IczfJWzyN2tYw3qfiAo+/qvMtAk=; b=xmMGK2jS2xMsya/Gruub0P8Xy6gpCEHTbc5Mooo6l74uXzW1NEwr47MCmsl5KFdHnv qEfKWCrc+Ctd6N/4zPAUlCQ9MqIJgx+5vPdOooRAzeMNoMoo2uuugUsoJICrgbMllmyb wyKmbtDnUv+O4rA3lAPBo6hM9hdycbE6l2Gbk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=O+beV/LrWSVdCNdtBj3nuA53twmESywyE3+j8ACVATPW6rMh/H2ev50TqRmS7b8BGy IStRpys9D0TW2a2Y0uKNRbpftOJMSB205eLpsDvP0zvAXpKrJHNYQMImnGowZnsnnMdm yS85l5I7iW1E5HgMfZShUD9zFLA0QhszHjkOI= MIME-Version: 1.0 Received: by 10.213.38.3 with SMTP id z3mr27625ebd.69.1265465351781; Sat, 06 Feb 2010 06:09:11 -0800 (PST) In-Reply-To: <201002061445.46747.hselasky@c2i.net> References: <201001101437.37269.hselasky@c2i.net> <201001262246.40003.hselasky@c2i.net> <2e027be01002060527n69e5ea05u24cb22d564234d1d@mail.gmail.com> <201002061445.46747.hselasky@c2i.net> Date: Sat, 6 Feb 2010 14:09:11 +0000 Message-ID: <2e027be01002060609i21b77ea5x5c0ffb8c8f184526@mail.gmail.com> From: Tom Evans To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@freebsd.org, freebsd-usb@freebsd.org Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 14:09:13 -0000 On Sat, Feb 6, 2010 at 1:45 PM, Hans Petter Selasky wrot= e: > On Saturday 06 February 2010 14:27:11 Tom Evans wrote: >> On Tue, Jan 26, 2010 at 9:46 PM, Hans Petter Selasky > wrote: >> > BTW: I've added all DVB USB dongles to the current build! If anyone ha= s >> > such a device, please test! >> > >> > Also list the version of the software you are using. >> > >> > --HPS >> >> Hi Hans >> >> I'm trying to test the dvb usb support you've added, but I'm getting a >> compilation error when building ulinux. >> >> I'm using 8-STABLE, r203423. I'm also using the svn version of >> video4bsd and webcamd/ulinux (r1424). I've got the following ports >> >> installed: >> > # pkg_info | grep 'v4l\|pwc' >> >> libv4l-0.6.4 =C2=A0 =C2=A0 =C2=A0 =C2=A0Video4Linux library >> pwcview-1.4.1_2 =C2=A0 =C2=A0 The Video4Linux PWC webcam viewer >> v4l_compat-1.0.20100113 Video4Linux IOCTL header files >> >> >> ... > > SVN up and try again. > > Thanks for reporting. > > --HPS > Thanks. I also had to add /usr/local/include to CFLAGS for webcamd.c to com= pile. Now that it is compiling however, it is requesting a firmware. I have the firmware file, but don't know where it should go. Also, are there any pointers on how to do simple things, like scan for channels, tune and record a channel to a file etc. Cheers Tom