From owner-freebsd-questions@FreeBSD.ORG Thu May 8 05:17:35 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 1EB1537B401 for ; Thu, 8 May 2003 05:17:35 -0700 (PDT) Received: from hades.frm2.tu-muenchen.de (hades.frm2.tu-muenchen.de [129.187.179.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4346343FBF for ; Thu, 8 May 2003 05:17:29 -0700 (PDT) (envelope-from jpulz@frm2.tum.de) Received: from hades.frm2.tu-muenchen.de (localhost [127.0.0.1]) h48CHKjX021891; Thu, 8 May 2003 14:17:20 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.frm2.tu-muenchen.de (8.12.9/8.12.9/Submit) id h48CHDfK021808; Thu, 8 May 2003 14:17:13 +0200 (CEST) (envelope-from jpulz) Date: Thu, 8 May 2003 14:17:09 +0200 (CEST) From: Joerg Pulz X-X-Sender: jpulz@hades.frm2.tu-muenchen.de To: xxavi2@x.org.org In-Reply-To: Message-ID: <20030508135414.F21371@hades.frm2.tu-muenchen.de> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org 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 12:17:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 8 May 2003, xxavi wrote: > > Hi, I have a Hauppauge WinTV-NEXUS-s video capture card, I compile 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. have you ever searched the web about this?? first: the Hauppauge WinTV-Nexus-s card has nothing to do with bktr in FreeBSD. the bktr driver is for the older analogue TV cards made by Hauppauge and many other.. these cards are based on the Brooktree Chips Bt848/Bt848a Bt878 Bt879.. the Nexus-[sct], Nova-[sct] are digital TV cards (for DVB only), where the Nexus series cover a hardware MPEG-II decoder and the Nova cards not.. so you need a completely different driver.. every card is available with 3 different frontends, S for satelite, C for cable and T for terrestrial.. so there is also a need to support the different frontends.. as far as i know, noone has done it completely for FreeBSD or any other BSD.. the only thing i found is a very old driver based on the linux driver sources ( available at http://linuxtv.org/ ) the opnly thing that this old driver supports is the network functionality (Internet over Satelite, SkyDSL..) of the DVB cards, and this only for older TechnoTrend/Hauppauge and SkyStar cards.. there is no piece of handling video/audio in it.. this old driver for FreeBSD is available at http://freebsddvb.narod.ru/ i also would like to use my DVB cards under FreeBSD to move completely away from linux. so i will do my very best to support everyone with information and heavy testing if someone want's to port the linux driver to FreeBSD feel free to contact me regards joerg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+ukrISPOsGF+KA+MRAragAKCyTKi86xHJI2HKtGUJcMgxl7SLrwCfXjbz udeGgFoOyCafMhVfZ7NjaBo= =itR7 -----END PGP SIGNATURE-----