From owner-freebsd-multimedia@FreeBSD.ORG Wed Nov 29 10:12:58 2006 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 2B66316A494 for ; Wed, 29 Nov 2006 10:12:58 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FD943CB3 for ; Wed, 29 Nov 2006 10:12:56 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.embarqhsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #1) id 1GpMQx-0000WN-00; Wed, 29 Nov 2006 05:12:55 -0500 Date: Wed, 29 Nov 2006 05:12:54 -0500 From: Randy Pratt To: "R. B. Riddick" Message-Id: <20061129051254.6f7eb180.bsd-unix@earthlink.net> In-Reply-To: <983388.29728.qm@web30308.mail.mud.yahoo.com> References: <983388.29728.qm@web30308.mail.mud.yahoo.com> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Fwd: Re: PVR250 hanging 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: Wed, 29 Nov 2006 10:12:58 -0000 On Tue, 28 Nov 2006 09:25:27 -0800 (PST) "R. B. Riddick" wrote: > --- Randy Pratt wrote: > > On Wed, 22 Nov 2006 16:26:15 -0800 (PST) "R. B. Riddick" > > wrote: > > > > > Try > > > dd if=/dev/cxm0 of=/tmp/bla ibs=1m > > > Or > > > dd if=/dev/cxm0 of=/tmp/bla bs=1m > > > ??? > > > > > > I wrote a little C program, that does this quite nicely even over a > > > network without crashes... If u want, I can send it to the list... > > > It is quite short... > > > > > Yes, I would like to see the program you wrote since I have made some > > progress in getting the pvr250 working in another box on my local > > network. I was thinking of just doing scripts but it seems you have > > taken it a bit further. > > > And the "dd bs=1m"-trick did not help on ur 800-box? I didn't see any difference when I tried that unfortunately. It seems to get a few seconds of video then stops. I also always see an entry in /var/log/messages: kernel: cxm0: missing encoder EOS > The program is in the attachment (hopefully). > A little help is included... > Just unpack it _INSIDE_ a fresh directory with "tar xjf dd2.tbz". > Then type "make install" (nothing will be installed, just compiling and > install-info shows up...). Thank you. I'll take a look at it more toward the weekend. I appreciate your comments and code! Randy --