From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 8 22:20:43 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 BB01716A400 for ; Sat, 8 Apr 2006 22:20:43 +0000 (UTC) (envelope-from econn@nc.rr.com) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6401343D69 for ; Sat, 8 Apr 2006 22:20:41 +0000 (GMT) (envelope-from econn@nc.rr.com) Received: from [192.168.0.11] (cpe-071-065-248-172.nc.res.rr.com [71.65.248.172]) by ms-smtp-03-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k38MKdJR005799 for ; Sat, 8 Apr 2006 18:20:40 -0400 (EDT) Message-ID: <44384540.4080206@nc.rr.com> Date: Sat, 08 Apr 2006 19:20:32 -0400 From: Erin E Conn User-Agent: Thunderbird 1.5 (X11/20060121) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: cxm0: unknown tuner code 0x63 - workaround? 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: Sat, 08 Apr 2006 22:20:43 -0000 I have a newly-acquired PVR250 and I've installed the driver from ports on FreeBSD 6.1-PRERELEASE. The device probing fails with the following error: [erin@chimera] ~> tail /var/log/messages Apr 8 19:12:51 chimera kernel: cxm0: mem 0xdc000000-0xdfffffff irq 17 at device 12.0 on pci0 Apr 8 19:12:51 chimera kernel: cxm_iic0: on cxm0 Apr 8 19:12:51 chimera kernel: iicbb0: on cxm_iic0 Apr 8 19:12:51 chimera kernel: iicbus0: on iicbb0 master-only Apr 8 19:12:51 chimera kernel: cxm0: unknown tuner code 0x63 Apr 8 19:12:51 chimera kernel: cxm0: could not initialize tuner Apr 8 19:12:51 chimera kernel: iicbus0: detached Apr 8 19:12:51 chimera kernel: iicbb0: detached Apr 8 19:12:51 chimera kernel: cxm_iic0: detached Apr 8 19:12:51 chimera kernel: device_attach: cxm0 attach returned 6 I gather that whatever rev I got has an unsupported tuner. However, I have a digital cable box with S/Video so I'm not planning on using the built-in tuner. Is there a hack or a workaround I could use to at least get the card up and running? I tried adding a case for it in cxm_eeprom.c as was suggested for another user in the archives, but all that did was silence the complaining that the tuner code was unknown; the device still failed to attach.