View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 13 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Dec 20, 2004 10:16 am 
Offline
Joined: Sun Mar 21, 2004 10:01 am
Posts: 77
I have a stock install of Knoppmyth R4V5 running. I installed ivtv 2.0rc onto my system after the fresh install.

I was wondering...I keep reading everywhere that ivtv 2.0 drivers were built for the 2.6 kernels; since Knoppmyth is using an older kernel....will it be an issue?

I do notice some video stutter after resuming playback from pause and some sound cutouts too. Sometimes the entire front-end will crash when I fast forward live TV (when the live TV has been paused for some time). Now I know that there are issues with Mythtv .16 that may cause the problems I am experiencing.

This brings me to my next question....I know some people have updated their Knoppmyth installs with Mythtv .16 CVS and have had good results...does anyone have any "tips" in updating my system? Anything I should look out for? Is there anything else that needs to be downloaded or extracted from source before I get the CVS of Mythtv .16 and compile it?

Any info would be appreciated.

Thanks,

Steve


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 20, 2004 10:52 am 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
Quote:
I was wondering...I keep reading everywhere that ivtv 2.0 drivers were built for the 2.6 kernels; since Knoppmyth is using an older kernel....will it be an issue?


nope works great
http://mysettopbox.tv/phpBB2/viewtopic. ... 50+working
its the 5th post down i think.. just obviosly use .2rc instead or whatever they say to use.

Quote:
I do notice some video stutter after resuming playback from pause and some sound cutouts too. Sometimes the entire front-end will crash when I fast forward live TV (when the live TV has been paused for some time). Now I know that there are issues with Mythtv .16 that may cause the problems I am experiencing.


Never used .16 for longer then 1day.. <one mans oppinion=> the bugs in it dont make it a worthey release</ one mans oppinion> i just use .16cvs

Quote:
This brings me to my next question....I know some people have updated their Knoppmyth installs with Mythtv .16 CVS and have had good results...does anyone have any "tips" in updating my system? Anything I should look out for? Is there anything else that needs to be downloaded or extracted from source before I get the CVS of Mythtv .16 and compile it?


follow the howto: 4th post down i always use cvs in my production box, and overall have had less problems then on the .16 release.
http://mysettopbox.tv/phpBB2/viewtopic. ... vs+compile
i love cvs.. because once you have a problem just upgrade to the newest one and most of the time its fixed. :D


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 21, 2004 2:09 am 
Offline
Joined: Tue Feb 03, 2004 3:23 am
Posts: 159
Location: Friesland, The Netherlands
Just curious: do you use XvMC playback?

I went through the CVS compile route and though it yielded some bugfixes it still crashes sometimes after pausing. Fastforwarding and rewinding never failed me (yet?). I'm not sure what's causing it, but I suspect it has something to do with XvMC. My system really needs XvMC so I'll have to stick to it and learn to live with the bug... until it's fixed.

I'm not alone on this one:

http://www.gossamer-threads.com/lists/mythtv/dev/98676

So your manual compile may not solve this specific bug yet, for me it was worth going through the CVS compile. I have smooth playback using XvMC, Mythvideo automatically launches the second part of a two part film, I have ALSA support now, I have LCD support now (now my VFD display shows the current show e.g.).


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 21, 2004 3:14 am 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
You need a video card w/ drivers that supports XvMC (nvidia). Uncomment XvMC related items in settings.pro and compile...

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 21, 2004 10:12 am 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
hmm good point. i have never used xvmc. so i dont have any intellegant comments on that :) I now wish Xvmc worked(well) with myth.. since my 3000+ is breathing heard just trying to watch HD tv! :D


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 21, 2004 12:39 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
Well I haven't had any problems with XvMC on standard def, but It dies hard on High def. Supposedly it's a bit better in CVS, but still not good, so for now I guess I'm just stuck without using it, since I'm not going to go through the hastles of upgrading to CVS for slightly better XvMC.

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 27, 2004 9:03 am 
Offline
Joined: Sun Mar 21, 2004 10:01 am
Posts: 77
Ok....I installed MythTV .16CVS according to gr8nash described in a previous post he linked too. I ran into 2 problems after installation:

1. My framebuffer driver (ivtv-fb) would not load up even though I have it specified in my ivtv modules file. I didn’t make any changes to it and it worked prior to removing .16 and installing CVS. My temporary fix for this was to add "modprobe ivtv-fb" to /etc/rc.d/local and have it load up upon booting the system.

2. My mythbackend is not starting after boot up! I'm going to kick myself for this in a bit but I forgot to bring the error that I found in the mythbackend log file (I'll update this post tonight with the error log when I get home). In short it's complaining that it can't write to a file. The weird thing is that if I open up a command line after booting and issue "mythbackend -d" it starts up fine and works. I tried adding this line to the same /etc/rc.d/local file like I did the modprobe ivtv-fb but that didn't work.

At the moment my box is working great ...that is if I don't reboot it. If I do then I have to issue the mythbackend -d command again to start it....not good for the WAF..... :roll:

Any info would be much appreciated

Steve


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 29, 2004 8:00 pm 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
Quote:
1. My framebuffer driver (ivtv-fb) would not load up even though I have it specified in my ivtv modules file. I didn’t make any changes to it and it worked prior to removing .16 and installing CVS. My temporary fix for this was to add "modprobe ivtv-fb" to /etc/rc.d/local and have it load up upon booting the system.

sorry no clue on this one.

Quote:
I'm going to kick myself for this in a bit but I forgot to bring the error that I found in the mythbackend log file

yeah that would be good.

Quote:
Ok....I installed MythTV .16CVS according to gr8nash

hmm that is wierd i would have though the newest cvs wouldnt compile on R4v5. The new cvs requires QT 3.2 or greater. I thought R4 uses QT 3.1, but i dont have my R4 box running so i cant double check...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 29, 2004 8:27 pm 
Offline
Joined: Sun Mar 21, 2004 10:01 am
Posts: 77
Ok...the error in the mytbackend.log states that it can not write the the mysql.txt file.

gr8nash: Did you update qt on your box?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 29, 2004 8:38 pm 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
no i didnt... so i take it you did? i havent seen that error.. Im assuming you know to check and make sure mysql.txt is there and that it has permissions for it?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 29, 2004 8:42 pm 
Offline
Joined: Sun Mar 21, 2004 10:01 am
Posts: 77
mysql.txt ix there (I assume it is in ~/.mythtv)

I didn't update QT on my box.

What Version of Knoppmyth are you running? How did you get CVS installed? Weird........i may have to re-install R4V5 and start from scratch again, things are acting wierd on this box.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 29, 2004 10:03 pm 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
Quote:
What Version of Knoppmyth are you running?

R5 alpaha

Quote:
How did you get CVS installed?


honestly i didnt even try.. at some point i will install r4v5 again and upgrade it.
Quote:
may have to re-install R4V5 and start from scratch again,


with knoppmyth that is often easier then figureing out the problem.. when i have played with Fedora i would spend days trying to figure out a problem since a reload is a major undertaking...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 30, 2004 8:28 am 
Offline
Joined: Sun Mar 21, 2004 10:01 am
Posts: 77
One more question:
Do you know if there has to be anything done to the MySQL server (database more so) after updating it to a CVS (or any other version) of Mythtv?

Thanks


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: Google [Bot] and 8 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:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu