From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 22 11:35:30 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 6F77E16A4CE for ; Mon, 22 Mar 2004 11:35:30 -0800 (PST) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5881A43D39 for ; Mon, 22 Mar 2004 11:35:29 -0800 (PST) (envelope-from christoph.schnauss@berlin.de) Received: (qmail 22650 invoked by uid 65534); 22 Mar 2004 19:35:28 -0000 Received: from pD958790F.dip.t-dialin.net (HELO pc2) (217.88.121.15) by mail.gmx.net (mp015) with SMTP; 22 Mar 2004 20:35:28 +0100 X-Authenticated: #17806964 Message-ID: <000501c41044$da070450$0200a8c0@pc2> From: =?iso-8859-1?Q?Christoph_Schnau=DF?= To: Date: Mon, 22 Mar 2004 20:35:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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: Mon, 22 Mar 2004 19:35:30 -0000 > Enclosed is a current snapshot of my source tree which supports > the LG Innotek tuners. Thanks. Hope, it is the solution. > > he falls out to the "db>"-prompt. > This happens when cxm_attach fails or cxm_detach is called due > to a problem with iicbb. Now, with your new source, it works without any failure messages. Like the others, on the console, I can find now: cxm0: mem 0xf0000000-0xf3ffffff irq 9 at device 13.0 on pci2 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 iicbus0: on iicbb0 master-only iicsmb0: on iicbus0 smbus1: on iicsmb0 smb1: on smbus1 cxm0: LG Innotek TPI8PSB11D tuner cxm0: SAA7115 rev 1 video decoder cxm0: MSP3415G-B8 audio decoder cxm0: IR Remote cxm0: encoder firmware version 0x2040011 But: this is only the driver. Just now I'll need a program like xawtv (e.g. from ports/multimedia/xawtv), which is working fine with BT8xx-Cards. Typing "xawtv -hwscan" should print a list of available devices, and it shows somewhat like: "This is xawtv-3.91, running on FreeBSD/i386 (5.2-RELEASE) looking for available devices port 53-53 type : Xvideo, image scaler name : Matrox-G Series Backend Scaler" There is no device :-( And, typing "xawtv -c /dev/cxm0", it says: "This is xawtv-3.91, running on FreeBSD/i386 (5.2-RELEASE) no video grabber device available" For the same time dmesg says too: cxm0: video decoder failed to lock cxm0: audio decoder failed to lock You asked für broadcasts. May be it helps, to have a look of the sources of xawtv, which has some lists. They are helpfull for searching channels. Christoph S.