From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 8 14:18:26 2008 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 23C49106566B for ; Tue, 8 Apr 2008 14:18:26 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BEA668FC13 for ; Tue, 8 Apr 2008 14:18:25 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m38DdVgN045335; Tue, 8 Apr 2008 09:39:31 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m38DdVWD006894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Apr 2008 09:39:31 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200804081339.m38DdVWD006894@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 08 Apr 2008 09:37:37 -0400 To: "Jim Stapleton" , freebsd-multimedia@freebsd.org From: Mike Tancsa In-Reply-To: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.co m> References: <80f4f2b20804080605x4a2e063av4327e8480d0ac9e7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: pvr-xxx on 7.0 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, 08 Apr 2008 14:18:26 -0000 At 09:05 AM 4/8/2008, Jim Stapleton wrote: >I've seen a few posts about difficulties compiling/running pvrxxx on 7.0. > >Are there any instructions out there to do this succesfully? I've seen >both that I need the i2c bus patch, and I don't need the i2c bus >patch, for example. Is there anything more recent than the content in >the ports tree I should download for this port? Hi, I had the same worries about moving to 7.x from 6.x. However, I found I just compiled the port and all works as well as it did with 6.x. I still have the odd time the card is not able to record after a week or two of use, but I saw the same things with RELENG_6. unloading/reloading the klds fixes it and I just do that at 5am via cron since I dont record anything then. Its a fairly old card, so it could be a hardware / chipset bug. Apr 8 05:05:15 cage kernel: cxm0: mem 0xf8000000-0xfbffffff irq 21 at device 1.0 on pci3 Apr 8 05:05:15 cage kernel: cxm_iic0: on cxm0 Apr 8 05:05:15 cage kernel: iicbb0: on cxm_iic0 Apr 8 05:05:15 cage kernel: iicbus0: on iicbb0 master-only Apr 8 05:05:15 cage kernel: iicbus0: at addr 0 Apr 8 05:05:15 cage kernel: iicbus0: at addr 0 Apr 8 05:05:15 cage kernel: cxm0: Philips FM1236 tuner Apr 8 05:05:15 cage kernel: cxm0: SAA7115 rev 1 video decoder Apr 8 05:05:15 cage kernel: cxm0: MSP4448G-A2 audio decoder Apr 8 05:05:15 cage kernel: cxm0: IR Remote Apr 8 05:05:15 cage kernel: cxm0: [GIANT-LOCKED] Apr 8 05:05:15 cage kernel: cxm0: [ITHREAD] Apr 8 05:05:15 cage kernel: cxm0: encoder firmware version 0x2050032 Apr 8 05:05:15 cage kernel: cxm0: decoder firmware version 0x2020023 cxm0@pci0:3:1:0: class=0x040000 card=0x40000070 chip=0x08034444 rev=0x01 hdr=0x00 vendor = 'Conexant Inc (Was: Globespan, ICompression Inc)' device = 'iTVC15/CX23415 MPEG Codec' class = multimedia subclass = video cap 01[44] = powerspec 2 supports D0 D3 current D0 ---Mike