From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 10 23:11:09 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5BA216A409 for ; Tue, 10 Apr 2007 23:11:09 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 946DD13C4CB for ; Tue, 10 Apr 2007 23:11:07 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so1504637nza for ; Tue, 10 Apr 2007 16:11:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sXji2Ux8MVnDc/GwPgjRz2xvf6gFPu88EudX3X7lGvsTtgxnjVmFTD1rJnsH4EC+CGA430oBzaTObhN14HjlZP6kIHCbTDnbrczE4qEnpu5fHVtxAkNlGGszF6YM1XR9yotj0VPIT1hO0Um4xMNNJyZG/5YzIpMo8QgcnEblpzU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rnD4+1fOBFYoZVF9NDt5mIlaOQZiHg7HScdtJvA9jI/OzF418mIiYdcASfPUHm+V+hKeoLQJPIpX1VOt1Z63QT3miktWo5brJCG5ZagD/9pMWYqV9pMQ/bOQuJepIUUxl5viDYDplVg28J9mf3j5GdzlFglQYlEtUjSGde7EOJ4= Received: by 10.114.60.19 with SMTP id i19mr2998032waa.1176246666696; Tue, 10 Apr 2007 16:11:06 -0700 (PDT) Received: by 10.114.192.12 with HTTP; Tue, 10 Apr 2007 16:11:06 -0700 (PDT) Message-ID: Date: Wed, 11 Apr 2007 01:11:06 +0200 From: usleepless@gmail.com To: "Rick Nekus" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-multimedia@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: pvr-350 not working - how to debug? 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: Tue, 10 Apr 2007 23:11:10 -0000 Rick, On 4/11/07, Rick Nekus wrote: > > yup, I was just doin' that but i didn't see it patched in .../src/... ? > > [rick@tiger /usr/ports/multimedia/pvrxxx]$ sudo make patch-iicbb > echo 602105 > 602105 > 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. > Hunk #2 succeeded at 83. > Hunk #3 succeeded at 132. > Hunk #4 succeeded at 404 with fuzz 1. > 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... > Hunk #1 succeeded at 116 (offset 2 lines). > 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... > Hunk #1 succeeded at 234. > done > *** Error code 1 > > Stop in /usr/ports/multimedia/pvrxxx. ehhhh, i am not sure that these errors are fatal. try to rebuild and install your kernel. if that works, fetch a new version ( fixes support for ntsc ): http://usleepless.110mb.com/pvrxxx_port-10042007.tgz regards, usleep