From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 19 10:48:21 2006 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 E069116A416 for ; Sun, 19 Nov 2006 10:48:21 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0526643D67 for ; Sun, 19 Nov 2006 10:48:11 +0000 (GMT) (envelope-from usleepless@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1577952nfc for ; Sun, 19 Nov 2006 02:48:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eZPyU0eTfdhZfHDlCX7osNn3Jiqs1wgKPY3Qj6T17VgiweGViJKvQlyE7jeX5aYHN+TTmml/hcKUeVLP1/SZ26qZiIxSvUZ4QrsxRRnoNfpvCsXkVDE6/Xj0VIgkwEPHxByEpzaMucDhfIXhJ8u3uBJB+43d55Bl7lz7RrhoSt4= Received: by 10.78.170.17 with SMTP id s17mr3953183hue.1163933299216; Sun, 19 Nov 2006 02:48:19 -0800 (PST) Received: by 10.78.124.8 with HTTP; Sun, 19 Nov 2006 02:48:19 -0800 (PST) Message-ID: Date: Sun, 19 Nov 2006 11:48:19 +0100 From: usleepless@gmail.com To: "Stefan Bethke" In-Reply-To: <455FA0DC.2090105@lassitu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <455FA0DC.2090105@lassitu.de> 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 List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2006 10:48:22 -0000 Stefan, On 11/19/06, Stefan Bethke wrote: > usleepless@gmail.com wrote: > > i just want to make people aware that now there is a driver for the > > Hauppauge PVR150 and PVR500 cards ( multimedia/pvrxxx ). > > I've got it to build and install, but it doesn't like my tuner: good! > cxm0: mem 0xf4000000-0xf7ffffff irq 18 at > device 10.0 on pci1 > cxm_iic0: on cxm0 > iicbb0: on cxm_iic0 > iicbus0: on iicbb0 master-only > tuner code 113 > cxm0: unknown tuner code 0x71 > tuner_type = -1 > cxm0: could not initialize tuner > iicbus0: detached > iicbb0: detached > cxm_iic0: detached > device_attach: cxm0 attach returned 6 > > Has anyone seen this? I couldn't find that code with Google. How are > the ivtv folks identify their tuners? Is that the same number, or a > different one? 1. open cxm_eeprom.c in your favorite editor and find "0x55" 2. add "case 0x71:" 3. rebuild and retry regards, usleep