From owner-freebsd-multimedia Sat Feb 14 02:30:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02570 for freebsd-multimedia-outgoing; Sat, 14 Feb 1998 02:30:08 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from copernicus.cpt.tech.iafrica.com (nlXqDqHOX0EL7pPQ1Jc1vlnbjgNqqKKs@copernicus.cpt.tech.iafrica.com [196.31.1.15]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA02561 for ; Sat, 14 Feb 1998 02:30:03 -0800 (PST) (envelope-from iang@iafrica.com) Received: from localhost (iafrica.com) [127.0.0.1] ([ewFBQyvQtAntTqRSW0ApVy3IUPaYc3e6]) by copernicus.cpt.tech.iafrica.com with esmtp (Exim 1.82 #1) id 0y3eqV-0005AA-00; Sat, 14 Feb 1998 12:29:19 +0200 To: Eivind Eklund cc: multimedia@FreeBSD.ORG Subject: Re: Audio using haupauge wintv card In-reply-to: Your message of "Sat, 14 Feb 1998 02:49:06 +0100." <19980214024906.28444@follo.net> X-Attribution: BOFH Date: Sat, 14 Feb 1998 12:29:18 +0200 Message-ID: <19848.887452158@iafrica.com> From: Ian Freislich Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eivind Eklund wrote: > 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. Call me stupid. I presume you mean in /usr/src/sys/pci/brooktree848.c and these lines: /* CARD_HAUPPAUGE */ { "Hauppauge WinCast/TV", /* the 'name' */ NULL, /* the tuner */ 0, /* dbx is optional */ 0, PFC8582_WADDR, /* EEProm type */ (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */ { 0x00, 0x02, 0x01, 0x01, 1 } }, /* audio MUX values */ Can you give me some idea of what each of these numbers is so that I can make intelligent guesses. > Then we'll have to make a new probe for your card, to distinguish it > from the earlier cards... I'll give you the new values when I've found one that works. -- Ian Freislich UUNET Internet Africa http://copernicus.cpt.tech.iafrica.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message