From owner-freebsd-multimedia Tue May 4 23:46: 8 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from nero.fastlane.net.au (nero.fastlane.net.au [202.61.225.21]) by hub.freebsd.org (Postfix) with ESMTP id A6905158EC for ; Tue, 4 May 1999 23:45:45 -0700 (PDT) (envelope-from paul@fastlane.net.au) Received: from localhost (paul@localhost) by nero.fastlane.net.au (8.9.3/8.9.1) with ESMTP id OAA03272; Wed, 5 May 1999 14:45:43 +0800 (WST) (envelope-from paul@fastlane.net.au) Date: Wed, 5 May 1999 14:45:43 +0800 (WST) From: Paul Reece To: freebsd-multimedia@freebsd.org Cc: roger@cs.strath.ac.uk Subject: Capture/TV Card - Flyvideo 98 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a Flyvideo 98 capture card, which works under FreeBSD using the Brooktree support... well, almost. I can get picture - but no matter what I do, I cannot get ANYTHING as far as audio working.. I did notice the linux Bttv drivers appear to have support - whats the likelihood of this support being merged into the current FreeBSD driver? (from reading the sources, its something to do with audio mux values or somesuch). From bttv.c: struct tvcard { char *name; int inputs; int tuner; int svhs; u32 gpiomask; u32 muxsel[8]; u32 audiomux[6]; /* Tuner, Radio, external, internal, mute, stereo */ u32 gpiomask2; /* GPIO MUX mask */ }; and { "FlyVideo 98", 3, 0, 2, 0x8dff00, {2, 3, 1, 1}, {0, 0x8dff00, 0x800, 0x400, 0x8dff00, 0 }}, I'm more than willing to become a labrat if thats whats needed :) Regards, Paul. PS: Please cc reply - I'm not subscribed to the multimedia list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message