From owner-freebsd-multimedia Wed Apr 15 14:00:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13389 for freebsd-multimedia-outgoing; Wed, 15 Apr 1998 14:00:42 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13359; Wed, 15 Apr 1998 21:00:31 GMT (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id XAA00312; Wed, 15 Apr 1998 23:00:28 +0200 (MEST) (envelope-from sos) Message-Id: <199804152100.XAA00312@sos.freebsd.dk> Subject: Re: Anybody using a KISS PCI TV/RADIO card ?? In-Reply-To: <199804151940.VAA00312@sos.freebsd.dk> from =?ISO-8859-1?Q?S=F8ren_Schmidt?= at "Apr 15, 98 09:40:53 pm" To: sos@FreeBSD.ORG Date: Wed, 15 Apr 1998 23:00:28 +0200 (MEST) Cc: hasty@rah.star-gate.com, freebsd-multimedia@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In reply to Søren Schmidt who wrote: > In reply to Amancio Hasty who wrote: > > Can you tell us what is the brand / model of the tuner component? > > The tuner is a Philips FM1216/PH model, and I use the FR1216 driver. > The board also has the following IC on it: > > LM348 (quad OPamp) > HC4052a (dual 4:1 mux) > PIC16C54 (pic ctrl) > bt848 (of cause) > > Also present is a 4.0Mhz and a 35.468Mhz crystal > The card ialso sports a remote control which doesn't work ofcause :) Well, I digged around in the driver (its somewhat messy isn't it :) ) and this makes the KISS board work: /* CARD_KISS */ { "KISS TV/FM PCI", /* the 'name' */ NULL, /* the tuner */ 0, /* dbx is optional */ 0, 0, /* EEProm type */ 0, /* EEProm size */ { 0x0c, 0x00, 0x0b, 0x0b, 1 } }, /* audio MUX values */ Now we just need a radio app... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message