From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 17 10:30:27 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 C000516A403 for ; Tue, 17 Apr 2007 10:30:27 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 288F213C4AD for ; Tue, 17 Apr 2007 10:30:26 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so112988ugh for ; Tue, 17 Apr 2007 03:30:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qu+MRDerAmM5d/HEWXsUiQfWyxr9BtAfTAwB9zeHWjJ0MWjTqI1eW0DRN+E8j678v96t7ZbVlnFd8AAkq0iwXD2qgo72OrmEpxNfiSBFCc/0HTdovbNLA9wqYupfRy5H7b3SZAGZswUo2qhlvBAA9Dh6bWjX+2oWkSRJ1YrMHyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W9YdYGUDO5sg1+grdkblm12Sv201BacHNY6OS7qnKfP5cgPk1xPTZIFfsDBnfgwMWm8QN3ryKxiVHTtf6zlUj3u5nTINsaHiS/hGnF8TVjmTmpr8wO20ib0TI26xpfsPSvxKyQuHNXfT+SS/9qj7W4jf34XX+YM4e8WlBpnDDdg= Received: by 10.82.116.15 with SMTP id o15mr10103245buc.1176805824652; Tue, 17 Apr 2007 03:30:24 -0700 (PDT) Received: by 10.82.155.5 with HTTP; Tue, 17 Apr 2007 03:30:24 -0700 (PDT) Message-ID: <80f4f2b20704170330o50451bdbu64c3f9e8d7463ad0@mail.gmail.com> Date: Tue, 17 Apr 2007 06:30:24 -0400 From: "Jim Stapleton" Cc: freebsd-multimedia@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20704160659q77ef204dlbb29a3a432891a9c@mail.gmail.com> <80f4f2b20704160745r50010c8ap62fdae49d9acdd92@mail.gmail.com> <80f4f2b20704161613o616193f5w61d75a4de96213c0@mail.gmail.com> <80f4f2b20704170308m3efddb80h74b6bc5b4fe18f5@mail.gmail.com> 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 10:30:27 -0000 Ahh, does it have the code I shipped you to fix tuner code 103 (0x67)? (I can check when I get home, but I'm just curious now) hmm, when I dmesg'ed to get my tuner code, I got this also (repeated a lot): cxm0: encoder dma not already in progress cxm0: encoder dma not enough buffer space free I take it this is due to the method I watch the tuner, and not serious? On 4/17/07, usleepless@gmail.com wrote: > Jim, > > On 4/17/07, Jim Stapleton wrote: > > > 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? > > > > pvr250-setchannel > > > > > > > > > > > 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? > > > > > > > pvrxxx compiled within the last month or so, ports updated around the > > day before, guess I hadn't realized it was fixed. > > it hasn't been fixed in the ports tree yet. you'll have to download > the one from: > http://usleepless.110mb.com/pvrxxx_port.tgz > > it needs some other work before i will update the one in the ports tree. > > regards, > > usleep >