From owner-freebsd-multimedia Fri Feb 5 19:43:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18074 for freebsd-multimedia-outgoing; Fri, 5 Feb 1999 19:43:11 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18069 for ; Fri, 5 Feb 1999 19:43:08 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-12.pagesz.net [208.213.126.12]) by pagesz.net (8.8.7/8.8.7) with ESMTP id WAA22377; Fri, 5 Feb 1999 22:43:13 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id WAA10886; Fri, 5 Feb 1999 22:43:50 -0500 (EST) (envelope-from rhh) Date: Fri, 5 Feb 1999 22:43:50 -0500 From: Randall Hopper To: udo.wolter@charite.de Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv: another user without picture...:-( Message-ID: <19990205224350.A10374@pagesz.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Udo Wolter on Tue, Jan 19, 1999 at 02:17:40AM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Udo Wolter: |Today I bought a TV card name "Typhoon TV Tuner". It has the BT848 chip |on board and with winsuck it works. After adding bktr0 to my kernel |the card will get loaded like this: | |bktr0 rev 18 int a irq 12 on pci0:11:0 |Miro TV, Temic NTSC tuner. | |The first thing is, that it should be a PAL tuner, so why does it say |it's NTSC (under winsuck it works as a PAL tuner). ... |DETECTED CAPTURE CARD(S) [DRIVER PROBES]: | bktr0 rev 18 int a irq 12 on pci0:11:0 | Miro TV, Temic NTSC tuner. It does sound like it's being detected wrong, which is probably the source of your problems. Try overriding the tuner type to a PAL version: # sysctl -a | grep bt848 hw.bt848.card: -1 hw.bt848.tuner: -1 hw.bt848.reverse_mute: -1 hw.bt848.format: -1 # sysctl -w hw.bt848.tuner=2 #define TEMIC_PAL 2 #define PHILIPS_PAL 5 #define TEMIC_PALI 7 #define PHILIPS_PALI 8 #define PHILIPS_FR1216_PAL 10 #define PHILIPS_FR1236_SECAM 11 If no luck, I'd try the latest driver. Might as well upgrad fxtv at the same time: http://telepresence.dmem.strath.ac.uk/bt848/ http://www.pagesz.net/~aa8vb/fxtv/ Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message