From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 17 06:36:05 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C633316A402 for ; Tue, 17 Apr 2007 06:36:05 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 7F8B313C448 for ; Tue, 17 Apr 2007 06:36:05 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so1421567nza for ; Mon, 16 Apr 2007 23:36:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gGwZEbMGuijOgIuZngbZHxPiy8g0XtKQICXNuBGgHl4R6MST59XaBHYnp6xWi3Jp3J62L5JzLR3nWygU5iamRTfi/mxp078RxrZsJf6DjAEjof5ew2FPrsjp18+vFd/3lBNxeCsdBjxBH0dytqe4vTqIJSZCWmZACU23Yo66H/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fHykbMgn7HcQneV7yLrhoRXZt2csZBGaW10CYZ1y/BWw8EnlrXfJdh8vEQiDbs6ZvlcoCfGlcbpLKhhIjJwj7cqQobaJeq+y6umAh8lbem78rGWg62gTsO4vqcqPv/LBYv5WIqS9f4JBH0PquIGySe44OT9TOvQeQVGd9TGcPGs= Received: by 10.114.89.1 with SMTP id m1mr2279717wab.1176791764235; Mon, 16 Apr 2007 23:36:04 -0700 (PDT) Received: by 10.114.192.12 with HTTP; Mon, 16 Apr 2007 23:36:03 -0700 (PDT) Message-ID: Date: Tue, 17 Apr 2007 08:36:03 +0200 From: usleepless@gmail.com To: "Jim Stapleton" In-Reply-To: <80f4f2b20704161613o616193f5w61d75a4de96213c0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070416055055.GC1593@wantadilla.lemis.com> <80f4f2b20704160659q77ef204dlbb29a3a432891a9c@mail.gmail.com> <80f4f2b20704160745r50010c8ap62fdae49d9acdd92@mail.gmail.com> <80f4f2b20704161613o616193f5w61d75a4de96213c0@mail.gmail.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: pvrxxx, linux code and modules 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: Tue, 17 Apr 2007 06:36:05 -0000 Jim, On 4/17/07, Jim Stapleton wrote: > > btw, which applications are able to read from pvrxxx devices using > > these interfaces? > > I dunno, I cat /dev/cxm to vlc... Does that count? no: this only uses the _open, _read, _close functions of the driver. none of the bktr, meteor or v4l(2) interfaces are called. how did you tune to the correct frequency? > > > Right now, I user the pvr250[I hit tab here] command, but if I could > > > simply do an echo/redirection, it would feel a lot more natural to me > > > I guess (more UNIXy), and since it would be interfacing the device > > > directly, I wouldn't get the obnoxious bktr warnings. > > > > if there are problems with the pvr250-setchannel command, these need > > to be addressed. what errors are you getting? > > sjss@elrond 19:10:02 (0) ~/dev/orps > pvr250-setchannel -t 60 > ioctl( tfd, BT848_GAUDIO ) failed.: Device not configured > > > This does not stop it from working, it's just an annoyance. which driver is this ? pvr250? pvrxxx from the ports tree? this error message has been removed from the latest pvrxxx version anyways: http://usleepless.110mb.com/pvrxxx_port.tgz regards, usleep