[mythtv-users] Everything works except....ivtvfbctl

Tim Harvey tharvey at alumni.calpoly.edu
Thu Jan 15 21:03:40 EST 2004



> -----Original Message-----
> From: mythtv-users-bounces at mythtv.org [mailto:mythtv-users-
> bounces at mythtv.org] On Behalf Of Jason Donahue
> Sent: Thursday, January 15, 2004 4:41 PM
> To: mythtv-users at mythtv.org
> Subject: [mythtv-users] Everything works except....ivtvfbctl
> 
> I have followed the TvOutHowto

I just got my PVR350 TV-Out working as well using this guide and a lot
of poking around at posts on this list and the ivtv list, so I'll
comment below.

> (http://ivtv.writeme.ch/tiki-index.php?page=TvOutHowto). And made LOTS
of
> progress (btw, the answer to my last question was that the apt-get
install
> of everything did not create my video devices properly)

Yes, currently you need to create 'some' of the video devices manually
which the howto gives a nice 1-liner for.

> 
> Anyway, at this point ALOMOST everything works. I can cat /dev/video0
>
> test.mpg and play it back.
> 
> I can cat test.mpg > /dev/video16 and see it on the TV. I can even dd
> if=/dev/video0 of=/dev/video16 bs=64k and watch live tv, and use the
perl
> script to change the channel.

I'm not sure if you meant to say 'cat test.mpg > /dev/video16' but
everything I've read you would see problems there because of the small
blocksize cat uses.  In this case you would want to do a 'dd if=test.mpg
of=/dev/video16 bs-64k'.  Of course if it worked with the cat, great.

> 
> However, when I : ivtvfbctl /dev/fb0 -noglobalalpha -localalpha
> 
> I get:
> IVTVFB_IOCTL_GET_STATE failed (error: Invalid argument)
> 
> the ivtv-fb module loads correctly, and when it loads, I see a
blinking
> cursor on the TV screen (although typing moves the cursor, I see no
text
> on the screen)
> 
> Any ideas on this one?

Are you sure your using the correct device?  Take a look at your
/var/log/messages and look for 'iTVC15 TV out frame buffer device'.  The
device you use will preceed that statement.

The other thing that I had to do was download, build, and install the
'latest' CVS of ivtv.  For some reason I had problems with the 0.9.1
version I had installed.  I would get a screen full of garbage as soon
as I loaded the driver.  No change when I tried to send MPEG to
/dev/video16.

What version of ivtv are you using?  Anything interesting in
/var/log/messages or /var/log/XFree86.0.log? (assuming you've run the
X-server)

Tim
> 
> 
> BTW: I even got the hauppauge remote working. So getting TV out
working is
> the last step before hooking it up!
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list