From owner-freebsd-multimedia Wed Aug 5 09:58:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17118 for freebsd-multimedia-outgoing; Wed, 5 Aug 1998 09:58:02 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (bell.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17092 for ; Wed, 5 Aug 1998 09:57:53 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id RAA21651 Wed, 5 Aug 1998 17:52:00 +0100 (BST) Message-ID: <35C88DA8.59E2@cs.strath.ac.uk> Date: Wed, 05 Aug 1998 17:51:52 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: jphdumas@lemel.fr CC: multimedia@FreeBSD.ORG Subject: Re: fxtv pal-secam References: <199808051537.RAA23198@gmailint1.globalmail.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I will answer where I can. > - How can I know if the tuner in the card is a TEMIC or a PHILIPS ? This is one area where the Win95 driver helps. However, I see you are using 2.2.7. This comes with a rather old bt848 driver. The latest bt848 driver (which is part of 3.0-current has much better Hauppauge Tuner detection. > at boot time the kernel tell me something about the card, sure, but > *everytime* it is *different* Sounds like the i2c bus is giving strange results on your card. The 2.2.7 driver uses the i2c bus to detect the card type and tuner type. If all i2c addresses respond, it can assume it is an Intel card. > -In the last bt848 driver I found, a file is missing : opt-bktr.h, > I had to backtrack to the vanilla code of 2.2.7. Where can I find > a *complete* bt848 driver source, recent of course, or at least > the opt-bktr.h Well opt-bktr.h is auto generated. You need to add the following line to /sys/i386/conf/options.i386 OVERRIDE_CARD opt_bktr.h OVERRIDE_TUNER opt_bktr.h Get these files from the 'current sources' brooktree848.c brktree.h ioctl_bt848.h > -How do I know that the fxtv/driver recognize the DSP chip supposed > to give me stereo NICAM sound ? It is on the board. use the dmesg command. I have this on my machine. bktr0: rev 0x12 int a irq 18 on pci0.13.0 Intel Smart Video III/VideoLogic Captivator PCI, tuner. You will see a variation on this. It will say MSP3400 or something. However, the current driver cannot actually select Stereo Sound. Just mono sound will be heard. Roger -- Roger Hardiman, | Department of Computer Science, PhD Research Student, | University of Strathclyde, roger@cs.strath.ac.uk | Glasgow, Scotland, UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message