From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 12 10:21:29 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 A7CD116A41F for ; Fri, 12 Aug 2005 10:21:29 +0000 (GMT) (envelope-from karolis.t@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3575343D55 for ; Fri, 12 Aug 2005 10:21:29 +0000 (GMT) (envelope-from karolis.t@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so358683nzd for ; Fri, 12 Aug 2005 03:21:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rp0bu0yjiweZyNtaja9FaY8y0e+QRmKWdcie9YaAiVRGjG78nWafdDzyvXxpTV5BEbMA4HPYYj4BQPYd4UEduYSaF4CG5AOdlhYH7szUIjQLT3JvaUv5dXPa1ORQioZsklxAF6xog+hh1RLmh+KYQLF3E8mZalxmxYA/As0baJg= Received: by 10.36.224.45 with SMTP id w45mr2589422nzg; Fri, 12 Aug 2005 03:21:28 -0700 (PDT) Received: by 10.36.42.9 with HTTP; Fri, 12 Aug 2005 03:21:28 -0700 (PDT) Message-ID: <6f896f9a05081203215c745212@mail.gmail.com> Date: Fri, 12 Aug 2005 14:21:28 +0400 From: Karolis Tamutis To: blackend@freebsd.org, freebsd-multimedia@freebsd.org In-Reply-To: <20050812075838.GA624@gothic.blackend.org> 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> <6f896f9a05081005141d557de3@mail.gmail.com> <20050811062517.GC23174@puff.jakemsr.gom> <6f896f9a050811043038553b58@mail.gmail.com> <20050812003405.R66685@kushnir1.kiev.ua> <6f896f9a05081115237b69c674@mail.gmail.com> <20050812075838.GA624@gothic.blackend.org> Cc: 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: Fri, 12 Aug 2005 10:21:29 -0000 Yes, I've just tried that, and I give up. %dmesg | grep bktr bktr0: mem 0xe6000000-0xe6000fff irq 5 at device 9.0 on pci= 0 bktr0: Leadtek Winfast TV 2000, Philips PAL tuner. This should be ok (I've did options OVERRIDE_TUNER=3D5, since I believe it's the only one suitable, because my tuner doesn't have FM radio, it's a RM edition) My kernel config now looks like this: device bktr device iicbus device iicbb device smbus =20 options BROOKTREE_SYSTEM_DEFAULT=3DBROOKTREE_PAL options OVERRIDE_TUNER=3D5 sysctl values are back to where they were in the first place (yes, I've again tried changing those): %sysctl hw.bt848 hw.bt848.card: -1 hw.bt848.tuner: -1 hw.bt848.reverse_mute: -1 hw.bt848.format: -1 hw.bt848.slow_msp_audio: -1 Could someone, using this tuner, show me their configuration?