From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 13 15:23:54 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F41316A4EE for ; Fri, 13 Oct 2006 15:23:54 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (megan.kiwi-computer.com [63.224.10.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 1160943DCE for ; Fri, 13 Oct 2006 15:22:44 +0000 (GMT) (envelope-from rick@kiwi-computer.com) Received: (qmail 83776 invoked by uid 2001); 13 Oct 2006 15:22:17 -0000 Date: Fri, 13 Oct 2006 10:22:17 -0500 From: "Rick C. Petty" To: B Briggs Message-ID: <20061013152217.GA83555@keira.kiwi-computer.com> References: <452FA2F7.5020104@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <452FA2F7.5020104@bellsouth.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-multimedia@freebsd.org Subject: Re: New port: pvrxxx for Hauppauge PVR150/500 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 15:23:54 -0000 On Fri, Oct 13, 2006 at 09:30:15AM -0500, B Briggs wrote: > > However, I'm having a slight problem. Steps I took to build, maybe I > forgot something: > > 1. Had to edit the distinfo file. > 2. make (fails because of patch) > 3. make patch-iicbb > 4. make install (works) > 5. rebuilt and installed new kernel, rebooted Maybe it's not clear, but the proper steps are: 1. "make patch-iicbb" 2. rebuild & install new kernel. reboot sometime before step 5 3. copy file off CD. 4. "make install" 5. load cxm drivers Not sure why you had to edit the distinfo file, what precisely did you have to do? > 6. Here's my error messages: > > bbriggs# kldload cxm_iic > bbriggs# kldload cxm > cxm0: mem 0xdc000000-0xdfffffff irq 10 at > device 3. > 0 on pci0 > cxm_iic0: on cxm0 > iicbb0: on cxm_iic0 > iicbus0: on iicbb0 master-only > tuner code 99 > cxm0: unknown tuner code 0x63 > tuner_type = -1 > cxm0: could not initialize tuner > iicbus0: detached > iicbb0: detached > cxm_iic0: detached > device_attach: cxm0 attach returned 6 > > I used the files straight off the Hauppauge installation CD, which shows > version 2.3 on the front. Did I miss anything? This has nothing to do with the file on the CD but that the driver doesn't know about your tuner. The pvr500 comes with one of many different types of tuners. I suspect you have a different tuner than has been tested thus far. I'm sure usleep can make a suggestion at this point. -- Rick C. Petty