From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 10 12:14:13 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 DE6A016A427 for ; Wed, 10 Aug 2005 12:14:13 +0000 (GMT) (envelope-from karolis.t@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 914E443D49 for ; Wed, 10 Aug 2005 12:14:11 +0000 (GMT) (envelope-from karolis.t@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so71185nzd for ; Wed, 10 Aug 2005 05:14:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g1w6tvZ2jMgqFlN4KMGCy0RCHmwOSFbaEI+b4h/zcJNwpniEmCmtKmxxFAOGw/K3b/+Y81fIhf99TREHcNjdjaQoJCy7fpGT+JXGIHCrVMUDVSle2hCuSrpLsI2JLEaCSfzy0P4lRqob8IQUg09otV/22G9orQh3+vrGAZk+rm4= Received: by 10.36.221.9 with SMTP id t9mr306779nzg; Wed, 10 Aug 2005 05:14:10 -0700 (PDT) Received: by 10.36.42.9 with HTTP; Wed, 10 Aug 2005 05:14:10 -0700 (PDT) Message-ID: <6f896f9a05081005141d557de3@mail.gmail.com> Date: Wed, 10 Aug 2005 16:14:10 +0400 From: Karolis Tamutis To: Ion-Mihai Tetcu In-Reply-To: <20050810032119.65de1a75@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6f896f9a05080902025f8aa5d7@mail.gmail.com> <20050809225048.47d768df.torfinn.ingolfsen@broadpark.no> <6f896f9a05080914057e6744b6@mail.gmail.com> <20050810032119.65de1a75@it.buh.tecnik93.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: Help with tv tuner setup 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: Wed, 10 Aug 2005 12:14:14 -0000 Hello again. I've added this to my kernel config file: options BROOKTREE_SYSTEM_DEFAULT=3DBROOKTREE_PAL Now dmesg shows: %dmesg|grep bktr bktr0: mem 0xe6000000-0xe6000fff irq 5 at device 9.0 on pci= 0 bktr0: Leadtek Winfast TV 2000, Philips FR1216 PAL FM tuner. This time, it says PAL, but I feel it is still not right, because my tuner doesn't have FM radio! Also, I have tried most of sysctl hw.bt848.tuner values, even set hw.bt848.format to 0 as suggested - still no luck. Could it be, that europe-east frequency table is not right for me? The bad thing is that I don't have windows right now to see those frequencies that make this tuner show something. Last thing I could do is modify the source of something where these frequency tables are defined..