View unanswered posts    View active topics

All times are UTC - 6 hours





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

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Thu Feb 24, 2005 6:42 pm 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
mfl2k3 wrote:
In the instructions on this site it says, in the Post Installation section, to run at least steps 1-4 in the section 9 of the MythTV setup. There is a blurb, right before 9.1 that is part of 9 that says to install libqt3c02-mt-sql. Am I correct to assume this is not part of the 1-4 step?


Correct. That bit says "if you are running Debian Unstable and you have compiled from source."

Quote:
Also in step 9.1 is has a note that says...
I think this is saying that I need to add these values to my.cnf file, but I am not sure because it address users with diff front and back end.


Correct. If you are doing a typical install (both frontend and backend on one PC) then it is not necessary.

Quote:
cd setup
./setup

Yet I have no directory setup on my system.
:cry:


Don't cry! Those instructions assume that you have compiled mythtv from source. For KnoppMyth, the setup command is called mythtv-setup. Just run that (no cd required).[/b]

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 6:49 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
Xsecrets wrote:
maybe you need to heed the part of the instructions where it says modprobe ivtv and put the ivtv line in /etc/modules. that's if you are running a pvrx50 card.

also you won't have any input connections if you did not do step 1 and create a capture card.

I am using these instructions and I see nothing about modprobe

Also looking at Section 9 parts 1-4 of the MythTV manual http://www.mythtv.org/docs/mythtv-HOWTO-9.html I see nothing about modprobe either.

Believe it or not I am actually trying to follow the instructions and not be a pain, it is just not working out that way.

I will search the forums for modprobe ivtv.

Again thanks for your help.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 6:49 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
nigelpearson wrote:
mfl2k3 wrote:
In the instructions on this site it says, in the Post Installation section, to run at least steps 1-4 in the section 9 of the MythTV setup. There is a blurb, right before 9.1 that is part of 9 that says to install libqt3c02-mt-sql. Am I correct to assume this is not part of the 1-4 step?


Correct. That bit says "if you are running Debian Unstable and you have compiled from source."

Quote:
Also in step 9.1 is has a note that says...
I think this is saying that I need to add these values to my.cnf file, but I am not sure because it address users with diff front and back end.


Correct. If you are doing a typical install (both frontend and backend on one PC) then it is not necessary.

Quote:
cd setup
./setup

Yet I have no directory setup on my system.
:cry:


Don't cry! Those instructions assume that you have compiled mythtv from source. For KnoppMyth, the setup command is called mythtv-setup. Just run that (no cd required).[/b]

Thanks for the confirmation!!!!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 6:52 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
After a foroum search I find this post http://mysettopbox.tv/phpBB2/viewtopic. ... 9429#19429 I will follow the modprobe info here

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 7:07 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
From the linked post above

Quote:
LIRC is being problematic... If you have a PVR x50 make /etc/modprobe.d/lirc that looks like(may work for some):

alias char-major-61 lirc_i2c
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c

Add /usr/local/sbin/lircd to /etc/init.d/bootmisc.sh


If this doesn't work for you, vi /etc/init.d/bootmisc.sh and add:

modprobe lirc_i2c
/usr/local/sbin/lircd


When it says, if it doesn't work, I am not sure what I am trying to accomplish in this step so I am not sure if it does or doesn't work. Is there a way to test to see if it does work?

I am also unsure of the part that says "Don't forget to update modules" I am unsure what modules I am trying to update or how to go about it.

All I know is that if I don't do anything here I get a "Can not connect to server backend" error when I try to watch TV.

I think this thread might have the answer for me, http://mysettopbox.tv/phpBB2/viewtopic.php?t=3636


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 7:38 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
Well I the mythtv-backend.log says

"Could not find input: Television on card when setting channel 3"

Not sure what this means and the forums don't have this issue addressed. Maybe it has something to do with that LIRC issue from a few posts up.

Stabbing blindly in the dark here I am connecting my cable in to my cable box then to the TV input on my WinTV-PVR 350

Hey go figure, that failed too, same error. "Could not find input..."

Obviously I am having backend issues since the log reports that issue.


Last edited by mfl2k3 on Thu Feb 24, 2005 7:55 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 7:54 pm 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
LIRC is for your remote control. You'll know it works when your remote control works. (I had to do all three steps with my install of R5A10.) So the LIRC setup steps has nothing to do with the problems you're seeing.

Did you go through ALL of mythtv-setup? Setting up your tuner card, setting up your channels (registering with labs.zap2it.com as described in the directions, if you're in N. America), assigning those channels to a card input? Then running mythfilldatabase?

PS: the update modules command is "update-modules": not necessarily obvious.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 8:11 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
ceenvee703 wrote:
LIRC is for your remote control. You'll know it works when your remote control works. (I had to do all three steps with my install of R5A10.) So the LIRC setup steps has nothing to do with the problems you're seeing.

Ok so I will put this part off for now.

ceenvee703 wrote:
Did you go through ALL of mythtv-setup?

I tried to follow the MythTV sections 9.1-9.4 very carefully and the document on this site.

ceenvee703 wrote:
Setting up your tuner card

I think this might have been where my issue was. I left this as default instead of chaning to tuner.

ceenvee703 wrote:
setting up your channels (registering with labs.zap2it.com as described in the directions, if you're in N. America)

This worked like a charm, very impressed!

ceenvee703 wrote:
assigning those channels to a card input? Then running mythfilldatabase?

ALl assigned to Cable :-)

ceenvee703 wrote:
PS: the update modules command is "update-modules": not necessarily obvious.

Thanks, here is hoping it was the tuner issue witht he card :-)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 8:24 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
Well that would be too easy huh :-)

I now get an error in my mythbackend log "Error creatingt /.qt" I searched and foung another post that said it was nothing to worry about

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

But in the end my backend is still not working.

THe only think I can think of is that my IP is wrong, but I didn't think that mattered because I was running everything on one box.

The IP says ::1, I know this is not an IP but it was the default value. I am going to try and change this to 127.0.0.1 and see if it explodes!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 8:53 pm 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
Well changing the IP to 127.0.0.1 seemed to make the watch TV function work.

And I have set the Matrix to record and 11:30EST

One question though, does the channel change delay about a second, or is that something on my end?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 11:10 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
yes the channel change does take a bit, because although it's called livetv it is not really, and when you change the channel it has to clear the ringbuffer, and start a new one.

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 25, 2005 4:51 am 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
1) you can change one of your options so that you are always in "browse" mode... that way you can see what's on a station you're tuning to first, then decide to tune or not.

2) now that you're up and running, further questions should probably go in a new thread. Glad you've got it working.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 25, 2005 6:56 am 
Offline
Joined: Mon Feb 21, 2005 11:56 am
Posts: 38
Thanks guys for all your help. I will read through this all later today and see what actual problems I had, compared to where I was just being a moron :-)

Thanks again!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 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 2 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