Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2006 12:43:27 -0500
From:      "Rick C. Petty" <rick-freebsd@kiwi-computer.com>
To:        Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: PVR-350 and the pvr250 port - report
Message-ID:  <20061012174327.GA56438@keira.kiwi-computer.com>
In-Reply-To: <20061012185730.34ec4a1c.torfinn.ingolfsen@broadpark.no>
References:  <20061011234939.4ab582d5.torfinn.ingolfsen@broadpark.no> <20061012000142.GA33493@keira.kiwi-computer.com> <20061012180600.f55deee3.torfinn.ingolfsen@broadpark.no> <20061012162410.GA54737@keira.kiwi-computer.com> <20061012185730.34ec4a1c.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 12, 2006 at 06:57:30PM +0200, Torfinn Ingolfsen wrote:
> On Thu, 12 Oct 2006 11:24:10 -0500
> 
> > What do you mean by failure?  My suggestion was only to help with the
> 
> I mean that the command fails like this:
> <--- cut --->
> tingo@kg-quiet$ cat /dev/cxm0 > test.mpg & mplayer test.mpg
> cat: /dev/cxm0: Device busy

Try typing two commands:
	$  cat /dev/cxm0 > test.mpg &
	$  mplayer test.mpg

Also, it's saying the device is busy-- perhaps another process has the
device open?

> There are nothing (exactly no lines) in the dmesg other than the ones I have referred to here. I have run a tail -f /var/log/messages in another window to be sure. :)

If you've tried the command recently and no new lines appeared in your
messages, then the cat is not related to the error messages.

> However, I have tried 'mplayer -cache 8192 /dev/cxm0' and that cures the playback problem, AFAICT.

Ah, I'll have to try the cache option.  Do you really need 8 MB of cache
for it to work correctly?  What's the minimum cache amount before mplayer
starts having the seek failure?

So far you've proved exactly what I was saying before.

> > Another question-- what's your processor type & speed and how much
> > RAM does the machine have?
> 
> CPU: AMD Athlon(tm) 64 Processor 3000+ (1790.84-MHz K8-class CPU)
> real memory  = 1072627712 (1022 MB)
> avail memory = 1022713856 (975 MB)

I think the dmesg errors you pasted before have nothing to do with the
seek problem.

-- Rick C. Petty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061012174327.GA56438>