From owner-freebsd-multimedia Fri Feb 13 17:49:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01961 for freebsd-multimedia-outgoing; Fri, 13 Feb 1998 17:49:14 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01944 for ; Fri, 13 Feb 1998 17:49:09 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id BAA12526; Sat, 14 Feb 1998 01:49:07 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id CAA07089; Sat, 14 Feb 1998 02:49:06 +0100 (MET) Message-ID: <19980214024906.28444@follo.net> Date: Sat, 14 Feb 1998 02:49:06 +0100 From: Eivind Eklund To: Ian Freislich Cc: multimedia@FreeBSD.ORG Subject: Re: Audio using haupauge wintv card References: <10024.887408357@iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <10024.887408357@iafrica.com>; from Ian Freislich on Sat, Feb 14, 1998 at 12:19:17AM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Feb 14, 1998 at 12:19:17AM +0200, Ian Freislich wrote: > Here is the stuff from a dmesg. The first is from Mark Murray's > computer which has an older version of the card and the audio works > perfectly there: > > bktr0: rev 0x11 int a irq 17 on pci0.9.0 > Hauppauge WinCast/TV, Temic PAL tuner. > > Now for mine: (where the audio doesn't work:) > bktr0: rev 0x12 int a irq 5 on pci0.10.0 > Hauppauge WinCast/TV, Temic PAL tuner, msp3400c stereo. > > As you can see the only difference is that msp3400c stereo thingy. > I do hope that someone more knowledgeable than I can shed some light > this matter. Uhm - the MSP-code shouldn't really be necessary, methinks. That message just means that it is detected (I added it), and not that it is used. Actually (as I've found out later), an MSP3410B will be detected at the same address, so the msp3400c part is kind of a lie. I only added a minor probe to see if one was present, and it doesn't even initialize it. What I'd do to attempt to make the sound work is change the audio MUX values for your card. The values from 0 to 0xf is in use; one of them should give you sound. Then we'll have to make a new probe for your card, to distinguish it from the earlier cards... Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message