Date: Sun, 15 Mar 1998 20:58:55 +0000 From: Adrian Wontroba <aw1@stade.co.uk> To: multimedia@FreeBSD.ORG Subject: Re: Status on detect fix for Hauppauge FI1236 MK2 Tuner Cards Message-ID: <19980315205855.13643@stade.co.uk> In-Reply-To: <19980305184212.19704@ct.picker.com>; from Randall Hopper on Thu, Mar 05, 1998 at 06:42:12PM -0500 References: <19980305184212.19704@ct.picker.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980315205855.13643>