View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 30 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Mar 25, 2005 8:47 am 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Hi guys. I'm having major problems getting Live TV to work.

I'm using an EPIA MII 12000 motherboard and a PVR 350. I've read that other people have been successful with this combination so I'm not sure why I'm having problems.

I've set my tuner type in /etc/mythtv/modules/ivtv and I've run
Code:
dpkg -i /usr/srcv/mythtv/epia/*.deb


Now when I go into Live TV, I just get static fr about 10 seconds and then it freezes, at that point the computer is completely locked up and I have to reboot by using the restart button.

Any help would be much appreciated.

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 25, 2005 1:02 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Try commenting the tuner line in that file.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 25, 2005 1:43 pm 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Ok I've changed my /etc/mythtv/modules/ivtv file to:

Code:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
options ivtv debug=1
#options tuner type=1
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbinmodprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe --ignore-install  ivtv; /sbin/modprobe ivtv-fb
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 & /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner && /sbin/modprobe -r ivtv-fb


I gave it a reboot and went to Live TV. Unfortunately I still got the same problem.

Are there any logs that I could post that might help?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 26, 2005 6:31 am 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
I've found the following in mythtvbackend.log from around when the screen froze:

Code:
2005-03-26 12:13::37.197 Changing from None to WatchingLiveTV
QSettings: error crearing /.qt


Could this be the cause of the hang?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 26, 2005 8:28 am 
Offline
Joined: Tue Mar 22, 2005 8:22 pm
Posts: 24
Hi,
update your kernel it solves alot of issues.
#apt-get update
#apt-get kernel-image-2.6 (and find the newist right one for you)
remember to edit the lilo.conf
and then run #lilo
#reboot
Tip; add the new kernel as a extra, that way you don't have to hope as much for the system to load the new kernel.
I hope this helps, as it didn't for me but it has for others :?
Edward.

_________________
Sorry about my spelling i'm dislexic :(


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 26, 2005 10:17 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
No the qt error is normal and harmless.

I wouldn't upgrade your kernel like the other user suggested, as debian does not have an epia kernel.

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 27, 2005 12:22 pm 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Ok thanks Xsecrets. Are there any other log files or anywhere else I might look to find the cause of the problem?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 27, 2005 12:55 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
you can check the usual suspects /var/log/messages /var/log/syslog and /home/mythtv/.xsession-errors

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 3:05 pm 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
I'm getting there. I've got a picture by setting my channel frequencies through mythtv-setup.

I'm still getting a hang after a varying amount of time when viewing live tv though. I've not been able to find anything in the error logs, and when it happens the only thing I can do is hard reboot.

Can anyone help?

Many thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 4:17 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
check to make sure that your cache size setting is smaller than your cache partition. leave some padding for good measure.

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 4:21 pm 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Thanks for the reply. Where can I check this setting?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 4:34 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
My guess would be under the set-up menu... If not, you may need to run the mythtv-setup command from a shell window. If you do, remember to answer NO to both questions about wiping out your current settings. ;-)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 4:50 pm 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Would it be the HD Ringbuffer size? I found the option under TV settings. It's currently set to 9400KB.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 8:21 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Yes. - Whoops! Probably not. :oops: Sigh...

Looks like you've got to run mythtv-setup and the 2nd or 3rd screen under "General" allows you to set the cache size.


Last edited by tjc on Fri Apr 01, 2005 8:56 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 01, 2005 8:47 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
OBTW - How big is your /cache partition? To find out you can just do a:
Code:
df /cache
And that number sounds low since my df says...
Code:
root@black:/myth/mythburn# df /cache
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda3              6304860        24   6304836   1% /cache


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 30 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 14 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