From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 5 07:13:57 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE9BFAE3 for ; Tue, 5 Aug 2014 07:13:57 +0000 (UTC) Received: from mail.shmtech.biz (unknown [IPv6:2001:41c8:10:8c::4:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.shmtech.biz", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53D2B2B1D for ; Tue, 5 Aug 2014 07:13:56 +0000 (UTC) Received: from fleabag.domlan.talk2dom.com (188.31.20.26.threembb.co.uk [188.31.20.26]) (authenticated bits=0) by mail.shmtech.biz (8.14.8/8.14.5) with ESMTP id s757DrGK085088 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 5 Aug 2014 08:13:54 +0100 (BST) (envelope-from dom@talk2dom.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=talk2dom.com; s=shmtech1; t=1407222834; bh=n/AL8IlDud5nbv1oONfYmygUYVskBA2efnogDMETVYo=; h=Date:From:To:Subject:References:In-Reply-To; b=ANwZJx2M7Vj1HyIeQdRVWxz5I5KqkcjVvvjYQ0LoakdF2OnsJm1ktnmnwBs0Di6JS X6BMgV2QdDeThiQJAxrsKud0AZrYwxCfSGdFjXKi5CrXvDY/3JJypXvMI7iAxxMBKf cOp4D5xZlA/mTAmw56WqERP5GLzXBruktLKBcOfY= X-Authentication-Warning: sendmail: Host 188.31.20.26.threembb.co.uk [188.31.20.26] claimed to be fleabag.domlan.talk2dom.com Message-ID: <53E08431.80500@talk2dom.com> Date: Tue, 05 Aug 2014 08:13:53 +0100 From: Dominic Froud User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: Re: PVR-250 with FreeBSD 10.0? References: <20140802230415.GA13384@RawFedDogs.net> <53DDEFAE.4060005@talk2dom.com> <20140803133916.GA27934@RawFedDogs.net> <20140803223426.GA6710@RawFedDogs.net> In-Reply-To: <20140803223426.GA6710@RawFedDogs.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 07:13:57 -0000 On 03/08/2014 23:34, Kevin Monceaux wrote: > On Sun, Aug 03, 2014 at 08:39:17AM -0500, Kevin Monceaux wrote: > >> Thanks for the help. I was able to build and install the port successfully. >> But, when issuing a "kldload cxm" it loads the module, but I get: >> >> device_attach: cxm0 attach returned 6 > I probably should have posted all the messages produced when loading the cxm > module in case they give any clues: > > cxm0: mem 0xf0000000-0xf3ffffff irq 18 at device 2.0 on pci4 > cxm_iic0: on cxm0 > iicbb0: on cxm_iic0 > iicbus0: on iicbb0 master-only > cxm0: Temic 4036 FY5 tuner > cxm0: SAA7115 rev 1 video decoder > cxm0: MSP4448G-A2 audio decoder > cxm0: could not initialize IR remote > iicbus0: detached > iicbb0: detached > cxm_iic0: detached > device_attach: cxm0 attach returned 6 > > It looks like it's at least recognizing the card and tuner. Does anyone > have any suggestions? > > > From memory I think the error 6 is due to not attaching properly. My kernel spits out these messages: Aug 2 18:37:28 hairball pkg-static: pvr250-20101010_1 installed Aug 2 18:37:34 hairball kernel: warning: KLD '/boot/kernel/cxm_iic.ko' is newer than the linker.hints file Aug 2 18:37:38 hairball kernel: cxm0: mem 0xf4000000-0xf7ffffff at device 6.0 on pci1 Aug 2 18:37:38 hairball kernel: cxm_iic0: on cxm0 Aug 2 18:37:38 hairball kernel: iicbb0: on cxm_iic0 Aug 2 18:37:38 hairball kernel: iicbus0: on iicbb0 master-only Aug 2 18:37:38 hairball kernel: cxm0: Temic 4006 FH5 tuner Aug 2 18:37:38 hairball kernel: cxm0: SAA7115 rev 1 video decoder Aug 2 18:37:38 hairball kernel: cxm0: MSP3415G-B8 audio decoder Aug 2 18:37:38 hairball kernel: cxm0: IR Remote Aug 2 18:37:38 hairball kernel: cxm0: [GIANT-LOCKED] Aug 2 18:37:38 hairball kernel: cxm0: encoder firmware version 0x2040011 What version of pvr250 are you using? Mine is: [root@hairball /usr/ports/multimedia/pvr250]# pkg info -I pvr250 pvr250-20101010_1 Hauppauge PVR-250/350 TV cards driver for the cxm device [root@hairball /usr/ports/multimedia/pvr250]# Dominic