From owner-freebsd-multimedia Sun Aug 15 3:47:40 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from front5.grolier.fr (front5.grolier.fr [194.158.96.55]) by hub.freebsd.org (Postfix) with ESMTP id F036A14C20 for ; Sun, 15 Aug 1999 03:47:27 -0700 (PDT) (envelope-from fonvi@club-internet.fr) Received: from vobiscum.styx.org (ppp-102-110.villette.club-internet.fr [194.158.102.110]) by front5.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id MAA15727 for ; Sun, 15 Aug 1999 12:46:22 +0200 (MET DST) Received: (from marc@localhost) by vobiscum.styx.org (8.9.3/8.9.2/M.F. - 10/08/98) id MAA04342 for freebsd-multimedia@freebsd.org; Sun, 15 Aug 1999 12:50:10 +0200 (CEST) (envelope-from marc) Date: Sun, 15 Aug 1999 12:50:09 +0200 From: Marc Fonvieille To: freebsd-multimedia@freebsd.org Subject: Miro PC/TV for Secam users: problem and solution Message-ID: <19990815125009.B2818@vobiscum.styx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Useless-Header: Black Metal inc. X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I sum up my problem and his solution, maybe it'll help someone in the future. Few weeks ago i wanted to make run my Miro PC/TV (bt848, 2 crystals, Philips Pal/Secam tuner) on my freebsd box. so i tune my kernel: device bktr0 options OVERRIDE_TUNER=6 # Philips Secam # i2c controller smbus0 device smb0 at smbus? controller iicbus0 controller iicbb0 device ic0 at iicbus? device iic0 at iicbus? device iicsmb0 at iicbus? Well all is detected at boot. So il configure fxtv with the good frequencies. I launch fxtv, surprise: only distorded images :(( So i try all configurations in the kernel, but no way... After search, and contacts on french mailing-lists and newsgroup: i release that i'm not alone with these pb! Secam tuner seems not work with freebsd's bt848 drivers... So i posted on freebsd-question and Juha Nurmela (thanks to him) give me the solution: > Find this line on brooktree848.c > > { 0xa0, 0x90, 0x30,0xa4 } }, /* the band-switch values */ > > and try changing to > > { 0xa7, 0x97, 0x37,0xa4 } }, /* the band-switch values */ > > Note that there are multiple such lines, use the one > You selected. I had the same pb with my second tv card : Guillemot Maxi TV Pci2 (bt878, one cristal, Philips Pal/Secam tuner) and it runs with the source change. The card is detected as a FlyVideo by the kernel (i use last driver). All is good but when i switch channels i hear bad switching noise... I try to change the CARD_FLYVIDEO record with the help of the bttv.c but without good result... Marc Sorry for my bad english :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message