From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 1 08:11:19 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 199C810656F6 for ; Sun, 1 Jun 2008 08:11:19 +0000 (UTC) (envelope-from wthankachan@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 057148FC18 for ; Sun, 1 Jun 2008 08:11:18 +0000 (UTC) (envelope-from wthankachan@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so556236rvf.43 for ; Sun, 01 Jun 2008 01:11:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=LzBD15GNPZoHws/0/mUeg9rCNzIbi4P/YjVsiTrp95Q=; b=m1vi4GAgQKgBwBqidP3YjRFodHgqChbLNrjjP7+mURH/VJy/C2EEAD+ye99W7rqfzKJClKcWmB/COyoLH7apfwXcDW27zJh8sw9C2PWhFOKtzlc7B82KT86XFcfwEYNsYW8hL/GinQrvsS6NMvAeF1vF7y7c6frfYtktfuqDNmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EXL4dknkrOH7FBMdD+nLTfViquxSWPpHp7JdqXAKmX7wI2L4hMARdjDTH+6aIWpSGdgs+WyvIafNbBIKZmowtpFkcMmuEYVIRu/mLQTwf17x2sUUEU3R0dF+M63Ccn0DNY8hAJTkI+Jq1V7cjyjCBLGpSWO6F0WNe+6Uw0OvPhI= Received: by 10.114.235.8 with SMTP id i8mr8249467wah.194.1212306332714; Sun, 01 Jun 2008 00:45:32 -0700 (PDT) Received: by 10.114.145.15 with HTTP; Sun, 1 Jun 2008 00:45:32 -0700 (PDT) Message-ID: Date: Sun, 1 Jun 2008 13:15:32 +0530 From: "Wilson Thankachan" To: multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: open("/dev/bktr0") failed: No such file or directory 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: Sun, 01 Jun 2008 08:11:19 -0000 Hi, I recently installed PCBSD in my PC and am trying to configure fxtv. I have a Phillips TV tuner. These are the things that I did. 1) I did a make under /usr/ports/multimedia/fxtv/ 2) added the following line in /boot/loader.conf bktr_load="YES" 3) rebooted the PC got the following message in demsg bktr_mem: memory holder loaded 4) when I run fxtv I get the follwing error open("/dev/bktr0") failed: No such file or directory What am i missing? Do i have to install the BKTR driver if so where can I get it. By the I dont see this device under /dev Thanks, Wilson