From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 9 20:18:09 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 75CA516A4DA for ; Wed, 9 Aug 2006 20:18:09 +0000 (UTC) (envelope-from elshar@cheekan.org) Received: from mail.oregonfast.net (mail.oregonfast.net [216.110.205.38]) by mx1.FreeBSD.org (Postfix) with SMTP id E99C943D49 for ; Wed, 9 Aug 2006 20:18:08 +0000 (GMT) (envelope-from elshar@cheekan.org) Received: (qmail 47186 invoked by uid 98); 9 Aug 2006 20:18:08 -0000 Received: from just.another.lame.unix-admin.com (HELO ?216.110.206.94?) (mrogato@oregonfast.net@216.110.206.94) by mail.oregonfast.net with SMTP; 9 Aug 2006 20:18:08 -0000 Message-ID: <44DA430D.3070405@cheekan.org> Date: Wed, 09 Aug 2006 13:18:21 -0700 From: Michael User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: mail.oregonfast.net 0/1/N Subject: Hauppauge PVR-500 on 6.1-amd64 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, 09 Aug 2006 20:18:09 -0000 Hey guys, I'm trying to get this card working. I think I've almost got it, but I'm really not a kernel/driver hacker type. I managed to find someone's patch to get the PVR-250 working. Applied the patches, rebuilt my kernel after making sure to include the iicbus/iicbb devices in the kernel conf file, and rebooted. However when I try to kldload the cxm and cxm_iic modules, it says it finds the card. It seems to only halfway work, complaining about an unknown tuner code and then detaches the devices: cxm0: mem 0xf4000000-0xf7ffffff irq 17 at device 8. 0 on pci9 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 iicbus0: on iicbb0 master-only cxm0: unknown tuner code 0x65 cxm0: could not initialize tuner iicbus0: detached iicbb0: detached cxm_iic0: detached device_attach: cxm0 attach returned 6 cxm1: mem 0xf0000000-0xf3ffffff irq 18 at device 9. 0 on pci9 cxm_iic1: on cxm1 iicbb0: on cxm_iic1 iicbus0: on iicbb0 master-only cxm1: unknown tuner code 0x65 cxm1: could not initialize tuner iicbus0: detached iicbb0: detached cxm_iic1: detached device_attach: cxm1 attach returned 6 I've poked the drivers some, but apparently the version I have (rev E587) uses some Samsung tuner instead of the Phillips/etc ones that the past revs and the PVR 150/250/350's use. Has anyone had any luck in getting farther? Thanks, Michael