From owner-freebsd-multimedia Sun Mar 15 13:41:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05909 for freebsd-multimedia-outgoing; Sun, 15 Mar 1998 13:41:51 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from titus.stade.co.uk (root@stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05734 for ; Sun, 15 Mar 1998 13:41:28 -0800 (PST) (envelope-from aw1@titus.stade.co.uk) Received: (from aw1@localhost) by titus.stade.co.uk (8.8.8/8.8.3) id UAA27162; Sun, 15 Mar 1998 20:58:55 GMT Message-ID: <19980315205855.13643@stade.co.uk> Date: Sun, 15 Mar 1998 20:58:55 +0000 From: Adrian Wontroba To: multimedia@FreeBSD.ORG Subject: Re: Status on detect fix for Hauppauge FI1236 MK2 Tuner Cards Reply-To: aw1@stade.co.uk Mail-Followup-To: multimedia@freebsd.org References: <19980305184212.19704@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980305184212.19704@ct.picker.com>; from Randall Hopper on Thu, Mar 05, 1998 at 06:42:12PM -0500 Organization: Stade Computers Ltd, UK X-Phone: +(44) 121 681 6677 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Another data point, for a Hauppage card marked PAL-BG/I 60134 Rev C and bought for use in the UK. I didn't peel back the labels before inserting the card, so I'm not sure of the Philips part number. The diff below seems to make it work - at least for TV. I've not tried the radio, and had no success with teletext. Note the BKTR_REVERSEMUTE define. Without it I only got sound with fxtv muted. Sign and eeprom output after the diff. I fitted a SB16 PNP at the same time - and found it to be the unsupported 2 * 8 bit DMA Vibra variety. Not my weekend. At least the +64 MB store upgrade worked (8-) 2.2.6-BETA system. --- /usr/src/sys/pci/brooktree848.c.orig Tue Mar 3 00:39:33 1998 +++ /usr/src/sys/pci/brooktree848.c Sun Mar 15 09:11:07 1998 @@ -3964,6 +3964,21 @@ 0x00}, { 0x00, 0x00 }, /* band-switch crosspoints */ { 0xa0, 0x90, 0x30,0x00 } }, /* the band-switch values */ + +/* type 10 - Much twiddled with to make my UK tuner work */ +#define OVERRIDE_TUNER 10 +#define BKTR_REVERSEMUTE + /* PHILIPS_FR1246_PAL */ + { "Philips FR1246 PAL FM", /* the 'name' */ + TTYPE_PAL, /* input type */ + PHILIPS_FR1236_NTSC_WADDR, /* PLL write address */ + { TSA552x_SCONTROL, /* control byte for PLL */ + TSA552x_SCONTROL, + TSA552x_SCONTROL, + TSA552x_RADIO }, + { 0x00, 0x00 }, /* band-switch crosspoints */ + { 0xa0, 0x90, 0x30, 0xa4 } }, /* the band-switch values */ + }; ./sign signature contents, 0x01 thru 0xff: 00 00 00 00 00 00 00 00 01 00 01 00 02 00 00 00 i2c device found @ 0x80 0xa0 0xc2 ./eeprom 0 256 EEProm contents, 0x00 thru 0xff: 84 12 00 00 05 40 09 36 04 15 13 e6 ea 00 60 8f 00 00 00 00 01 84 0a 00 01 01 20 77 00 40 87 94 0f 00 74 02 01 05 02 79 72 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message