From owner-freebsd-multimedia Sat Mar 22 10:07:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA19023 for multimedia-outgoing; Sat, 22 Mar 1997 10:07:40 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA19006 for ; Sat, 22 Mar 1997 10:07:34 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 22 Mar 1997 13:06:48 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA20464; Sat, 22 Mar 97 13:06:46 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id NAA13070; Sat, 22 Mar 1997 13:04:00 -0500 Message-Id: <19970322130359.59843@ct.picker.com> Date: Sat, 22 Mar 1997 13:03:59 -0500 From: Randall Hopper To: Steve Passe Cc: multimedia@freebsd.org Subject: FXTV v0.3.1 References: <19970321175705.45910@ct.picker.com> <199703220232.TAA28406@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65 In-Reply-To: <199703220232.TAA28406@Ilsa.StevesCafe.com>; from Steve Passe on Fri, Mar 21, 1997 at 07:32:55PM -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Steve Passe: | in bktr_ioctl(): | btl_reg = (u_long *) &bt848[BKTR_GPIO_OUT_EN]; | *btl_reg = 1; | |the wrong method for the current model. Just remove these 2 |lines and the problem goes away. Note that the audio now continues Thanks Steve, that did the trick for the two scenarios I could produce the problem. I'm really enjoyin' my tuner now ;-) I've reved fxtv for the 970320 driver, and added in the fixes folks have found the last few days. Additionally, there's now a: Fxtv.defaultInput: tuner/video/svhs resource so fxtv can be defaulted on startup to an input other than video. And a few other fixes related to colormap cube allocation for 8bpp and using the driver's new audio mute capability. As always, available at http://multiverse.com/~rhh/fxtv. BTW, this is a small thing, but I noticed that the driver doesn't preserve the mute state across channel, frequency, and input device changes. Might be nice if it did in a future version, but for now I've accounted for this by reseting mute state after setting one of these three parameters. Randall