View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 44 posts ] 
Go to page Previous  1, 2, 3

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Thu Mar 11, 2004 12:53 pm 
Offline
Joined: Thu Mar 11, 2004 9:03 am
Posts: 6
I'd like to say thank you to everyone for this thread. It definitely helped me get further in a shorter amount of time than if I had to figure all of this out on my own. However, if people are experiencing the "watch live tv black screen issue", you may be interested in the following command that I had to execute on my box as root. FYI, the PVR-350 on my machine ended up as fb0:

chmod 666 /dev/fb0

This would probably work for Hans instead of running mythfrontend as root.

Here's a related thread:

http://mysettopbox.tv/phpBB2/viewtopic.php?t=964

- Lawrence


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 11, 2004 1:34 pm 
Offline
Joined: Thu Feb 19, 2004 6:52 pm
Posts: 117
larryka, good to hear you got everything going...

ps, JUST FYI TO ALL

i noticed that chris kennedy has released quite a few new revisions of his ivtv driver since he released -41 on 26 feb 2004; they are located in
http://kmos.org/~ckennedy/ivtv/

i continue to use his -41 version without problems (save for an occasional /var/log/message emission regarding dma issues). however, the -41 version is no longer in his top level directory, but it is in
http://kmos.org/~ckennedy/ivtv/old_patches/
specifically at
http://kmos.org/~ckennedy/ivtv/old_patc ... stream.tgz

if anyone has experiences (good or bad) with CK's later versions it would be nice to know what you have found. the changelog as of "today's" version :) is interesting... but it's still a little scary to use the latest stuff...
http://kmos.org/~ckennedy/ivtv/osd_stream-84c.diff

one thing for sure is that chris is putting his back into it -- and taking into account that he does not have full documentation for the card nor the on-board devices, he is making great progress.

jim


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 02, 2004 3:01 pm 
Offline
Joined: Thu Feb 19, 2004 6:52 pm
Posts: 117
a BUMP to the top for this thread...

because i noticed that from this post
http://mysettopbox.tv/phpBB2/viewtopic.php?t=1181
and this post
http://mysettopbox.tv/phpBB2/viewtopic.php?t=1260
and this post
http://mysettopbox.tv/phpBB2/viewtopic.php?t=1219
and this post
http://mysettopbox.tv/phpBB2/viewtopic.php?t=1317
and this post
http://mysettopbox.tv/phpBB2/viewtopic.php?t=1183

that a lot of people are STILL having problems with getting the PVR350 to run. read through this entire post and grok why ivtv-fb exists and how one uses it.

jim


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2004 10:56 pm 
Offline
Joined: Thu Feb 19, 2004 6:52 pm
Posts: 117
BUMP since some still are having trouble with X-on-PVR350 and/or getting TV-out to work on the PVR350.

but a question from above...

wrooster wrote:
if anyone has experiences (good or bad) with CK's later versions it would be nice to know what you have found.
jim


thanks
jim


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2004 8:55 am 
Offline
Joined: Mon Feb 23, 2004 1:08 am
Posts: 91
Location: Switzerland
Tried some time ago, with no success. Since then, I am sticking with 0.1.9 with Matthias's ivtvdev driver and it's been very stable for me.
I follow the ivtv-dev mailing list, but it's nearly impossible to even figure out what exactly they are working on, and how it will affect me (or more generally, MythTV).
I guess I am waiting for some stability in the driver development before I try anything new.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2004 9:22 am 
Offline
Joined: Thu Feb 19, 2004 6:52 pm
Posts: 117
saruman wrote:
I guess I am waiting for some stability in the driver development before I try anything new.


same here. i recently unsubscribed from the ivtv mail list with the thinking that i'll "tune in later" if and when i need to. there doesn't seem to be a strategy of releasing a "stable" version and then continuing development. it's very ad-hoc.

jim


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 14, 2004 5:19 pm 
Offline
Joined: Fri Nov 21, 2003 10:23 pm
Posts: 66
I have followed Laurent's post at the top of this thread to get tv-out working on my PVR350. I had a problem with the modprobe ivtv-fb giving me a lot of errors.

Code:
root@mythtv:/home/paul# tail /var/log/messages & modprobe ivtv-fb
[1] 729
Jul 14 18:06:23 mythtv kernel: bttv: Host bridge needs ETBF enabled.
Jul 14 18:06:23 mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR)
Jul 14 18:06:23 mythtv kernel: lirc_dev: lirc_register_plugin:sample_rate: 10
Jul 14 18:06:25 mythtv kernel: ivtv: 100 ms time out waiting for firmware
Jul 14 18:06:25 mythtv kernel: ivtv: api call 0x000000d2
Jul 14 18:06:25 mythtv kernel: saa7115[0]: decoder set size
Jul 14 18:06:25 mythtv kernel: Setting full NTSC width
Jul 14 18:06:25 mythtv kernel: Setting full NTSC height
Jul 14 18:06:30 mythtv kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Jul 14 18:06:31 mythtv kernel: ivtv: ivtv-api.c: unknown ioctl 0x803c7601
[1]+  Done                    tail /var/log/messages
root@mythtv:/home/paul#



