From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 15 13:13:06 2004 Return-Path: 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 3A1DD16A4CF for ; Sun, 15 Feb 2004 13:13:06 -0800 (PST) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8495543D1F for ; Sun, 15 Feb 2004 13:13:05 -0800 (PST) (envelope-from christoph.schnauss@berlin.de) Received: (qmail 30221 invoked by uid 65534); 15 Feb 2004 21:13:03 -0000 Received: from pD9E6BAA8.dip.t-dialin.net (EHLO pc1) (217.230.186.168) by mail.gmx.net (mp025) with SMTP; 15 Feb 2004 22:13:03 +0100 X-Authenticated: #17806964 Message-ID: <000b01c3f408$8748d980$0100a8c0@pc1> From: =?iso-8859-1?Q?Christoph_Schnau=DF?= To: Date: Sun, 15 Feb 2004 22:13:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Hauppauge WinTV PVR 250 for FreeBSD 5.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2004 21:13:06 -0000 hi, just I found http://docs.freebsd.org/cgi/mid.cgi?200401311901.i0VJ15028053 with the great work from John. But I have a little trouble with this work. First: my computer is running a FreeBSD 5.2 and I have a WinTV PVR 250 (Rev.2) Card. Let me tell you, what was wrong. John worte: 1) Use patch to apply Patch.iicbb It was working by me, but I found by patching: Hunk #4 failed at 361 Ignoring this, and taking it from hand (writing the Line "DRIVER_MODULE(iicbb, cxm_iic, iicbb_driver, iicbb_devclass, 0, 0);" by hand into the file /sys/dev/iicbus/iicbb.c) all this stuff worked - only Johns meaning for # cp cxm/cxm.ko cxm_iic/cxm_iic.ko /modules is'nt running. On FreeBSD 5.2 it must be # cp cxm/cxm.ko cxm_iic/cxm_iic.ko /boot/modules. Next, John wrote: your console should say something like: cxm0: mem 0xd8000000-0xdbffffff irq 12 at device 10 .0 on pci0 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 cxm0: Philips FI1236 MK2 tuner And I found: cxm0: mem 0xe8000000-0xebffffff irq 5 at device 10.0 on pci2 cxm_iic0: on cxm0 cxm_iic0: could not attach iicbb uaaaah :-( As I said "kldload cxm.ko" in a terminal on KDE, my computer crashed completely. As next I started without the X-Server, and typing at new "kldload cxm.ko" from the console. Ok, he did anything, giving the information: iicbus0: on iicbb0 master-only cxm0: unknown tuner-code 0x30 cxm0: could not initialize tuner smb1: detached and, unfortunately, he falls out to the "db>"-prompt. So, my question is: what the hell is the stuff with "tuner-code 0x30"? Where have I to write the right ones in Johns big and nice shar-archive? What must I do, to become informations about that foolish "0x30" and how to repair it in the Code? Or, maybe, anyone has another idea, to become my PVR 250 working at FreeBSD 5.2 ... Christoph S.