From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 25 04:34:56 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE4916A41F for ; Tue, 25 Oct 2005 04:34:56 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id C54A443D46 for ; Tue, 25 Oct 2005 04:34:55 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 4607 invoked from network); 25 Oct 2005 04:34:54 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 25 Oct 2005 04:34:54 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 24 Oct 2005 21:34:53 PDT (sender jakemsr@puff.jakemsr.gom) Date: Mon, 24 Oct 2005 21:34:53 -0700 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20051025043453.GC30807@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <435CD657.8020401@ninth-art.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <435CD657.8020401@ninth-art.de> User-Agent: Mutt/1.4.2i Subject: Re: problems with bktr0 and cheap TV card FlyVideo X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 04:34:56 -0000 On Mon, Oct 24, 2005 at 02:40:55PM +0200, Georg Bege wrote: > Hi > > I've a problem on FreeBSD 6.0-RC1 with an cheap TV card, > > bktr0: mem 0xec000000-0xec000fff irq 21 at device 10.0 > on pci2 > bktr0: [GIANT-LOCKED] > bktr0: Card has no configuration EEPROM. Cannot determine card make. > bktr0: IMS TV Turbo, Philips FR1236 NTSC FM tuner. > > Im using fxtv with following command: > > therion@fortuna ~ % fxtv -inputFormat pal -tunerMode cable -defaultInput > tuner -defaultAudioInput tuner -cableFreqSet weurope -mixerChannel line > > I got channels and the picture but no audio, you might want to try setting audio to "intern" instead of "tuner". is the card really an IMS TV Turbo? does anyone have an IMS card and can confirm they can get audio from the tuner? the audio mux values in bktr for the IMS Turbo do not match those in linux' bttv. the following diff _might_ make the audio work, _if_ it really is an IMS TV Turbo (bktr may have mis-guessed) and bttv is correct (which is not always the case). -- --- bktr_card.c.orig Mon Oct 24 21:09:01 2005 +++ bktr_card.c Mon Oct 24 21:09:37 2005 @@ -206,7 +206,7 @@ 0, PFC8582_WADDR, /* EEProm type */ (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */ - { 0x01, 0x02, 0x01, 0x00, 1 }, /* audio MUX values */ + { 0x01, 0x01, 0x02, 0x03, 1 }, /* audio MUX values */ 0x0f }, /* GPIO mask */ { CARD_AVER_MEDIA, /* the card id */