Since fb1 didn't work I tried fb0. I now have tvout on the pvr350 and all my menus and can watch tv but only get about 3 or 4 frames per second with a PIII450. I have seen numerous references to turning on pvr350 in myth but I can't for the life of me find where to set this.

I have most of the tvout threads and this is the one that got me the furthest but I need to get the speed up a little bit.

Thanks

Paul


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 14, 2004 5:28 pm 
Offline
Joined: Thu Feb 19, 2004 6:52 pm
Posts: 117
ponley wrote:
Since fb1 didn't work I tried fb0. I now have tvout on the pvr350 and all my menus and can watch tv but only get about 3 or 4 frames per second with a PIII450. I have seen numerous references to turning on pvr350 in myth but I can't for the life of me find where to set this.

I have most of the tvout threads and this is the one that got me the furthest but I need to get the speed up a little bit.

Paul


paul,

keep searching, it's there. right now your system is depending on your (modest) 450MHz CPU to do mpeg decoding. that's why the frame rate is so slow. what should be happening instead is the PVR350's hardware mpeg ASIC should be doing it. that function is enabled by the checkbox you are looking for.

jim


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 14, 2004 5:57 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
the setting is enabled from the mythtv interface under setup -> tv -> playback it's about the 4th screen or so. there is a checkbox for use pvr350 towards the top of the screen.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 14, 2004 7:18 pm 
Offline
Joined: Fri Nov 21, 2003 10:23 pm
Posts: 66
Well, I found the setting for use pvr350 but if I select it I get nothing, black screen and no sound. If I deselect it I get jerky sound and video. I have tried with fb0 and fb1, fb0 I get menus and slow playback fb1 I get nothing. The logs are clean thie only problem is "spurious 8259A interrupt: IRQ7" but according to what I have found here this is not a serious issue. When you select use pvr350 you have to select a video device, myth is putting /dev/video16 in here, how do I confirm that this is the correct device?

Paul[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 14, 2004 8:08 pm 
Offline
Joined: Fri Nov 21, 2003 10:23 pm
Posts: 66
I did some looking on the ivtv site and found this line of code

dd if=/dev/video of=/dev/video16 bs=64k

when I run this as mythtv I get beautiful full speed video so it seems that the problem is in my mythtv setup.

Paul


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 14, 2004 9:04 pm 
Offline
Joined: Fri Nov 21, 2003 10:23 pm
Posts: 66
Thanks for the help, my final problem was permissions for /dev/fb0 I had followed a post that fixed the obsolete fb problem but I followed it so closely that I fixed fb1 while my card is on fb0.

This is a very good thread for getting the pvr350 setup, thanks guys.

The only thing I would add to the thread is to suggest rebuilding the ivtv driver and installing tveeprom.o and msp3400.o for those using R4V4.1 as these don't seem to get setup right by the autoinstall on this release.

I really like the product, much more polished look and feel than anything else I've seen.

Paul


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 30, 2004 3:37 pm 
Offline
Joined: Thu Sep 30, 2004 3:27 pm
Posts: 14
Location: Paris, France
saruman wrote:
In my case, I had to do some manual tweaking, since there is no grabber for Switzerland. I downloaded and installed tv_grab_fr, and had to fix a couple of bugs because it wasn't taking the config file into account.


Hi, I'm currently stuck with the initial run of tv_grab_fr --configure. It seems to hang when invoked from mythtv-setup.
I tried to run it manually from console and it indeed hangs after I have answered all the questions about the channels I'm interested in:

Code:
Get channels type : CABLE/SAT? [yes,no,all,none (default=yes)] no
Get channels type : CANAL SAT? [yes,no,all,none (default=yes)] no
Get channels type : ETRANGERES? [yes,no,all,none (default=yes)] no
Get channels type : HERTZIENNE? [yes,no,all,none (default=yes)] yes
Get channels type : TPS? [yes,no,all,none (default=yes)] no


I tried the same thing on Win2K with the latest build of XMLTV (0.5.36) and it worked, so the source site is not broken. Since you seem to have fixed a couple of bugs on it, maybe you can give a few hints on what can go wrong within tv_fgrab_fr ? Meanwhile, I'll have a look at the perl code...

_________________
Duron 850MHz - ABIT KT7A mb (Via KT133A chipset) - 128MB PC100 ram
Hauppauge WinTV Primio - ATI Radeon 7000 - FM801 PCI audio
IBM Desktar 30GB 7200rpm - BeWan ADSL PCIst
KnoppMyth R4V5


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 04, 2004 2:19 pm 
Offline
Joined: Mon Feb 23, 2004 1:08 am
Posts: 91
Location: Switzerland
No idea... never had this problem before.
If you want, send me a private message with your email, and I'll send you the modified version.
The main fixes are:
- Split titles into title + subtitle for shows that have a "-" in them
- Do a category mapping (fr->en) to provide "decent" colors in the Web interface. This might be a terrible hack, since I suspect there is another way to do this
- I can't remember what else went in there...


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 44 posts ] 
Go to page Previous  1, 2, 3



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu