From owner-freebsd-multimedia@FreeBSD.ORG Wed Jun 23 03:17:19 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 F1DB8106566C for ; Wed, 23 Jun 2010 03:17:19 +0000 (UTC) (envelope-from darren780@yahoo.com) Received: from web112013.mail.gq1.yahoo.com (web112013.mail.gq1.yahoo.com [67.195.22.80]) by mx1.freebsd.org (Postfix) with SMTP id C6AFF8FC0A for ; Wed, 23 Jun 2010 03:17:19 +0000 (UTC) Received: (qmail 41305 invoked by uid 60001); 23 Jun 2010 03:17:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1277263039; bh=I6KcqW2MKMkBIdPJezzmzKWhGR6ENdDZLcn6BrcC+s0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=DcPD1/LQuU7dRvEtjyCspL6JLskyjnt7NAsTkKPjVXJEGh1HEX35Pdtu4I9LTbZp1ohZ47HM7O8L/p0SZdRu1Zw6H5xHusO6mKsu9K+XrqabuUXieGFDEqhLNWVym59uMiEAqBhWxzqL84ECfCD0g6j1w2C1E/GDN3OcQtDz3KI= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=UkiWiTG4RDGzA7KvCB5ysJdCh/rwKM8mT6nDwdH4JskLPS2Ch+yai80L67heq3JQH6DnKOZjCk8CtkfwkKd2xy1adGAIig7RHf2xztOEIozvxBmZEnlsDXiQ99IUlRAs2dId0Ue32W+KNcq7rmCmjPsuSAEG7srNmWBaMgWaBBg=; Message-ID: <280785.41142.qm@web112013.mail.gq1.yahoo.com> X-YMail-OSG: LYFIKv4VM1kGJ6JcKqyrBGRn9Qsur9QKqR3qo47f1xhE0fk 8oyv1JA.r7VVCsofTMCZy1YFQ7xVaitdwOB34oVGitFsuMtXvGJ62swoltLm bFSan2oyRnH6657INtdwJO8ao6kvku5JwVkkha7koqAS1hkV_JuOmQvcPQ9H HZKitaANqZTlHNwr6YwQuqhZOxKOMYuVGmGDamc6edpPBgFFXqeYx4RBrBkB 61t0IDxIPsat1_OjJXBD4BPiwKYuWWbCNR1c5HpbWZwwE9dGEPRtH8chjbsv xIxsWbrpvduDDYBFnocRG_ao_0ghxoh_fAH3xVI1U2ItM70UfCrsvh9SdUn5 FkWLhw9lMCBHEthzzEFwxE6_w2Xxj Received: from [68.150.134.100] by web112013.mail.gq1.yahoo.com via HTTP; Tue, 22 Jun 2010 20:17:19 PDT X-Mailer: YahooMailRC/397.8 YahooMailWebService/0.8.103.269680 Date: Tue, 22 Jun 2010 20:17:19 -0700 (PDT) From: "Mr. Darren" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: pvrxxx 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, 23 Jun 2010 03:17:20 -0000 I found this in the archive.. Re: usleep's pvrxxx port and FreeBSD 8.0-stable Torfinn Ingolfsen Mon May 24 04:00:51 2010 On Sat, 22 May 2010 16:39:31 +0200 [EMAIL PROTECTED] wrote: > Hi, > I've fixed compilation on both 8.* and amd64 a while ago; > I've filed a PR for this now: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=146830 > > Perhaps you could double-check whether this works for you as well > (kernel modules are better compiled with WERROR ;-)): > > Just replace /usr/ports/multimedia/pvrxxx with the contents of > > http://www.muc.de/~ag/pvrxxx-20080409-port.tgz Testing now. My machinbe have a PVR-500 in it. [EMAIL PROTECTED] uname -a FreeBSD kg-fil.kg4.no 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #4: Fri May 21 00:20:01 CEST 2010 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC amd64 Unfortunately, it paniced herer as soon as I kldloaded cxm (Fatal trap 12: page fault while in kernel mode) -- Torfinn It compiles just fine. However... make patch iicbb # make patch-iicbb echo 801000 801000 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iicbb.c.ORIGINAL Sun Aug 24 13:49:13 2003 |--- dev/iicbus/iicbb.c Fri Jul 1 15:55:21 2005 -------------------------- Patching file dev/iicbus/iicbb.c using Plan A... Hunk #1 succeeded at 66 with fuzz 2. Hunk #2 failed at 83. Hunk #3 failed at 132. Hunk #4 failed at 404. 3 out of 4 hunks failed--saving rejects to dev/iicbus/iicbb.c.rej Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iicbus_if.m.ORIGINAL Wed Apr 13 14:25:01 2005 |--- dev/iicbus/iicbus_if.m Mon Oct 24 00:51:05 2005 -------------------------- Patching file dev/iicbus/iicbus_if.m using Plan A... Ignoring previously applied (or reversed) patch. Hunk #1 ignored at 91. 1 out of 1 hunks ignored--saving rejects to dev/iicbus/iicbus_if.m.rej Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iiconf.h.ORIGINAL Wed Jun 16 22:51:57 2004 |--- dev/iicbus/iiconf.h Mon Oct 24 00:43:41 2005 -------------------------- Patching file dev/iicbus/iiconf.h using Plan A... Ignoring previously applied (or reversed) patch. Hunk #1 ignored at 109. 1 out of 1 hunks ignored--saving rejects to dev/iicbus/iiconf.h.rej Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iiconf.c.ORIGINAL Wed Jun 16 22:51:57 2004 |--- dev/iicbus/iiconf.c Mon Oct 24 00:47:32 2005 -------------------------- Patching file dev/iicbus/iiconf.c using Plan A... Ignoring previously applied (or reversed) patch. Hunk #1 ignored at 239. 1 out of 1 hunks ignored--saving rejects to dev/iicbus/iiconf.c.rej done *** Error code 6 Stop in /usr/ports/multimedia/pvrxxx. Darren Johnston ________________________________ From: Mr. Darren To: freebsd-multimedia@freebsd.org Sent: Tue, June 22, 2010 3:17:18 AM Subject: pvrxxx I noticed that usleepless had done some work on this port recently. Though not committed. I also noticed this archive http://www.mavetju.org/mail/view_message.php?list=freebsd-multimedia&id=2565711 describing the pvr150 and pvrxxx. I would like to get this card to receive a single video signal from a security cam. Or any other capable cheap card. It will be run with motion(or other security software). I also have a techwell(tw6802) that doesn't work. I'll take hardware recomendations at this point. The box's sole function will eventually be to watch that camera so it wouldn't be a big deal to give a developer access. rebuild kernels, etc. FreeBSD 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Mon Jun 21 18:55:16 MDT 2010 downloaded and installed today. Just so there is no confusion none2@pci0:0:20:0: class=0x040000 card=0x88010070 chip=0x00164444 rev=0x01 hdr=0x00 vendor = 'Conexant Inc (Was: Globespan, ICompression Inc)' device = 'iTVC16/CX23416 MPEG Codec' class = multimedia subclass = video Darren Johnston _______________________________________________ freebsd-multimedia@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org"