From owner-freebsd-questions@FreeBSD.ORG Thu May 8 16:03:34 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E8137B401 for ; Thu, 8 May 2003 16:03:34 -0700 (PDT) Received: from lightpro1.lightpro.de (lightpro1.lightpro.de [213.133.98.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7197B43F3F for ; Thu, 8 May 2003 16:03:33 -0700 (PDT) (envelope-from H@Schmalzbauer.de) Received: from hscpr (ppp-62-245-161-187.mnet-online.de [62.245.161.187]) (authenticated bits=0)h48N3Xb5021670; Fri, 9 May 2003 01:03:34 +0200 From: "Harald Schmalzbauer" To: , Date: Fri, 9 May 2003 01:03:31 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: RE: WinTV-NEXUS-s X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 23:03:35 -0000 owner-freebsd-questions@freebsd.org wrote: > Hi, I have a Hauppauge WinTV-NEXUS-s video capture card, I compile Sorry, before I read the next 150 Mails, here my answer: First, the NEXUS is no capture card but a ~1.2GHz Tuner with a hardware mpeg2 decoder. This puppy is controled (afaik) via iic/smb. This card is definitively not supported under FreeBSD (has nothing todo with the brooktree chipset, althoug the control commands could be the same; Phillips iic standard). There is a project called linuxtv.org. They wrote a driver for the Linux kernel, but I don't exactly know if it is compliant to the TechnoTrend API or someting different (but they supply the ARM core on the card with the original TechnoTrend Firmware). There's also a project called VDR (http://www.cadsoft.de/vdr/) which provides excellent applications for this card (no NOVA etc. support). I have a HTPC with this card running on (*blameonme*) M$, but I'm no coder so for me it's impossible to do any FreeBSD port of the driver (which is basic for VDR). I'd highly appreciate any activity in that environment. Best regards, -Harry > the kernel with following options: > > # bktr > device iicbus > device iicbb > device smbus > > device bktr > > options OVERRIDE_CARD=2 > options OVERRIDE_TUNER=2 > options OVERRIDE_DBX=1 > options OVERRIDE_MSP=1 > options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL > options BKTR_USE_PLL > > and make these devices, bktr0, tuner0 and vbi0 from /dev. > > But now I don't know how view if FreeBSD has recognized the > WinTV-NEXUS-s card, somebody know how I can view if FreeBSD detected > this card? > > Thanks. > _____ > xxavi > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"