From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 11 19:27:04 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 0B32816A401 for ; Sun, 11 Feb 2007 19:27:04 +0000 (UTC) (envelope-from dlacroix@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 98C1813C481 for ; Sun, 11 Feb 2007 19:27:03 +0000 (UTC) (envelope-from dlacroix@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1722545nfc for ; Sun, 11 Feb 2007 11:27:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=dCg7AMzg4UtvNDMQDOU0+F7IGRVYLRjMLybqPtU78Z3IbfDGChQOzgSRyLfF1/IVdCU+ey0Coj0MtUaD2AOl9Lxl62GzVe+cwGdazh7jHiL4O2XW14m/xdBp3/sXOQmZH4Df7r/9Cy2FOGk81wskH1ndHsiSE7SXtKdEn1JEMrQ= Received: by 10.82.136.4 with SMTP id j4mr9759279bud.1171220330907; Sun, 11 Feb 2007 10:58:50 -0800 (PST) Received: by 10.82.171.10 with HTTP; Sun, 11 Feb 2007 10:58:50 -0800 (PST) Message-ID: Date: Sun, 11 Feb 2007 13:58:50 -0500 From: "David La Croix" Sender: dlacroix@gmail.com To: usleepless@gmail.com, freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 16ca1795fc019cc1 Cc: Subject: pvrxxx and tuner code 0x5c? 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: Sun, 11 Feb 2007 19:27:04 -0000 I have a new Hauppauge PVR-500 card that shows up with tuner code 0x5c. Do you happen to know the tricks to make this tuner detected? Is it possible for me to provide any additional info that will help get this card supported in the new version of the drivers? Don't know if it will help, but I was thinking about trying out the Knoppmyth setup on this system to see how/if it probes there. By the way, the disk that came with this -- labelled 3.1E did not have a copy of the required hcwPVRP2.sys ... I was able to get this (missing) file from my older disk that came with a PVR250. Dmesg output from kldload cxm: cxm0: mem 0xe0000000-0xe3ffffff irq 18 at device 8. 0 on pci2 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 iicbus0: on iicbb0 master-only second(radio) tuner 101 tuner code 92 cxm0: unknown tuner code 0x5c tuner_type = -1 cxm0: could not initialize tuner iicbus0: detached iicbb0: detached cxm_iic0: detached device_attach: cxm0 attach returned 6 cxm1: mem 0xe4000000-0xe7ffffff irq 19 at device 9. 0 on pci2 cxm_iic1: on cxm1 iicbb0: on cxm_iic1 iicbus0: on iicbb0 master-only second(radio) tuner 101 tuner code 92 cxm1: unknown tuner code 0x5c tuner_type = -1 cxm1: could not initialize tuner iicbus0: detached iicbb0: detached cxm_iic1: detached device_attach: cxm1 attach returned 6 pciconf -vl: cxm0@pci2:8:0: class=0x040000 card=0xe8070070 chip=0x00164444 rev=0x01 hdr=0x00 vendor = 'Conexant Inc (Was: Globespan, ICompression Inc)' device = 'iTVC16/CX23416 MPEG Codec' class = multimedia subclass = video cxm1@pci2:9:0: class=0x040000 card=0xe8170070 chip=0x00164444 rev=0x01 hdr=0x00 vendor = 'Conexant Inc (Was: Globespan, ICompression Inc)' device = 'iTVC16/CX23416 MPEG Codec' class = multimedia subclass = video