From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 24 20:08:26 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 E367B16A41F for ; Mon, 24 Oct 2005 20:08:26 +0000 (GMT) (envelope-from csabamolnar@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8027643D5D for ; Mon, 24 Oct 2005 20:08:19 +0000 (GMT) (envelope-from csabamolnar@gmail.com) Received: by qproxy.gmail.com with SMTP id z1so387218qbc for ; Mon, 24 Oct 2005 13:08:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=TPXjTtQtKIv5n9Krcxs9ukTIUuBIj+tvK9S5m7wT0BDyncYjuly0hobUDlY83FcytF5sN2BAuyyk0tELbfKLdwAVSSqKO3ei6LJHYTr6WhqMk/zMDhI8leXt3tPw6ak3O2fCIHvpVsWNLWmekM6VzuL+xC56dcH8qoorQnLBNBI= Received: by 10.64.183.2 with SMTP id g2mr3086115qbf; Mon, 24 Oct 2005 13:08:19 -0700 (PDT) Received: from ?172.19.5.120? ( [193.6.168.3]) by mx.gmail.com with ESMTP id f17sm2527586qba.2005.10.24.13.08.18; Mon, 24 Oct 2005 13:08:18 -0700 (PDT) To: freebsd-multimedia@freebsd.org Date: Mon, 24 Oct 2005 22:08:40 +0200 User-Agent: KMail/1.8.2 References: <20051024135913.69403.qmail@web30313.mail.mud.yahoo.com> <435D2100.2090706@ninth-art.de> In-Reply-To: <435D2100.2090706@ninth-art.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510242208.41038.molnarcs@gmail.com> From: =?utf-8?q?Moln=C3=A1r_Csaba?= Subject: Re: problems with bktr0 and cheap TV card FlyVideo X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: molnarcs@gmail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 20:08:27 -0000 On Monday 24 October 2005 19.59, Georg Bege wrote: > Well sorry but I think you all underestimate my problem, > if I want to hear plain audio from my tv card then I dont need to set > the recording because it isnt about recording. > Though I already tried that and I've set the mixer rec source to line > and 100 volume. > Still nothing, I guess its more complicated then this. > It seems that I have the same dmesg as you: bktr0: mem 0xcddfe000-0xcddfefff irq 5 at device 11.0 on pci0 bktr0: Card has no configuration EEPROM. Cannot determine card make. bktr0: IMS TV Turbo, Philips FR1236 NTSC FM tuner. pci0: at device 11.1 (no driver attached) I ran out of ideas (for me it works), so if it helps, here is my kernel settings: # TV card device smbus device iicbus device iicbb device ic device iic device iicsmb device bktr #options BKTR_USE_FREEBSD_SMBUS # this led to lockups #options BKTR_GPIO_ACCESS # this led to lockups options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL options BROOKTREE_ALLOC_PAGES=432 <------ this is optional loader.conf: bktr_mem_load="YES" sysctl.conf (this might help) hw.snd.maxautovchans=4 hw.snd.pcm0.vchans=4 Sometimes I had problems with sound+tvcard under KDE (with esound, for instance, but not lately). I use this script to rip from tv btw: ftp://hatvani.unideb.hu/pub/FreeBSD/ADDONS/docs/TV_ENCODE/ I hope some of these help :)